運用コマンドレファレンス Vol.2

[目次][索引][前へ][次へ]


show bfd session【OP-BFD】

[機能]

BFDセッションの状態一覧を表示します。

[入力モード]

一般ユーザモードおよび装置管理者モード

[入力形式]

show bfd session
show bfd session ip [<IPv4-Address>]
show bfd session
         ipv6 [{<IPv6-Address> | <IPv6-Address> interface <Interface-name>}]
show bfd session interface <Interface-name>
show bfd session protocol static
show bfd session protocol ospf
show bfd session protocol ospf6
show bfd session detail

[パラメータ]

ip [<IPv4-Address>]
BFDセッションが確立しているインタフェースのBFD情報を表示します。
ipだけを指定した場合,IPv4上で動作するすべてのインタフェースのサマリー情報を表示します。
<IPv4-Address>を指定した場合,指定したインタフェースの詳細情報を表示します。
<IPv4-Address>にはリモートIPv4アドレスをドット記法で指定します。

ipv6 [{<IPv6-Address> | <IPv6-Address> interface <Interface-name>}]
BFDセッションが確立しているインタフェースのBFD情報を表示します。
ipv6だけを指定した場合,IPv6上で動作するすべてのインタフェースのサマリー情報を表示します。
<IPv6-Address>を指定した場合,指定したインタフェースの詳細情報を表示します。
<IPv6-Address>にはリモートIPv6アドレスをコロン記法で指定します。
グローバルアドレス時,interface <Interface-name>は指定できません。
リンクローカルアドレス時,interface <Interface-name>によるインタフェース名の指定が必要です。

interface <Interface-name>
<Interface-name>で指定したインタフェースの詳細情報を表示します。

protocol static
STATICに関連づけられた詳細情報を表示します。

protocol ospf
OSPFに関連づけられた詳細情報を表示します。

protocol ospf6
OSPFv3に関連づけられた詳細情報を表示します。

detail
detailを指定した場合,すべてのインタフェースの詳細情報を表示します。

すべてのパラメータ省略時の動作
BFDセッションが確立している全インタフェースのサマリー情報を表示します。

[実行例]show bfd sessionの例

BFDプロトコルが動作する全インタフェースのBFDセッション情報に関するサマリー情報を表示します。
>show bfd session [Enter]キー押下

図5-1 サマリー表示実行例

>show bfd session
Local Address : 172.16.10.10
Remote Address: 172.16.10.11
PRU No.       : 3
State         : Up
Protocol      : OSPF, STATIC
Router ID     : 172.17.1.1
Operating Mode: Asynchronous(Echo off)
 
Local Address : 172.16.10.10
Remote Address: 172.16.10.21
PRU No.       : 2
State         : Up
Protocol      : STATIC
Router ID     : -
Operating Mode: Asynchronous(Echo off)
 
Local Address : 172.16.10.10
Remote Address: 172.16.10.31
PRU No.       : 3
State         : Up
Protocol      : OSPF
Router ID     : 172.17.1.3
Operating Mode: Asynchronous(Echo off)
 
Local Address : fe80::260:1dff:fe22:f298%Department1
Remote Address: fe80::2a0:c9ff:fe6b:8e1b%Department1
PRU No.       : 3
State         : Up
Protocol      : OSPF6
Router ID     : 172.17.1.3
Operating Mode: Asynchronous(Echo off)
>

[表示説明]

表5-1 サマリー表示の表示内容

表示項目 意味 表示詳細情報
Local Address 自ルータのIPv4/IPv6アドレス
Remote Address 隣接ルータのIPv4/IPv6アドレス
PRU No. PRU番号
State BFDセッション状態 AdminDown:管理上ダウン
Down:ダウン
Init:初期化中
Up:アップ
Protocol 自ルータのセッションで使用されているプロトコル STATIC:STATIC
OSPF:OSPF
OSPF6:OSPFv3
Router ID 隣接ルータのルータID
Operating Mode BFDセッションのオペレーティング・モード Asynchronous(Echo off):非同期モード(エコー機能無)(固定)

[実行例]show bfd session ipの例

BFDプロトコルが動作するインタフェース(IPv4)のBFDセッションに関する情報を表示します。
>show bfd session ip 172.16.10.10 [Enter]キー押下

図5-2 BFDセッション情報表示の実行例(IPv4アドレス指定)

>show bfd session ip 172.16.10.10
Local Address  : 172.16.10.9
Remote Address : 172.16.10.10
Discriminator(Local): 10001, Discriminator(Remote): 10002
PRU No.        : 3
State          : Up
Operating Mode : Asynchronous(Echo off)
TxInterval : 150, RxInterval : 200
Real TxInterval 160, Real RxInterval 220
Detection time : 600
RM packets counter
  Received packets : 5, Transmitted packets : 32
