auto-bypass enable
Use this command to enable or disable auto bypass functionality. When this functionality is enabled, sessions requesting facility backup protection will attempt creation of bypass tunnels dynamically, if no satisfying bypass protection is available. If topology supports the formation of dynamically created bypass session, then the sessions will be protected by dynamically created bypass tunnels.
When manual bypass created, which satisfies protection requirement similar to auto bypass tunnels, then manual bypass tunnel gets preference over auto bypass tunnels. However, if auto bypass tunnels provide better protection (based on session request) than manual bypass, then auto bypass tunnels considered for protection over manual bypass tunnels.
Use the disable parameter to disable the auto bypass functionality. When this functionality is disabled, all dynamically created bypass tunnels will be deleted.
Command Syntax
enable
disable
Parameters
None
Default
Disabled
Command Mode
Auto bypass mode
Applicability
Introduced in OcNOS version 6.5.1.
Example
This example is for enabling the auto bypass:
#configure terminal
(config)#router rsvp
(config-router)#auto-bypass
(config-auto-bypass)#enable
(config-auto-bypass)#commit
(config-auto-bypass)#exit
This example is for disabling the auto bypass:
#configure terminal
(config)#router rsvp
(config-router)#auto-bypass
(config-auto-bypass)#disable
(config-auto-bypass)#commit
(config-auto-bypass)#exit