display multicast-vpn neighbor

Use display multicast-vpn neighbor to display information about RSVP-TE tunnel neighbors.

Syntax

display multicast-vpn vpn-instance vpn-instance-name neighbor [ interface tunnel number ]

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

vpn-instance vpn-instance-name: Specifies an MPLS L3VPN instance by its name, a case-sensitive string of 1 to 31 characters.

interface tunnel number: Specifies an existing tunnel interface by its number.

Examples

# Display information about RSVP-TE tunnel neighbors in VPN instance mvpn.

<Sysname> display multicast-vpn vpn-instance mvpn neighbor
Total 1 Selective Tunnels in using
Total 1 Selective Tunnels in creating

Inclusive Tunnel: Tunnel8
Tunnel Identifier: RSVP P2MP <0x01010101, 0x0, 0x8, 0x01010101>
Neighbor        State       UpDowntime
10.1.1.2        Up          02:50:49
20.1.1.2        Up          02:49:39
30.1.1.2        Down        02:00:39

Selective Tunnel: Tunnel2
Tunnel Identifier: RSVP P2MP <0x01010101, 0x0, 0x2, 0x01010101>
Neighbor         State       UpDowntime
10.1.1.2         Up          02:50:49
20.1.1.2         Up          02:49:39

Selective Tunnel: NULL
Tunnel Identifier: unknow

Table 79: Command output

Field

Description

Total 1 Selective Tunnels in using

Number of selective tunnels in use.

Total 1 Selective Tunnels in creating

Number of selective tunnels being created.

Inclusive Tunnel

Name of the inclusive tunnel. If the tunnel is being created, this field displays NULL.

Selective Tunnel

Name of the selective tunnel. If the tunnel is being created, this field displays NULL.

Tunnel Identifier RSVP P2MP <0x01010101, 0x0, 0x2, 0x01010101>

Tunnel information, including the tunnel type and tunnel identifier. Only RSVP P2MP tunnels are supported.

If the tunnel is being created, this field displays unknow. If no packets are lost in the tunnel, <0x01010101, 0x0, 0x2, 0x01010101> is displayed.

Neighbor

IP address of the neighbor.

State

Neighbor status:

  • Up—The neighbor is up.

  • Down—The neighbor is down.

UpDowntime

Length of time that the neighbor has been up or down.