group A and B Goals. 1. Create a VPN tunnel between A and B (C and D) 2. Route the data VLAN traffic through the VPN tunnel 3. Test VPN access for data VLAN. Ping Traceroute Can the voice vlan access the VPN? Why? router RX1 Configs Int tunnel 0 ip add 192.168.16.1 255.255.255.252 tunnel source A.A.A.A tunnel destination B.B.B.B ip route 10.X.64.0 255.255.255.0 tunnel 0 Group B Int tunnel 0 ip add 192.168.16.2 255.255.255.252 tunnel source B.B.B.B tunnel destination A.A.A.A ip route 10.x.64.0 255.255.255.0 tunnel 0