< Home

display migp routing-table

Function

The display migp routing-table command displays brief information about the MIGP routing table.

Format

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

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.

-

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

This command displays the MIGP routing table. You can specify parameters in the command to view specified routes.

Example

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

Item

Description

Route Flags

Flag of a route:
  • R: indicates that the route is an iterated route.

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

  • T: indicates a route whose next hop belongs to a VPN instance.

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

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:
  • 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

Time that elapsed since a route is generated.

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