Router-CE1(config-bgp-vrf)#commit
Running Configuration
PE1:
Router-PE1#show running-config router rip
router rip
vrf vrf1601
interface TenGigE0/0/0/0.1601
!
redistribute bgp 2001
redistribute connected
!
!
CE1:
Router-CE1#show running-config router rip
router rip
vrf vrf1601
interface TenGigE0/0/0/0.1601
!
redistribute connected
!
!
Related Topics
• Connect MPLS VPN Customers, on page 15
Configure Static Routes Between the PE and CE Routers
Configuration Example
In this example, the static route is assigned to VRF, vrf1601.
Router-PE1#configure
Router-PE1(config)#router static
Router-PE1(config-static)#vrf vrf1601
Router-PE1(config-static-vrf)#address-family ipv4 unicast
Router-PE1(config-static-vrf-afi)#23.13.1.1/32 TenGigE0/0/0/0.1601 192.13.3.93
Router-PE1(config-static-vrf-afi)#commit
Repeat the configuration in CE1, with the respective interface values.
Running Configuration
PE1:
router static
vrf vrf1601
address-family ipv4 unicast
23.13.1.1/32 TenGigE0/0/0/0.1601 192.13.3.93
L3VPN Configuration Guide for Cisco NCS 540 Series Routers, IOS XR Release 6.3.x
23
MPLS L3VPN Overview
Configure Static Routes Between the PE and CE Routers