Current configuration : 2418 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R2 ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 no ip icmp rate-limit unreachable ip cef ! ! no ip dhcp use vrf connected ip dhcp excluded-address 192.168.200.250 192.168.200.254 ! ip dhcp pool GuestWireless network 192.168.200.0 255.255.255.0 default-router 192.168.200.254 ! ! ip vrf GuestWireless ! no ip domain lookup ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ip tcp synwait-time 5 ! ! ! ! ! interface FastEthernet0/0 description GuestWireless route to internet ip vrf forwarding GuestWireless ip address 17.12.244.194 255.255.255.240 ip nat outside ip virtual-reassembly duplex auto speed auto ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface FastEthernet1/0 ! interface FastEthernet1/1 ! interface FastEthernet1/2 ! interface FastEthernet1/3 ! interface FastEthernet1/4 ! interface FastEthernet1/5 ! interface FastEthernet1/6 ! interface FastEthernet1/7 ! interface FastEthernet1/8 ! interface FastEthernet1/9 ! interface FastEthernet1/10 ! interface FastEthernet1/11 ! interface FastEthernet1/12 ! interface FastEthernet1/13 ! ! My host is plugged into 1/14 interface FastEthernet1/14 switchport access vlan 200 duplex full speed 100 ! interface FastEthernet1/15 switchport access vlan 200 switchport trunk allowed vlan 1,2,200,1002-1005 switchport mode trunk duplex full speed 100 ! interface Vlan1 description Data ip address 192.168.1.254 255.255.255.0 ! interface Vlan100 description voice ip address 192.168.100.254 255.255.255.0 ! interface Vlan200 description Guest Wireless ip vrf forwarding GuestWireless ip address 192.168.200.254 255.255.255.0 ip nat inside ip virtual-reassembly no autostate ! ! ip route 0.0.0.0 0.0.0.0 192.168.1.1 ip route 192.168.200.0 255.255.255.0 FastEthernet0/0 ip route vrf GuestWireless 0.0.0.0 0.0.0.0 17.12.244.195 ! ! no ip http server no ip http secure-server ip nat inside source list 10 interface FastEthernet0/0 overload ip nat inside source list 10 interface FastEthernet0/0 vrf GuestWireless overload ! access-list 10 permit 192.168.200.0 0.0.0.255 ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 login ! ! end