when i apply this, nothing works. i have 3 vlans and i want vlan 100 and 101 to talk to each other but vlan 102 to not talk to the other two. and i just dont know where to begin. i jsut get very turned around on these these things
VLAN100 192.168.100.X
VLAN101 192.168.101.X
VLAN102 192.168.102.X
vlan access-map MYXMAP 10
match ip address MYXLIST
action forward
vlan access-map MYXMAP 20
action drop
!
vlan filter MYXMAP vlan-list 1-4094
!
ip access-list extended MYXLIST
permit ip 192.168.100.0 0.0.0.255 192.168.101.0 0.0.0.255
permit ip 192.168.101.0 0.0.0.255 192.168.100.0 0.0.0.255
permit ip any any