display rsvp statistics

Use display rsvp statistics to display RSVP statistics.

Syntax

display rsvp statistics [ interface [ interface-type interface-number ] ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

interface: Displays RSVP statistics on interfaces. If you do not specify this keyword, the command displays global RSVP statistics.

interface-type interface-number: Displays RSVP statistics on the interface specified by its type and number. If you specify the interface keyword without this argument, the command displays RSVP statistics on all RSVP-enabled interfaces.

Examples

# Display global RSVP statistics.

<Sysname> display rsvp statistics
P2P statistics:
Object                 Added            Deleted
  PSB                  3                1
  RSB                  3                1
  LSP                  3                1
P2MP statistics:
Object                 Added            Deleted
  PSB                  0                0
  RSB                  0                0
  LSP                  0                0

Packet                 Received         Sent
  Path                 5                5
  Resv                 5                5
  PathError            0                0
  ResvError            0                0
  PathTear             0                0
  ResvTear             0                0
  ResvConf             0                0
  Bundle               0                0
  Ack                  0                0
  Srefresh             0                0
  Hello                0                0
  Challenge            0                0
  Response             0                0
  Error                0                0

# Display RSVP statistics on interfaces.

<Sysname> display rsvp statistics interface
Vlan10:
Packet                 Received         Sent
  Path                 2                2
  Resv                 2                2
  PathError            0                0
  ResvError            0                0
  PathTear             0                0
  ResvTear             0                0
  ResvConf             0                0
  Bundle               0                0
  Ack                  0                0
  Srefresh             0                0
  Hello                0                0
  Challenge            0                0
  Response             0                0
  Error                0                0

Vlan20:
Packet                 Received         Sent
  Path                 3                3
  Resv                 3                3
  PathError            0                0
  ResvError            0                0
  PathTear             0                0
  ResvTear             0                0
  ResvConf             0                0
  Bundle               0                0
  Ack                  0                0
  Srefresh             0                0
  Hello                0                0
  Challenge            0                0
  Response             0                0
  Error                0                0

Table 61: Command output

Field

Description

P2P statistics

P2P statistics.

PSB

Number of added/deleted PSBs.

RSB

Number of added/deleted RSBs.

LSP

Number of added/deleted LSPs.

P2MP statistics

This field is not supported in the current software version.

P2MP statistics.

Path

Number of received/sent Path messages.

Resv

Number of received/sent Resv messages.

PathError

Number of received/sent Path Error messages.

ResvError

Number of received/sent Resv Error messages.

PathTear

Number of received/sent Path Tear messages.

ResvTear

Number of received/sent Resv Tear messages.

ResvConf

Number of received/sent Resv Conf messages.

Bundle

Number of received/sent Bundle messages.

Ack

Number of received/sent Ack messages.

Srefresh

Number of received/sent Srefresh messages.

Hello

Number of received/sent Hello messages.

Challenge

Number of received/sent Integrity Challenge messages.

Response

Number of received/sent Integrity Response messages.

Error

Number of received/sent error messages.

Related commands

reset rsvp statistics