Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm trying to get routing working on a Catalyst 3850, but it will only work one way. I have the following vlans set up: interface Vlan1
no ip address
shutdown
!
interface Vlan2
ip address 192.168.252.24 255.255.255.128
ip access-group PERMIT in
...
Well, I figured out that the device in VLAN10 that I want to reach has to have this switch as a gateway. (vlan 10 is basically a dmz so the usual gw would be the fw) Figured that might break icmp replies but didn't think it'd brick all communicatio...