(Ticket 10: VLAN Access Map)
Scenario: The implementation group has been using the test bed to do a 'proof-of-concept' that requires both Client 1 and Client 2 to access the WEB Server at 209.65.200.241. After several changes to the network addressing, routing schemes, DHCP services, layer 2 connectivity, FHRP services, and, device security, a trouble ticket has been opened indicating that Client 1 cannot ping the 209.65.200.241 address.

Figure 1

Figure 2
Use the supported commands to isolate the cause of this fault and answer the following questions.
Configuration on DSW1
DSW1
vlan access-map test1 10
action drop
match ip address 10
vlan access-map test1 20
action drop
match ip address 20
vlan access-map test1 30
action foward
match ip address 30
vlan access-map test1 40
action foward
!
vlan filter test1 vlan-list 10
vlan internal allocation policy asdending
!
access-list 10 permit 10.2.1.3
access-list 20 permit 10.2.1.4
access-list 30 permit 10.2.1.0 0.0.0.255
The fault condition is related to which technology?
Correct Answer: D
Explanation/Reference:
"that requires both Client 1 and Client 2 to access the WEB Server at 209.65.200.241″: Though the Ticket was placed for Client 1, eliminating just "vlan access-map test1 10″ but client2 still cannot access the WEB Server because IP of client2 present in "vlan access-map test1 20″ so should be select this choice for answer
Exam K