Multi Protocol Label Switching (MPLS) : Manoj Wadhwa 18 Oct 2008
Multi Protocol Label Switching (MPLS) : Manoj Wadhwa 18 Oct 2008
(MPLS)
Manoj Wadhwa
18th Oct 2008
Agenda
Traditional IP forwarding
What is MPLS
Destination network
Source address
Quality of Service (QoS)
Outgoing interface
Other Layer 2 info like FR DLCI etc
MPLS example
MPLS components
Data plane
Also known as forwarding plane
Sends data based on L3 or L2 information
Takes care of label swapping
MPLS Architecture
MPLS Labels
LSR Architecture
MPLS Process
MPLS Process
MPLS Process
Loop Prevention
Configuring MPLS
Configuring MPLS
IP TTL propagation
IP TTL propagation
IP TTL propagation
IP TTL propagation
MPLS VPNs
MPLS VPNs
Create VRF
Assign Route Distinguisher to the VRF
Specify export and import Route Targets
Assign interfaces to VRFs
Configuration on PE
ip vrf Cust_aaa
rd 100:10
route-target export 100:10
route-target import 100:10
!
ip vrf Cust_bbb
rd 100:20
route-target export 100:20
route-target import 100:20
!
interface serial 0/0
ip vrf forwarding Cust_aaa
ip address 10.0.0.1 255.255.255.252
!
interface serial 0/1
ip vrf forwarding Cust_bbb
ip address 10.0.0.1 255.255.255.252
vrf Cust_aaa
rd 100:10
10.1.0.0/24
Cust_aaa
CE
S0/0
PE
10.1.0.0/24
Cust_bbb
S0/1
CE
vrf Cust_bbb
rd 100:20
MPLS Applications
The Cisco Series 2691, 3640, 3660, 3725, 3745, 6400NRP-1, 6400-NRP-2SV, 6400-NSP, Catalyst 5000 with
Route Switch Module (RSM), 7200, 7301, 7400, 7500,
Catalyst 6500/Cisco 7600 Series with WS-SUP720-3B and
WS-SUP720-3BXL, Gigabit Switch Router (GSR), Route
Processor Module (RPM), Universal Broadband Router
(UBR) 7200, AS5350, and IGX8400-URM all support
MPLS.
Thank You