The display migp routing-table command displays brief information about the MIGP routing table.
Parameter | Description | Value |
---|---|---|
ip-address |
Specifies a destination IP address. |
The address is in dotted decimal notation. |
mask |
Indicates a mask. |
The mask is in dotted decimal notation. |
mask-length |
Specifies the length of the mask. |
The value is a decimal integer ranging from 0 to 32. |
verbose |
Displays detailed information about active routes and inactive routes. If the parameter is not specified, only brief information about active routes is displayed. |
- |
This command displays the MIGP routing table. You can specify parameters in the command to view specified routes.
# Display brief information about the MIGP routing table.
<HUAWEI> display migp routing-table Route Flags: R - relay, D - download to fib, T - to vpn-instance ------------------------------------------------------------------------------ Routing Tables: MIGP Destinations : 4 Routes : 4 Destination/Mask Proto Pre Cost Flags NextHop Interface 10.4.4.4/32 OSPF 10 3 10.0.1.1 Vlanif100 10.5.5.5/32 OSPF 10 4 10.0.1.1 Vlanif100 10.0.3.0/24 OSPF 10 3 10.0.1.1 Vlanif100 192.168.3.0/24 OSPF 10 4 10.0.1.1 Vlanif100
Item |
Description |
---|---|
Route Flags |
|
Routing Tables: MIGP |
MIGP routing table. |
Destinations |
Total number of destination networks or hosts. |
Routes |
Total number of routes. |
Destination/Mask |
Address and mask length of the destination network or host. |
Proto |
Routing protocol that learns a route. |
Pre |
Route preference. |
Cost |
Route cost. |
Flags |
Route flags in the header of the routing table. |
NextHop |
Next hop of a route. |
Interface |
Outbound interface to a reachable next hop. |
# Display detailed information about the MIGP routing table.
<HUAWEI> display migp routing-table verbose Route Flags: R - relay, D - download to fib, T - to vpn-instance ------------------------------------------------------------------------------ Routing Table : MIGP Destinations : 5 Routes : 5 Destination: 10.4.4.4/32 Protocol: ISIS Process ID: 1 Preference: 15 Cost: 20 NextHop: 10.0.1.1 Interface: Vlanif100 State: Active Adv Age: 00h34m26s Destination: 10.5.5.5/32 Protocol: ISIS Process ID: 1 Preference: 15 Cost: 30 NextHop: 10.0.1.1 Interface: Vlanif100 State: Active Adv Age: 00h34m26s Destination: 10.0.2.0/24 Protocol: ISIS Process ID: 1 Preference: 15 Cost: 20 NextHop: 10.0.1.1 Interface: Vlanif100 State: Active Adv Age: 00h34m26s Destination: 10.0.3.0/24 Protocol: ISIS Process ID: 1 Preference: 15 Cost: 30 NextHop: 10.0.1.1 Interface: Vlanif100 State: Active Adv Age: 00h34m27s Destination: 192.168.3.0/24 Protocol: ISIS Process ID: 1 Preference: 15 Cost: 40 NextHop: 10.0.1.1 Interface: Vlanif100 State: Active Adv Age: 00h34m28s
Item |
Description |
---|---|
Destination |
Address and mask length of the destination network or host. |
Protocol |
Routing protocol that learns a route. |
Process ID |
Process ID of the routing protocol. |
Preference |
Preference of a route. |
Cost |
Indicates the route cost. |
NextHop |
Next hop of a route. |
Interface |
Outbound interface of a route. |
State: |
Status of routes, which can be:
|
Age |
Time that elapsed since a route is generated. |