OcNOS-SP : Layer 2 Guide : Layer 2 Configuration Guide : PW Redundancy with MLAG Configuration : RSVP-LSP Configuration
RSVP-LSP Configuration
PE1
 
#configure terminal
Enter configure mode.
(config)# rsvp-path 35-to-32 mpls
Configure RSVP-Path PE5
(config-path)# 10.35.48.2 strict
Configure Strict hop
(config-path)# 10.48.32.2 strict
Configure Strict hop
(config-path)#exit
Exit RSVP-Path mode
(config)#rsvp-trunk 35-to-32
Configure RSVP-Trunk to PE5
(config-trunk)# primary fast-reroute protection one-to-one
Set FRR one-to-one mode.
(config-trunk)# primary fast-reroute node-protection
Set FRR node protection
(config-trunk)# primary path 35-to-32
Set RSVP path.
(config-trunk)# to 32.32.32.32
Configure RSVP-LSP destination IP address
(config-trunk)#exit
Exit RSVP-Trunk mode
PE2
 
#configure terminal
Enter configure mode.
(config)# rsvp-path 33-to-32 mpls
Configure RSVP-Path to PE5
(config-path)# 10.33.49.2 strict
Configure Strict hop
(config-path)# 10.49.32.2 strict
Configure Strict hop
(config-path)#exit
Exit RSVP path mode
(config)#rsvp-trunk 33-to-32
Configure RSVP trunk to PE5.
(config-trunk)# primary fast-reroute protection one-to-one
Set FRR one-to-one mode.
(config-trunk)# primary fast-reroute node-protection
Set FRR node protection
(config-trunk)# primary path 33-to-32
Set RSVP path.
(config-trunk)# to 32.32.32.32
Configure RSVP LSP destination IP address.
(config-trunk)#exit
Exit RSVP-Trunk mode
 
PE5
 
#configure terminal
Enter configure mode.
(config)# rsvp-path 32-to-35 mpls
Configure RSVP path to PE1
(config-path)# 10.48.32.1 strict
Configure Strict hop
(config-path)# 10.35.48.1 strict
Configure Strict hop
(config-path)#exit
Exit RSVP path mode
(config)# rsvp-path 32-to-33 mpls
Configure RSVP path to PE2
(config-path)# 10.49.32.1 strict
Configure Strict hop
(config-path)# 10.33.49.1 strict
Configure Strict hop
(config-path)#exit
Exit RSVP path mode
(config)#rsvp-trunk 32-to-35
Configure RSVP trunk.to PE1.
(config-trunk)# primary fast-reroute protection one-to-one
Set FRR one-to-one mode.
(config-trunk)# primary fast-reroute node-protection
Set FRR node protection
(config-trunk)# primary path 32-to-35
Set RSVP path
(config-trunk)# to 33.33.33.33
Configure RSVP-LSP destination IP address.
(config-trunk)#exit
Exit RSVP trunk mode
 
Last modified date: 10/12/2023