www.routermonkey.org | October 2008
search
calendar
« October 2008 »
Su Mo Tu We Th Fr Sa
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
recently...
Categories
Links
archives
Syndicate
Credits
LifeType IE7 XHTML CSS Firefox

Configuring VPN MPLS over ATM with Cisco 3600 Routers and LightStream 1010 Switches

2008-10-26 @ 17:20 in Routing & Switching:

Configuring VPN MPLS over ATM with Cisco 3600 Routers and LightStream 1010 Switches

This howto is based on Cisco Systems similarly titled document, Cisco document ID 10533.

Introduction:

I will cover how to configure VPN MPLS over ATM using the Cisco LS1010 as a provider core and two Cisco 3640's with Ethernet and ATM OC3 as provider edge as well as two Cisco 3620's as customer edge. I am revisiting this exercise originally published by Cisco due to issues with TDP as the default protocol on P1 and LDP on PE1 and PE2.

Prerequisites:

Cisco LS1010 (IOS Image: ls1010-wpk2-mz.121-27b.E3.bin)

Cisco C3640 with NM-1A-OC3MM (IOS Image: c3640-jk9o3s-mz.124-1a.bin)

Conventions:

VPN Terminology:

MPLS Terminology:

Configurations:


CE1

!
version 12.1
service timestamps debug datetime msec
service timestamps log uptime
no service password-encryption
!
hostname lab-3620a
!
enable password cisco
!
!
ip subnet-zero
no ip finger
!
!
interface Loopback0
ip address 10.1.1.1 255.255.255.0
!
interface Loopback1
ip address 10.2.2.2 255.255.255.0
!
interface Loopback2
ip address 10.3.3.3 255.255.255.0
!
interface Ethernet0/0
ip address 172.16.1.2 255.255.255.0
!
interface Serial0/0
no ip address
shutdown
no fair-queue
!
interface FastEthernet1/0
ip address 192.168.1.10 255.255.255.0
duplex auto
speed auto
!
router rip
version 2
network 10.0.0.0
network 172.16.0.0
network 192.168.1.0
neighbor 172.16.1.1
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip http server
!
!
line con 0
transport input none
line aux 0
line vty 0 4
password cisco
login
!
end


PE1

!
version 12.4
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname lab-3640a
!
boot-start-marker
boot system flash:c3640-jk9o3s-mz.124-1a.bin
boot-end-marker
!
enable password 7 0822455D0A16
!
no aaa new-model
!
resource policy
!
ip subnet-zero
!
!
ip cef
no ip dhcp use vrf connected
!
!
ip vrf lab-01
rd 200:1
route-target export 200:1
route-target import 200:1
!
no ip ips deny-action ips-interface
!
mpls ip default-route
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface Ethernet0/0
ip vrf forwarding lab-01
ip address 172.16.1.1 255.255.255.0
half-duplex
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface ATM3/0
mtu 1500
no ip address
no atm ilmi-keepalive
!
interface ATM3/0.1 mpls
ip unnumbered Loopback0
mpls ip
!
router ospf 100
log-adjacency-changes
network 1.0.0.0 0.255.255.255 area 0
!
router rip
version 2
network 172.16.0.0
neighbor 172.16.1.2
default-metric 2
no auto-summary
!
address-family ipv4 vrf lab-01
redistribute bgp 200 metric 0
network 172.16.0.0
no auto-summary
version 2
exit-address-family
!
router bgp 200
no synchronization
bgp log-neighbor-changes
neighbor 2.2.2.2 remote-as 200
neighbor 2.2.2.2 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 2.2.2.2 activate
neighbor 2.2.2.2 send-community extended
exit-address-family
!
address-family ipv4 vrf lab-01
redistribute rip
no auto-summary
no synchronization
exit-address-family
!
ip http server
no ip http secure-server
ip classless
!
!
control-plane
!
!
dial-peer cor custom
!
!
!
line con 0
line aux 0
line vty 0 4
password 7 094F471A1A0A
login
!
!
end


P1

