set protocols bgp neighbor timers delayopen
The set protocols bgp neighbor timers delayopen command configures the timer to delay sending an OPEN message on a BGP connection. The delay allows the remote BGP Peer time to send the first OPEN message.
Command Syntax
set protocols bgp [vrf <vrf-name>] {neighbor <ip>| peer-group <peer-group>|interface <interface>} timers delayopen <delayopen-timer>
Parameters
Parameter | Description |
vrf <vrf-name> | Optional. Specifies the name of the VRF for the BGP. |
neighbor <ip> | Specifies the IPv4/IPv6 address of a peer. |
peer-group <peer-group> | Specifies a peer group. |
interface <interface> | Specifies an interface for BGP connection. |
delayopen <delayopen-timer> | Specifies the time period to delay sending an OPEN message. The value is an integer, in seconds, that ranges from 1 to 240. |
Example
- Configure the timer to delay sending an OPEN message on a BGP connection.
admin@Xorplus# set protocols bgp neighbor 192.168.170.2 timers delayopen 100 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.