heyspackle
MIS
I'm sure this is easy and I'm just being stupid. Basically I'm trying to figure out how to setup an ACL on the RSM (I've got 5 VLANS) I've got one VLAN I want to allow all traffic out and deny access from any other VLAN. Seems like it'd be a simple:
access-list 101 permit ip 192.168.27.0 0.0.0.255 any
access-list 101 deny ip any 192.168.27.0 0.0.0.255 log
config-int (for the .27 vlan): ip access-group 101 in (or out?)
Or would I need to: deny any 192.168.27.0 and then add the access-group to every other vlan but the one I want to protect?
Thanks for any help or guidance
access-list 101 permit ip 192.168.27.0 0.0.0.255 any
access-list 101 deny ip any 192.168.27.0 0.0.0.255 log
config-int (for the .27 vlan): ip access-group 101 in (or out?)
Or would I need to: deny any 192.168.27.0 and then add the access-group to every other vlan but the one I want to protect?
Thanks for any help or guidance