Refer to the exhibit. A network administrator is configuring a standard IPv4 ACL. What is the effect after the command no access-list 10 is entered?
- ACL 10 is disabled on Fa0/1.
- ACL 10 is removed from the running configuration.
- ACL 10 will be disabled and removed after R1 restarts.
- ACL 10 is removed from both the running configuration and the interface Fa0/1.
Answers Explanation & Hints:
The R1(config)# no access-list < access-list number > command removes the ACL from the running-config immediately. However, to disable an ACL on an interface, the command R1(config-if)# no ip access-group should be entered. |