display rip interface
具体设备的实际回显请以设备实际显示为准。此处的回显信息仅为举例。
# 查看GigabitEthernet0/1/0接口上RIPng的信息。
GigabitEthernet0/1/0
FE80::A0A:200:1
State : UP, Protocol : RIPNG, MTU : 1440
# 查看GigabitEthernet0/1/0接口上RIP的详细信息。
GigabitEthernet0/1/0 (11.1.1.1)
State : UP MTU: 500
Metricin(with ACL/ip-prefix) : 7
Metricin(default) : 0
Metricout: 1
Input : Enabled Output: Enabled
Protocol : RIPv2 Multicast
Send : RIPv2 Multicast Packets
Receive : RIPv2 Multicast Packets
Poison-reverse : Disabled
Split-Horizon : Enabled
Authentication type : None
Replay Protection : Disabled
BFD : Enabled (Dynamic)
Transmit-Interval : 1000 ms
Receive-Interval : 1000 ms
Detect-Multiplier : 3
Max Packet Length : 512
Summary Address(es) : 1.1.0.0/16
# 查看GigabitEthernet0/1/0接口上RIP的信息。
-------------------------------------------------------------------------------
Interface IP Address State Protocol MTU
--------------------------------------------------------------------------------
GigabitEthernet 0/1/0 1.1.1.2 UP RIPv2 Compatible 500
表1 display rip interface命令输出信息描述
项目
描述
State
接口状态:
UpDown
Metricin(with ACL/ip-prefix)
接口接收RIP报文时给通过ACL或IP地址前缀列表过滤的路由增加的度量值。
Metricin(default)
接口接收RIP报文时给路由增加的度量值。
Input
是否允许接收报文。
Protocol
表示接口运行RIP的版本:
RIPv1 CompatibleRIPv2 Compatible
或者表示在接口上运行的协议:
RIPv1RIPv2 MulticastRIPv2 Broadcast
Send
接口发送的报文类型。
RIPv1RIPv2 BroadcastRIPv2 MulticastNone ( RIP updates are not send out)
Receive
接口接收的报文类型。
RIPv1RIPv2 BroadcastRIPv2 MulticastNone (Application will not process the received packet)
Poison-reverse
接口是否使能了毒性反转特性。
Split-Horizon
接口是否使能了水平分割特性。
Authentication
接口配置的认证类型。
Authentication type
接口上配置的认证类型。
Replay Protection
接口是否配置了重放攻击保护。
BFD
接口是否使能BFD功能:
Enabled (Static):使能静态BFD功能。Enabled (Dynamic):使能动态BFD功能。Blocked:BFD功能被阻塞。
Transmit-Interval
BFD最小报文发送间隔。
Receive-Interval
BFD最小报文接收间隔。
Detect-Multiplier
BFD最小检测倍数。
Max Packet Length
最大报文长度。
Summary Address(es)
接口上配置的路由聚合地址。
MTU
链路的MTU值。
Interface
使能RIP协议的接口。
IP Address
接口的IP地址。
Metricin
接收路由附加的度量值。
Metricout
接口发送RIP报文时给路由增加的度量值。
Output
是否允许发送报文。