Allied Telesis VERSION 5.4.3-2.6 Switch User Manual


 
BGP and BGP4+ Commands
Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches
3.200 AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 C613-50032-01 REV D
router bgp (BGP and BGP4+)
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
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
awplus#
configure terminal
awplus(config)#
router bgp 12
awplus(config-router)#
awplus#
configure terminal
awplus(config)#
no router bgp 12
awplus(config)#