< Home

display ripng route

Function

The display ripng route command displays all the RIPng routes that the switch learns from other switches.

Format

display ripng process-id route

Parameters

Parameter Description Value
process-id Displays the RIPng routes of the specified RIPng process that the switch learns from other switches. The value is an integer that ranges from 1 to 65535.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

The display ripng route command is useful for debugging and testing protocols.

Example

# Display all active and inactive RIPng routes and timers of each route.

<HUAWEI> display ripng 100 route
   Route Flags: R - RIPng                                        
                A - Aging, G - Garbage-collect
 ----------------------------------------------------------------

 Peer 2000::1  on vlanif100
 Dest 2001:DB8:1::1/32,
     via 2000::1, cost  2, tag 0, RA, 6 Sec
 Dest 2001:DB8:1::2/64,
     via 2000::1, cost  2, tag 0, RA, 6 Sec
 Dest 2001:DB8:1::3/64,
     via 2000::1, cost  2, tag 0, RA, 6 Sec
 Dest 2001:DB8:1::4/64,
     via 2000::1, cost  2, tag 0, RA, 6 Sec
Table 1 Description of the display ripng route command output

Item

Description

Route Flags

Route tag. The first character indicates the type of the route, namely, a RIPng route; the second character indicates the status of the route:
  • RA: The RIPng route is in aging state.

  • RG: The RIPng route is in garbage collection state.

Peer

Neighbor connecting to the interface.

Dest

Destination IPv6 address.

via

Next-hop IPv6 address.

cost

Cost of a route.

tag

Route tag.

Sec

Time during which a route remains in the state indicated by the route tag.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >