Cisco Cisco IOS Software Release 12.2(33)SRE

Page de 58
RSVP Fast Local Repair
  Configuration Examples for RSVP FLR
8
Cisco IOS Release 12.2(33)SRB
Configuration Examples for RSVP FLR
This section provides configuration examples for the RSVP FLR feature.
Configuring RSVP FLR: Example
The configuration options for RSVP FLR are the following:
Wait time
Number of notifications
Repair rate
Note
You can configure these options in any order.
Configuring the Wait Time
The following example configures Ethernet interface 1/0 with a bandwidth of 200 kbps and a wait time 
of 1000 msec:
Router# configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)# interface ethernet1/0
Router(config-if)# ip rsvp bandwidth 200
Router(config-if)# ip rsvp signalling fast-local-repair wait-time 1000
Router(config-if)# end
Configuring the Number of Notifications
The following example configures the number of flows that are repaired before suspending to 100:
Router# configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)# ip rsvp signalling fast-local-repair notifications 100
Router(config)# end
Step 5
show ip rsvp sender
 [detail] [filter 
[destination ip-addr hostname] [source 
ip-addr hostname] [dst-port port] [src-port 
port]]
Example:
Router# show ip rsvp sender detail
Displays RSVP PATH-related sender information currently 
in the database.
The optional detail keyword displays additional output 
including the FLR parameters.
Note
The optional filter keyword is supported in
Cisco IOS Releases 12.0S and 12.2S only.
Step 6
exit
Example:
Router# exit
(Optional) Exits privileged EXEC mode and returns to user 
EXEC mode.
Command or Action
Purpose