Allied Telesis BGP4 Switch User Manual


 
BGP and BGP4+ Introduction
Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches
C613-50032-01 REV D AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 1.17
To assign configuration options to an individual neighbor, specify any of the following
commands using the IP address as the <neighborid>. To assign the options to a peer
group, specify any of the commands using the peer group name as the <neighborid>.
Use the following commands in Router Configuration mode as needed.
awplus(config-router)#
neighbor <neighborid> remote-as
<as-number>
This command specifies a BGP neighbor.
awplus(config-router)#
neighbor <neighborid>
description <description>
This command associates a description with a neighbor.
awplus(config-router)#
neighbor {<neighborid>}
default-originate [route-map
<routemap-name>]
This command allows a BGP speaker (the local router) to send
the default route 0.0.0.0 to a neighbor for use as a default route.
awplus(config-router)#
neighbor <neighborid>
send-community {both|extended|
standard}
This command specifies that the community attribute be sent
to the neighbor at this IP address.
awplus(config-router)#
neighbor <neighborid>
update-source <interface>
This command allows iBGP sessions to use any operational
interface for TCP connections.
awplus(config-router)#
neighbor <neighborid>
ebgp-multihop [<count>]
This command allows BGP sessions, even when the neighbor is
not on a directly connected segment. The multihop session is
not established if the only route to the address of the multihop
peer is the default route (0.0.0.0).
awplus(config-router)#
neighbor <neighborid>
advertisement-interval <time>
This command sets the minimum interval between sending
BGP routing updates.
awplus(config-router)#
neighbor <neighborid>
maximum-prefix <maximum>
This command limits the number of prefixes allowed from a
neighbor.
awplus(config-router)#
neighbor <neighborid> weight
<weight>
This command specifies a weight for all routes from a neighbor.
awplus(config-router)#
neighbor <neighborid>
distribute-list <access-list>
{in|out}
This command filters BGP routing updates to and from
neighbors, as specified in an access list..
awplus(config-router)#
neighbor <neighborid>
filter-list <listname> {in|out}
This command establishes a BGP filter.