exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 299 discussion

Actual exam question from Cisco's 350-401
Question #: 299
Topic #: 1
[All 350-401 Questions]


Refer to the exhibit. An engineer must deny HTTP traffic from host A to host B while allowing all other communication between the hosts. Drag and drop the commands into the configuration to achieve these results. Some commands may be used more than once. Not all commands are used.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
yuiiuy
Highly Voted 3 years, 8 months ago
I think the first answer is "Deny".
upvoted 18 times
Adrenalina73
3 years, 7 months ago
The answer provided is correct, the first answer must permit: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/15-0SY/configuration/guide/15_0_sy_swcg/vlan_acls.pdf Router# show ip access-lists net_10Extended IP access list net_10 permit ip 10.0.0.0 0.255.255.255 any Router(config)# vlan access-map ganymede 10Router(config-access-map)# match ip address net_10Router(config-access-map)# action drop log
upvoted 7 times
...
baid
3 years, 2 months ago
Hi, the permit filtrate the traffic 10.1.1.10 to 10.1.1.20, the deny will filtrate other than the traffic 10.1.1.10 to 10.1.1.20. the drop is implemented by vlan access-map, not by access-list. access-list only filtrate the traffic that need be treated by vlan access-map.
upvoted 3 times
...
BigMouthDog
2 years, 9 months ago
it does not make send if the first answer is "Deny". Because you've already denied , you don't need "action drop". However, this is silly because it wastes the processing power
upvoted 3 times
...
...
Normanby
Highly Voted 2 years, 6 months ago
The reason the ACLs must Both be 'permit' is that they create the 'test condition' , then based on that test , we drop it later in the Map.
upvoted 8 times
...
Zendahr
Most Recent 9 months, 4 weeks ago
correct
upvoted 1 times
...
[Removed]
10 months ago
given answers are correct. https://www.networkstraining.com/vlan-access-map-example-configuration/
upvoted 1 times
...
Mohaned990_go
10 months, 1 week ago
SW1(config)# ip access-list extended DENY-HTTP SW1(config-ext-nacl)# deny tcp host 10.1.1.10 host 10.1.1.20 eq www SW1(config)# ip access-list extended MATCH_ALL SW1(config-ext-nacl)# permit ip any any SW1(config)# vlan access-map HOST-A-B 10 SW1(config-access-map)# match ip address DENY-HTTP SW1(config-access-map)# action drop SW1(config)# vlan access-map HOST-A-B 20 SW1(config-access-map)# match ip address MATCH_ALL SW1(config-access-map)# action forward SW1(config)# vlan filter HOST-A-B vlan 10
upvoted 1 times
...
[Removed]
11 months, 2 weeks ago
the correct answer is: 1- Deny: you want to deny HTTP 2- permit: to allow other traffic 3- drop: to drop traffic that matches the map "HTTP_Drop" 4- forward: to forward the other traffic
upvoted 3 times
[Removed]
10 months, 3 weeks ago
after research, given answers are correct. https://www.networkstraining.com/vlan-access-map-example-configuration/
upvoted 3 times
...
...
Sammy3637
2 years, 2 months ago
Trick question - Given Answer is correct - some options can be used twice create a condition by permit then later deny by action drop
upvoted 7 times
Brand
2 years, 2 months ago
Make sense...
upvoted 1 times
...
...
rafaelinho88
2 years, 3 months ago
In this case we need to configure a VLAN access-map to deny HTTP traffic and apply it to VLAN 10. To do it, first create an access-list, by which interesting traffic will be matched. The principle of VLAN access-map config is similar to the route-map principle. After this we’ll create a vlan access-map, which has two main parameters: action and match. Match: by this parameter the interesting traffic is matched and here RACL or MAC ACL can be applied as well. Action: what to do with matched traffic. Two main parameters exist: Drop and Forward. In case of Drop, matched traffic will be dropped, and in case of forward, matched traffic will be allowed
upvoted 2 times
...
Deu_Inder
2 years, 8 months ago
Provided answer is correct. permit, permit, action drop, action forward.
upvoted 2 times
...
ArchBishop
3 years, 3 months ago
When talking about access-lists or prefix-lists associated with *-maps, Permit and Deny take on new meanings. As we all know, a *-list processes each entry until a match is found. Once a match is found, processing of the *-list stops. *-maps operate the same way. - If the matched statement is 'permit,' the *-list reports back to the *-map with a match success, which allows the *-map to process the associated action. No further *-map sequences are processed. - If the matched statement is 'deny,' the *-list reports back to the *-map with NO MATCH; wherein the *-map will proceed to the next *-map sequence until a *-map match IS found. - If NO statement is matched in the *-list, the implicit 'deny any any' is ALWAYS matched. In This case, the *-list will report to the *-map with NO MATCH, and the *-map will proceed to the next sequence until a match IS found.
upvoted 5 times
...
BigMouthDog
3 years, 3 months ago
The answer provided is correct. Because even the first statement is 'permit' but once it is matched , the action will be dropped
upvoted 4 times
...
joe_smoe
3 years, 4 months ago
I agree I think the first answer is "Deny". Can someone clarify why this is or isn't true?
upvoted 1 times
dazzler_010
3 years, 1 month ago
If ip access-list extended DENY-HTTP is "Deny", then HTTP traffic will get denied in this ACL and there will be no more matching entry for vlan access-map HOST-A-B 10 to action drop.
upvoted 3 times
...
...
GATUNO
3 years, 6 months ago
addrelanina do we have chance to use permit couple times? if is a drop and drag question i see only one permit available
upvoted 1 times
Johnconnor2021
3 years, 5 months ago
The question itself says: "Some commands may be used more than once" Pay attention to the question, read it carefully.
upvoted 4 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago