show ip rip interface
- モード
- 非特権EXECモード
- カテゴリー
- IP / 経路制御(RIP)
構文
> show ip rip interface [IFNAME]
コマンド説明
各インターフェースにおけるRIPの状態を表示する。パラメーター
IFNAME- IPインターフェース名。省略時はIPアドレス設定可能なすべてのインターフェースが対象となる
使用例
awplus> show ip rip interface
eth0 is up, line protocol is up
RIP is not enabled on this interface
lo is up, line protocol is up
RIP is not enabled on this interface
vlan1 is down, line protocol is down
RIP is not enabled on this interface
vlan10 is up, line protocol is up
Routing Protocol: RIP
Receive RIP packets
Send RIP packets
Passive interface: Disabled
Split horizon: Enabled with Poisoned Reversed
IP interface address:
172.16.10.1/24
vlan20 is up, line protocol is up
Routing Protocol: RIP
Receive RIP packets
Send RIP packets
Passive interface: Disabled
Split horizon: Enabled with Poisoned Reversed
IP interface address:
172.21.10.1/24
vlan100 is up, line protocol is up
RIP is not enabled on this interface
vlan1000 is down, line protocol is down
RIP is not enabled on this interface
注意・補足事項
本機能の設定を行う際は、あらかじめRIPサービスを有効にしておくこと(service ripコマンド)。networkコマンド(RIPモード)で複数のRIPインターフェースを包含する大きなネットワークアドレスを指定した場合、たとえば「network 192.168.0.0/16」で「192.168.10.0/24」、「192.168.20.0/24」、「192.168.30.0/24」の3インターフェースを一括指定したような場合、本コマンドでは該当ネットワーク内のRIPインターフェースは表示されない。該当ネットワーク外でインターフェースのIPアドレス/マスク長とnetworkコマンド(RIPモード)の指定が一致するRIPインターフェース、および、networkコマンド(RIPモード)でインターフェース名を指定したRIPインターフェースは表示される。