Chapter 16: Dynamic Routing Protocols
STANDARD Revision 1.0 C4® CMTS Release 8.3 User Guide
© 2016 ARRIS Enterprises LLC. All Rights Reserved. 466
The above commands will also list all the show commands. For more information on these CLI commands, see the
Command Line Descriptions.
Sample Configuration Commands for BGP
The following three configurations are meant as examples only. They provide the command sequences for configuring BGP
on the C4/c CMTS for operation with two neighbors. MSOs should customize BGP configuration to suit their own network
environments and applications.
Basic Configuration for IPv4
The following commands show the basic configuration for IPv4:
#configure BGP router instance
configure router bgp 65005 bgp router-id 10.44.5.200
configure router bgp 65005 no shutdown
#configure IPv4 neighbor
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 IPv4 route redistribution for this BGP instance.
configure router bgp 65005 address-family ipv4 redistribute connected
configure router bgp 65005 address-family ipv4 redistribute rip
Basic Configuration for IPv6
The following commands show the basic configuration for IPv6:
#configure BGP router instance
configure router bgp 65005 bgp router-id 10.44.5.200
configure router bgp 65005 no shutdown