BGP and BGP4+ Commands

awplus# configure terminal

awplus(config)# router bgp 10

awplus(config-router)#no neighbor group1 description Backup

router for sales

Related Commands neighbor peer-group (add a neighbor) (BGP and BGP+) neighbor route-map (BGP and BGP4+)

neighbor disallow-infinite-holdtime (BGP and BGP4+)

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

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.

Mode [BGP/BGP4+] Router Configuration

Usage [BGP/BGP4+] 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-holdtimefeature 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

 

Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches

 

3.112

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

C613-50032-01 REV D

Page 210
Image 210
Allied Telesis VERSION 5.4.3-2.6 manual Neighbor disallow-infinite-holdtime BGP and BGP4+