PRU packets counter
  Received packets : 840, Transmitted packets : 780
PRU packets counter since last Up
  Received packets : 320, Transmitted packets : 150
Last session up time   : 12/15 17:58:37
Last session down time : 12/15 13:32:02
Last session down cause: Administratively Down
Up count since boot : 2
Session Application : OSPF
    Neighbor Router ID : 172.17.1.1
    Neighbor Address   : 172.16.10.10
>

[実行例]show bfd session ipv6の例

BFDプロトコルが動作するインタフェース(IPv6)のBFDセッションに関する情報を表示します。
>show bfd session ipv6 3ffe:501:811:10:260:1dff:fe22:f298 [Enter]キー押下

図5-3 BFDセッション情報表示の実行例(IPv6アドレス指定)

>show bfd session ipv6 3ffe:501:811:10:260:1dff:fe22:f298
Local Address  : 3ffe:501:811:10:260:1dff:fe22:f297
Remote Address : 3ffe:501:811:10:260:1dff:fe22:f298
Discriminator(Local): 10003, Discriminator(Remote): 10004
PRU No.        : 3
State          : Up
Operating Mode : Asynchronous(Echo off)
TxInterval : 150, RxInterval : 200
Real TxInterval 160, Real RxInterval 220
Detection time : 600
RM packets counter
  Received packets : 5, Transmitted packets : 32
PRU packets counter
  Received packets : 840, Transmitted packets : 780
PRU packets counter since last Up
  Received packets : 320, Transmitted packets : 150
Last session up time   : 12/15 17:58:37
Last session down time : 12/15 13:32:02
Last session down cause: Administratively Down
Up count since boot : 2
Session Application : STATIC
    Next hop : 3ffe:501:811:10:260:1dff:fe22:f298
>

[実行例]show bfd session interfaceの例

BFDプロトコルが動作する特定のインタフェースのBFDセッションに関する情報を表示します。
>show bfd session interface office02 [Enter]キー押下

図5-4 BFDセッション情報表示の実行例(Interface名指定)

>show bfd session interface office02
Local Address  : 172.16.10.10
Remote Address : 172.16.10.11
Discriminator(Local): 10001, Discriminator(Remote): 10002
PRU No.        : 3
State          : Up
Operating Mode : Asynchronous(Echo off)
TxInterval : 150, RxInterval : 200
Real TxInterval 160, Real RxInterval 220
Detection time : 600
RM packets counter
  Received packets : 5, Transmitted packets : 32
PRU packets counter
  Received packets : 840, Transmitted packets : 780
PRU packets counter since last Up
  Received packets : 320, Transmitted packets : 150
Last session up time   : 12/15 17:58:37
Last session down time : 12/15 13:32:02
Last session down cause: Administratively Down
Up count since boot : 2
Session Application : OSPF
    Neighbor Router ID : 172.17.1.1
    Neighbor Address   : 172.16.10.11
Session Application : STATIC
    Next hop : 172.16.10.11
 
Local Address  : 3ffe:501:811:10:260:1dff:fe22:f298
Remote Address : 3ffe:501:811:10:260:1dff:fe22:f299
Discriminator(Local): 10003, Discriminator(Remote): 10004
PRU No.        : 3
State          : Up
Operating Mode : Asynchronous(Echo off)
TxInterval : 150, RxInterval : 200
Real TxInterval 160, Real RxInterval 220
Detection time : 600
RM packets counter
  Received packets : 5, Transmitted packets : 32
PRU packets counter
  Received packets : 840, Transmitted packets : 780
PRU packets counter since last Up
  Received packets : 320, Transmitted packets : 150
Last session up time   : 12/15 17:58:37
Last session down time : 12/15 13:32:02
Last session down cause: Administratively Down
Up count since boot : 2
Session Application : STATIC
    Next hop : 3ffe:501:811:10:260:1dff:fe22:f299
>

[実行例]show bfd session protocol staticの例

上位プロトコルがSTATICであるインタフェースのBFDセッション情報を表示します。
>show bfd session protocol static [Enter]キー押下

図5-5 BFDセッション情報表示の実行例(プロトコル名指定)

>show bfd session protocol static
Local Address  : 172.16.10.10
Remote Address : 172.16.10.11
Discriminator(Local): 10001, Discriminator(Remote): 10003
PRU No.        : 3
State          : Up
Operating Mode : Asynchronous(Echo off)
TxInterval : 150, RxInterval : 200
Real TxInterval 160, Real RxInterval 220
Detection time : 600
RM packets counter
  Received packets : 5, Transmitted packets : 32
PRU packets counter
  Received packets : 840, Transmitted packets : 780
PRU packets counter since last Up
  Received packets : 320, Transmitted packets : 150