!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname lab-ls1010
!
boot system flash:ls1010-wpk2-mz.121-27b.E3.bin
boot bootldr bootflash:ls1010-11-2-8.boot
enable password cisco
!
sdm ipqos zero
sdm policy 0
ip subnet-zero
!
ip ssh time-out 120
ip ssh authentication-retries 3
mpls label protocol ldp
!
atm address 47.0091.8100.0000.0010.073e.0301.0010.073e.0301.00
atm router pnni
no aesa embedded-number left-justified
node 1 level 56 lowest
redistribute atm-static
!
!
interface Loopback0
ip address 3.3.3.3 255.255.255.255
!
interface ATM1/0/0
mtu 1500
ip unnumbered Loopback0
tag-switching ip
!
interface ATM1/0/1
mtu 1500
ip unnumbered Loopback0
tag-switching ip
!
interface ATM1/0/2
no ip address
!
interface ATM1/0/3
no ip address
!
interface CBR1/1/0
no ip address
!
interface CBR1/1/1
no ip address
!
interface CBR1/1/2
no ip address
!
interface CBR1/1/3
no ip address
!
interface ATM0
no ip address
!
interface Ethernet0
no ip address
!
router ospf 100
log-adjacency-changes
network 3.0.0.0 0.255.255.255 area 0
!
ip classless
no ip http server
!
!
!
line con 0
line aux 0
line vty 0 4
password cisco
login
!
!
end


PE2

!
version 12.4
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname lab-3640b
!
boot-start-marker
boot system flash:c3640-jk9o3s-mz.124-1a.bin
boot-end-marker
!
enable password cisco
!
no aaa new-model
!
resource policy
!
memory-size iomem 10
ip subnet-zero
!
!
ip cef
no ip dhcp use vrf connected
!
!
ip vrf lab-01
rd 200:1
route-target export 200:1
route-target import 200:1
!
no ip ips deny-action ips-interface
!
!
interface Loopback0
ip address 2.2.2.2 255.255.255.255
!
interface FastEthernet0/0
ip vrf forwarding lab-01
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface ATM3/0
mtu 1500
no ip address
atm ilmi-keepalive
!
interface ATM3/0.10 mpls
ip unnumbered Loopback0
mpls ip
!
router ospf 100
no log-adjacency-changes
network 2.0.0.0 0.255.255.255 area 0
!
router rip
version 2
network 192.168.2.0
no auto-summary
!
address-family ipv4 vrf lab-01
redistribute bgp 200 metric 0
network 192.168.2.0
neighbor 192.168.2.2
no auto-summary
version 2
exit-address-family
!
router bgp 200
no synchronization
bgp log-neighbor-changes
neighbor 1.1.1.1 remote-as 200
neighbor 1.1.1.1 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 1.1.1.1 activate
neighbor 1.1.1.1 send-community extended
exit-address-family
!
address-family ipv4 vrf lab-01
redistribute rip
no auto-summary
no synchronization
exit-address-family
!
ip http server
no ip http secure-server
ip classless
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password cisco
login
!
!
end


CE2

!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname lab-3620b
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
no aaa new-model
ip subnet-zero
!
!
ip cef
ip host lab-3620a 2001 30.1.1.1
!
ip audit po max-events 100
!
!
interface Loopback0
ip address 30.1.1.1 255.255.255.0
!
interface Loopback1
ip address 30.2.2.2 255.255.255.0
!
interface Loopback2
ip address 30.3.3.3 255.255.255.0
!
interface Ethernet0/0
ip address 192.168.2.2 255.255.255.0
half-duplex
!
interface Serial0/0
no ip address
shutdown
!
router rip
version 2
network 30.0.0.0
network 192.168.2.0
neighbor 192.168.2.1
no auto-summary
!
ip http server
no ip http secure-server
ip classless
!
!
line con 0
line aux 0
modem InOut
transport input all
flowcontrol hardware
line vty 0 4
password cisco
login
!
!
end
Show command used to verify VPN, MPLS, BGP and RIP information:
lab-3640a#sh mpls atm-ldp bindings
 Destination: 2.2.2.2/32
    Headend Router ATM3/0.1 (2 hops) 1/35  Active, VCD=3, CoS=available
 Destination: 3.3.3.3/32
    Headend Router ATM3/0.1 (1 hop) 1/33  Active, VCD=2, CoS=available
 Destination: 1.1.1.1/32
    Tailend Router ATM3/0.1 1/33 Active, VCD=2, CoS=available

