Ticket 6 – VLAN filter
Client 1 is not able to ping the server. Unable to ping DSW1 or the FTP Server(Use L2 Diagram).
Vlan Access map is applied on DSW1 blocking the ip address of client 10.2.1.3
Configuration on 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 forward
match ip address 30
vlan access-map test1 40
action forward
!
vlan filter test1 vlan-list 10
!
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
!
interface VLAN10
ip address 10.2.1.1 255.255.255.0
Ans1) DSW1
Ans2) VLAN ACL/Port ACL
Ans3) Under the global configuration mode enter no vlan filter test1 vlan-list 10 command.
Note: After choosing DSW1 for Ans1, next page (for Ans2) you have to scroll down to find the VLAN ACL/Port ACL option. The scroll bar only appears in this ticket and is very difficult to be seen. Also make sure you choose DSW1 (not ASW1) for the first question as there is also “VLAN ACL/Port ACL” option for answer 2 if you choose ASW1 but it is wrong.
@Test again! have you take the test again? did you had same question when you retake the test?
hi , How do we know which ticket we got in the exam
How do we know the real questions and also the specific commands? Is this not premium?
@Rick. I took the exam today and had the same question with same bug. Had to choose ASW1 as only it had VACL option. I lost marks just because of that 1 question. Its weird Cisco isnt aware of the bug.
Passed today with a score of 9xx.
All MCQ frio November are still valid.
One issue is that I got ticket number 6 but the answer was not showing as expected.I couldn’t find the option to remove the VLAN filter. That where I lost the points but everything else was 100% correct.
Got the BGP and HSRP sims and 2 IPV6 tickets.
@gazaaa
I had the same problem. When you are stressed, you don’t think about this shit hidden answer.
Anyway I passed also with 84x, everything from this site. BGP sim has different IP-s, but same solution.
Hello,
Can anyone say about this question bug? Is it still there or there is no bug now?
Hello,
There is no error, but you have to scroll down to find the correct answer
@Bayolo thanks, you were right, you need to scroll down to find that correct answer.
thanks for everyone i passed the exam
Hello,
The solution in this ticket is the right one, just be careful when checking the possible answers and scroll down to find the solution.
21. Ticket 2 IP NAT
TROUBLE TICKET STATEMENT:
The implementation group has been using the test bed to do a ‘proof-of-concept’ that required both client 1 and client 2 to access the Web Server at 209.65.200.241. After several changed to interface status, network addressing, routing schemes and layer 2 connectivity, at trouble ticket has been opened indicating that client 1 cannot ping the 209.65.200.241 (internet Server).
The following information needs yourself show run:
Client 1 and Client 2 are not able to reach the WebServer at 209.65.200.241.
Initial troubleshooting shows
that DSW1, DSW2 and all the routers are able to reach the WebServer.
Configuration on R1
ip nat inside source list nat_pool interface s0/0/1 overload
ip access-list standard nat_pool
permit 10.1.0.0
permit 10.2.0.0
!
interface Serial0/0/1
ip address 209.65.200.225 255.255.255.252
ip nat inside
!
interface Serial0/0/0.12
ip address 10.1.1.1 255.255.255.252
ip nat inside
ip ospf message-digest-key 1 md5 TSHOOT
ip ospf authentication message-digest
On Which device is the fault condition located?
R1
R2
R3
R4
DSW1
DSW2
ASW1
Question was not answered
Explanation:
Clients 1 and 2 belong in the 10.2.0.0 subnet, as if you observe the NAT configuration you will notice that only 10.1.0.0 are specified in the NAT pool. Clients 1 and 2 are not being translated when they should be. The problem is with the NAT configuration on R1.
22. The Fault Condition is related to which technology?
BGP
NAT
IP NAT
IPv4 OSPF Routing
IPv4 OSPF Redistribution
IPv6 OSPF Routing
IPv4 layer 3 security
@Auto
21’s answer is R1. Because of the ip nat inside command.
22’s answer is IP NAT.
Labs and dumps are still valid. Thanks networktut!