Versions Compared

Key

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

...

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>].

neighbor <protocol bgppeer>Specifies an IP address of neighbor.
keepalive<KEEPALIVE>Specifies the Keep-Alive timer value for the neighbor. Default: 60 seconds. Range: 0-65535.
holdtime <HOLDTIME>Specifies the Hold-timer value. Default: 180 seconds. Range: 0-65535.

...

Example
• This example sets the keepalive timer for a specific all the BGP neighbor.

Code Block
admin@XorPlus# set protocols bgp neighbor 2.2.2.2 timers keepalive 360
admin@XorPlus# commit

...