lab-3640a#sh mpls label range
Downstream Generic label region: Min/Max label: 16/100000

lab-3640a#sh mpls ldp bindings
  tib entry: 1.1.1.1/32, rev 2
        local binding:  tag: imp-null
  tib entry: 2.2.2.2/32, rev 4
        local binding:  tag: 16
  tib entry: 3.3.3.3/32, rev 6
        local binding:  tag: 17

lab-3640a#sh mpls ldp parameters
Protocol version: 1
Downstream label generic region: min label: 16; max label: 100000
Session hold time: 180 sec; keep alive interval: 60 sec
Discovery hello: holdtime: 15 sec; interval: 5 sec
Discovery targeted hello: holdtime: 90 sec; interval: 10 sec
Downstream on Demand max hop count: 255
LDP for targeted sessions
LDP initial/maximum backoff: 15/120 sec
LDP loop detection: off

lab-3640a#sh mpls ip binding
  1.1.1.1/32
        in label:     imp-null  
        in vc label:  1/33      lsr: 3.3.3.3:1        ATM3/0.1
                      Active    egress (vcd 2)  
  2.2.2.2/32
        in label:     16        
        out vc label: 1/35      lsr: 3.3.3.3:1        ATM3/0.1
                      Active    ingress 2 hops (vcd 3)  
  3.3.3.3/32
        in label:     17        
        out vc label: 1/33      lsr: 3.3.3.3:1        ATM3/0.1
                      Active    ingress 1 hop (vcd 2)  

lab-3640a#sh mpls atm-ldp bindings
 Destination: 2.2.2.2/32
    Headend Router ATM3/0.1 (2 hops) 1/35  Active, VCD=3, CoS=available
 Destination: 3.3.3.3/32
    Headend Router ATM3/0.1 (1 hop) 1/33  Active, VCD=2, CoS=available
 Destination: 1.1.1.1/32
    Tailend Router ATM3/0.1 1/33 Active, VCD=2, CoS=available

lab-3640a#sh mpls interfaces
Interface              IP            Tunnel   Operational
ATM3/0.1               Yes (ldp)     No       Yes         (ATM labels)

lab-3640a#sh ip route vrf lab-01

Routing Table: lab-01
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     172.16.0.0/24 is subnetted, 1 subnets
C       172.16.1.0 is directly connected, Ethernet0/0
     10.0.0.0/24 is subnetted, 3 subnets
R       10.3.3.0 [120/1] via 172.16.1.2, 00:00:18, Ethernet0/0
R       10.2.2.0 [120/1] via 172.16.1.2, 00:00:18, Ethernet0/0
R       10.1.1.0 [120/1] via 172.16.1.2, 00:00:18, Ethernet0/0
R    192.168.1.0/24 [120/1] via 172.16.1.2, 00:00:18, Ethernet0/0
B    192.168.2.0/24 [200/0] via 2.2.2.2, 15:06:46
     30.0.0.0/24 is subnetted, 3 subnets
B       30.3.3.0 [200/1] via 2.2.2.2, 15:06:46
B       30.2.2.0 [200/1] via 2.2.2.2, 15:06:46
B       30.1.1.0 [200/1] via 2.2.2.2, 15:06:46
R    192.168.0.0/23 [120/2] via 172.16.1.2, 00:00:18, Ethernet0/0


lab-3640a#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     1.0.0.0/32 is subnetted, 1 subnets
C       1.1.1.1 is directly connected, Loopback0
     2.0.0.0/32 is subnetted, 1 subnets
O       2.2.2.2 [110/3] via 3.3.3.3, 3d14h, ATM3/0.1
     3.0.0.0/32 is subnetted, 1 subnets
O       3.3.3.3 [110/2] via 3.3.3.3, 3d14h, ATM3/0.1

