10 neighbor remote-as, 11 neighbor send-community – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 546

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 546 of 855

address-family, neighbor remote-as

27.10 neighbor remote-as

Use this command to establish BGP peering with customer edge router.
Use the no parameter with this command to delete this peering.

Command Syntax

(no) neighbor NEIGHBORADDRESS remote-as ASN
NEIGHBORADDRESS neighbor IP address. Use A.B.C.D form.
ASN <1-65535> AS number of the customer’s site

Command Mode

Address Family-vrf mode

Usage

Use this command to specify a neighbor’s autonomous system number. If the specified ASN matches the
ASN number specified in the router bgp global configuration, the neighbor is identified as internal, if not (ASN
does not match) then external, to the local AS. The specified neighbor exchanges only unicast address
prefixes, unless the neighbor is also activated using the neighbor activate command which allows the
exchange of other routing information.

Examples

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

Related Commands

address-family ipv4 vrf

27.11 neighbor send-community

Use this command to send the extended-community attribute to a customer edge router.

Command Syntax

(no) neighbor NEIGHBORADDRESS send-community (both|extended|standard)
NEIGHBORADDRESS neighbor IP address. Use A.B.C.D form
both Sends both extended and standard community attributes
extended Sends extended community attributes
standard Sends standard community attributes

Advertising