Reference v4.1.0 Instruction Manual

Network OS Command Reference 507
53-1003115-01
neighbor remote-as (BGP)
2
neighbor remote-as (BGP)
Specifies the autonomous system (AS) in which a remote neighbor resides.
Synopsis neighbor {ip-address | peer-group-name} remote-as num
no neighbor {ip-address | peer-group-name} remote-as num
Operands ip-address IPv4 address of the neighbor
peer-group-name Peer group name configured by the neighbor peer-group-name command.
num Remote AS number (ASN). Range is from 1 through 4294967295.
Defaults None
Command Modes BGP configuration mode
Description Use this command to specify the AS in which a remote neighbor resides.
Usage Guidelines Use the no form of this command to remove the neighbor from the AS.
Examples
switch(config)# rbridge-id 10
switch(config-rbridge-id-10)# router bgp
switch(config-bgp-router)# neighbor 10.11.12.13 remote-as 100
See Also None