
BGP Commands
©2008 Allied Telesis Inc. All rights reserved.
Software Version 5.2.1
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
31.83
neighbor soft-reconfiguration inbound
Use this command to configure the AlliedWare Plus
TM
software to start storing updates.
Use the
no
parameter with this command to disable this function.
Syntax
neighbor
<neighborid>
soft-reconfiguration inbound
no neighbor
<neighborid>
soft-reconfiguration inbound
Mode
Router mode and Address Family [ipv4 unicast | ipv4 multicast] mode
Usage
Use this command to store updates for inbound soft reconfiguration. Soft-reconfiguration may
be used in lieu of BGP route refresh capability. Using this command enables local storage of all
the received routes and their attributes. This requires additional memory. When a soft reset
(inbound) is done on this neighbor, the locally stored routes are re-processed according to the
inbound policy. The BGP neighbor connection is not affected.
Examples
Parameter
Description
<
neighborid
>
{
A.B.C.D
|
TAG
}
A.B.C.D
Specifies the address of the BGP neighbor in IPv4 format.
TAG
Name of an existing peer-group. For information on how to
create peer groups, refer to the
neighbor peer-group (adding
a neighbor) command on page 31.71
,
and
neighbor remote-
as command on page 31.75
. When this parameter is used
with a command, the command applies on all peers in the
specified group.
awplus#
configure terminal
awplus(config)#
router bgp 12
awplus(config-router)#
neighbor 10.10.10.10 soft-reconfiguration
inbound