Last session up time   : 12/15 17:58:37
Last session down time : 12/15 13:32:02
Last session down cause: Administratively Down
Up count since boot : 2
Session Application : STATIC
    Next hop : 172.16.10.11
>

[実行例]show bfd session protocol ospfの例

上位プロトコルがOSPFであるインタフェースのBFDセッション情報を表示します。
>show bfd session protocol ospf [Enter]キー押下

図5-6 BFDセッション情報表示の実行例(プロトコル名指定)

>show bfd session protocol ospf
Local Address  : 172.16.10.10
Remote Address : 172.16.10.11
Discriminator(Local): 10001, Discriminator(Remote): 10002
PRU No.        : 3
State          : Up
Operating Mode : Asynchronous(Echo off)
TxInterval : 150, RxInterval : 200
Real TxInterval 160, Real RxInterval 220
Detection time : 600
RM packets counter
  Received packets : 5, Transmitted packets : 32
PRU packets counter
  Received packets : 840, Transmitted packets : 780
PRU packets counter since last Up
  Received packets : 320, Transmitted packets : 150
Last session up time   : 12/15 17:58:37
Last session down time : 12/15 13:32:02
Last session down cause: Administratively Down
Up count since boot : 2
Session Application : OSPF
    Neighbor Router ID : 172.17.1.1
    Neighbor Address   : 172.16.10.11
>

[実行例]show bfd session protocol ospf6の例

上位プロトコルがOSPFv3であるインタフェースのBFDセッション情報を表示します。
>show bfd session protocol ospf6 [Enter]キー押下

図5-7 BFDセッション情報表示の実行例(プロトコル名指定)

>show bfd session protocol ospf6
Local Address   : fe80::260:1dff:fe22:f298%Department1
Remote Address  : fe80::2a0:c9ff:fe6b:8e1b%Department1
Discriminator(Local): 10988288, Discriminator(Remote): 1930242
PRU No.         : 0
State           : Up
Operating Mode  : Asychronous(Echo off)
TxInterval : 200, RxInterval : 200
Real TxInterval : 175, Real RxInterval : 175
Detection time  : 600
RM packets counter
  Received packets : 2, Transmitted packets : 26
PRU packets counter
  Received packets : 6027, Transmitted packets : 6028
PRU packets counter since last Up
  Received packets : 6027, Transmitted packets : 6028
Last session up time   : 07/14 12:48:18
Last session down time : -----
Last session down cause:  -
Up count since boot : 1
Session Application : OSPF6
    Neighbor Router ID : 172.16.0.1
    Neighbor Address   : fe80::2a0:c9ff:fe6b:8e1b%Department1
>

[実行例]show bfd session protocol detailの例

BFDプロトコルが設定されているすべてのインタフェースの,BFDセッション情報を表示します。
>show bfd session protocol detail [Enter]キー押下

図5-8 BFDセッション情報表示の実行例(detail指定)

>show bfd session protocol detail
Local Address   : 172.16.10.10
Remote Address  : 172.16.10.11
Discriminator(Local): 10988290, Discriminator(Remote): 1930240
PRU No.         : 0
State           : Up
Operating Mode  : Asychronous(Echo off)
TxInterval : 200, RxInterval : 200
Real TxInterval : 175, Real RxInterval : 175
Detection time  : 600
RM packets counter
  Received packets : 2, Transmitted packets : 26
PRU packets counter
  Received packets : 13657, Transmitted packets : 13673
PRU packets counter since last Up
  Received packets : 13657, Transmitted packets : 13673
Last session up time   : 07/14 12:48:18
Last session down time : -----
Last session down cause:  -
Up count since boot : 1
Session Application : OSPF
    Neighbor Router ID : 172.16.0.1
    Neighbor Address   : 172.16.10.11
Session Application : STATIC
    Next Hop : 172.16.10.11
 
Local Address  : fe80::260:1dff:fe22:f298%Department1
Remote Address : fe80::2a0:c9ff:fe6b:8e1b%Department1
Discriminator(Local): 10988288, Discriminator(Remote): 1930242
PRU No.        : 0
State          : Up
Operating Mode : Asychronous(Echo off)
TxInterval : 200, RxInterval : 200
Real TxInterval : 175, Real RxInterval : 175
Detection time : 600
RM packets counter
  Received packets : 2, Transmitted packets : 26
PRU packets counter
  Received packets : 6027, Transmitted packets : 6028
PRU packets counter since last Up
  Received packets : 6027, Transmitted packets : 6028
Last session up time   : 07/14 12:48:18
Last session down time : -----
Last session down cause:  -
Up count since boot : 1
Session Application : OSPF6
    Neighbor Router ID : 172.16.0.1
    Neighbor Address   : fe80::2a0:c9ff:fe6b:8e1b%Department1
