update-type
Use this command to change the method of updating attributes for sessions (primary/ secondary) for this trunk.
• If make-before-break is configured (default type), a new LSP is created for each attribute update. When the new LSP becomes operational, the original LSP is torn down.
• If break-before-make is configured, the existing LSP is torn down and restarted for each attribute update.
Use the no parameter with this command to remove an update type.
Command Syntax
update-type (make-before-break|break-before-make)
no update-type
Parameters
make-before-break
Make before break update
break-before-make
Break before make update
Default
By default, make-before-break types of updates are carried out.
Command Mode
Trunk mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#rsvp-trunk T1
(config-trunk)#update-type break-before-make
#configure terminal
(config)#rsvp-trunk T1
(config-trunk)#update-type make-before-break
Last modified date: 10/17/2023