Cisco Cisco IOS Software Release 12.0(22)S

Page de 26
 
      MPLS Traffic Engineering (TE)—Scalability Enhancements
show ip rsvp counters
18
Cisco IOS Releases: Multiple Releases (see the Feature Information Table)
show ip rsvp counters
To display the counts of Resource Reservation Protocol (RSVP) messages that were sent and received, 
use the show ip rsvp counters command in EXEC mode. 
show ip rsvp counters [interface interface-name| summary] 
Syntax Description
Defaults
If you enter this command without a keyword, the command displays the number of RSVP messages that 
were sent and received for each interface for which RSVP is configured.
Command Modes
EXEC
Command History
Examples
In the following example, values are shown for the number of RSVP messages of each type (such as Path 
and Resv) that were sent and received on POS2/2:
Router# show ip rsvp counters interface pos2/2
POS2/2                  Recv      Xmit                        Recv      Xmit
   Path                    0    112876   Resv                74414         0
   PathError               0         0   ResvError               0         0
   PathTear                0         7   ResvTear                4         0
   ResvConfirm             0         0   ResvTearConfirm         0         4
   UnknownMsg              0         0   Errors                  0         0
In the following example, values are shown for the number of RSVP messages of each type that were 
sent and received by the router over all interfaces:
Router# show ip rsvp counters summary       
All Interfaces          Recv      Xmit                        Recv      Xmit
   Path                  512    224962   Resv               148446       385
   PathError               0         2   ResvError               0         0
   PathTear                8        12   ResvTear                4         4
   ResvConfirm             0         0   ResvTearConfirm         4         4
   UnknownMsg              0         0   Errors                  0         0
interface interface-name (Optional) Displays the number of RSVP messages sent and received for the 
specified interface name. 
summary
(Optional) Displays the cumulative number of RSVP messages sent and 
received by the platform. 
Release
Modification
12.0(14)ST
This command was introduced.
12.2(11)S
This command was integrated into Cisco IOS Release 12.2(11)S. 
12.0(22)S
This command was integrated into Cisco IOS Release 12.0(22)S. 
12.2(28)SB
This command was integrated into Cisco IOS Release 12.2(28)SB.