neighbor timers
Sets keepalive and hold-time timers for the specified neighbor or peer group. Overrides values set for the router with the timers bgp command. The no version restores the default values.
neighbor { ipAddress | ipv6Address | peerGroupName } timers keepaliveTime holdTime
no neighbor { ipAddress | ipv6Address | peerGroupName } timers [ keepaliveTime ]
[ holdTime ]
- ipAddressIP address of BGP neighbor
- ipv6AddressIPv6 address of BGP neighbor
- peerGroupNameName of a BGP peer group. If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command, unless it is overridden for a specific peer.
- keepaliveTimeInterval in seconds between keepalive messages, in the range 065535 seconds; default value is 30 seconds; a value of zero prevents BGP from sending keepalive messages
- holdTimePeriod in seconds that BGP waits for keepalive messages before declaring the neighbor to be unavailable, in the range 065535 seconds; default value is 90 seconds; a value of zero informs BGP not to expect any keepalive messages
Address Family Configuration, Router Configuration
Command introduced before JUNOSe Release 7.1.0.
ipv6Address variable added in JUNOSe Release 8.0.0.