BGP and BGP4+ Introduction

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

This command specifies a BGP neighbor.

<as-number>

 

 

 

awplus(config-router)#

This command associates a description with a neighbor.

neighbor <neighborid>

description <description>

 

 

 

awplus(config-router)#

This command allows a BGP speaker (the local router) to send

neighbor {<neighborid>}

default-originate[route-map

the default route 0.0.0.0 to a neighbor for use as a default route.

<routemap-name>]

 

 

 

awplus(config-router)#

This command specifies that the community attribute be sent

neighbor <neighborid>

send-community {bothextended

to the neighbor at this IP address.

standard}

 

 

 

awplus(config-router)#

This command allows iBGP sessions to use any operational

neighbor <neighborid>

update-source <interface>

interface for TCP connections.

 

 

awplus(config-router)#

This command allows BGP sessions, even when the neighbor is

neighbor <neighborid>

ebgp-multihop [<count>]

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)#

This command sets the minimum interval between sending

neighbor <neighborid>

advertisement-interval <time>

BGP routing updates.

 

 

awplus(config-router)#

This command limits the number of prefixes allowed from a

neighbor <neighborid>

maximum-prefix <maximum>

neighbor.

 

 

awplus(config-router)#

This command specifies a weight for all routes from a neighbor.

neighbor <neighborid> weight

<weight>

 

 

 

awplus(config-router)#

This command filters BGP routing updates to and from

neighbor <neighborid>

distribute-list<access-list>

neighbors, as specified in an access list..

{inout}

 

 

 

awplus(config-router)#

This command establishes a BGP filter.

neighbor <neighborid>

filter-list <listname> {inout}

 

 

 

 

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

 

C613-50032-01 REV D

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

1.17

Page 25
Image 25
Allied Telesis VERSION 5.4.3-2.6, BGP4 manual Neighbor neighborid remote-as