lab-3640a#sh ip vrf detail
VRF lab-01; default RD 200:1; default VPNID <not set>
  Interfaces:
    Et0/0                   
  Connected addresses are not in global routing table
  Export VPN route-target communities
    RT:200:1                
  Import VPN route-target communities
    RT:200:1                
  No import route-map
  No export route-map
  VRF label distribution protocol: not configured

lab-3640a#sh mpls forwarding-table
Local  Outgoing    Prefix            Bytes tag  Outgoing   Next Hop    
tag    tag or VC   or Tunnel Id      switched   interface              
16     1/35        2.2.2.2/32        0          AT3/0.1    point2point  
17     1/33        3.3.3.3/32        0          AT3/0.1    point2point  
24     Aggregate   172.16.1.0/24[V]  0                                  
25     Untagged    10.1.1.0/24[V]    0          Et0/0      172.16.1.2   
26     Untagged    10.2.2.0/24[V]    0          Et0/0      172.16.1.2   
27     Untagged    10.3.3.0/24[V]    0          Et0/0      172.16.1.2   
28     Untagged    192.168.0.0/23[V] 0          Et0/0      172.16.1.2   
29     Untagged    192.168.1.0/24[V] 18434      Et0/0      172.16.1.2   

lab-3640b#sh mpls forwarding-table
Local  Outgoing    Prefix            Bytes tag  Outgoing   Next Hop    
tag    tag or VC   or Tunnel Id      switched   interface              
16     1/33        1.1.1.1/32        0          AT3/0.10   point2point  
17     1/34        3.3.3.3/32        0          AT3/0.10   point2point  
18     Aggregate   192.168.2.0/24[V] 7011                               
19     Untagged    30.1.1.0/24[V]    11439      Fa0/0      192.168.2.2  
20     Untagged    30.2.2.0/24[V]    0          Fa0/0      192.168.2.2  
21     Untagged    30.3.3.0/24[V]    0          Fa0/0      192.168.2.2  

lab-ls1010#sh mpls atm-ldp bindings
 Destination: 3.3.3.3/32
    Tailend Switch ATM1/0/0 1/33 Active -> Terminating Active, VCD=47
    Tailend Switch ATM1/0/1 1/34 Active -> Terminating Active, VCD=48
 Destination: 1.1.1.1/32
    Transit ATM1/0/1 1/33 Active -> ATM1/0/0 1/33 Active
 Destination: 2.2.2.2/32
    Transit ATM1/0/0 1/35 Active -> ATM1/0/1 1/33 Active

lab-ls1010#sh mpls atm-ldp capability

               VPI           VCI           Alloc   Odd/Even VC Merge     
ATM1/0/0       Range         Range         Scheme  Scheme   IN   OUT  
  Negotiated   [1 - 1]       [33 - 1018]   UNIDIR           -    -    
  Local        [1 - 1]       [33 - 16383]  UNIDIR           NO   NO   
  Peer         [1 - 1]       [33 - 1018]   UNIDIR           -    -    

               VPI           VCI           Alloc   Odd/Even VC Merge     
ATM1/0/1       Range         Range         Scheme  Scheme   IN   OUT  
  Negotiated   [1 - 1]       [33 - 1018]   UNIDIR           -    -    
  Local        [1 - 1]       [33 - 16383]  UNIDIR           NO   NO   
  Peer         [1 - 1]       [33 - 1018]   UNIDIR           -    -


lab-ls1010#sh mpls atm-ldp summary
Total number of destinations: 3

ATM label bindings summary
      interface   total  active   local  remote   Bwait   Rwait  IFwait
       ATM1/0/0       3       3       2       1       0       0       0
       ATM1/0/1       3       3       2       1       0       0       0

