reoptimize

Use this command to set the re-optimization attribute for auto bypass. Auto bypass sessions of matching attribute type will be enabled for re-optimization when the attribute is configured.

Use the no parameter to disable re-optimization for auto bypass.

Command Syntax

Copy
reoptimize
Copy
no reoptimize

Parameters

None

Default

The auto bypass re-optimization is disabled.

Command Mode

Auto bypass attribute mode

Applicability

Introduced in OcNOS version 6.5.1.

Example

Example for enabling the re-optimization attribute:

Copy
#configure terminal
(config)#router rsvp
(config-router)#auto-bypass 
(config-auto-bypass)#attributes best-effort
(config-auto-bypass-attr)#reoptimize
(config-auto-bypass-attr)#commit
(config-auto-bypass-attr)#exit

Example for disabling the re-optimization attribute:

Copy
#configure terminal
(config)#router rsvp
(config-router)#auto-bypass 
(config-auto-bypass)#attributes best-effort
(config-auto-bypass-attr)#no reoptimize
(config-auto-bypass-attr)#commit
(config-auto-bypass-attr)#exit