I have a situation in which 26 VLANs have been configured on a series of Cisco switches and they all feed to a Cisco router. For security purposes, the VLANs should NOT have any connectivity whatsoever. However, all the subinterfaces on the router are currently configured to use dot1Q Encapsulation so it is possible for someone on any VLAN to ping a host on another VLAN as the router will forward the traffic accordingly. And if they can ping, my thinking is that other traffic could cross VLAN boundaries as well.
After a little assistance from a couple posters here, I can now stop inter-VLAN traffic from happening by applying access lists on the router. However with 26 VLANs to manage I'm not too keen on that idea. If dot1Q Encapsulation enables inter-VLAN traffic, which I don't want, wouldn't I be better off to not use it? Does it serve any other purpose than that?
Since the router needs to act as the gateway for all VLANs, I'd need to configure it with a series of secondary addresses. My assumption is that using secondary addresses would not enable the router to pass traffic between VLANs like Dot1Q Encapsulation apparently does.
Bottom line, I need to make it as difficult as possible for traffic to go between VLANs. Any other thoughts or suggestions would be appreciated. Thanks.
After a little assistance from a couple posters here, I can now stop inter-VLAN traffic from happening by applying access lists on the router. However with 26 VLANs to manage I'm not too keen on that idea. If dot1Q Encapsulation enables inter-VLAN traffic, which I don't want, wouldn't I be better off to not use it? Does it serve any other purpose than that?
Since the router needs to act as the gateway for all VLANs, I'd need to configure it with a series of secondary addresses. My assumption is that using secondary addresses would not enable the router to pass traffic between VLANs like Dot1Q Encapsulation apparently does.
Bottom line, I need to make it as difficult as possible for traffic to go between VLANs. Any other thoughts or suggestions would be appreciated. Thanks.