Allows route exchanges between a CE router and its associated PE router by enabling BGP on a customer edge (CE) router and configuring an associated premises edge (PE) router as a BGP neighbor.
device# configure terminal
device(config)# router bgp
device(config-bgp)# local-as 2
device(config-bgp)# neighbor 10.33.33.3 remote-as 1
The following example enables BGP on a CE and assigns a PE as a BGP neighbor.
device# configure terminal device(config)# router bgp device(config-bgp)# local-as 2 device(config-bgp)# neighbor 10.33.33.3 remote-as 1