Feedback
|
Table Of Contents
Prerequisites for MPLS Layer 3 VPNs
Restrictions for MPLS Layer 3 VPNs
Information about MPLS Layer 3 VPNs
How Virtual Routing/Forwarding Tables Work in an MPLS VPN
How VPN Routing Information Is Distributed in an MPLS VPN
BGP Distribution of VPN Routing Information
How to Configure MPLS Layer 3 VPNs
Assessing the Needs of MPLS VPN Customers
Configuring Routing Protocols in the Core
Determining if CEF Is Enabled in the Core
Configuring Multiprotocol BGP on the PE Routers and Route Reflectors
Connecting the MPLS VPN Customers
Defining VRFs on the PE Routers to Enable Customer Connectivity
Configuring VRF Interfaces on PE Routers for Each VPN Customer
Configuring Routing Protocols Between the PE and CE Routers
Verifying the VPN Configuration
Verifying Connectivity Between MPLS VPN Sites
Verifying IP Connectivity from CE Router to CE Router Across the MPLS Core
Verifying that the Local and Remote CE Routers are in the Routing Table
Configuration Examples for MPLS VPNs
Configuring an MPLS VPN Using BGP: Example
Configuring an MPLS VPN Using RIP: Example
Configuring an MPLS VPN Using Static Routes: Example
Configuring an MPLS VPN Using OSPF: Example
Configuring an MPLS VPN Using EIGRP: Example
Feature Information for MPLS Layer 3 VPNs
Configuring MPLS Layer 3 VPNs
First Published: May 2, 2005Last Updated: August 26, 2008A Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) consists of a set of sites that are interconnected by means of an MPLS provider core network. At each customer site, one or more customer edge (CE) routers attach to one or more provider edge (PE) routers. This module explains how to create an MPLS VPN.
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the "Feature Information for MPLS Layer 3 VPNs" section.
Use Cisco Feature Navigator to find information about platform support and Cisco IOS and Catalyst OS software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Contents
•
Prerequisites for MPLS Layer 3 VPNs
•
Restrictions for MPLS Layer 3 VPNs
•
Information about MPLS Layer 3 VPNs
•
How to Configure MPLS Layer 3 VPNs
•
Configuration Examples for MPLS VPNs
•
Feature Information for MPLS Layer 3 VPNs
Prerequisites for MPLS Layer 3 VPNs
Before configuring MPLS Layer 3 VPNs, you should have MPLS, Label Distribution Protocol (LDP), and Cisco Express Forwarding (CEF) installed in your network. All routers in the core, including the PE routers, must be able to support CEF and MPLS forwarding. See "Assessing the Needs of MPLS VPN Customers" section for more information.
Restrictions for MPLS Layer 3 VPNs
When configuring static routes in an MPLS or MPLS VPN environment, some variations of the ip route and ip route vrf commands are not supported. These variations of the commands are not supported in Cisco IOS releases that support the Tag Forwarding Information Base (TFIB), specifically Cisco IOS Releases 12.xT, 12.xM, and 12.0S. The TFIB cannot resolve prefixes when the recursive route over which the prefixes travel disappears and then reappears. However, the command variations are supported in Cisco IOS releases that support the MPLS Forwarding Infrastructure (MFI), specifically Cisco IOS Release 12.2(25)S and later. Use the following guidelines when configuring static routes.
Supported Static Routes in an MPLS Environment
The following ip route command is supported when you configure static routes in MPLS environment:
ip route destination-prefix mask interface next-hop-address
The following ip route commands are supported when you configure static routes in an MPLS environment and configure load sharing with static nonrecursive routes and a specific outbound interface:
ip route destination-prefix mask interface1 next-hop1
ip route destination-prefix mask interface2 next-hop2Unsupported Static Routes in an MPLS Environment that Uses the TFIB
The following ip route command is not supported when you configure static routes in an MPLS environment:
ip route destination-prefix mask next-hop-address
The following ip route command is not supported when you configure static routes in an MPLS environment and enable load sharing where the next hop can be reached through two paths:
ip route destination-prefix mask next-hop-address
The following ip route command is not supported when you configure static routes in an MPLS environment and enable load sharing where the destination can be reached through two next hops:
ip route destination-prefix mask next-hop1
ip route destination-prefix mask next-hop2Use the interface an next-hop arguments when specifying static routes.
Supported Static Routes in an MPLS VPN Environment
The following ip route vrf commands are supported when you configure static routes in a MPLS VPN environment, and the next hop and interface are in the same VRF:
–
ip route vrf vrf-name destination-prefix mask next-hop-address
–
ip route vrf vrf-name destination-prefix mask interface next-hop-address
–
ip route vrf vrf-name destination-prefix mask interface1 next-hop1
ip route vrf vrf-name destination-prefix mask interface2 next-hop2The following ip route vrf commands are supported when you configure static routes in a MPLS VPN environment, and the next hop is in the global table in the MPLS cloud in the global routing table. For example, these commands are supported when the next hop is pointing to the Internet Gateway.
–
ip route vrf vrf-name destination-prefix mask next-hop-address global
–
ip route vrf vrf-name destination-prefix mask interface next-hop-address
(This command is supported when the next hop and interface are in the core.)The following ip route commands are supported when you configure static routes in a MPLS VPN environment and enable load sharing with static nonrecursive routes and a specific outbound interfaces:
ip route destination-prefix mask interface1 next-hop1
ip route destination-prefix mask interface2 next-hop2Unsupported Static Routes in an MPLS VPN Environment that Uses the TFIB
The following ip route command is not supported when you configure static routes in a MPLS VPN environment, the next hop is in the global table in the MPLS cloud within the core, and you enable load sharing where the next hop can be reached through two paths:
ip route vrf destination-prefix mask next-hop-address global
The following ip route commands are not supported when you configure static routes in a MPLS VPN environment, the next hop is in the global table in the MPLS cloud within the core, and you enable load sharing where the destination can be reached through two next hops:
ip route vrf destination-prefix mask next-hop1 global
ip route vrf destination-prefix mask next-hop2 globalThe following ip route vrf commands are not supported when you configure static routes in an MPLS VPN environment, and the next hop and interface are in the same VRF:
ip route vrf vrf-name destination-prefix mask next-hop1
ip route vrf vrf-name destination-prefix mask next-hop2Supported Static Routes in an MPLS VPN Environment Where the Next Hop Resides in the Global Table on the CE Router
The following ip route vrf command is supported when you configure static routes in a MPLS VPN environment, and the next hop is in the global table on the CE side. For example, the following command is supported when the destination-prefix is the CE router's loopback address, as in EBGP multihop cases.
ip route vrf vrf-name destination-prefix mask interface next-hop-address
The following ip route commands are supported when you configure static routes in a MPLS VPN environment, the next hop is in the global table on the CE side, and you enable load sharing with static non-recursive routes and a specific outbound interfaces:
ip route destination-prefix mask interface1 nexthop1
ip route destination-prefix mask interface2 nexthop2Information about MPLS Layer 3 VPNs
Before configuring MPLS Layer 3 VPNs, you should undertand the following concepts:
•
Major Components of MPLS VPNs
MPLS VPN Definition
Before defining an MPLS VPN, you need to define a VPN in general. A VPN is:
•
An IP-based network delivering private network services over a public infrastructure
•
A set of sites that are allowed to communicate with each other privately over the Internet or other public or private networks
Conventional VPNs are created by configuring a full mesh of tunnels or permanent virtual circuits (PVCs) to all sites in a VPN. This type of VPN is not easy to maintain or expand, because adding a new site requires changing each edge device in the VPN.
MPLS-based VPNs are created in Layer 3 and are based on the peer model. The peer model enables the service provider and the customer to exchange Layer 3 routing information. The service provider relays the data between the customer sites without the customer's involvement.
MPLS VPNs are easier to manage and expand than conventional VPNs. When a new site is added to an MPLS VPN, only the service provider's edge router that provides services to the customer site needs to be updated.
The different parts of the MPLS VPN are described as follows:
•
Provider (P) router—Router in the core of the provider network. P routers run MPLS switching, and do not attach VPN labels (MPLS label in each route assigned by the PE router) to routed packets. VPN labels are used to direct data packets to the correct egress router.
•
PE router—Router that attaches the VPN label to incoming packets based on the interface or subinterface on which they are received. A PE router attaches directly to a CE router.
•
Customer (C) router—Router in the ISP or enterprise network.
•
Customer edge router—Edge router on the network of the ISP that connects to the PE router on the network. A CE router must interface with a PE router.
Figure 1 shows a basic MPLS VPN.
Figure 1 Basic MPLS VPN Terminology
How an MPLS VPN Works
MPLS VPN functionality is enabled at the edge of an MPLS network. The PE router performs the following:
•
Exchanges routing updates with the CE router
•
Translates the CE routing information into VPNv4 routes
•
Exchanges VPNv4 routes with other PE routers through the Multiprotocol Border Gateway Protocol (MP-BGP)
How Virtual Routing/Forwarding Tables Work in an MPLS VPN
Each VPN is associated with one or more virtual routing and forwarding (VRF) instances. A VRF defines the VPN membership of a customer site attached to a PE router. A VRF consists of the following components:
•
An IP routing table
•
A derived CEF table
•
A set of interfaces that use the forwarding table
•
A set of rules and routing protocol parameters that control the information that is included in the routing table
A one-to-one relationship does not necessarily exist between customer sites and VPNs. A site can be a member of multiple VPNs. However, a site can associate with only one VRF. A site's VRF contains all the routes available to the site from the VPNs of which it is a member.
Packet forwarding information is stored in the IP routing table and the CEF table for each VRF. A separate set of routing and CEF tables is maintained for each VRF. These tables prevent information from being forwarded outside a VPN, and also prevent packets that are outside a VPN from being forwarded to a router within the VPN.
How VPN Routing Information Is Distributed in an MPLS VPN
The distribution of VPN routing information is controlled through the use of VPN route target communities, implemented by BGP extended communities. VPN routing information is distributed as follows:
•
When a VPN route that is learned from a CE router is injected into BGP, a list of VPN route target extended community attributes is associated with it. Typically the list of route target community extended values is set from an export list of route targets associated with the VRF from which the route was learned.
•
An import list of route target extended communities is associated with each VRF. The import list defines route target extended community attributes that a route must have in order for the route to be imported into the VRF. For example, if the import list for a particular VRF includes route target extended communities A, B, and C, then any VPN route that carries any of those route target extended communities—A, B, or C—is imported into the VRF.
BGP Distribution of VPN Routing Information
A PE router can learn an IP prefix from the following sources:
•
A CE router by static configuration
•
A BGP session with the CE router
•
A Routing Information Protocol (RIP) exchange with the CE router
The IP prefix is a member of the IPv4 address family. After the PE router learns the IP prefix, the PE converts it into a VPN-IPv4 prefix by combining it with an 8-byte route distinguisher (RD). The generated prefix is a member of the VPN-IPv4 address family. It uniquely identifies the customer address, even if the customer site is using globally nonunique (unregistered private) IP addresses. The route distinguisher used to generate the VPN-IPv4 prefix is specified by a configuration command associated with the VRF on the PE router.
BGP distributes reachability information for VPN-IPv4 prefixes for each VPN. BGP communication takes place at two levels:
•
Within IP domains, known as an autonomous system (interior BGP [IBGP])
•
Between autonomous systems (external BGP [EBGP])
PE-PE or PE-RR (route reflector) sessions are IBGP sessions, and PE-CE sessions are EBGP sessions. In an EIGRP PE-CE environment, when an EIGRP internal route is redistributed into BGP by one PE, then back into EIGRP by another PE, the originating router-id for the route is set to the router-id of the second PE, replacing the original internal router-id.
BGP propagates reachability information for VPN-IPv4 prefixes among PE routers by means of the BGP multiprotocol extensions (refer to RFC 2283, Multiprotocol Extensions for BGP-4), which define support for address families other than IPv4. Using the extensions ensures that the routes for a given VPN are learned only by other members of that VPN, enabling members of the VPN to communicate with each other.
MPLS Forwarding
Based on routing information stored in the VRF IP routing table and VRF CEF table, packets are forwarded to their destination using MPLS.
A PE router binds a label to each customer prefix learned from a CE router and includes the label in the network reachability information for the prefix that it advertises to other PE routers. When a PE router forwards a packet received from a CE router across the provider network, it labels the packet with the label learned from the destination PE router. When the destination PE router receives the labeled packet, it pops the label and uses it to direct the packet to the correct CE router. Label forwarding across the provider backbone is based on either dynamic label switching or traffic engineered paths. A customer data packet carries two levels of labels when traversing the backbone:
•
The top label directs the packet to the correct PE router.
•
The second label indicates how that PE router should forward the packet to the CE router.
Major Components of MPLS VPNs
An MPLS-based VPN network has three major components:
•
VPN route target communities—A VPN route target community is a list of all members of a VPN community. VPN route targets need to be configured for each VPN community member.
•
Multiprotocol BGP (MP-BGP) peering of VPN community PE routers—MP-BGP propagates VRF reachability information to all members of a VPN community. MP-BGP peering needs to be configured in all PE routers within a VPN community.
•
MPLS forwarding—MPLS transports all traffic between all VPN community members across a VPN service-provider network.
A one-to-one relationship does not necessarily exist between customer sites and VPNs. A given site can be a member of multiple VPNs. However, a site can associate with only one VRF. A customer-site VRF contains all the routes available to the site from the VPNs of which it is a member.
Benefits of an MPLS VPN
MPLS VPNs allow service providers to deploy scalable VPNs and build the foundation to deliver value-added services, including:
Connectionless Service—A significant technical advantage of MPLS VPNs is that they are connectionless. The Internet owes its success to its basic technology, TCP/IP. TCP/IP is built on packet-based, connectionless network paradigm. This means that no prior action is necessary to establish communication between hosts, making it easy for two parties to communicate. To establish privacy in a connectionless IP environment, current VPN solutions impose a connection-oriented, point-to-point overlay on the network. Even if it runs over a connectionless network, a VPN cannot take advantage of the ease of connectivity and multiple services available in connectionless networks. When you create a connectionless VPN, you do not need tunnels and encryption for network privacy, thus eliminating significant complexity.
Centralized Service—Building VPNs in Layer 3 allows delivery of targeted services to a group of users represented by a VPN. A VPN must give service providers more than a mechanism for privately connecting users to intranet services. It must also provide a way to flexibly deliver value-added services to targeted customers. Scalability is critical, because customers want to use services privately in their intranets and extranets. Because MPLS VPNs are seen as private intranets, you may use new IP services such as:
•
Multicast
•
Quality of service (QoS)
•
Telephony support within a VPN
•
Centralized services including content and web hosting to a VPN
You can customize several combinations of specialized services for individual customers. For example, a service that combines IP multicast with a low-latency service class enables video conferencing within an intranet.
Scalability—If you create a VPN using connection-oriented, point-to-point overlays, Frame Relay, or ATM virtual connections (VCs), the VPN's key deficiency is scalability. Specifically, connection-oriented VPNs without fully meshed connections between customer sites are not optimal. MPLS-based VPNs instead use the peer model and Layer 3 connectionless architecture to leverage a highly scalable VPN solution. The peer model requires a customer site to peer with only one PE router as opposed to all other customer edge (CE) routers that are members of the VPN. The connectionless architecture allows the creation of VPNs in Layer 3, eliminating the need for tunnels or VCs.
Other scalability issues of MPLS VPNs are due to the partitioning of VPN routes between PE routers and the further partitioning of VPN and IGP routes between PE routers and provider (P) routers in a core network.
•
PE routers must maintain VPN routes for those VPNs who are members.
•
P routers do not maintain any VPN routes.
This increases the scalability of the provider's core and ensures that no one device is a scalability bottleneck.
Security—MPLS VPNs offer the same level of security as connection-oriented VPNs. Packets from one VPN do not inadvertently go to another VPN.
Security is provided in the following areas:
•
At the edge of a provider network, ensuring packets received from a customer are placed on the correct VPN.
•
At the backbone, VPN traffic is kept separate. Malicious spoofing (an attempt to gain access to a PE router) is nearly impossible because the packets received from customers are IP packets. These IP packets must be received on a particular interface or subinterface to be uniquely identified with a VPN label.
Easy to Create—To take full advantage of VPNs, customers must be able to easily create new VPNs and user communities. Because MPLS VPNs are connectionless, no specific point-to-point connection maps or topologies are required. You can add sites to intranets and extranets and form closed user groups. Managing VPNs in this manner enables membership of any given site in multiple VPNs, maximizing flexibility in building intranets and extranets.
Flexible Addressing—To make a VPN service more accessible, customers of a service provider can design their own addressing plan, independent of addressing plans for other service provider customers. Many customers use private address spaces, as defined in RFC 1918, and do not want to invest the time and expense of converting to public IP addresses to enable intranet connectivity. MPLS VPNs allow customers to continue to use their present address spaces without network address translation (NAT) by providing a public and private view of the address. A NAT is required only if two VPNs with overlapping address spaces want to communicate. This enables customers to use their own unregistered private addresses, and communicate freely across a public IP network.
Integrated Quality of Service (QoS) Support—QoS is an important requirement for many IP VPN customers. It provides the ability to address two fundamental VPN requirements:
•
Predictable performance and policy implementation
•
Support for multiple levels of service in an MPLS VPN
Network traffic is classified and labeled at the edge of the network before traffic is aggregated according to policies defined by subscribers and implemented by the provider and transported across the provider core. Traffic at the edge and core of the network can then be differentiated into different classes by drop probability or delay.
Straightforward Migration—For service providers to quickly deploy VPN services, use a straightforward migration path. MPLS VPNs are unique because you can build them over multiple network architectures, including IP, ATM, Frame Relay, and hybrid networks.
Migration for the end customer is simplified because there is no requirement to support MPLS on the CE router and no modifications are required to a customer's intranet.
How to Configure MPLS Layer 3 VPNs
To configure and verify VPNs, perform the tasks described in the following sections:
•
Configuring the Core Network (required)
•
Connecting the MPLS VPN Customers (required)
•
Verifying Connectivity Between MPLS VPN Sites (optional)
Configuring the Core Network
Configuring the core network includes the following tasks:
•
Assessing the Needs of MPLS VPN Customers (required)
•
Configuring Routing Protocols in the Core (required)
•
Configuring MPLS in the Core (required)
•
Determining if CEF Is Enabled in the Core (required)
•
Configuring Multiprotocol BGP on the PE Routers and Route Reflectors (required)
Assessing the Needs of MPLS VPN Customers
Before you configure an MPLS VPN, you need to identify the core network topology so that it can best serve MPLS VPN customers. Perform this task to identify the core network topology.
SUMMARY STEPS
1.
Identify the size of the network.
2.
Identify the routing protocols.
3.
Determine if you need MPLS High Availability support.
4.
Determine if you need BGP load sharing and redundant paths.
DETAILED STEPS
Command or Action PurposeStep 1
Identify the size of the network.
Identify the following to determine the number of routers and ports you need:
•
How many customers do you need to support?
•
How many VPNs are needed per customer?
•
How many virtual routing and forwarding instances are there for each VPN?
Step 2
Identify the routing protocols in the core.
Determine which routing protocols you need in the core network.
Step 3
Determine if you need MPLS VPN High Availability support.
MPLS VPN Nonstop Forwarding and Graceful Restart are supported on select routers and Cisco IOS releases. Contact Cisco Support for the exact requirements and hardware support.
Step 4
Determine if you need BGP load sharing and redundant paths in the MPLS VPN core.
See Load Sharing MPLS VPN Traffic for configuration steps.
Configuring Routing Protocols in the Core
To configure a routing protocol, such as BGP, OSPF, IS-IS, EIGRP,and static, see the following documents:
•
Configuring BGP
•
Configuring OSPF
•
Configuring IS-IS
•
Configuring ERGRP
•
Configuring static routes
Configuring MPLS in the Core
To enable MPLS on all routers in the core, you must configure a label distribution protocol. You can use either of the following as a label distribution protocol:
•
MPLS Label Distribution Protocol (LDP). For configuration information, see the MPLS Label Distribution Protocol (LDP).
•
MPLS Traffic Engineering Resource Reservation Protocol (RSVP). For configuration information, see MPLS Traffic Engineering and Enhancements.
Determining if CEF Is Enabled in the Core
Cisco Express Forwarding (CEF) must be enabled all routers in the core, including the PE routers. For information about how to determine if CEF is enabled, see Configuring Basic Cisco Express Forwarding.
Configuring Multiprotocol BGP on the PE Routers and Route Reflectors
Perform this task to configure multiprotocol BGP (MP-BGP) connectivity on the PE routers and route reflectors.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
router bgp as-number
4.
no bgp default ipv4-unicast
5.
neighbor {ip-address | peer-group-name} remote-as as-number
6.
neighbor {ip-address | peer-group-name} activate
7.
address-family vpnv4 [unicast]
8.
neighbor {ip-address | peer-group-name} send-community extended
9.
neighbor {ip-address | peer-group-name} activate
10.
end
DETAILED STEPS
Troubleshooting Tips
You can enter a show ip bgp neighbor command to verify that the neighbors are up and running. If this command is not successful, enter a debug ip bgp x.x.x.x events command, where x.x.x.x is the IP address of the neighbor.
Connecting the MPLS VPN Customers
To connect the MPLS VPN customers to the VPN, perform the following tasks:
•
Defining VRFs on the PE Routers to Enable Customer Connectivity (required)
•
Configuring VRF Interfaces on PE Routers for Each VPN Customer (required)
•
Configuring Routing Protocols Between the PE and CE Routers (required)
Defining VRFs on the PE Routers to Enable Customer Connectivity
To define VPN routing and forwarding (VRF) instances, perform this task.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ip vrf vrf-name
4.
rd route-distinguisher
5.
route-target {import | export | both} route-target-ext-community
6.
import map route-map
7.
exit
DETAILED STEPS
Configuring VRF Interfaces on PE Routers for Each VPN Customer
To associate a VRF with an interface or subinterface on the PE routers, perform this task.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface type number
4.
ip vrf forwarding vrf-name
5.
end
DETAILED STEPS
Configuring Routing Protocols Between the PE and CE Routers
Configure the PE router with the same routing protocol that the CE router uses. You can configure the following routing protocols:
•
Configuring BGP as the Routing Protocol Between the PE and CE Routers
•
Configuring RIPv2 as the Routing Protocol Between the PE and CE Routers
•
Configuring Static Routes Between the PE and CE Routers
•
Configuring OSPF as the Routing Protocol Between the PE and CE Routers
•
Configuring EIGRP as the Routing Protocol Between the PE and CE Routers
•
Configuring EIGRP Redistribution in the MPLS VPN
Configuring BGP as the Routing Protocol Between the PE and CE Routers
To configure PE-to-CE routing sessions using BGP, perform this task.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
router bgp as-number
4.
address-family ipv4 [multicast | unicast | vrf vrf-name]
5.
neighbor {ip-address | peer-group-name} remote-as as-number
6.
neighbor {ip-address | peer-group-name} activate
7.
exit-address-family
8.
end
DETAILED STEPS
Configuring RIPv2 as the Routing Protocol Between the PE and CE Routers
To configure PE-to-CE routing sessions using RIPv2, perform this task.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
router rip
4.
version {1 | 2}
5.
address-family ipv4 [multicast | unicast | vrf vrf-name]
6.
network ip-address
7.
redistribute protocol [process-id] {level-1 | level-1-2 | level-2} [as-number] [metric metric-value] [metric-type type-value] [match {internal | external 1 | external 2}] [tag tag-value] [route-map map-tag] [subnets]
8.
exit-address-family
9.
end
DETAILED STEPS
Command or Action PurposeStep 1
enable
Example:Router> enable
Enables privileged EXEC mode.
•
Enter your password if prompted.
Step 2
configure terminal
Example:Router# configure terminal
Enters global configuration mode.
Step 3
router rip
Example:Router(config)# router rip
Enables RIP.
Step 4
version {1 | 2}
Example:Router(config-router)# version 2
Specifies a Routing Information Protocol (RIP) version used globally by the router.
Step 5
address-family ipv4 [multicast | unicast | vrf vrf-name]
Example:Router(config-router)# address-family ipv4 vrf vpn1
Specifies the IPv4 address family type and enters address family configuration mode.
•
The multicast keyword specifies IPv4 multicast address prefixes.
•
The unicast keyword specifies IPv4 unicast address prefixes.
•
The vrf vrf-name keyword and argument specifies the name of the VRF to associate with subsequent IPv4 address family configuration mode commands.
Step 6
network ip-address
Example:Router(config-router-af)# network 192.168.7.0
Enables RIP on the PE-to-CE link.
Step 7
redistribute protocol [process-id] {level-1 | level-1-2 | level-2} [as-number] [metric metric-value] [metric-type type-value] [match {internal | external 1 | external 2}] [tag tag-value] [route-map map-tag] [subnets]
Example:Router(config-router-af)# redistribute bgp 200
Redistributes routes from one routing domain into another routing domain.
•
For the RIPv2 routing protocol, use the redistribute bgp as-number command.
See the redistribute command for information about other arguments and keywords.
Step 8
exit-address-family
Example:Router(config-router-af)#
exit-address-familyExits address family configuration mode.
Step 9
end
Example:Router(config-router)# end
(Optional) Exits to privileged EXEC mode.
Configuring Static Routes Between the PE and CE Routers
To configure PE-to-CE routing sessions that use static routes, perform this task.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ip route vrf vrf-name
4.
address-family ipv4 [multicast | unicast | vrf vrf-name]
5.
redistribute protocol [process-id] {level-1 | level-1-2 | level-2} [as-number] [metric metric-value] [metric-type type-value] [match {internal | external 1 | external 2}] [tag tag-value] [route-map map-tag] [subnets]
6.
redistribute protocol [process-id] {level-1 | level-1-2 | level-2} [as-number] [metric metric-value] [metric-type type-value] [match {internal | external 1 | external 2}] [tag tag-value] [route-map map-tag] [subnets]
7.
exit-address-family
8.
end
DETAILED STEPS
Configuring OSPF as the Routing Protocol Between the PE and CE Routers
To configure PE-to-CE routing sessions that use OSPF, perform this task.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
router ospf process-id [vrf vpn-name]
4.
network ip-address wildcard-mask area area-id
5.
address-family ipv4 [multicast | unicast | vrf vrf-name]
6.
redistribute protocol [process-id] {level-1 | level-1-2 | level-2} [as-number] [metric metric-value] [metric-type type-value] [match {internal | external 1 | external 2}] [tag tag-value] [route-map map-tag] [subnets]
7.
exit-address-family
8.
end
DETAILED STEPS
Configuring EIGRP as the Routing Protocol Between the PE and CE Routers
Using Enhanced Interior Gateway Routing Protocol (EIGRP) between the PE and CE routers allows you to transparently connect EIGRP customer networks through an MPLS-enabled BGP core network so that EIGRP routes are redistributed through the VPN across the BGP network as internal BGP (iBGP) routes.
To configure PE-to-CE routing sessions that use EIGRP, perform this task.
Prerequisites
BGP must be configured in the network core.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
router bgp as-number
4.
no synchronization
5.
neighbor ip-address remote-as as-number
6.
neighbor ip-address update-source loopback interface-number
7.
address-family vpnv4
8.
neighbor ip-address activate
9.
neighbor ip-address send-community extended
10.
exit-address-family
11.
address-family ipv4 vrf vrf-name
12.
redistribute eigrp as-number [metric metric-value][route-map map-name]
13.
no synchronization
14.
exit-address-family
15.
end
DETAILED STEPS
Configuring EIGRP Redistribution in the MPLS VPN
Perform this task to every PE router that provides VPN services to enable EIGRP redistribution in the MPLS VPN.
Prerequisites
The metric must be configured for routes from external EIGRP autonomous systems and non-EIGRP networks before these routes can be redistributed into an EIGRP CE router. The metric can be configured in the redistribute statement using the redistribute (IP) command or configured with the default-metric (EIGRP) command. If an external route is received from another EIGRP autonomous system or a non-EIGRP network without a configured metric, the route will not be advertised to the CE router.
Restrictions
Redistribution between native EIGRP VRFs is not supported. This is designed behavior.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
router eigrp as-number
4.
address-family ipv4 [multicast | unicast | vrf vrf-name]
5.
network ip-address wildcard-mask
6.
redistribute bgp {as-number} [metric bandwidth delay reliability load mtu] [route-map map-name]
7.
autonomous-system as-number
8.
exit-address-family
9.
end
DETAILED STEPS
Verifying the VPN Configuration
A route distinguisher must be configured for the VRF, and MPLS must be configured on the interfaces that carry the VRF. Use the show ip vrf command to verify the route distinguisher (RD) and interface that are configured for the VRF.
SUMMARY STEPS
1.
show ip vrf
DETAILED STEPS
Step 1
show ip vrf
Use this command to display the set of defined VRF instances and associated interfaces. The output also maps the VRF instances to the configured route distinguisher.
Verifying Connectivity Between MPLS VPN Sites
To verify that the local and remote CE routers can communicate across the MPLS core, perform the following tasks:
•
Verifying IP Connectivity from CE Router to CE Router Across the MPLS Core
•
Verifying that the Local and Remote CE Routers are in the Routing Table
Verifying IP Connectivity from CE Router to CE Router Across the MPLS Core
Perform this task to verify IP connectivity from CE router to CE router across the MPLS VPN.
SUMMARY STEPS
1.
enable
2.
ping [protocol] {host-name | system-address}
3.
trace [protocol] [destination]
4.
show ip route [ip-address [mask] [longer-prefixes]] | [protocol [process-id]] | [list access-list-number | access-list-name]
5.
disable
DETAILED STEPS
Step 1
enable
Use this command to enable privileged EXEC mode.
Step 2
ping [protocol] {host-name | system-address}
Use this command to diagnoses basic network connectivity on AppleTalk, CLNS, IP, Novell, Apollo, VINES, DECnet, or XNS networks. Use the ping command to verify the connectivity from one CE router to another.
Step 3
trace [protocol] [destination]
Use this command to discover the routes that packets take when traveling to their destination. Use the trace command to verify the path that a packet goes through before reaching the final destination. The trace command can help isolate a trouble spot if two routers cannot communicate.
Step 4
show ip route [ip-address [mask] [longer-prefixes]] | [protocol [process-id]] | [list access-list-number | access-list-name]
Use this command to display the current state of the routing table. Use the ip-address argument to verify that CE1 has a route to CE2. Verify the routes learned by CE1. Make sure that the route for CE2 is listed.
Verifying that the Local and Remote CE Routers are in the Routing Table
Perform this task to check that the local and remote CE routers are in the routing table of the PE routers.
SUMMARY STEPS
1.
enable
2.
show ip route vrf vrf-name [prefix]
3.
show ip cef vrf vrf-name [ip-prefix]
4.
exit
Step 1
enable
Use this command to enable privileged EXEC mode.
Step 2
show ip route vrf vrf-name [prefix]
Use this command to display the IP routing table associated with a VRF. Check that the loopback addresses of the local and remote CE routers are in the routing table of the PE routers.
Step 3
show ip cef vrf vrf-name [ip-prefix]
Use this command to display the CEF forwarding table associated with a VRF. Check that the prefix of the remote CE router is in the CEF table.
Step 4
exit
Configuration Examples for MPLS VPNs
•
Configuring an MPLS VPN Using BGP: Example
•
Configuring an MPLS VPN Using RIP: Example
•
Configuring an MPLS VPN Using Static Routes: Example
•
Configuring an MPLS VPN Using OSPF: Example
•
Configuring an MPLS VPN Using EIGRP: Example
Configuring an MPLS VPN Using BGP: Example
This example shows an MPLS VPN that is configured using BGP.
Configuring an MPLS VPN Using RIP: Example
This example shows an MPLS VPN that is configured using RIP.
Configuring an MPLS VPN Using Static Routes: Example
This example shows an MPLS VPN that is configured using static routes.
Configuring an MPLS VPN Using OSPF: Example
This example shows an MPLS VPN that is configured using OSPF.
Configuring an MPLS VPN Using EIGRP: Example
This example shows an MPLS VPN that is configured using EIGRP.
Additional References
The following sections provide references related to MPLS VPNs.
Related Documents
Related Topic Document TitleMPLS VPN Carrier Supporting Carrier
•
MPLS VPN Carrier Supporting Carrier Using LDP and an IGP
MPLS VPN InterAutonomous Systems
•
MPLS VPN Inter-AS with ASBRs Exchanging IPv4 Routes and MPLS Labels
Standards
Standard TitleNo new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature.
—
MIBs
RFCs
Technical Assistance
Feature Information for MPLS Layer 3 VPNs
Table 1 lists the release history for this feature.
Not all commands may be available in your Cisco IOS software release. For release information about a specific command, see the command reference documentation.
Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which Cisco IOS and Catalyst OS software images support a specific software release, feature set, or platform. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Note
Table 1 lists only the Cisco IOS software release that introduced support for a given feature in a given Cisco IOS software release train. Unless noted otherwise, subsequent releases of that Cisco IOS software release train also support that feature.
Table 1 Feature Information for MPLS Layer 3 VPNs
Feature Name Releases Feature Configuration InformationMPLS Virtual Private Networks
12.0(5)T
12.0(21)ST
12.0(22)S
12.0(23)S
12.2(13)T
12.2(14)S
12.0(26)S
This feature allows a set of sites that to be interconnected by means of an MPLS provider core network. At each customer site, one or more customer edge (CE) routers attach to one or more provider edge (PE) routers.
The following sections provide information about this feature:
•
Major Components of MPLS VPNs
MPLS VPN Support for EIGRP Between Provider Edge and Customer Edge
12.0(22)S
12.2(15)T
12.2(18)S
12.0(27)S
This feature allows you to connect customers running EIGRP to an MPLS VPN.
The following sections provide information about this feature:
•
Configuring EIGRP as the Routing Protocol Between the PE and CE Routers
Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and other countries. A listing of Cisco's trademarks can be found at www.cisco.com/go/trademarks. Third party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1005R)
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental.
© 2005-2008 Cisco Systems, Inc. All rights reserved
Feedback
