The display migp routing-table command displays brief information about the Multicast Interior Gateway Protocol (MIGP) routing table.
display migp routing-table [ ip-address [ mask-length | mask ] ] [ verbose ]
display migp routing-table statistics
| 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. |
| statistics | Displays the statistics of the migp routing table. | - |
In the command output, each line indicates a route. The contents of the command output include the destination address, mask length, protocol, preference, cost, next hop, and outbound interface.
# Display brief information about the MIGP routing table.
<sysname> display migp routing-table
Route Flags: R - relay, D - download to fib
------------------------------------------------------------------------------
Routing Tables: MIGP
Destinations : 4 Routes : 4
Destination/Mask Proto Pre Cost Flags NextHop Interface
4.4.4.4/32 OSPF 10 3 10.0.1.1 GigabitEthernet0/0/1
5.5.5.5/32 OSPF 10 4 10.0.1.1 GigabitEthernet0/0/1
10.0.3.0/24 OSPF 10 3 10.0.1.1 GigabitEthernet0/0/1
192.168.3.0/24 OSPF 10 4 10.0.1.1 GigabitEthernet0/0/1
Item |
Description |
|---|---|
Route Flags |
Indicates the route flags.
|
Routing Tables:MIGP |
Indicates the MIGP 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 used to learn routes. |
Pre |
Indicates the preference. |
Cost |
Indicates the route cost. |
Flags |
Indicates the route flags in the header of the routing table. |
NextHop |
Indicates the next hop. |
Interface |
Indicates the outbound interface of the reachable next hop. |
# Display detailed information about the MIGP routing table.
<sysname> display migp routing-table verbose
Route Flags: R - relay, D - download to fib
------------------------------------------------------------------------------
Routing Table : MIGP
Destinations : 5 Routes : 5
Destination: 4.4.4.4/32
Protocol: ISIS Process ID: 1
Preference: 15 Cost: 20
NextHop: 10.0.1.1 Interface: GigabitEthernet0/0/1
State: Active Adv Age: 00h34m26s
Destination: 5.5.5.5/32
Protocol: ISIS Process ID: 1
Preference: 15 Cost: 30
NextHop: 10.0.1.1 Interface: GigabitEthernet0/0/1
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: GigabitEthernet0/0/1
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: GigabitEthernet0/0/1
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: GigabitEthernet0/0/1
State: Active Adv Age: 00h34m28s
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. |
Interface |
Indicates the outbound interface. |
State: |
Indicates the status of routes. The status of routes is as follows:
|
Age |
Indicates the lifetime of the route. |