display rip interface
Syntax
display rip process-id interface
[
interface-type interface-number
] [
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
1: Monitor level
Parameters
process-id
: RIP process ID, in the range of 1 to 65535.
interface-type interface-number
: Specifies an interface by its type and number.
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.
exclude
: Displays all lines that do not match the specified regular expression.
include
: Displays all lines that match the specified regular expression.
regular-expression
: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Description
Use
display rip interface
to display the RIP interface information of the RIP process.
If no interface is specified, information about all RIP interfaces of the RIP process is displayed.
Examples
# Display all the interface information of RIP process 1.
<Sysname> display rip 1 interface
Interface-name: Vlan-interface11
Address/Mask:1.1.1.1/24 Version:RIPv1
MetricIn:5 MetricIn route policy:123
MetricOut:5 MetricOut route policy:234
Split-horizon/Poison-reverse:on/off Input/Output:on/on
Default route:off
Current packets number/Maximum packets number:234/2000
Table 9 Command output
Field Description
Interface-name
The name of an interface running RIP.
Address/Mask
IP address and mask of the interface.
Version
RIP version running on the interface.
MetricIn
Additional routing metric added to the incoming
routes.
MetricIn route policy
Name of the routing policy used to add the additional
routing metric for the incoming routes. If no routing
policy is referenced, the field displays
Not
34