lab-ls1010#sh mpls ip binding
  1.1.1.1/32
        in label:     17        
        in vc label:  1/33      lsr: 2.2.2.2:1        ATM1/0/1
                      Active    transit
        out vc label: 1/33      lsr: 1.1.1.1:1        ATM1/0/0
                      Active    transit
  2.2.2.2/32
        in label:     16        
        in vc label:  1/35      lsr: 1.1.1.1:1        ATM1/0/0
                      Active    transit
        out vc label: 1/33      lsr: 2.2.2.2:1        ATM1/0/1
                      Active    transit
  3.3.3.3/32
        in label:     imp-null  
        in vc label:  1/33      lsr: 1.1.1.1:1        ATM1/0/0
                      Active    egress (vcd 47)
        in vc label:  1/34      lsr: 2.2.2.2:1        ATM1/0/1
                      Active    egress (vcd 48)

lab-ls1010#sh mpls ldp neighbor
Peer LDP Ident: 1.1.1.1:1; Local LDP Ident 3.3.3.3:1
        TCP connection: 1.1.1.1.646 - 3.3.3.3.11000
        State: Oper; Msgs sent/rcvd: 5369/5369; Downstream on demand
        Up time: 3d06h
        LDP discovery sources:
          ATM1/0/0, Src IP addr: 1.1.1.1
Peer LDP Ident: 2.2.2.2:1; Local LDP Ident 3.3.3.3:2
        TCP connection: 2.2.2.2.646 - 3.3.3.3.11001
        State: Oper; Msgs sent/rcvd: 5357/5370; Downstream on demand
        Up time: 3d06h
        LDP discovery sources:
          ATM1/0/1, Src IP addr: 2.2.2.2

lab-ls1010#sh mpls interfaces
Interface              IP            Tunnel   Operational
ATM1/0/0               Yes (ldp)     No       Yes         (ATM labels)
ATM1/0/1               Yes (ldp)     No       Yes         (ATM labels)

lab-3620a#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is 192.168.1.1 to network 0.0.0.0

     172.16.0.0/24 is subnetted, 1 subnets
C       172.16.1.0 is directly connected, Ethernet0/0
     10.0.0.0/24 is subnetted, 3 subnets
C       10.3.3.0 is directly connected, Loopback2
C       10.2.2.0 is directly connected, Loopback1
C       10.1.1.0 is directly connected, Loopback0
C    192.168.1.0/24 is directly connected, FastEthernet1/0
R    192.168.2.0/24 [120/1] via 172.16.1.1, 00:00:21, Ethernet0/0
     30.0.0.0/24 is subnetted, 3 subnets
R       30.3.3.0 [120/1] via 172.16.1.1, 00:00:21, Ethernet0/0
R       30.2.2.0 [120/1] via 172.16.1.1, 00:00:21, Ethernet0/0
R       30.1.1.0 [120/1] via 172.16.1.1, 00:00:21, Ethernet0/0
S*   0.0.0.0/0 [1/0] via 192.168.1.1
R    192.168.0.0/23 [120/1] via 192.168.1.1, 00:00:16, FastEthernet1/0

lab-3620b#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     172.16.0.0/24 is subnetted, 1 subnets
R       172.16.1.0 [120/1] via 192.168.2.1, 00:00:17, Ethernet0/0
     10.0.0.0/24 is subnetted, 3 subnets
R       10.3.3.0 [120/1] via 192.168.2.1, 00:00:17, Ethernet0/0
R       10.2.2.0 [120/1] via 192.168.2.1, 00:00:17, Ethernet0/0
R       10.1.1.0 [120/1] via 192.168.2.1, 00:00:17, Ethernet0/0
R    192.168.1.0/24 [120/1] via 192.168.2.1, 00:00:17, Ethernet0/0
C    192.168.2.0/24 is directly connected, Ethernet0/0
     30.0.0.0/24 is subnetted, 3 subnets
C       30.3.3.0 is directly connected, Loopback2
C       30.2.2.0 is directly connected, Loopback1
C       30.1.1.0 is directly connected, Loopback0
R    192.168.0.0/23 [120/1] via 192.168.2.1, 00:00:17, Ethernet0/0

