C613-50631-01 Rev A Command Reference for IE340 Series 1529
AlliedWare Plus™ Operating System - Version 5.5.3-0.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)#
Command
changes
Added to AlliedWare Plus prior to 5.4.6-1
Version 5.4.7-2.1: BGP support added for x510 and x550 series
Version 5.4.7-2.4: BGP support added for IE300 series
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ď€