display bgp routing-table vpnv4 inlabel

Use display bgp routing-table vpnv4 inlabel to display incoming labels for BGP VPNv4 routes.

Syntax

display bgp [ instance instance-name ] routing-table vpnv4 inlabel

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

instance instance-name: Specifies a BGP instance by its name, a case-sensitive string of 1 to 31 characters. If you do not specify a BGP instance, this command displays incoming labels for all BGP VPNv4 routes in the default BGP instance.

Examples

# Display incoming labels for all BGP VPNv4 routes in the default BGP instance.

<Sysname> display bgp routing-table vpnv4 inlabel

 Total number of routes: 2

 BGP local router ID is 1.1.1.9
 Status codes: * - valid, > - best, d - dampened, h - history,
               s - suppressed, S - stale, i - internal, e - external
               a – additional-path
               Origin: i - IGP, e - EGP, ? - incomplete

 Route distinguisher: 100:1
 Total number of routes: 2

     Network            NextHop         OutLabel        InLabel

* >  10.1.1.0/24        10.1.1.2        NULL            1279
* >e 192.168.1.0        10.1.1.1        NULL            1278

Table 71: Command output

Field

Description

BGP local router ID

Router ID of the local BGP router.

Status codes

Route status codes:

  • * - valid—Valid route.

  • > - best—Common optimal route.

  • d – damped—Route damped for route flap.

  • h - history—History route.

  • i - internal—Internal route.

  • e - external—External route.

  • s - suppressed—Suppressed route.

  • S - Stale—Stale route.

  • a additional-path—Add-Path optimal route.

Origin

Route origin:

  • i - IGP—Originated in the AS. The origin of routes advertised by the network command is IGP.

  • e - EGP—Learned through EGP.

  • ? - incomplete—Redistributed from IGP protocols.

OutLabel

Outgoing label. If the peer PE assigns a null label, this field displays NULL.

InLabel

Incoming label.