305
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
remote-as
remote-as
To specify the autonomous system (AS) number for a neighbor, use the remote-as command. To remove
an AS number, use the no form of this command.
remote-as number
no remote-as number
Syntax Description
Command Default None
Command Modes Neighbor configuration mode
Command History
Usage Guidelines This command requires the LAN Enterprise Services license.
Examples This example shows how to configure the neighbor AS number:
switch# configure terminal
switch(config)# router bgp 64496
switch(config-router)# neighbor 10.0.0.100
switch(config-router-neighbor)# remote-as 64497
switch(config-router-neighbor)#
Related Commands
number AS number. The format is x for a two-byte value or x.x for a four-byte value.
The range is from 1 to 65535.
Release Modification
5.0(3)A1(1) This command was introduced.
Command Description
feature bgp Enables BGP on the router.
neighbor Configures BGP peers.