| Parameter | Description | Value |
|---|---|---|
| process-id | Specifies the ID of a RIPng process. | The value is an integer ranging from 1 to 65535. |
| interface-type interface-number | Specifies the type and number of an interface. | - |
| verbose | Displays detailed information about a RIPng interfaces. | - |
This command displays the configuration and operating status of RIPng. The information is helpful in fault location and configuration verification.
# Display information about RIPng on GigabitEthernet 0/0/0.
<sysname> display ripng 1 interface GigabitEthernet 0/0/0
GigabitEthernet0/0/0
FE80::A0A:200:1
State : UP, Protocol : RIPNG, MTU : 1440
Item |
Description |
|---|---|
FE80::A0A:200:1 |
Indicates the link-local address. |
State |
Indicates the interface status, which can be:
|
Protocol |
Indicates the routing protocol running on the interface. |
MTU |
Indicates the link MTU. |
# Display detailed information about RIPng on GigabitEthernet 0/0/0.
<sysname> display ripng 1 interface GigabitEthernet 0/0/0 verbose
GigabitEthernet0/0/0
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 |
Indicates the link-local address. |
State |
Indicates the interface status, which can be:
|
Protocol |
Indicates the routing protocol running on the interface. |
MTU |
Indicates the link MTU. |
Metricin |
Indicates the additional metric for received routes. |
Metricout |
Indicates the additional metric for sent routes. |
Input |
Indicates whether this interface is enabled to receive RIPng packets. |
Output |
Indicates whether this interface is enabled to send RIPng packets. |
Default Route |
Indicates the default route. |
Poison Reverse |
Indicates whether poison reverse is enabled on the interface. |
Split Horizon |
Indicates whether split horizon is enabled on the interface. |