Session Application : STATIC
    Next Hop : fe80::2a0:c9ff:fe6b:8e1b%Department1
>

[表示説明]

表5-2 show bfd sessionコマンド(パラメータ指定時)の表示説明

表示項目 意味 表示詳細情報
Local Address 自ルータのIPv4/IPv6アドレス
Remote Address 隣接ルータのIPv4/IPv6アドレス
Discriminator(Local) BFDセッションを特定するための識別子
Discriminator(Remote) BFDセッションを特定するためのリモートシステム側の識別子
PRU No. PRU番号
State BFDセッション状態 AdminDown:管理上ダウン
Down:ダウン
Init:初期化中
Up:アップ
Operating Mode BFDセッションのオペレーティング・モード Asynchronous(Echo off):非同期モード(エコー機能無)(固定)
TxInterval ローカルシステムとリモートシステムのやり取りで決まったBFDパケットの送信間隔(単位:ミリ秒)
RxInterval ローカルシステムとリモートシステムのやり取りで決まったBFDパケットの受信間隔(単位:ミリ秒)
Real TxInterval ローカルシステムが実際にBFDパケットを送信している間隔(単位:ミリ秒)
Real RxInterval ローカルシステムが実際にBFDパケットを受信している間隔(単位:ミリ秒)
Detection time セッションの切断検出までの時間 検出時間=受信間隔(RxInterval)×検出乗数(Detect Multi)
RM packets counter
 Received packets
RMで受信したBFDメッセージのパケット数
RM packets counter
 Transmitted packets
RMから送信したBFDメッセージのパケット数
PRU packets counter
 Received packets
PRU/SWで受信したBFDメッセージのパケット数
PRU packets counter
 Transmitted packets
PRU/SWから送信したBFDメッセージのパケット数
PRU packets counter since last Up
 Received packets
最後にBFDセッションが確立してから,PRU/SWで受信したBFDメッセージのパケット数
PRU packets counter since last Up
 Transmitted packets
最後にBFDセッションが確立してから,PRU/SWから送信したBFDメッセージのパケット数
Last session up time 最後にBFDセッションが確立した時の時間 表示形式:月/日 時: 分: 秒
一度も確立していない場合:”-----”
Last session down time 最後にネイバーとのセッションが切断された時の時間 表示形式:月/日 時: 分: 秒
一度も切断していない場合:”-----”
Last session down cause 最後にネイバーとのセッションが切断された時の原因 Control Detection Time Expired:コントロール切断検知時間を経過した
Neighbor Signaled Session Down:隣接ルータがダウンした
Forwarding Plane Reset:転送プレーンがリセットされた
Path Down:経路がダウンした
Administratively Down:管理上ダウンされた
一度も切断していない場合:”-”
Up count since boot ルータが再起動してからセッションが”Up”状態になった回数
Session Application BFDセッションを張っている,ルーティングプロトコルの名称 STATIC :STATIC
OSPF :OSPF
OSPF6 :OSPFv3
Neighbor Router ID 隣接ルータのルータID
Neighbor Address 隣接ルータのIPアドレス
Next hop スタティック経路の次ホップアドレス スタティック経路の次ホップアドレス

[ユーザ通信への影響]

なし

[応答メッセージ]

表5-3 show bfd sessionコマンド応答メッセージ

メッセージ 内容
bfdd program doesn't seem to be running. BFDプログラムが起動していないため,コマンド投入が失敗しました。
BFDプログラムの再起動を待って,コマンドを再投入してください。
Can't accept command (system is busy). (システムビジーのため)コマンドは受け付けられません。しばらくして再投入してください。
Can't execute this command in standby BCU. コマンドは待機系BCU上では実行できません。
Can't execute. コマンドを実行できません。
Connection failed to bfdd. BFDプログラムとの通信が失敗しました。コマンドを再投入してください。頻発する場合は,restart bfdコマンド(「restart bfd【OP-BFD】」参照)でBFDプログラムを再起動してください。
Interface check error <Interface Name>. 指定されたインタフェース情報の名称の形式に誤りがあります。
IP Address check error <IP Address>. 指定されたIPアドレスの形式に誤りがあります。
No enough memory. コマンドを実行するための十分なメモリがありません。しばらくして再投入してください。
Now another user is using bfd command, please try again. 他のユーザがBFDコマンドを実行中のため,コマンドを実行できません。しばらくして再実行してください。
Specified BFD session information doesn't exist. 指定されたBFDセッション情報が存在しません。
Specify the link local address <IP Address>. 指定されたIPアドレスは不正です。リンクローカルアドレスで指定してください。

[注意事項]

なし

[目次][前へ][次へ]


[他社商品名称に関する表示]

Copyright (c) 2005, 2011, ALAXALA Networks Corporation. All rights reserved.