Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The set protocols bgp update-delay command enable  delay command enable read-only mode by setting the max-delay timer and the establish-wait timer.


Command Syntax
set protocols bgp [vrf <vrf-name>update-delay delay delay <max-delay-timer> [<establish-wait>]timer>
delete protocols bgp [vrf <vrf-name> update-delay <max-delay-timer> [<establish-wait>]delay delay


Parameter

Optional. Specifies an establish-wait timer. The establish-wait setting is optional; however, if specified, it must be shorter than the max-delay

Parameter

Description

vrf <vrf-name>

Optional. Specifies a VRF name. The value is a string. It’s a user-defined VRF set by the command set ip vrf <vrf-name> [description <string>].

delay <max-delay-timer>

Specifies a delay timer. The value is an integer, in second, that ranges from 0 to 3600. The default time for this is 0 seconds, which disables read-only mode.

<establish-wait>

.


Usage Guidelines

To enable read-only mode, you set the max-delay timer and, optionally, the establish-wait timer. Read-only mode begins as soon as the first peer reaches its established state and the max-delay timer starts, and continues until either of the following two conditions are met:

...


Example
• The following example commands enable read-only mode by setting the max-delay timer to 300 seconds and the establish-wait timer to 90 seconds.

Code Block
admin@XorPlus# set protocols bgp update-delay delay 300 90
admin@XorPlus# commit