lab-3640a#sh ip bgp vpnv4 vrf lab-01
BGP table version is 105, local router ID is 1.1.1.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
Route Distinguisher: 200:1 (default for vrf lab-01)
*> 10.1.1.0/24      172.16.1.2               1         32768 ?
*> 10.2.2.0/24      172.16.1.2               1         32768 ?
*> 10.3.3.0/24      172.16.1.2               1         32768 ?
*>i30.1.1.0/24      2.2.2.2                  1    100      0 ?
*>i30.2.2.0/24      2.2.2.2                  1    100      0 ?
*>i30.3.3.0/24      2.2.2.2                  1    100      0 ?
*> 172.16.1.0/24    0.0.0.0                  0         32768 ?
*> 192.168.0.0/23   172.16.1.2               2         32768 ?
*> 192.168.1.0      172.16.1.2               1         32768 ?
*>i192.168.2.0      2.2.2.2                  0    100      0 ?

lab-3640b#sh ip bgp vpnv4 vrf lab-01
BGP table version is 105, local router ID is 2.2.2.2
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
Route Distinguisher: 200:1 (default for vrf lab-01)
*>i10.1.1.0/24      1.1.1.1                  1    100      0 ?
*>i10.2.2.0/24      1.1.1.1                  1    100      0 ?
*>i10.3.3.0/24      1.1.1.1                  1    100      0 ?
*> 30.1.1.0/24      192.168.2.2              1         32768 ?
*> 30.2.2.0/24      192.168.2.2              1         32768 ?
*> 30.3.3.0/24      192.168.2.2              1         32768 ?
*>i172.16.1.0/24    1.1.1.1                  0    100      0 ?
*>i192.168.0.0/23   1.1.1.1                  2    100      0 ?
*>i192.168.1.0      1.1.1.1                  1    100      0 ?
*> 192.168.2.0      0.0.0.0                  0         32768 ?

lab-3640a#sh ip rip database vrf lab-01
10.0.0.0/8    auto-summary
10.1.1.0/24
    [1] via 172.16.1.2, 00:00:12, Ethernet0/0
10.2.2.0/24
    [1] via 172.16.1.2, 00:00:12, Ethernet0/0
10.3.3.0/24
    [1] via 172.16.1.2, 00:00:12, Ethernet0/0
30.0.0.0/8    auto-summary
30.1.1.0/24    redistributed
    [1] via 2.2.2.2,
30.2.2.0/24    redistributed
    [1] via 2.2.2.2,
30.3.3.0/24    redistributed
    [1] via 2.2.2.2,
172.16.0.0/16    auto-summary
172.16.1.0/24    directly connected, Ethernet0/0
192.168.0.0/23
    [2] via 172.16.1.2, 00:00:12, Ethernet0/0
192.168.1.0/24    auto-summary
192.168.1.0/24
    [1] via 172.16.1.2, 00:00:12, Ethernet0/0
192.168.2.0/24    auto-summary
192.168.2.0/24    redistributed
    [1] via 2.2.2.2,

lab-3640b#sh ip rip database vrf lab-01
10.0.0.0/8    auto-summary
10.1.1.0/24    redistributed
    [1] via 1.1.1.1,
10.2.2.0/24    redistributed
    [1] via 1.1.1.1,
10.3.3.0/24    redistributed
    [1] via 1.1.1.1,
30.0.0.0/8    auto-summary
30.1.1.0/24
    [1] via 192.168.2.2, 00:00:01, FastEthernet0/0
30.2.2.0/24
    [1] via 192.168.2.2, 00:00:01, FastEthernet0/0
30.3.3.0/24
    [1] via 192.168.2.2, 00:00:01, FastEthernet0/0
172.16.0.0/16    auto-summary
172.16.1.0/24    redistributed
    [1] via 1.1.1.1,
192.168.0.0/23    redistributed
    [1] via 1.1.1.1,
192.168.1.0/24    auto-summary
192.168.1.0/24    redistributed
    [1] via 1.1.1.1,
192.168.2.0/24    auto-summary
192.168.2.0/24    directly connected, FastEthernet0/0

Hope this lab helps you to learn some of the MPLS basics that were covered – credit to Cisco Systems for their documentation and support which is superb as always!

Regards,
Barney Gaumer
www.routermonkey.org