BGP and BGP4+ Commands

awplus# configure terminal

awplus(config)# router bgp 10

awplus(config-router)#no neighbor 10.10.0.63 remove-private-AS

Related Commands show ip bgp (BGP)

neighbor restart-time (BGP and BGP4+)

Use this command to set a different restart-time other than the global restart-time configured using the bgp graceful-restartcommand for BGP and BGP4+.

Use the no variant of this command to restore the device to its default state (see the default value of the bgp graceful-restartcommand).

Syntax [BGP/BGP4+] neighbor <neighborid> restart-time <delay-value>

no neighbor <neighborid> restart-time <delay-value>

Parameter Description

<neighborid> {<ip-address><ipv6-addr><peer-group>}

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

<peer-group>Enter the name of an existing peer-group. For information on how to create peer groups, refer to the neighbor peer-group (add a neighbor) (BGP and BGP+) command on page 3.144, and neighbor route-map (BGP and BGP4+) command on page 3.159. When this parameter is used with this command, the command applies on all peers in the specified group.

<delay-value><1-3600>

Delay value in seconds.

 

 

Mode [BGP] Router Configuration or IPv4 Address Family Configuration for a VRF instance

Mode [BGP4+] Router Configuration

Usage [BGP/BGP4+] This command takes precedence over the restart-time value specified using the bgp graceful-restartcommand.

The restart-time value is the maximum time that a graceful-restart neighbor waits to come back up after a restart. The default is 120 seconds.

Make sure that the restart time specified using this command does not exceed the stalepath-time specified in the Router Configuration mode.

 

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

 

3.156

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

C613-50032-01 REV D

Page 254
Image 254
Allied Telesis manual Neighbor restart-time BGP and BGP4+, Awplusconfig-router#no neighbor 10.10.0.63 remove-private-AS