What Is the Meaning of Each Field in the display ip routing-table verbose Comman

m7g
m7g  Diamond  (1)
7 years 10 months ago  View: 4313  Reply: 0
1F
For example:
<HUAWEI> display ip routing-table 1.1.1.1 32 verbose
Route Flags: R - relay, D - download to fib
---------------------------------------------------------------
Routing Table : Public
Summary Count : 1
Destination: 1.1.1.1/32
Protocol: Static Process ID: 0
Preference: 60 Cost: 0
NextHop: 2.2.2.2 Neighbour: 0.0.0.0
State: Active Adv GotQ Age: 02h17m46s
Tag: 0 Priority: 0
Label: NULL QoSInfo: 0x0
RelayNextHop: 192.168.12.1 Interface: Vlanif10

TunnelID: 0x0 Flags: RD


 Routing Table: indicates the name of the instance, to which the route belongs. "Public" indicates the public network instance.
 Summary Count: indicates the number of routes with the prefix specified in the command.
 Destination: indicates the destination address of the route and the length of the mask.
 Protocol: indicates the name of the routing protocol.
 Process ID: indicates the process ID of the route.
 Preference: indicates the preference of the route protocol.
 Cost: indicates the route cost.
 NextHop: indicates the next hop of the route. It indicates the original next hop for routes that require iteration.
 Neighbour: indicates the neighbour.
 State: indicates the state of the route. It has the following values:
Active: indicates that the route is active.
Invalid: indicates that the route is invalid.

Inactive: indicates that the route is inactive.

NoAdv: indicates that the route cannot be advertised.

Adv: indicates that the route can be advertised.

Del: indicates that the route is to be deleted.

GotQ: indicates that the route is successfully iterated.

WaitQ: indicates that the route has not been successfully iterated.

Stale: indicates that the route has the Stale flag and is used in GR.

 Age: indicates the duration of the route after it is generated.

 Tag: indicates the route tag.

 Label: indicates the label allocated by MPLS.

 QosInfo: indicates QoS information.

 RelayNextHop: indicates the next hop address generated by the iteration of routes.

 Interface: indicates the outbound interface.

 TunnelID: indicates the tunnel ID.

 Flags: indicates the route flags, including:

– R: indicates that the route is iterated.

– D: indicates that the route is successfully delivered to the FIB.