34-13
Cisco ME 3800X and 3600X Switch Software Configuration Guide
OL-23400-01
Chapter 34 Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS
Configuring MPLS VPNs
Use the no router bgp as-number global configuration command to delete the BGP routing session.
RIPv2 Provider-Edge-to-Customer-Edge Routing Sessions
Beginning in privileged EXEC mode, follow these steps on the provider-edge router to configure RIPv2
PE-to-CE routing:
Use the no router rip global configuration command to disable RIP routing.
Step 9
show ip bgp vpnv4 vrf vrf-name
Display VPNv4 address information from the BGP table.
Step 10
show ip route vrf vrf-name
Display the IP routing table associated with a VRF instance.
Command
Purpose
Command
Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
router rip
Enable RIP routing, and enter router configuration mode.
Step 3
version 2
Configure RIPv2.
Step 4
address-family ipv4 [unicast] vrf vrf-name
Define RIP parameters for PE-to-CE routing sessions, and enter
VRF address-family configuration mode.
Note
The default is off for auto-summary and synchronization
in the VRF address-family configuration mode.
Step 5
network ip-address
Enable RIP on the PE-to-CE link.
Step 6
router bgp as-number
address-family ipv4 [unicast] vrf vrf-name
redistribute rip
Redistribute per-VRF RIP routes in MBGP.
Step 7
router rip
Enable RIP routing, and enter router configuration mode.
Step 8
version 2
Configure RIPv2.
Step 9
address-family ipv4 [unicast] vrf vrf-name
Define RIP parameters for PE-to-CE routing sessions, and enter
VRF address-family configuration mode.
Note
The default is off for auto-summary and synchronization
in the VRF address-family configuration mode.
Step 10
redistribute bgp as-number [metric]
[transparent]
Redistribute MP-IBGP VPNv4 prefixes in RIP.
Step 11
end
Return to privileged EXEC mode.
Step 12
show ip rip database [network-prefix]
Display summary address entries in the RIP routing database
entries.
Step 13
show ip bgp vpnv4 vrf vrf-name
Display VPNv4 address information from the BGP table.
Step 14
show ip route vrf vrf-name
Display the IP routing table associated with a VRF instance.
Step 15
copy running-config startup-config
(Optional) Save your entries in the configuration file.