CCNP ISCW Notes

1 Apr 2008

Chapter 11: MPLS VPN Technologies

VPN Types

  • Layer 1 Overlay - Dedicated physical circuits
  • Layer 2 Overlay - Traditional WAN services (Frame Relay, HDLC, etc); virtual circuits
  • Layer 3 Overlay - GRE/IPsec tunnels
  • Peer-to-Peer - Layer 3 connectivity serviced by provider

VPN Architecture

  • C network - A customer's private network
  • CE router - Customer edge router which connects to a PE router
  • P network - The provider's shared network composed of MPLS routers
  • PE router - Provider edge router which connects to one or more customers

Different customer networks can be logically separated using Virtual Routing and Forwarding (VRF), a private routing table on the provider's routers.

A route distinguisher (RD) is a 64-bit prefix prepended to an IPv4 address to create a globally unique VPNv4 address. Each customer is assigned its own RD or RDs.

VPNv4 addresses are communicated between PE routers using MPBGP.

A route target (RT) is an attribute appended to a VPNv4 BGP route to indicate VPN membership.

Gerard Metoho-Eke commented on 11 Sep 2008 at 7:24 a.m.

One of the best summary I have seen. It make life easier and time well spent. Good job. Gerard

sam commented on 15 Sep 2008 at 3:18 a.m.

nice work

Leave a comment

(optional, will not be published)
(optional)

Comment Tips

  • You can use Markdown syntax for decoration. (Cheat sheet)
  • Links: [Google](http://google.com) or <http://google.com>
  • Use backticks around commands: `ip address 127.0.0.1`
  • Use indentations (tabs) for preformatted text (code blocks)