OSPFのコマンド(詳細)(show ip ospf)


OSPFプロセス全体の 概要や設定状態 を確認するためのコマンドです。

基本構文

Router# show ip ospf

出力例

Router# show ip ospf
 Routing Process "ospf 1" with ID 1.1.1.1
 Start time: 00:00:26.640, Time elapsed: 00:22:10.320
 Supports only single TOS(TOS0) routes
 Supports opaque LSA
 It is an area border router
 SPF schedule delay 5 secs, Hold time between two SPFs 10 secs
 Minimum LSA interval 5 secs. Minimum LSA arrival 1 secs
 LSA group pacing timer 240 secs
 Interface flood pacing timer 33 msecs
 Retransmission pacing timer 66 msecs
 EXCHANGE/LOADING adjacency limit: initial 300, process maximum 300
 Number of external LSA 2. Checksum Sum 0x02A5B4
 Number of areas in this router is 2. 2 normal 0 stub 0 nssa
   Area 0
        Number of interfaces in this area is 2
        Area has no authentication
        SPF algorithm executed 5 times
        Area ranges are
        Number of LSA 8. Checksum Sum 0x07D3B5
        Number of DCbitless LSA 0
        Number of indication LSA 0
        Number of DoNotAge LSA 0
   Area 1
        Number of interfaces in this area is 1
        Area has authentication
        SPF algorithm executed 3 times
        Number of LSA 6. Checksum Sum 0x0459A6

各項目の意味

項目説明
Routing Process “ospf 1”OSPFプロセスID(router ospf 1 の「1」)
Router ID 1.1.1.1このルータを識別するためのOSPFルータID
It is an area border routerこのルータが ABR(エリア境界ルータ)であることを示す
SPF schedule delay / hold timeSPF計算(最短経路探索)のタイミング制御
Number of external LSA外部LSA(AS外部経路情報)の数
Number of areas in this routerこのルータが所属するエリアの数
Area 0 / Area 1 …各エリアの情報(インターフェイス数、LSA数など)
Area has authentication認証が設定されているかどうか
SPF algorithm executed X timesSPF計算が実行された回数(変動の多いネットワークでは多くなる)