3-38
Cisco uBR10012 Universal Broadband Router Software Configuration Guide
OL-1520-05
Chapter 3 Configuring Cable Interface Features for the Cisco uBR10012 Router
Cable Interface Configuration Examples
BGP Routing Sessions Configuration Example
To configure BGP routing sessions in a provider network, use the following commands in router
configuration mode on the PE router:
Step 1
Configure the BGP routing process with the autonomous system number:
Router(config)#
router bgp 42
Step 2
Specify a neighbor's IP address or BGP peer group, identifying it to the local autonomous system:
Router(config-router)#
neighbor 200.28.28.40
Activate the advertisement of the IPv4address family.
Router(config-router)#
neighbor 200.28.28.40 activate
PE-to-PE Routing Sessions Configuration Example
To configure PE-to-PE routing sessions in a provider network, use the following commands in router
configuration mode on the PE router:
Step 1
Define internal Border Gateway Protocol (iBGP) parameters for VPNv4 network-layer reachability
information (NLRI) exchange:
Router(config-router)#
address-family vpnv4 unicast
Step 2
Define an IBGP session to exchange VPNv4 NLRIs:
Router(config-router-af)#
neighbor 200.28.28.45 remote-as 48
Router(config-router-af)#
exit
Step 3
Activate the advertisement of the IPv4address family:
Router(config-router)#
neighbor 200.28.28.45 activate
BGP PE-to-CE Routing Sessions Configuration Example
To configure BGP PE-to-CE routing sessions, use the following commands in router configuration mode
on the PE router:
Step 1
Define external Border Gateway Protocol (eBGP) parameters for PE-to-CE routing sessions:
Router(config-router)#
address-family ipv4 unicast vrf
go_fast_internet_company
Step 2
Define an eBGP session between PE and CE routers and activate the advertisement of the IPv4 address
family:
Router(config-router-af)#
neighbor 200.28.28.46 remote-as 49
Router(config-router-af)#
neighbor 200.28.28.46 activate