C613-50100-01 REV C Command Reference for x930 Series 1365
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
BGP AND BGP4+ COMMANDS
ROUTER
BGP
router bgp
Overview Use this command to configure a BGP routing process, specifying the 32-bit
Autonomous System (AS) number.
Use the no variant of this command to disable a BGP routing process, specifying
the 32-bit AS number.
Syntax
router bgp <asn>
no router bgp <asn>
Mode Global Configuration
Usage The router bgp command enables a BGP routing process:
Examples
awplus# configure terminal
awplus(config)# router bgp 12
awplus(config-router)#
awplus# configure terminal
awplus(config)# no router bgp 12
awplus(config)#
Parameter Description
<asn> <1-4294967295> Specifies the 32-bit Autonomous System (AS)
number.
router bgp 1
neighbor 10.0.0.1 remote-as 1
neighbor 10.0.0.2 remote-as 1
!
router bgp 2
neighbor 10.0.0.3 remote-as 2
neighbor 10.0.0.4 remote-as 2