After the default RIPng configuration is modified, you can use the display default-parameter ripng command to view the default RIPng configuration used when RIPng is initialized.
# Display the default RIPng configuration.
<HUAWEI> display default-parameter ripng -------------------------------------------- Protocol Level Default Configurations -------------------------------------------- Preference : 100 Checkzero : Enabled Default-cost : 0 Maximum Balanced Paths : 8 Update time : 30 sec Age time : 180 sec Garbage-collect time : 120 sec -------------------------------------------- Interface Level Default Configurations -------------------------------------------- Metricin : 0 Metricout : 1 Input Packet Processing : Enabled Output Packet Processing: Enabled Poison Reverse : Disabled Split Horizon For Broadcast and P2P Interfaces : Enabled For NBMA Interfaces and LoopBack : Disabled Default Route : Disabled Packet Transmit Interval : 200 msecs Packet Transmit Number : 30
Item |
Description |
---|---|
Protocol Level Default Configurations |
Default RIPng process configuration. |
Preference |
RIPng route preference. |
Checkzero |
Whether zero field check is enabled for RIPng packets. |
Default Cost |
Default cost of routes imported by RIPng from other routing protocols. |
Maximum Balanced Paths |
Maximum number of equal-cost routes for load balancing. |
Update time |
Interval for sending Update packets. |
Age time |
Aging time of RIPng routes. |
Garbage-Collect time |
Time from when a route is marked invalid until the route is removed from the routing table. |
Interface Level Default Configurations |
Default RIPng configuration on an interface. |
Metricin |
Metric that is added to a route when a RIPng packet is received. |
Metricout |
Metric that is added to a route when a RIPng packet is sent. |
Poison Reverse |
Whether poison reverse is enabled. |
Split Horizon |
Whether split horizon is enabled:
|
Default-route |
Default route. This route is used when no matching entry can be found for a packet in the routing table. |
Packet Transmit Interval |
Interval for forwarding packets, in milliseconds. |
Packet Transmit Number |
Number of forwarded packets. |
Input Packet Processing |
Whether this interface is enabled to receive RIPng packets |
Output Packet Processing |
Whether this interface is enabled to send RIPng packets |