
C613-50186-01 Rev B
Command Reference for AR2050V
1224
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
BGP
AND
BGP4+ C
OMMANDS
NEIGHBOR
DISALLOW
-
INFINITE
-
HOLDTIME
neighbor disallow-infinite-holdtime
Overview
Use this command to disallow the configuration of infinite holdtime for BGP and
BGP4+.
Use the
no
variant of this command to allow the configuration of infinite holdtime
for BGP or BGP4+.
Syntax [BGP]
neighbor {<
ip-address>
} disallow-infinite-holdtime
no neighbor {<
ip-address>
} disallow-infinite-holdtime
Syntax [BGP4+]
neighbor {<
ipv6-addr>
} disallow-infinite-holdtime
no neighbor {<
ipv6-addr>
} disallow-infinite-holdtime
Mode
Router Configuration
Usage
This command enables the local BGP or BGP4+ speaker to reject holdtime “0”
seconds from the peer during exchange of open messages or the user during
configuration.
The
no
variant of this command allows the BGP speaker to accept “0” holdtime
from the peer or during configuration.
Examples [BGP]
To enable the
disallow-infinite-holdtime
feature on the BGP speaker with the IP
address of
10.10.10.1
, enter the command:
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
neighbor 10.10.10.1
disallow-infinite-holdtime
To disable the
disallow-infinite-holdtime
feature on the BGP speaker with the IP
address of
10.10.10.10
, enter the command:
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
no neighbor 10.10.10.1
disallow-infinite-holdtime
Parameter
Description
<ip-address>
Specify the address of an IPv4 BGP neighbor, in dotted decimal
notation A.B.C.D.
<ipv6-addr>
Specify the address of an IPv6 BGP4+ neighbor, entered in
hexadecimal in the format X:X::X:X.