Hello,
I have a CAT 3550 with the following standard IOS, Version 12.1(12c)EA1 and I am attempting to restrict the traffic into one vlan via a vlan map. I have to use vlan maps instead of access lists because we have the standard ios instead of enhanced (which would permit access lists on vlans). Seems straight forward enough however when I apply the following map I end up blocking all traffic to the subnet instead of just the ones I want to restrict:
ip access-list extended dev_server
permit ip 10.100.25.0 0.0.0.255 10.100.125.0 0.0.0.255
permit ip 10.100.50.0 0.0.0.255 10.100.125.0 0.0.0.255
permit ip 10.100.75.0 0.0.0.255 10.100.125.0 0.0.0.255
vlan access-map map_1 10
match ip address dev_server
action drop
vlan filter map_1 vlan-list 125
I have 5 vlans, 25,50,75,100,and 125. I only want traffic from vlan 100 to be able to reach vlan 125 and want all others dropped when they attempt to get to vlan 125. Right now this isn't happening and I am blocking all traffic when I apply it. Does anyone see something wrong with this config, am I missing something simple?
Thanks in advance,
Loyalist
I have a CAT 3550 with the following standard IOS, Version 12.1(12c)EA1 and I am attempting to restrict the traffic into one vlan via a vlan map. I have to use vlan maps instead of access lists because we have the standard ios instead of enhanced (which would permit access lists on vlans). Seems straight forward enough however when I apply the following map I end up blocking all traffic to the subnet instead of just the ones I want to restrict:
ip access-list extended dev_server
permit ip 10.100.25.0 0.0.0.255 10.100.125.0 0.0.0.255
permit ip 10.100.50.0 0.0.0.255 10.100.125.0 0.0.0.255
permit ip 10.100.75.0 0.0.0.255 10.100.125.0 0.0.0.255
vlan access-map map_1 10
match ip address dev_server
action drop
vlan filter map_1 vlan-list 125
I have 5 vlans, 25,50,75,100,and 125. I only want traffic from vlan 100 to be able to reach vlan 125 and want all others dropped when they attempt to get to vlan 125. Right now this isn't happening and I am blocking all traffic when I apply it. Does anyone see something wrong with this config, am I missing something simple?
Thanks in advance,
Loyalist