exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 648 discussion

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

You want to create a policy that allows all TCP traffic in the port range of 20 to 110, except for telnet traffic, which should be dropped. Which of the following access control lists will accomplish this?

  • A. deny tcp any any eq 22
    permit tcp any any gt 20 lt 110
  • B. permit tcp any any range 22 443
    deny tcp any any eq 23
  • C. deny tcp any any eq 23
    permit tcp any any
  • D. deny tcp any any eq 23
    permit tcp any any range 20 110
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
[Removed]
6 months, 2 weeks ago
Selected Answer: D
D is correct
upvoted 2 times
...
CCNPWILL
1 year, 2 months ago
Selected Answer: D
Correct. Deny unwanted port first. Then permit is the next statement. D.. EZ
upvoted 2 times
...
[Removed]
1 year, 5 months ago
Selected Answer: D
D is correct
upvoted 1 times
...
nushadu
1 year, 11 months ago
D. looks good but cisco IOS swapped numbers to port names: Extended IP access list Q_648 20 deny tcp any any eq telnet 40 permit tcp any any range ftp-data pop3 == original cmd: cisco(config-ext-nacl)#40 permit tcp any any range 20 110
upvoted 2 times
nushadu
1 year, 11 months ago
++ cisco_R3#show running-config | section access ... ip access-list extended Q_648 deny tcp any any eq telnet permit tcp any any range ftp-data pop3
upvoted 1 times
...
...
iGlitch
2 years ago
Selected Answer: D
D is correct, for the policy map to MATCH an entry we should use 'permit' otherwise use 'deny'.
upvoted 4 times
AndreasThornus
1 year, 11 months ago
The question doesn't specifically refer to a policy-map, just says policy.
upvoted 2 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 ...