< Home

display migp routing-table

Function

The display migp routing-table command displays brief information about the Multicast Interior Gateway Protocol (MIGP) routing table.

Format

display migp routing-table [ ip-address [ mask-length | mask ] ] [ verbose ]

display migp routing-table statistics

Parameters

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. -

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

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.

Example

# 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
Table 1 Description of the display migp routing-table command output

Item

Description

Route Flags

Indicates the route flags.
  • R: indicates that the route is an iterated route.

  • D: indicates that the route is delivered to the FIB table.

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
Table 2 Description of the display migp routing-table verbose command output

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:
  • Active: indicates routes in the Active state.

  • Invalid: indicates invalid routes.

  • Inactive: indicates routes in the Inactive state.

  • NoAdv: indicates routes that cannot be advertised.

  • Adv: indicates routes that can be advertised.
  • Del: indicates routes to be deleted.

  • GotQ: indicates routes that are relayed successfully.

  • WaitQ: indicates routes that are not relayed successfully yet.

  • Stale: indicates routes with the Stale flag. The routes are used in GR.

Age

Indicates the lifetime of the route.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >