display mpls tunnel

Use display mpls tunnel to display tunnel information.

Syntax

display mpls tunnel { all | statistics | [ vpn-instance vpn-instance-name ] destination ipv4-address }

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

all: Displays all tunnels.

statistics: Displays tunnel statistics.

vpn-instance vpn-instance-name: Specifies an MPLS L3VPN instance by its name, a case-sensitive string of 1 to 31 characters. If you do not specify a VPN instance, this command displays tunnel information for the public network.

destination: Displays the tunnel destined for the specified address.

ipv4-address: Specifies the tunnel destination IPv4 address.

Examples

# Display information about all tunnels.

<Sysname> display mpls tunnel all
Destination      Type     Tunnel/NHLFE      VPN Instance
2.2.2.2          LSP      NHLFE1024         -
3.3.3.3          CRLSP    Tunnel2           -

Table 62: Command output

Field

Description

Destination

Tunnel destination address.

Type

Tunnel type: LSP or CRLSP (MPLS TE tunnel).

Tunnel/NHLFE

Tunnel or NHLFE entry.

NHLFEnumber represents the ingress LSP that matches the NHLFE entry with NID of number.

VPN Instance

VPN instance name. If the tunnel belongs to the public network, this field displays a hyphen (-).

# Display tunnel statistics.

<Sysname> display mpls tunnel statistics
LSP  :     1
GRE  :     0
CRLSP:     0

Table 63: Command output

Field

Description

LSP

Number of LSP tunnels.

GRE

This field is not supported in the current software version.

Number of GRE tunnels.

CRLSP

Number of CRLSP and SRLSP tunnels.