cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
643
Views
0
Helpful
3
Replies

Switch vlan access-map

nstr1
Level 1
Level 1
What is the use of "vlan access-map"?

I am working with pusture and profiling my PC equipment and telephone equipment.

in the port of the switch I am testing the pc computer I see the data without problem.

but when connecting the phone does not identify and check it I see that in the port is "vlan access-map DENY_HOST_TALK 60"

what is working is doing "vlan access-map DENY_HOST_TALK 60".

I do not admire the Switch
3 Replies 3

Francesco Molino
VIP Alumni
VIP Alumni
Hi

Vlan access-map is also known as VLAN acl.
It's an acl to filter traffic within a VLAN. You can filter either L2 or/and L3 traffic in the vlan where applied

Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question


can I remove the vlan-access map only to that vlan ???

if so, what is the command?

Yes you can.
Let's say you have your vlan access-map TEST.
It's applied on vlan using the command below for VLAN 10:
vlan filter TEST vlan-list 10

You can remove it by issuing the command:
no vlan filter TEST vlan-list 10


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question