#configure terminal | Enter configure mode. |
(config)#router rsvp | Enter RSVP configuration mode for the router. |
(config-router)#commit | Commit the transaction. |
(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. |
(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. |
(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. |
(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. |
#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. |
(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. |
#configure terminal | Enter configure mode. |
(config)#router rsvp | Enter RSVP configuration mode for the router. |
(config-router)#commit | Commit the transaction. |
(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. |
(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. |