show ipv6 rip interface

モード
非特権EXECモード
カテゴリー
IPv6 / 経路制御(RIPng)

構文

コマンド構文

> show ipv6 rip [vrf VRFNAME|global] interface [IFNAME]

コマンド説明

各インターフェースにおけるRIPngの状態を表示する。

パラメーター

vrf VRFNAME
VRFインスタンス名。指定したVRFインスタンスのみ表示するときに指定する
global
グローバルVRFインスタンスのみ表示するときに指定
IFNAME
IPv6インターフェース名。省略時はIPv6アドレス設定可能なすべてのインターフェースが対象となる

使用例

awplus> show ipv6 rip interface
lo is up, line protocol is up
  RIPng is not enabled on this interface
eth0 is up, line protocol is up
  RIPng is not enabled on this interface
vlan1 is down, line protocol is down
  RIPng is not enabled on this interface
vlan10 is up, line protocol is up
  Routing Protocol: RIPng
    Passive interface: Disabled
    Split horizon: Enabled with Poisoned Reversed
    IPv6 interface address:
      2001:db8:3c:10::5/64
      fe80::215:77ff:fead:f818/64
vlan20 is up, line protocol is up
  Routing Protocol: RIPng
    Passive interface: Disabled
    Split horizon: Enabled with Poisoned Reversed
    IPv6 interface address:
      2001:db8:3c:20::5/64
      fe80::215:77ff:fead:f818/64
vlan30 is up, line protocol is up
  Routing Protocol: RIPng
    Passive interface: Disabled
    Split horizon: Enabled with Poisoned Reversed
    IPv6 interface address:
      2001:db8:3c:30::5/64
      fe80::215:77ff:fead:f818/64

注意・補足事項

本機能の設定を行う際は、あらかじめRIPngサービスを有効にしておくこと(service ripngコマンド)。

関連コマンド