Alcatel-Lucent 9000 Switch User Manual


 
Configuring BGP IPv6 BGP Application Example
OmniSwitch 6800/6850/9000 Advanced Routing Configuration Guide December 2007 page 4-81
Peer with the external speaker in AS 100 using its IPv4 address and an IPv6 forwarding interface (for IPv6
traffic):
-> ip interface Link_To_AS100 vlan 2
-> ip interface Link_To_AS100 address 20.0.0.1/24
-> ipv6 interface Link_to_AS100 vlan 2
-> ipv6 address 2001:ABCD:B02:1::1/64 Link_to_AS100
-> ip bgp neighbor 20.0.0.2
-> ip bgp neighbor 20.0.0.2 remote-as 100
-> ip bgp neighbor 20.0.0.2 activate-ipv6
-> ip bgp neighbor 20.0.0.2 ipv6-nexthop 2001:ABCD:B02:1::1
-> ip bgp neighbor 20.0.0.2 status enable
Administratively enable BGP:
-> ip bgp status enable
AS 300
BGP Speaker 5
Assign the speaker to AS 300:
-> ip bgp autonomous-system 300
Peer with the external speaker in AS 100 using its IPv4 address:
-> ip interface Link_To_AS100 vlan 2
-> ip interface Link_To_AS100 address 30.0.0.1/24
-> 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
Administratively enable BGP:
-> ip bgp status enable