I don't think standard or extended is part of NX-OS, only IOS - there is nothing in the Command Reference Guide for standard or extended as part of 'ip access-list'.
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus7000/sw/security/command/reference/n7k_sec_cmd/sec_cmd_i.html#pgfId-1245141
D is the "most correct", but it's wrong as well. Whenever you configure an ACL starting with ip access-list (vs. just access-list), you must use either keyword "standard" or "extended" before the ACL number.
Agree with Ezzedine. "D" is correct. Answers A and E are wrong because when you start with "ip access-list", you first have to specify keyword standard or extended before specifying the number. Answer B is wrong because there's an implicit deny at the end of all ACLs, so because you didn't use a permit ip any any at the end, ALL traffic is being blocked.
D) IS CORRECT
N5K-A(config)# ip access-list 101
N5K-A(config-acl)# deny tcp any host 10.10.1.110 eq 21
N5K-A(config-acl)# permit ip any any
upvoted 2 times
...
Log in to ExamTopics
Sign in:
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.
BlueYeti
4 years, 11 months agoBlueYeti
4 years, 11 months agosnapper
5 years, 3 months agosnapper
5 years, 3 months agoEzzedine
5 years, 7 months ago