What will be the effect of applying the VLAN access map configuration on a
switch?Router(config)# vlan access-map thor 10Router(config-access-map)# match ip address
net_10Router(config-access-map)#action forwardRouter(config-access-map)#exitRouter(config)#
vlan filter thor vlan-list 12-16
A.
IP traffic matching net_10 is dropped and all other IP packets are forwarded to VLANs 12
through 16.
B.
IP traffic matchingvlan-list 12-16 is forwarded and all other IP packets are dropped.
C.
All VLAN 12 through 16 IP traffic matching net_10 is forwarded and all other IP packets are
dropped.
D.
All VLAN 12 through 16 IP traffic is forwarded, other VLAN IP traffic matching net_10 is
dropped.