ホスト名 | RT-A |
---|---|
F0/0 のIPアドレス | 172.16.1.1/24 |
S0/0/0 のIPアドレス | 172.16.2.1/24 |
S0/0/0 のクロックレートと帯域幅 | 64Kbps |
ルーティングプロトコル | OSPF |
OSPF プロセス ID | 1 |
< RT-A > Router# conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)# host RT-A RT-A(config)# int f0/0 RT-A(config-if)# ip add 172.16.1.1 255.255.255.0 RT-A(config-if)# no keep RT-A(config-if)# no shut RT-A(config-if)# int s0/0/0 RT-A(config-if)# ip add 172.16.2.1 255.255.255.0 RT-A(config-if)# clock rate 64000 RT-A(config-if)# bandwidth 64 RT-A(config-if)# no shut RT-A(config-if)# router ospf 1 RT-A(config-router)# network 172.16.0.0 0.0.255.255 area 0 RT-A(config-router)# ^Z RT-A#
ホスト名 | RT-B |
---|---|
F0/0 のIPアドレス | 172.16.3.2/24 |
S0/0/0 のIPアドレス | 172.16.2.2/24 |
S0/0/0 の帯域幅 | 64Kbps |
ルーティングプロトコル | OSPF |
OSPF プロセス ID | 1 |
< RT-B > Router# conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)# host RT-B RT-B(config)# int s0/0/0 RT-B(config-if)# ip add 172.16.2.2 255.255.255.0 RT-B(config-if)# bandwidth 64 RT-B(config-if)# no shut RT-B(config-if)# int f0/0 RT-B(config-if)# ip add 172.16.3.2 255.255.255.0 RT-B(config-if)# no keep RT-B(config-if)# no shut RT-B(config-if)# router ospf 1 RT-B(config-router)# net 172.16.2.0 0.0.0.255 area 0 RT-B(config-router)# net 172.16.3.0 0.0.0.255 area 0 RT-B(config-router)# ^Z RT-B#
RT-B(config)#router ospf ? <1-65535> Process ID
< RT-A > RT-A# sh run | section ospf router ospf 1 network 172.16.0.0 0.0.255.255 area 0 RT-A#
< RT-B > RT-B# sh run | section ospf router ospf 1 network 172.16.2.0 0.0.0.255 area 0 network 172.16.3.0 0.0.0.255 area 0 RT-B#
ルーティングテーブル | 最適ルート情報の入ったテーブルで show ip route コマンドにて確認できる。 |
---|---|
ネイバー関係データベース (ネイバーテーブル) | 通信可能な全隣接ルータがリストされているデータベースで show ip ospf neighbor コマンドにて確認できる。 |
リンクステートデータベース (トポロジーテーブル) | ネットワーク内の全ルータのリンクステート情報が入ったデータベースで show ip ospf database コマンドにて確認できる。 同一エリア内の各ルータは、同じリンクステートデータベースを持つ。 |
< RT-A >
RT-A# sh ip route | begin Gateway
Gateway of last resort is not set
172.16.0.0/16 is variably subnetted, 5 subnets, 2 masks
C 172.16.1.0/24 is directly connected, FastEthernet0/0
L 172.16.1.1/32 is directly connected, FastEthernet0/0
C 172.16.2.0/24 is directly connected, Serial0/0/0
L 172.16.2.1/32 is directly connected, Serial0/0/0
O 172.16.3.0/24 [110/1563] via 172.16.2.2, 00:03:00, Serial0/0/0 ← RT-B から学習した 172.16.3.0/24 宛てのルート
RT-A#
C | 直接接続されたインターフェイス | 0 |
---|---|---|
S | スタティックルート | 1 |
D | OSPF | 90 |
O | OSPF | 110 |
R | RIP | 120 |
< RT-B >
RT-B# sh ip route | begin Gateway
Gateway of last resort is not set
172.16.0.0/16 is variably subnetted, 5 subnets, 2 masks
O 172.16.1.0/24 [110/1563] via 172.16.2.1, 00:03:10, Serial0/0/0 ← RT-A から学習した 172.16.1.0/24 宛てのルート
C 172.16.2.0/24 is directly connected, Serial0/0/0
L 172.16.2.2/32 is directly connected, Serial0/0/0
C 172.16.3.0/24 is directly connected, FastEthernet0/0
L 172.16.3.2/32 is directly connected, FastEthernet0/0
RT-B#
< RT-A > RT-A# sh ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 172.16.3.2 0 FULL/ - 00:00:34 172.16.2.2 Serial0/0/0 RT-A#
< RT-B > RT-B# sh ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 172.16.2.1 0 FULL/ - 00:00:36 172.16.2.1 Serial0/0/0 RT-B#
< RT-A > RT-A# sh ip ospf database OSPF Router with ID (172.16.2.1) (Process ID 1) Router Link States (Area 0) Link ID ADV Router Age Seq# Checksum Link count 172.16.2.1 172.16.2.1 390 0x80000003 0x00A6AD 3 172.16.3.2 172.16.3.2 389 0x80000002 0x0093BC 3 RT-A#
< RT-B > RT-B# sh ip ospf database OSPF Router with ID (172.16.3.2) (Process ID 1) Router Link States (Area 0) Link ID ADV Router Age Seq# Checksum Link count 172.16.2.1 172.16.2.1 406 0x80000003 0x00A6AD 3 172.16.3.2 172.16.3.2 403 0x80000002 0x0093BC 3 RT-B#
< RT-A > RT-A# sh ip protocols *** IP Routing is NSF aware *** Routing Protocol is "ospf 1" ← ルーティングプロトコルは OSPF で、プロセス ID は 1 Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Router ID 172.16.2.1 ← ルータ ID は 172.16.2.1 Number of areas in this router is 1. 1 normal 0 stub 0 nssa Maximum path: 4 Routing for Networks: 172.16.0.0 0.0.255.255 area 0 ← network コマンドで指定したネットワークとエリア Routing Information Sources: Gateway Distance Last Update 172.16.3.2 110 00:07:26 ← ルータ ID:172.16.3.2 のルータからアップデートを受信 Distance: (default is 110) ← AD 値 RT-A#
< RT-B > RT-B# sh ip protocols *** IP Routing is NSF aware *** Routing Protocol is "ospf 1" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Router ID 172.16.3.2 Number of areas in this router is 1. 1 normal 0 stub 0 nssa Maximum path: 4 Routing for Networks: 172.16.2.0 0.0.0.255 area 0 172.16.3.0 0.0.0.255 area 0 Routing Information Sources: Gateway Distance Last Update 172.16.2.1 110 00:07:36 Distance: (default is 110) RT-B#