
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.63
neighbor ebgp-multihop
Use this command to accept and attempt BGP connections to external peers on indirectly
connected networks.
The switch will not establish a connection to a multihop neighbor, if the only route to the
multihop peer is a default route.
Use the
no
parameter with this command to return to the default.
Syntax
neighbor
<
neighborid
>
ebgp-multihop
[
<count>
]
no neighbor
<
neighborid
>
ebgp-multihop
[
<count>
]
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.
<count>
<1-255> Maximum hop count that appears TTL field of the BGP packets. If
the maximum hop count is not set the hop count is 255.
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
neighbor 10.10.10.34 remote-as 20
awplus(config-router)#
neighbor 10.10.10.34 ebgp-multihop 5