display rsvp peer

Use display rsvp peer to display RSVP neighbor information.

Syntax

display rsvp peer [ interface interface-type interface-number ] [ ip ip-address ] [ verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

interface interface-type interface-number: Displays information about RSVP neighbors connected to the interface specified by its type and number.

ip ip-address: Displays information about the RSVP neighbor specified by its IP address.

verbose: Displays detailed information about RSVP neighbors. If you do not specify this keyword, the command displays brief information about RSVP neighbors.

Usage guidelines

If you do not specify any parameters, this command displays brief information about all RSVP neighbors.

Examples

# Display brief information about all RSVP neighbors.

<Sysname> display rsvp peer
Peer             Interface                State    Type     Summary refresh
57.10.10.1       Vlan10                   Idle     Active   Enabled
57.20.20.1       Vlan20                   Init     Passive  Disabled

Table 53: Command output

Field

Description

Peer

Address of the RSVP neighbor.

Interface

Interface connected to the RSVP neighbor.

State

Local hello state:

  • Idle—Hello extension is disabled.

  • Init—Hello extension is enabled. The local device failed to exchange hellos with the neighbor or hello exchanges are in progress.

  • Up—Hello extension is enabled. The local device successfully exchanged hellos with the neighbor.

Type

Role of the local device in the neighbor relationship:

  • Active—The local device actively sends hello requests to the neighbor.

  • Passive—The local end passively receives hello requests from the neighbor and replies with hello ACK messages.

Summary refresh

State of the Srefresh feature on the neighbor: Enabled or Disabled.

# Display detailed information about all RSVP neighbors.

<Sysname> display rsvp peer verbose
Peer: 57.10.10.1                          Interface: Vlan10
Hello state: Idle                         Hello type: Active
P2P PSB count: 0                          P2P RSB count: 3
P2MP PSB count: 0                         P2MP RSB count: 0
Src instance: 0x32e                       Dst instance: 0x0
Summary refresh: Enabled                  Graceful Restart state: Invalid
Peer GR restart time: 0 ms                Peer GR recovery time: 0 ms

Peer: 57.20.20.1                          Interface: Vlan20
Hello state: Init                         Hello type: Active
P2P PSB count: 0                          P2P RSB count: 1
P2MP PSB count: 0                         P2MP RSB count: 0
Src instance: 0x32e                       Dst instance: 0x0
Summary refresh: Disabled                 Graceful Restart state: Ready
Peer GR restart time: 0 ms                Peer GR recovery time: 0 ms

Table 54: Command output

Field

Description

Peer

Address of the RSVP neighbor.

Interface

Interface connected to the RSVP neighbor.

Hello state

Local hello state:

  • Idle—Hello extension is disabled locally.

  • Init—Hello extension is enabled locally. The local device failed to exchange hellos with the neighbor or hello exchanges are in progress.

  • Up—Hello extension is enabled locally. The local device successfully exchanged hellos with the neighbor.

Hello type

Role of the local device in the neighbor relationship:

  • Active—The local device actively sends hello requests to the neighbor.

  • Passive—The local device passively receives hello requests from the neighbor and replies with hello ACK messages.

P2P PSB count

Number of PSBs for the P2P neighbor.

P2P RSB count

Number of RSBs for P2P the neighbor.

P2MP PSB count

This field is not supported in the current software version.

Number of PSBs for the P2MP neighbor.

P2MP RSB count

This field is not supported in the current software version.

Number of RSBs for the P2MP neighbor.

Src instance

Local device instance carried in the hello sent to the neighbor.

Dst instance

Neighbor device instance carried in the last hello received from the neighbor.

Summary refresh

State of the Srefresh feature on the neighbor: Enabled or Disabled.

Graceful Restart state

GR state of the neighbor:

  • Invalid—Neighbor is not GR capable, or GR is disabled locally.

  • Ready—Neighbor is GR capable.

  • Restarting—Neighbor is restarting.

  • Recovering—Neighbor is recovering.

Peer GR restart time

GR restart period of the neighbor, in milliseconds.

Peer GR recovery time

GR recovery period of the neighbor, in milliseconds.