OcNOS-SP : Multi-Protocol Label Switching Guide : Multi-Protocol Label Switching Configuration Guide : MPLS Statistics Configuration : Configure RSVP-LSP
Configure RSVP-LSP
RTR1: Global RSVP configuration
 
#configure terminal
Enter configure mode.
(config)#router rsvp
Enter RSVP configuration mode for the router.
(config-router)#commit
Commit the transaction.
RTR1: Enabling RSVP and label switching on interface
 
(config)#interface xe2
Enter interface mode for xe2.
(config-if)#enable-rsvp
Enable RSVP on the interface.
(config-if)#label-switching
Enable Label switching on the interface.
(config-if)#commit
Commit the transaction.
RTR1: Trunk Configuration
 
(config)#rsvp-trunk t1
Configure RSVP trunk t1
(config-trunk)#to 44.44.44.44
Configure RTR4 as the end of trunk
(config-trunk)#commit
Commit the transaction.
RTR2: Global RSVP configuration
 
(config)#router rsvp
Enter RSVP configuration mode for the router.
(config-router)#php
Configure PHP on the end node.
(config-router)#commit
Commit the transaction.
RTR2: Enabling RSVP and label switching on interface
 
(config)#interface xe1
Enter interface mode for xe1.
(config-if)#enable-rsvp
Enable RSVP on the interface.
(config-if)#label-switching
Enable Label switching on the interface.
(config-if)#exit
Exit interface mode.
(config)#interface xe2
Enter interface mode for xe2.
(config-if)#enable-rsvp
Enable RSVP on the interface.
(config-if)#label-switching
Enable Label switching on the interface.
(config-if)#commit
Commit the transaction.
RTR3: Global RSVP configuration
 
#configure terminal
Enter configure mode.
(config)#router rsvp
Enter RSVP configuration mode for the router.
(config-router)#php
Configure PHP on the end node.
(config-router)#commit
Commit the transaction.
RTR3: Enabling RSVP and label switching on interface
 
(config)#interface xe1
Enter interface mode for xe1.
(config-if)#enable-rsvp
Enable RSVP on the interface.
(config-if)#label-switching
Enable Label switching on the interface.
(config-if)#exit
Exit interface mode.
(config)#interface xe3
Enter interface mode for xe3.
(config-if)#enable-rsvp
Enable RSVP on the interface.
(config-if)#label-switching
Enable Label switching on the interface.
(config-if)#commit
Commit the transaction.
RTR4: Global RSVP configuration
 
#configure terminal
Enter configure mode.
(config)#router rsvp
Enter RSVP configuration mode for the router.
(config-router)#commit
Commit the transaction.
RTR4: Enabling RSVP and label switching on interface
 
(config)#interface xe1
Enter interface mode for xe1.
(config-if)#enable-rsvp
Enable RSVP on the interface.
(config-if)#label-switching
Enable Label switching on the interface.
(config-if)#commit
Commit the transaction.
RTR4: Trunk Configuration
 
(config)#rsvp-trunk t2
Configure RSVP trunk t2.
(config-trunk)#to 11.11.11.11
Configure RTR1 as the end of trunk.
(config-trunk)#commit
Commit the transaction.
Last modified date: 10/17/2023