display rip interface
Use display rip interface to display RIP interface information for a RIP process.
Syntax
display rip process-id interface [ interface-type interface-number ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
process-id: Specifies a RIP process by its ID in the range of 1 to 65535.
interface-type interface-number: Specifies an interface by its type and number. If no interface is specified, the command displays information about all RIP interfaces for the RIP process.
Examples
# Display information about all interfaces for RIP process 1.
<Sysname> display rip 1 interface Interface: Vlan-interface10 Address/Mask: 1.1.1.1/24 Version: RIPv1 MetricIn: 0 MetricIn route policy: Not designated MetricOut: 1 MetricOut route policy: Not designated Split-horizon/Poison-reverse: On/Off Input/Output: On/On Default route: Off Update output delay: 20(ms) Output count: 3 Current number of packets/Maximum number of packets: 0/2000
Table 22: Command output
Field | Description |
---|---|
Interface | Name of an interface running RIP. |
Address/Mask | IP address and mask of the interface. |
Version | RIP version running on the interface. |
MetricIn | Additional metric added to incoming routes. |
MetricIn route policy | Name of the routing policy used to add an additional metric for incoming routes. If no routing policy is used, the field displays Not designated. |
MetricOut | Additional metric added to outgoing routes. |
MetricOut route policy | Name of the routing policy used to add an additional routing metric for outgoing routes. If no routing policy is used, the field displays Not designated. |
Split-horizon | Indicates whether split horizon is enabled:
|
Poison-reverse | Indicates whether poison reverse is enabled:
|
Input/Output | Indicates whether the interface is enabled to receive and send RIP messages:
|
Default route | Indicates whether to send a default route to RIP neighbors:
|
Default route cost | Metric for a default route. |
Update output delay | RIP packet sending interval. |
Output count | Maximum number of RIP packets that can be sent at each interval. |
Current number of packets /Maximum number of packets | Number of RIP packets to be sent/maximum number of RIP packets that can be sent within a certain interval. |