Alcatel-Lucent 6850 Switch User Manual


 
Configuring BGP Application Example
OmniSwitch 6800/6850/9000 Advanced Routing Configuration Guide December 2007 page 4-61
Administratively enable BGP:
-> ip bgp status enable
BGP Speaker 2
Assign the speaker to AS 100:
-> ip bgp autonomous-system 100
Peer with the other speakers in AS 100 (for internal BGP, and to create a fully meshed BGP network):
-> ip bgp neighbor 30.0.0.2
-> ip bgp neighbor 30.0.0.2 remote-as 100
-> ip bgp neighbor 30.0.0.2 status enable
-> ip bgp neighbor 10.0.0.1
-> ip bgp neighbor 10.0.0.1 remote-as 100
-> ip bgp neighbor 10.0.0.1 status enable
Peer with the external speaker in AS 300 (for external BGP):
-> ip bgp neighbor 50.0.0.2
-> ip bgp neighbor 50.0.0.2 remote-as 300
-> ip bgp neighbor 50.0.0.2 status enable
Administratively enable BGP:
-> ip bgp status enable
BGP Speaker 3
Assign the speaker to AS 100:
-> ip bgp autonomous-system 100
Peer with the other speakers in AS 100 (for internal BGP, and to create a fully meshed BGP network):
-> ip bgp neighbor 30.0.0.1
-> ip bgp neighbor 30.0.0.1 remote-as 100
-> ip bgp neighbor 30.0.0.1 status enable
-> ip bgp neighbor 20.0.0.1
-> ip bgp neighbor 20.0.0.1 remote-as 100
-> ip bgp neighbor 20.0.0.1 status enable
Administratively enable BGP:
-> ip bgp status enable
AS 200
BGP Speaker 4
Assign the speaker to AS 200:
-> ip bgp as 200