Having some trouble now that I've introduced a VLAN into my 6610 switch and hoping somebody can help me figure out what I've done wrong.
I have a VLAN 8 and a VLAN 1 (default). The VLAN 1 I've given an IP of 10.200.1.5/30 (so, just two IP's usable, intentionally so). The VLAN 8 I've given an IP of 10.111.8.1/24.
I have two devices on untagged ports, one on each VLAN:
- Device 1 on VLAN 1: 10.200.1.6 (gateway 10.200.1.5)
- Device 2 on VLAN 8: 10.111.8.10 (gateway 10.111.8.1)
Each device can ping the switch at any of its IP's (10.111.8.1, 10.200.1.5, etc.). But neither device can ping the other.
My understanding is that routes were default "on" for all VLAN's on the switch, unless ACL's are created to prevent cross-talk. I have no ACL's or really any other configuration in place that I know about that would be preventing this from working. What should I check?