Parameter | Description | Value |
---|---|---|
ipv4-address |
Specifies the destination IP address in dotted decimal notation. |
- |
mask | mask-length |
Specifies mask in dotted decimal notation or mask-length. |
- |
verbose |
Displays detailed information about active and inactive routes. If the parameter verbose is not specified, detailed information about active routes is displayed. |
- |
# Display information about all MBGP routes.
<HUAWEI> display mbgp routing-table Route Flags: R - relay, D - download to fib, T - to vpn-instance ------------------------------------------------------------------------------ Routing Tables: MBGP Destinations : 1 Routes : 1 Destination/Mask Proto Pre Cost Flags NextHop Interface 10.5.5.1/32 MBGP 255 0 R 10.1.1.1 Vlanif10
Item |
Description |
---|---|
Route Flags |
|
Routing Tables: MBGP |
Indicates an MBGP routing table. |
Destinations |
Indicates the total number of destination networks or hosts. |
Routes |
Indicates the total number of routes. |
Destination/Mask |
Indicates the address and mask length of the destination network or host. |
Proto |
Indicates the protocol through which routes are learned. |
Pre |
Indicates the preference. |
Cost |
Indicates the route cost. |
Flags |
Indicates the route flag, that is, Route Flags in the header of the routing table. |
NextHop |
Indicates the next hop. |
Interface |
Indicates the outbound interface through which the next hop is reachable. |
# Display the detailed information of the specified routes.
<HUAWEI> display mbgp routing-table 5.5.5.1 verbose
Routing Table : MBGP
Summary Count : 1
Destination: 10.5.5.1/32
Protocol: MBGP Process ID: 0
Preference: 255 Cost: 0
NextHop: 10.1.1.1 Neighbour: 0.0.0.0
State: Active Adv GotQ Age: 00h43m25s
Tag: 0 Priority: 0
Label: NULL QoSInfo: 0x0
RelayNextHop: 0.0.0.0 Interface: Vlanif 10
TunnelID: 0x0 Flags: R
Item |
Description |
---|---|
Destination |
Indicates the address and mask length of the destination network or host. |
Protocol |
Indicates the routing protocol. |
Process ID |
Indicates the process ID of the routing protocol. |
Preference |
Indicates the preference of the route. |
Cost |
Indicates the route cost. |
NextHop |
Indicates the next hop. |
Neighbour |
Indicates the neighbor. |
State |
Indicates the status of routes:
|
Age |
Indicates the lifetime of the route. |
Tag |
Indicates the administrative tag for routes. |
Priority |
Indicates the priority. |
Label |
Indicates the allocated MPLS label. |
QoSInfo |
Indicates QoS information. |
RelayNextHop |
Indicates the relay next hop. |
Interface |
Indicates the outbound interface through which the next hop is reachable. |
Tunnel ID |
Indicates the tunnel ID. |
Flags |
Indicates the route flag, that is, Route Flags in the header of the routing table. |