< Home

display ripng route

Function

The display ripng route command displays all the RIPng routes that are learned from other routers and view the values of different timers related to each route.

Format

display ripng process-id route

Parameters

Parameter Description Value
process-id Specifies the ID of a RIPng process. The value is an integer ranging 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 the active and inactive RIPng routes and the values of different timers related to each route.

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

 Peer FE80::200:5EFF:FE04:3302  on GigabitEthernet0/0/0
 Dest 2001:DB8:1::/32,
     via FE80::200:5EFF:FE04:3302, cost  2, tag 0, RA, 6 Sec
 Dest 2001:DB8:4:1::/64,
     via FE80::200:5EFF:FE04:3302, cost  2, tag 0, RA, 6 Sec
 Dest 2001:DB8:4:2::/64,
     via FE80::200:5EFF:FE04:3302, cost  2, tag 0, RA, 6 Sec
 Dest 2001:DB8:4:3::/64,
     via FE80::200:5EFF:FE04:3302, cost  2, tag 0, RA, 6 Sec
Table 1 Description of the display ripng route command output

Item

Description

Peer

Neighbor that is connected to the interface

Dest

IPv6 destination address

via

IPv6 address of the next hop

cost

Cost of the route

tag

Tag of the route

Sec

Time during which a route remains in a specific state

Route Flags

The flag of the route
  • RA:Route in the aging state
  • S:Route in the suppressed state
  • RG:Route in the garbage collection state
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >