show ipv6 rip interface

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

構文

コマンド構文

> show ipv6 rip interface [IFNAME]

コマンド説明

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

パラメーター

IFNAME
IPv6インターフェース名。省略時はIPv6アドレス設定可能なすべてのインターフェースが対象となる

使用例

awplus> show ipv6 rip interface
lo is up, line protocol is up
  RIPng is not enabled on this interface
eth1 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
eth2 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

注意・補足事項

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

関連コマンド