show ipv6 pim sparse-mode interface
- モード
- 非特権EXECモード
- カテゴリー
- IPv6マルチキャスト / PIM
構文
コマンド構文
> show ipv6 pim [vrf VRFNAME|global] sparse-mode interface [detail]
コマンド説明
(PIM-SMv6)PIM-SMv6インターフェースの情報を表示する。
パラメーター
vrf VRFNAME
- VRFインスタンス名。指定したVRFインスタンスのみ表示するときに指定する
global
- グローバルVRFインスタンスのみ表示するときに指定
detail
- 詳細な情報を表示する
使用例
awplus# show ipv6 pim sparse-mode interface
Interface VIFindex Ver/ Nbr DR
Mode Count Priority
vlan2 0 v2/S 2 1
Address : fe80::207:e9ff:fe02:81d
Global Address: 2001:db8:168:1::53
DR : fe80::20e:cff:fe01:facc
vlan3 2 v2/S 2 1
Address : fe80::207:e9ff:fe02:21a2
Global Address: 2001:db8:168:10::53
DR : this system
表 1:オプション未指定時
| Interface |
インターフェース名 |
| VIFindex |
マルチキャスト仮想インターフェース番号 |
| Ver/Mode |
PIMv6バージョン(v2 = version 2)/モード(S = Sparse) |
| Nbr Count |
インターフェース上の隣接ルーター数 |
| DR Priority |
DR(代表ルーター)優先度 |
| Address |
インターフェースのIPv6リンクローカルアドレス |
| Global Address |
同インターフェースのIPv6グローバルアドレス |
| DR |
DR(代表ルーター)のIPv6アドレス |
awplus# show ipv6 pim sparse-mode interface detail
vlan2 (vif 0)
Address fe80::207:e9ff:fe02:81d, DR fe80::20e:cff:fe01:facc
Hello period 30 seconds, Next Hello in 21 seconds
Triggered Hello period 5 seconds
Secondary addresses:
2001:db8:168:1::53
Neighbors:
fe80::202:b3ff:fed4:69fe
fe80::20e:cff:fe01:facc
vlan3 (vif 2):
Address fe80::207:e9ff:fe02:21a2, DR fe80::207:e9ff:fe02:21a2
Hello period 30 seconds, Next Hello in 20 seconds
Triggered Hello period 5 seconds
Secondary addresses:
2001:db8:168:10::53
Neighbors:
表 2:detailオプション指定時
| vlan2(一例) |
インターフェース名 |
| vif |
マルチキャスト仮想インターフェース番号 |
| Address |
インターフェースのIPv6リンクローカルアドレス |
| DR |
DR(代表ルーター)のIPv6アドレス |
| Hello period |
定期的なHelloメッセージの送信間隔(秒) |
| Next Hello in |
次の定期的なHelloメッセージ送信までの時間(秒) |
| Triggered Hello period |
PIM-SMv6ルーターの新規発見時などに非定期のHelloメッセージを送信する際の待機時間(秒) |
| Secondary addresses |
Address欄に表示されている以外のインターフェースアドレス(IPv6グローバルアドレスなど) |
| Neighbors |
インターフェース上の隣接ルーター一覧 |