Valid 350-401 Dumps shared by ExamDiscuss.com for Helping Passing 350-401 Exam! ExamDiscuss.com now offer the newest 350-401 exam dumps, the ExamDiscuss.com 350-401 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 350-401 dumps with Test Engine here:
Refer to the exhibit. Which command set must be added to permit and log all traffic that comes from 172.20.10.1 in interface GigabitEthernet0/1 without impacting the functionality of the access list?
Correct Answer: B
Option B is the correct answer because it specifically permits and logs all traffic that comes from IP address 172.20.10.1 on interface GigabitEthernet0/1 without impacting the functionality of the access list. The command set in Option B is: Router(config)#access-list 100 seq 5 permit ip host 172.20.10.1 any log Router(config)#interface GigabitEthernet0/1 Router(config-if)#access-group 100 in This command set adds a sequence to the access list (seq 5) that allows traffic from IP address 172.20.10.1, logs this traffic, and applies this access list to incoming traffic on interface GigabitEthernet0/1.