The display rip interface command displays information about a RIP-capable interface.
The display ripng interface command displays information about RIPng interfaces.
Usage Scenario
To check information about a RIP-capable interface, run the display rip interface command. The command output helps verify the configurations and diagnose faults.
The interface information displayed using the display ripng interface command includes the name, IP address, and link status of the interface. If verbose is specified, in addition to the preceding interface information, the metric that is added to the route carried in a sent RIPng packet, metric that is added to the route carried in a received RIPng packet, and whether poison reverse or split horizon is enabled on the interface can be displayed. The display ripng interface command displays the operating status and configurations of RIPng, which facilitates fault location and configuration verification.The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display ripng 1 interface gigabitethernet0/1/0 GigabitEthernet0/1/0 FE80::A0A:200:1 State : UP, Protocol : RIPNG, MTU : 1440
<HUAWEI> display rip 1 interface gigabitethernet 0/1/0 verbose 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
<HUAWEI> display rip 1 interface gigabitethernet 0/1/0 ------------------------------------------------------------------------------- Interface IP Address State Protocol MTU -------------------------------------------------------------------------------- GigabitEthernet 0/1/0 1.1.1.2 UP RIPv1 Compatible 500
Item | Description |
---|---|
State | Status of the interface:
|
Metricin(with ACL/ip-prefix) | Metric that an interface adds to the route that matches the ACL or IP prefix list when the interface receives RIP packets. |
Metricin(default) | Metric that an interface adds to the route when the interface receives RIP packets. |
Input | Whether the interface can receive packets. |
Protocol | Version of RIP running on the interface:
|
Protocol | Protocol running on the interface:
|
Send | Type of packets sent by the interface:
|
Receive | Type of packets received by the interface:
|
Poison-reverse | Whether poison reverse is enabled on the interface. |
Split-Horizon | Whether split horizon is enabled on the interface. |
Authentication | Authentication mode configured on the interface. |
Authentication type | Authentication type configured on the interface. |
Replay Protection | Specifies whether replay protection is configured on the interface. |
BFD | Whether BFD is enabled on the interface:
|
Transmit-Interval | Interval at which BFD packets are sent by the interface to the neighbor. |
Receive-Interval | Interval at which the interface receives BFD packets from the neighbor. |
Detect-Multiplier | BFD multiplier value configured on the interface. |
Max Packet Length | Maximum length of RIP packets, in bytes. |
Summary Address(es) | Summary address configured on the interface. |
MTU | Maximum Transmission Unit (MTU) of the interface. |
Interface | RIP-capable interface. |
IP Address | IP address of the interface. |
Metricin | Metric that is added to the route carried in a received RIPng packet. |
Metricout | Metric that an interface adds to the route when the interface sends RIP packets. |
Output | Whether the interface can send packets. |