
BGP Commands
©2008 Allied Telesis Inc. All rights reserved.
31.86
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
neighbor transparent-as
Use this command to specify not to append your AS path number even if the peer is an eBGP
peer.
Syntax
neighbor
<
neighborid
>
transparent-as
Mode
Router mode
Examples
neighbor transparent-nexthop
Use this command to keep the nexthop value of the route even if the peer is an eBGP peer.
Syntax
neighbor
<
neighborid
>
transparent-nexthop
Mode
Router mode
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 transparent-as
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 transparent-nexthop