hostname 国际米兰中文官网A interface ewan 1 ip address 192.0.2.6 255.255.255.252 exit interface lan 1 ip address 192.168.1.1 255.255.255.0 exit router rip network 192.0.2.4 255.255.255.252 redistribute connected exit end
ip route 0.0.0.0 0.0.0.0 pppoe 1 access-list 1 permit any hostname 国际米兰中文官网B interface ewan 2 ip address 192.0.2.1 255.255.255.252 exit interface lan 1 ip address 192.0.2.5 255.255.255.252 exit interface pppoe 1 ip nat inside source list 1 interface pppoe server internet pppoe account ********@***.***.ne.jp ****** pppoe type host exit router rip default-information originate network 192.0.2.4 255.255.255.252 redistribute ospf exit router ospf default-information originate network 192.0.2.0 0.0.0.3 area 0 redistribute rip exit end
hostname 国际米兰中文官网C interface ewan 1 ip address 192.0.2.2 255.255.255.252 exit interface lan 1 ip address 192.168.2.1 255.255.255.0 exit router ospf network 192.0.2.0 0.0.0.252 area 0 network 192.168.2.0 0.0.0.255 area 0 exit end
設定内容 | 画面表示例 |
---|---|
特権ユーザモードへの移行 パスワードの入力 設定情報の初期化 設定モードの変更 設定入力 設定保存 装置再起動 |
Router>enable Enter password: Router# Router#clear working.cfg Router# Router#configure terminal Router(config)#hostname 国际米兰中文官网A 国际米兰中文官网A(config)#interface ewan 1 国际米兰中文官网A(config-if ewan 1)#ip address 192.0.2.6 255.255.255.252 国际米兰中文官网A(config-if ewan 1)#exit 国际米兰中文官网A(config)#interface lan 1 国际米兰中文官网A(config-if lan 1)#ip address 192.168.1.1 255.255.255.0 国际米兰中文官网A(config-if lan 1)#exit 国际米兰中文官网A(config)#router rip 国际米兰中文官网A(config-rip)#network 192.0.2.4 255.255.255.252 国际米兰中文官网A(config-rip)#redistribute connected 国际米兰中文官网A(config-rip)#exit 国际米兰中文官网A(config)# 国际米兰中文官网A(config)#end 国际米兰中文官网A# 国际米兰中文官网A#save SIDE-A % saving working-config % finished saving 国际米兰中文官网A#reset Going to reset with SIDE-A.frm and SIDE-A Boot-back not scheduled for next boot. Next rebooting firmware SIDE-A.frm is fine. Are you OK to cold start?(y/n)y |
設定内容 | 画面表示例 |
---|---|
特権ユーザモードへの移行 パスワードの入力 設定情報の初期化 設定モードの変更 設定入力 設定保存 装置再起動 |
Router>enable Enter password: Router# Router#clear working.cfg Router# Router#configure terminal 国际米兰中文官网B(config)#ip route 0.0.0.0 0.0.0.0 pppoe 1 国际米兰中文官网B(config)#access-list 1 permit any 国际米兰中文官网B(config)#hostname 国际米兰中文官网B 国际米兰中文官网B(config)#interface ewan 2 国际米兰中文官网B(config-if ewan 2)#ip address 192.0.2.1 255.255.255.252 国际米兰中文官网B(config-if ewan 2)#exit 国际米兰中文官网B(config)#interface lan 1 国际米兰中文官网B(config-if lan 1)#ip address 192.0.2.5 255.255.255.252 国际米兰中文官网B(config-if lan 1)#exit 国际米兰中文官网B(config)#interface pppoe 1 国际米兰中文官网B(config-if pppoe 1)#ip nat inside source list 1 interface 国际米兰中文官网B(config-if pppoe 1)#pppoe server internet 国际米兰中文官网B(config-if pppoe 1)#pppoe account ********@***.***.ne.jp ****** 国际米兰中文官网B(config-if pppoe 1)#pppoe type host 国际米兰中文官网B(config-if pppoe 1)#exit 国际米兰中文官网B(config)#router rip 国际米兰中文官网B(config-rip)#default-information originate 国际米兰中文官网B(config-rip)#network 192.0.2.4 255.255.255.252 国际米兰中文官网B(config-rip)#redistribute ospf 国际米兰中文官网B(config-rip)#exit 国际米兰中文官网B(config)#router ospf 国际米兰中文官网B(config-ospf)#default-information originate 国际米兰中文官网B(config-ospf)#network 192.0.2.0 0.0.0.3 area 0 国际米兰中文官网B(config-ospf)#redistribute rip 国际米兰中文官网B(config-ospf)#exit 国际米兰中文官网B(config)# 国际米兰中文官网B(config)#end 国际米兰中文官网B# 国际米兰中文官网B#save SIDE-A % saving working-config % finished saving 国际米兰中文官网B#reset Going to reset with SIDE-A.frm and SIDE-A Boot-back not scheduled for next boot. Next rebooting firmware SIDE-A.frm is fine. Are you OK to cold start?(y/n)y |
設定内容 | 画面表示例 |
---|---|
特権ユーザモードへの移行 パスワードの入力 設定情報の初期化 設定モードの変更 設定入力 設定保存 装置再起動 |
Router>enable Enter password: Router# Router#clear working.cfg Router# Router#configure terminal Router(config)#hostname 国际米兰中文官网C 国际米兰中文官网C(config)#interface ewan 1 国际米兰中文官网C(config-if ewan 1)#ip address 192.0.2.2 255.255.255.252 国际米兰中文官网C(config-if ewan 1)#exit 国际米兰中文官网C(config)#interface lan 1 国际米兰中文官网C(config-if lan 1)#ip address 192.168.2.1 255.255.255.0 国际米兰中文官网C(config-if lan 1)#exit 国际米兰中文官网C(config)#router ospf 国际米兰中文官网C(config-ospf)#network 192.0.2.0 0.0.0.252 area 0 国际米兰中文官网C(config-ospf)#network 192.168.2.0 0.0.0.255 area 0 国际米兰中文官网C(config-ospf)#exit 国际米兰中文官网C(config-ospf)# 国际米兰中文官网C(config)#end 国际米兰中文官网C# 国际米兰中文官网C#save SIDE-A % saving working-config % finished saving 国际米兰中文官网C#reset Going to reset with SIDE-A.frm and SIDE-A Boot-back not scheduled for next boot. Next rebooting firmware SIDE-A.frm is fine. Are you OK to cold start?(y/n)y |
国际米兰中文官网内容 | 画面表示例 |
---|---|
RIP 経路情報を表示 ※ ※ |
国际米兰中文官网A#show ip route rip Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF, B - BGP, I - IKE, U - SA-UP, D - REDUNDANCY, E - EventAction - selected route, * - FIB route, p - stale info. * 0.0.0.0/0 [120/2] via 192.0.2.5, EWAN1, 00:10:11 * 192.168.2.0/24 [120/2] via 192.0.2.5, EWAN1, 00:01:45 |
※:ネクストホップとしてRouter BのLAN 1のIPアドレスであるデフォルトルートがRIPの経路として表示されていること、Router CのLAN側のネットワーク(192.168.2.0/24)がRIPの経路として表示されていることを国际米兰中文官网してください。
国际米兰中文官网内容 | 画面表示例 |
---|---|
RIP 経路情報を表示 ※ |
国际米兰中文官网B#show ip route rip Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF, B - BGP, I - IKE, U - SA-UP, D - REDUNDANCY, E - EventAction - selected route, * - FIB route, p - stale info. * 192.168.1.0/24 [120/2] via 192.0.2.6, LAN, 00:10:38 |
※:Router AのLAN側のネットワーク(192.168.1.0/24)が、RIPの経路として表示されていることを国际米兰中文官网してください。
国际米兰中文官网内容 | 画面表示例 |
---|---|
OSPF ネイバー情報を表示 ※ |
国际米兰中文官网B#show ip ospf neighbor OSPF process 0: Neighbor ID Pri State Dead Time Address Interface RXmtL RqstL DBsmL 192.168.2.1 1 Full/DR 00:00:31 192.0.2.2 EWAN1:192.0.2.1 0 0 0 |
※:Neighbor IDにRouter CのルータIDが表示され、StateがFullになっていることを国际米兰中文官网してください。
国际米兰中文官网内容 | 画面表示例 |
---|---|
OSPF ネイバー情報を表示 ※ |
国际米兰中文官网B#show ip ospf neighbor OSPF process 0: Neighbor ID Pri State Dead Time Address Interface RXmtL RqstL DBsmL 192.0.2.5 1 Full/DR 00:00:38 192.0.2.1 EWAN1:192.0.2.2 0 0 0 |
※:Neighbor IDにRouter BのルータIDが表示され、StateがFullになっていることを国际米兰中文官网してください。
国际米兰中文官网内容 | 画面表示例 |
---|---|
経路情報を表示 ※ ※ |
国际米兰中文官网A#show ip route Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF B - BGP, I - IKE, U - SA-UP, D - REDUNDANCY, E - EventAction - selected route, * - FIB route, p - stale info. * 0.0.0.0/0 [120/2] via 192.0.2.5, EWAN1, 00:10:07 * 127.0.0.0/8 is directly connected, LOOP0 * 192.0.2.4/30 is directly connected, EWAN1 * 192.168.1.0/24 is directly connected, LAN * 192.168.2.0/24 [120/2] via 192.0.2.5, EWAN1, 00:01:41 |
※:ネクストホップとしてRouter BのLAN1のIPアドレスであるデフォルトルートがRIPの経路として表示されていること、Router CのLAN側のネットワーク(192.168.2.0/24)がRIPの経路として表示されていることを国际米兰中文官网してください。
国际米兰中文官网内容 | 画面表示例 |
---|---|
経路情報を表示 ※ ※ |
国际米兰中文官网A#show ip route Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF B - BGP, I - IKE, U - SA-UP, D - REDUNDANCY, E - EventAction - selected route, * - FIB route, p - stale info. * 0.0.0.0/0 [1/0] is directly connected, PPPoE1 * 100.1.1.1/32 is directly connected, PPPoE1 * 127.0.0.0/8 is directly connected, LOOP0 O 192.0.2.0/30 [110/1] is directly connected, EWAN2, 06:01:34 * 192.0.2.0/30 is directly connected, EWAN2 * 192.0.2.4/30 is directly connected, LAN * 192.168.1.0/24 [120/2] via 192.0.2.6, LAN, 00:10:50 * 192.168.2.0/24 [110/2] via 192.0.2.2, EWAN2, 00:02:24 |
※:Router AのLAN側ネットワーク(192.168.1.0/24)が、RIPの経路として表示されていること、Router CのLAN側のネットワーク(192.168.2.0/24)が、OSPFの経路として表示されていることを国际米兰中文官网してください。
国际米兰中文官网内容 | 画面表示例 |
---|---|
経路情報を表示 ※ ※ |
国际米兰中文官网A#show ip route Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF B - BGP, I - IKE, U - SA-UP, D - REDUNDANCY, E - EventAction - selected route, * - FIB route, p - stale info. * 0.0.0.0/0 [110/10] via 192.0.2.1, EWAN1, 00:04:28 * 127.0.0.0/8 is directly connected, LOOP0 O 192.0.2.0/30 [110/1] is directly connected, EWAN1, 00:04:39 * 192.0.2.0/30 is directly connected, EWAN1 * 192.168.1.0/24 [110/20] via 192.0.2.1, EWAN1, 00:04:28 O 192.168.2.0/24 [110/1] is directly connected, LAN, 00:13:29 * 192.168.2.0/24 is directly connected, LAN |
※:ネクストホップとしてRouter BのEWAN2のIPアドレスであるデフォルトルートがOSPFの経路として表示されていること、Router AのLAN側ネットワーク(192.168.1.0/24)がOSPFの経路として表示されていることを国际米兰中文官网してください。
国际米兰中文官网内容 | 画面表示例 |
---|---|
OSPF ルーティング情報を表示 経路情報が正しいことを国际米兰中文官网 経路情報が正しいことを国际米兰中文官网 |
国际米兰中文官网A#show ip ospf route OSPF process 0: 国际米兰中文官网国际米兰中文官网国际米兰中文官网 OSPF network routing table 国际米兰中文官网国际米兰中文官网国际米兰中文官网 N 192.0.2.0/30 [1] area: 0.0.0.0  directly connected, EWAN1 N 192.168.2.0/24 [1] area: 0.0.0.0  via 192.0.2.2, EWAN2 国际米兰中文官网国际米兰中文官网国际米兰中文官网 OSPF router routing table 国际米兰中文官网国际米兰中文官网国际米兰中文官网= 国际米兰中文官网国际米兰中文官网国际米兰中文官网 OSPF external routing table 国际米兰中文官网国际米兰中文官网=== |
国际米兰中文官网内容 | 画面表示例 |
---|---|
OSPF ルーティング情報を表示 経路情報が正しいことを国际米兰中文官网 経路情報が正しいことを国际米兰中文官网 |
国际米兰中文官网A#show ip ospf route OSPF process 0: 国际米兰中文官网国际米兰中文官网国际米兰中文官网 OSPF network routing table 国际米兰中文官网国际米兰中文官网国际米兰中文官网 N 192.0.2.0/30 [1] area: 0.0.0.0  directly connected, EWAN1 N 192.168.2.0/24 [1] area: 0.0.0.0  directly connected, LAN 国际米兰中文官网国际米兰中文官网国际米兰中文官网 OSPF router routing table 国际米兰中文官网国际米兰中文官网国际米兰中文官网= 国际米兰中文官网国际米兰中文官网国际米兰中文官网 OSPF external routing table 国际米兰中文官网国际米兰中文官网=== |
国际米兰中文官网内容 | 画面表示例 |
---|---|
OSPF データベース情報を表示 情報が正しいことを国际米兰中文官网 情報が正しいことを国际米兰中文官网 情報が正しいことを国际米兰中文官网 |
国际米兰中文官网B#show ip ospf database OSPF Router process 0 with ID (192.0.2.5) Router Link States (Area 0.0.0.0) Link ID ADV Router Age Seq# CkSum Link count 192.0.2.5 192.0.2.5 160 0x80000013 0x7cab 1 192.168.2.1 192.168.2.1 161 0x80000004 0x3a38 2 Net Link States (Area 0.0.0.0) Link ID ADV Router Age Seq# CkSum 192.0.2.1 192.0.2.5 161 0x80000001 0x7429 AS External Link States Link ID ADV Router Age Seq# CkSum Route 0.0.0.0 192.0.2.5 1144 0x8000000c 0x3eb7 E2 0.0.0.0/0 [0x0] 192.168.1.0 192.0.2.5 660 0x80000009 0xeb98 E2 192.168.1.0/24 [0x0] |
国际米兰中文官网内容 | 画面表示例 |
---|---|
OSPF データベース情報を表示 情報が正しいことを国际米兰中文官网 情報が正しいことを国际米兰中文官网 情報が正しいことを国际米兰中文官网 |
国际米兰中文官网C#show ip ospf database OSPF Router process 0 with ID (192.168.2.1) Router Link States (Area 0.0.0.0) Link ID ADV Router Age Seq# CkSum Link count 192.0.2.5 192.0.2.5 293 0x80000013 0x7cab 1 192.168.2.1 192.168.2.1 292 0x80000004 0x3a38 2 Net Link States (Area 0.0.0.0) Link ID ADV Router Age Seq# CkSum 192.0.2.1 192.0.2.5 294 0x80000001 0x7429 AS External Link States Link ID ADV Router Age Seq# CkSum Route 0.0.0.0 192.0.2.5 1277 0x8000000c 0x3eb7 E2 0.0.0.0/0 [0x0] 192.168.1.0 192.0.2.5 793 0x80000009 0xeb98 E2 192.168.1.0/24 [0x0] |