34-14
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
Configuring Static Route Provider-Edge-to-Customer-Edge Routing Sessions
Beginning in privileged EXEC mode, follow these steps on the provider-edge router to configure static
routing:
EIGRP Provider-Edge-to-Customer-Edge Configuration
Beginning in privileged EXEC mode, follow these steps on the provider-edge router to configure a
provider-edge-to-customer-edge (PE-to-CE) routing session in a provider network that uses EIGRP:
Command
Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
ip route vrf vrf-name prefix mask
[next-hop-address] [interface
{interface-number}] [global] [distance]
[permanent] [tag tag]
Configure per-VRF static route on the PE router.
Step 3
router bgp as-number
address-family ipv4 [unicast] vrf vrf-name
Configure IPv4 address-family.
Step 4
redistribute connected
or
network network-number [mask
network-mask] [route-map map-name]
Redistribute the IPV4 address-family in BGP.
Step 5
end
Return to privileged EXEC mode.
Step 6
show ip bgp vpnv4 vrf vrf-name
Display VPNv4 address information from the BGP table.
Step 7
show ip route vrf vrf-name
Display the IP routing table associated with a VRF instance.
Step 8
copy running-config startup-config
(Optional) Save your entries in the configuration file.
Command
Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
router eigrp autonomous-system-number
Configure the EIGRP routing process with the AS number
passed to other EIGRP routers, and enter router configuration
mode.
Step 3
address-family ipv4 [unicast] vrf vrf-name
Define EGPG 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 4
network ip-address wildcard-mask
Specify the network for the VRF.
•
The network statement is used to identify which interfaces
to include in EIGRP. The VRF must be configured with
addresses that fall within the wildcard-mask range of the
network statement.