9 neighbor description – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 545

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 545 of 855

Command Mode

Address Family-vrf mode

Usage

BGP normally ignores the routes from the same AS. This command is used to override the customer‘s ASN in
BGP, so that the customer CE accepts and installs routes from the same AS.
Typically, this command is used when Customer Edge (CE) routers have the same ASN in some or all sites.
As per BGP requirement, a BGP speaker rejects a route that has the same ASN as itself, in the AS_PATH
attribute. Thus the CE routers having the same ASN do not accept routes from each other. Configuring the
neighbor as-override command on the PE router removes the CE neighbor’s ASN from the AS_PATH attribute
allowing CE routers with the same ASN to accept routes from each other.

Examples

Switch(config-router)# address-family ipv4 vrf VRF_A
Switch(config-router-af)# neighbor 10.10.0.1 as-override

Related Commands

address family ipv4 vrf, neighbor remote-as

27.9 neighbor description

Use this command to associate a description with a neighbor.
Use the no parameter with this command to remove the description.

Command Syntax

(no) neighbor IPADDRESS description .LINE
IPADDRESS = A.B.C.D|X:X::X:X Specifies the address of the BGP neighbor in IPv4 or IPv6 format.
LINE = 80-character text that describes the neighbor.

Command Mode

Router mode and Address Family-vrf mode

Usage

This command helps in identifying a neighbor quickly. It is useful for an ISP that has multiple neighbor
relationships

Examples

Switch(config)#router bgp 100
Switch(config-router)#address-family ipv4 vrf VRF_A
Switch(config-router-af)#neighbor 10.10.0.1 description Bank of America

Related Commands

Advertising