display ripng interface
Parameters
Parameter | Description | Value |
---|---|---|
process-id | Displays interface information in the specified RIPng process. | The value is an integer that ranges from 1 to 65535. |
interface-type interface-number | Displays information on the interface with the specified type and number. | - |
verbose | Displays detailed information about RIPng interfaces. | - |
Usage Guidelines
This command displays the configuration and operating status of RIPng. The information is helpful in fault location and configuration verification.
Example
# Display information about VLANIF100 of the specified RIPng process.
<AC6605> display ripng 1 interface vlanif 100
Vlanif100
FE80::A0A:200:1
State : UP, Protocol : RIPNG, MTU : 1440
Item |
Description |
---|---|
FE80::A0A:200:1 |
Link-local address of the interface. |
State |
Status of the interface:
|
Protocol |
Routing protocol running on the interface. |
MTU |
Link MTU. |
# Display detailed information about VLANIF100 of the specified RIPng process.
<AC6605> display ripng 1 interface vlanif 100 verbose
Vlanif100
FE80::A0A:200:1
State : UP, Protocol : RIPNG, MTU : 1440
Metricin : 0
Metricout : 1
Input : Enabled Output : Enabled
Default Route : Disabled
Poison Reverse : Disabled
Split Horizon : Enabled
Item |
Description |
---|---|
FE80::A0A:200:1 |
Link-local address of the interface. |
State |
Status of the interface:
|
Protocol |
Routing protocol running on the interface. |
MTU |
Link MTU. |
Metricin |
Metric added to a received route. |
Metricout |
Metric added to a sent route. |
Default Route |
Whether the interface is enabled to advertise default routes. |
Poison Reverse |
Whether poison reverse is enabled on the interface. |
Split Horizon |
Whether split horizon is enabled on the interface. |