User guide

Configuring BGP for IPv6 Configuring BGP
page 4-66 OmniSwitch AOS Release 7 Advanced Routing Configuration Guide March 2015
-> ipv6 bgp neighbor 2001::1
2 Assign an AS number to the IPv6 peer using the ipv6 bgp neighbor remote-as command. For
example, to assign the peer created in Step 1 to AS number 10, you would enter:
-> ipv6 bgp neighbor 2001::1 remote-as 10
3 Set the IPv4 next hop address for IPv4 prefixes advertised to the IPv6 BGP peer using the
ipv6 bgp neighbor ipv4-nexthop command, as shown:
-> ipv6 bgp neighbor 2001::1 ipv4-nexthop 190.17.20.1
4 Enable the BGP peer status using the ipv6 bgp neighbor admin-state command, as shown:
-> ipv6 bgp neighbor 2001::1 admin-state enable