Chapter 16: Dynamic Routing Protocols
STANDARD Revision 1.0 C4® CMTS Release 8.3 User Guide
© 2016 ARRIS Enterprises LLC. All Rights Reserved. 467
#configure IPv6 neighbor
configure router bgp neighbor fc00:cada:c405:603::1 remote as 65005
configure router bgp neighbor fc00:cada:c405:603::1 update-source loopback 0
configure router bgp neighbor fc00:cada:c405:603::1 password 096bdb4d8816f52675a7b615b54e529 hidden
configure router bgp 65005 address-family ipv6 neighbor fc00:cada:c405:603::1 next-hop-self
configure router bgp 65005 address-family ipv6 neighbor fc00:cada:c405:603::1 1 activate
configure router bgp neighbor fc00:cada:c405:603::1 no shutdown
#configure IPv6 route redistribution for this BGP instance
configure router bgp 65005 address-family ipv6 redistribute connected
configure router bgp 65005 address-family ipv6 redistribute pd
Basic Configuration for IPv4 and IPV6 (simultaneously)
The following commands show the basic configuration for IPv4 and IPv6
#configure BGP router instance
configure router bgp 65005 bgp router-id 10.44.5.200
configure router bgp 65005 no shutdown
#configure IPv4 router redistribution for this BGP instance
configure router bgp neighbor 10.55.3.1 remote-as 65005
configure router bgp neighbor 10.55.3.1 update-source loopback 0
configure router bgp neighbor 10.55.3.1 password 096bdb4d8816f52675a7b615b54e529 hidden
configure router bgp 65005 address-family ipv4 neighbor 10.55.3.1 next-hop-self
configure router bgp 65005 address-family ipv4 neighbor 10.55.3.1 activate
configure router bgp neighbor 10.55.3.1 no shutdown
#configure IPv6 neighbor
configure router bgp neighbor fc00:cada:c405:603::1 remote as 65005
configure router bgp neighbor fc00:cada:c405:603::1 update source loopback 0
configure router bgp neighbor fc00:cada:c405:603::1 password 096bdb4d8816f52675a7b615b54e529 hidden
configure router bgp 65005 address-family ipv6 neighbor fc00:cada:c405:603::1 next-hop-self
configure router bgp 65005 address-family ipv6 neighbor fc00:cada:c405:603::1 1 activate
configure router bgp neighbor fc00:cada:c405:603::1 no shutdown
#configure IPv6 route redistribute for this BGP instance
configure router bgp 65005 address-family ipv6 redistribute connected
configure router bgp 65005 address-family ipv6 redistribute pd