I am a bit stuck on a problem (not lab related) with separatng voice and mpls 
traffic. I have internet connection off a different connection through a 
firewall which is handing off dhcp to the PC's for web browsing. IP phones aire 
receiving IP address from a dhcp pool on the 2911 ISR. Switchports are 
configured with voice vlan 300. MPLS is routing through the router as well 
through a VRF. Here is the setup:

ISP connection -> 2911 Router -> 2960 Switch

2911:
ip dhcp excluded-address 10.30.30.1
ip dhcp excluded-address 10.30.30.254
!
ip dhcp pool VOIP
 network 10.30.30.0 255.255.255.0
 default-router 10.30.30.1
 dns-server xx.xx.xx.xx
!
ip vrf MPLS

!

interface GigabitEthernet0/0
 no ip address
 duplex full
 speed auto
!

interface GigabitEthernet0/0.1 (WAN)

 encapsulation dot1q 1

 ip address xxx.xxx.xx.xx 255.255.255.252
 ip nat outside
 ip virtual-reassembly in
 duplex full
 speed 100
!

interface GigabitEthernet0/0.2 (WAN)
 encapsulation dot1q 2
 ip vrf forwarding MPLS
 ip address 10.0.0.2 255.255.255.252
 duplex full
 speed 100

!
interface GigabitEthernet0/1
  no ip address
 duplex auto
 speed auto
!
interface GigabitEthernet0/1.300 (LAN)
 encapsulation dot1Q 300
 ip address 10.30.30.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
!
interface GigabitEthernet0/1.200 (LAN)
 encapsulation dot1Q 200
 ip vrf forwarding MPLS
 ip address 192.168.1.1 255.255.255.0

!
ip nat inside source list 1 interface GigabitEthernet0/0.1 overload
ip route 0.0.0.0 0.0.0.0 xxx.xxx.xx.xx
ip route vrf MPLS 0.0.0.0 0.0.0.0 10.0.0.1
!
access-list 1 permit 10.30.30.0 0.0.0.255


Switch:
vlan 100
 name DIA
!
vlan 200
 name MPLS
!
vlan 300
 name VOICE
!
interface FastEthernet0/1
 switchport mode access
 switchport voice vlan 300
 mls qos trust cos
 spanning-tree bpduguard enable
!
interface FastEthernet0/24
 description VOICE
 switchport mode trunk
 switchport priority extend cos 5
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
 no ip address
 no ip route-cache
!
interface Vlan300
 description WAN
 ip address 10.30.30.254 255.255.255.0
 no ip route-cache

My issue is how will the switch and/or router know to route the traffic across 
the MPLS connection to another office. I know I am missing something here but 
can't figure out what.
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

http://onlinestudylist.com/mailman/listinfo/ccie_rs

Reply via email to