Versions Compared

Key

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

...


Command Syntax
set protocols bgp [vrf <vrf-name>update-delay {delay <maximum delay-timer>| establish-wait <establish-wait-timer>}
delete protocols bgp [vrf <vrf-name> update-delay delay [delay <maximum delay-timer>| establish-wait <establish-wait-timer>]


Parameter

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 <maximum delay-timer>

Specifies a maximum 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 <establish-wait-timer>Optional. Specifies a establish wait timer. The value is an integer, in second, that ranges from 0 to 3600.  When specified, it should be less than the maximum delay timer.


Usage Guidelines

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

...