Question 31 (2.5 points) Saved Assume the command #access-list 10 permit any follows each standard ACL below or #access-
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 31 (2.5 points) Saved Assume the command #access-list 10 permit any follows each standard ACL below or #access-
THERE ARE ALREADY EXISTING ANSWERS POSTED IN answers BUT i NEEDPROPER EXPLAINATION FOR THE QUESTION.
Question 31 (2.5 points) Saved Assume the command #access-list 10 permit any follows each standard ACL below or #access-list 110 permit ip any any follows each extended ACL. Router A EO SO S1 Router B EO 172.16.10.0 Finance SO S1 Router C EO 172.16.30.0 172.16.40.0 Sales Marketing Give the best ACL that will deny anyone in 172.16.10.0 access to anyone in 172.16.40.0. #access-list 110 deny ip host 172.16.10.0 host 172.16.40.0 applied to e0 Router B #access-list 110 deny ip 172.16.10.0 0.0.0.0 172.16.40.0 0.0.0.0 applied to e0 Router A #access-list 110 deny ip host 172.16.10.0 host 172.16.40.0 applied to c0 Router A #access-list 110 deny ip 172.16.10.0 0.0.0.255 172.16.40.0 0.0.0.255 applied to e0 Router B