次の方法で共有


ルーター構成スクリプト

このシナリオの実験の目的である WINS の導入のために、Cisco ルーターの標準構成を変更する必要はありません。ここで示すルーター構成スクリプトは、参考にするだけでかまいません。

ip subnet-zero
!
interface FastEthernet1/0/0
description second subnet for milan europe
ip address 172.16.1.10 255.255.255.0
half-duplex
!
interface FastEthernet2/0/0
description Corp DMZ Backup
ip address 172.17.21.130 255.255.255.252
ip helper-address 172.16.32.15
half-duplex
!
interface Ethernet2/1/0
description Lab Staff test
ip address 172.16.64.1 255.255.255.0
ip helper-address 172.16.32.15
!
interface Ethernet2/1/1
description 7513 to Boston Win2000
ip address 172.17.21.45 255.255.255.252
ip helper-address 172.16.32.15
!
interface Ethernet2/1/2
description 7513 to Vancouver Win2000
ip address 172.17.21.49 255.255.255.252
ip helper-address 172.16.32.15
!
interface Ethernet2/1/3
description 7513 to SJC 7505
ip address 172.17.21.137 255.255.255.252
ip helper-address 172.16.32.15
!
interface Ethernet2/1/7
description
no ip address
ip helper-address 172.16.32.15
!
interface Hssi3/0
description
no ip address
ip helper-address 172.16.32.15
fair-queue
hssi internal-clock
!
interface GigabitEthernet5/0/0
description 7513 to cisco 6006 sea-na-cisco-02
ip address 172.17.21.21 255.255.255.252
ip helper-address 172.16.32.15
load-interval 30
negotiation auto
no mop enabled
!
interface Serial9/0
description Serial to Acquired Hong Kong HKG-AC-CISCO-01 Serial1/0
ip address 172.17.21.5 255.255.255.252
ip helper-address 172.16.32.15
clockrate 125000
!
interface Serial9/1
description Serial to Atlanta ATL-NA-CISCO-01 Serial1/0
ip address 172.17.21.9 255.255.255.252
ip helper-address 172.16.32.15
clockrate 125000
!
interface Serial9/2
description Serial to Europe Milan MIL-EU-CISCO-01 Serial1/0
bandwidth 125000
ip address 172.17.21.1 255.255.255.252
ip helper-address 172.16.32.15
fair-queue
clockrate 125000
!
interface Serial9/3
description 7513 to DMS 7505 sea-dmz-cisco-01
ip address 172.17.21.133 255.255.255.252
ip helper-address 172.16.32.15
clockrate 125000
!
router ospf 63
log-adjacency-changes
network 172.16.64.0 0.0.3.255 area 0
network 172.16.0.0 0.0.255.255 area 0
network 172.17.21.1 0.0.0.0 area 2
network 172.17.21.5 0.0.0.0 area 4
network 172.17.21.9 0.0.0.0 area 3
network 172.17.21.44 0.0.0.3 area 1
network 172.17.21.48 0.0.0.3 area 1
network 172.17.21.136 0.0.0.3 area 5
network 172.17.20.0 0.0.3.255 area 0
network 192.168.1.0 0.0.0.255 area 5
!
no ip classless
no ip http server
!
snmp-server engineID local 000000090200003096C66820
snmp-server community public RO
snmp-server packetsize 2048
!

関連資料

注意
このシナリオにおいて、コンピュータおよびデバイスを構成するために使用した手続きは、サンプルとして紹介したものです。実際のネットワークでは、類似したコンピュータおよびデバイスを構成する場合でも、必要になる手順はそれぞれのケースで異なります。さらに各シナリオでは、目的とする機能を実現するために必要な手順だけを示しています。運用ネットワークにおいて必要になる、その他の手順については取り上げていません。すべてのシナリオは、特に表記しない限り Windows 2000 を使用してテストされています。また、ブラウザとして Microsoft Internet Explorer 5 以上を推奨します。