Broadcast/Point-to-Pointの違い
-
OSPF ネットワークタイプ
概要
Cisco IOSにてOSPFのNetowrk(Broadcast / Point-to-Point )の設定方法を紹介します。
設定概要図
Network Type Broadcast
インターフェイスがイーサネットの時はデフォルトの動作がBroadcastです。従って特別の設定は不要です。
OSPFの設定後、インターフェイスの状態を確認すると「Network Type BROADCAST」の記載があり、Broadcastで動作していることがわかります。
また、Broadcastで動作しているので、DR,BDRの選出が動作します。今回のインターフェイスでは、DRに選出されていることがわかります。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
IOS-R1#show ip ospf interface gigabitEthernet 0/1 GigabitEthernet0/1 is up, line protocol is up Internet Address 192.168.0.1/24, Area 0, Attached via Network Statement Process ID 1, Router ID 1.1.1.1, Network Type BROADCAST, Cost: 1 Topology-MTID Cost Disabled Shutdown Topology Name 0 1 no no Base Transmit Delay is 1 sec, State DR, Priority 1 Designated Router (ID) 1.1.1.1, Interface address 192.168.0.1 Backup Designated router (ID) 2.2.2.2, Interface address 192.168.0.2 Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 oob-resync timeout 40 Hello due in 00:00:06 Supports Link-local Signaling (LLS) Cisco NSF helper support enabled IETF NSF helper support enabled Index 1/1/1, flood queue length 0 Next 0x0(0)/0x0(0)/0x0(0) Last flood scan length is 1, maximum is 1 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent with neighbor 2.2.2.2 (Backup Designated Router) Suppress hello for 0 neighbor(s) IOS-R1# |
Broadcastで動作しているので、該当のネットワーク(192.168.0.0/24)では、DRであるIOS-R1ルータから「LSA Type2 Network」が生成されていることがわかります。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
IOS-R1#show ip ospf database OSPF Router with ID (1.1.1.1) (Process ID 1) Router Link States (Area 0) Link ID ADV Router Age Seq# Checksum Link count 1.1.1.1 1.1.1.1 388 0x80000002 0x000E32 2 2.2.2.2 2.2.2.2 389 0x80000002 0x00FD35 2 Net Link States (Area 0) Link ID ADV Router Age Seq# Checksum 192.168.0.1 1.1.1.1 388 0x80000001 0x004C73 IOS-R1#show ip ospf database network OSPF Router with ID (1.1.1.1) (Process ID 1) Net Link States (Area 0) LS age: 402 Options: (No TOS-capability, DC) LS Type: Network Links Link State ID: 192.168.0.1 (address of Designated Router) Advertising Router: 1.1.1.1 LS Seq Number: 80000001 Checksum: 0x4C73 Length: 32 Network Mask: /24 Attached Router: 1.1.1.1 Attached Router: 2.2.2.2 IOS-R1# |
スポンサーリンク
Network Type Point-to-Point
設定方法
1 |
ip ospf network NET-WORK-TYPE |
コマンド引数 | 説明 |
---|---|
NET-WORK-TYPE | OSPFのネットワークタイプを設定する。設定項目として下記がある broadcast non-broadcast point-to-multipoint point-to-point |
構成図を元に設定例
IOS-R1
1 2 |
interface gigabitEthernet 0/1 ip ospf network point-to-point |
IOS-R2
1 2 |
interface gigabitEthernet 0/1 ip ospf network point-to-point |
設定後のインターフェイスおよびOSPF Databaseの変化について
設定後、インターフェイスの状態を確認すると「Network Type POINT_TO_POINT」の記載があり、Point-to-Pointで動作していることがわかります。
また、Point-to-Pointで動作しているので、DR,BDRの選出はありません。従ってDR,BDRの項目がなくなっていることがわかります。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
IOS-R1#show ip ospf interface gigabitEthernet 0/1 GigabitEthernet0/1 is up, line protocol is up Internet Address 192.168.0.1/24, Area 0, Attached via Network Statement Process ID 1, Router ID 1.1.1.1, Network Type POINT_TO_POINT, Cost: 1 Topology-MTID Cost Disabled Shutdown Topology Name 0 1 no no Base Transmit Delay is 1 sec, State POINT_TO_POINT Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 oob-resync timeout 40 Hello due in 00:00:00 Supports Link-local Signaling (LLS) Cisco NSF helper support enabled IETF NSF helper support enabled Index 1/1/1, flood queue length 0 Next 0x0(0)/0x0(0)/0x0(0) Last flood scan length is 1, maximum is 2 Last flood scan time is 0 msec, maximum is 1 msec Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent with neighbor 2.2.2.2 Suppress hello for 0 neighbor(s) IOS-R1# |
NetworkTypeがPoint-to-Pointになった為、LSAは「Type-1 Router」のみになりました。
1 2 3 4 5 6 7 8 9 10 |
IOS-R1#show ip ospf database OSPF Router with ID (1.1.1.1) (Process ID 1) Router Link States (Area 0) Link ID ADV Router Age Seq# Checksum Link count 1.1.1.1 1.1.1.1 930 0x80000006 0x0028FC 3 2.2.2.2 2.2.2.2 871 0x80000006 0x00C556 3 IOS-R1# |
スポンサーリンク
Cisco IOS 設定方法記事一覧
基本設定
インターネット接続
PPPoE
- PPPoE Server/Clinet (ローカル認証)
- PPPoE Server/Clinet (RADIUS認証)端末型払い出し(固定IP)
- PPPoE Server/Clinet (RADIUS認証)LAN型払い出し(固定Prefix)
DS-Lite
OSPF
- OSPF基本設定
- OSPFコスト設定
- OSPF プライオリティ
- OSPF MD5認証
- OSPF Network( Broadcast / Point-to-Point )
- OSPF スタブエリア
- OSPF トータリースタブ
- OSPF NSSA
- OSPF トータリーNSSA
- OSPF 経路集約
下記はOSPFのプロトコル解説
-
ネットワーク解説 OSPF (Open Shortest Path First)
BGP
下記はBGPのプロトコル解説
-
ネットワーク解説 BGP ( Border Gateway Protocol )