Disable ads (and more) with a membership for a one time $4.99 payment
How do you configure a standard named ACL?
(config)#access-list standard ACL NAME
(config)#ip access-list standard ACL NAME
(config)#acl standard NAME
(config)#create access-list ACL NAME
The correct answer is: (config)#ip access-list standard ACL NAME
To configure a standard named Access Control List (ACL) in Cisco IOS, the command used is "ip access-list standard NAME." This command is designed specifically for creating named ACLs that filter traffic based on source IP addresses. Using this command allows the network administrator to apply specific rules to traffic entering or exiting a network, creating a more flexible and manageable way to handle security. The importance of using the "ip access-list" command lies in the fact that it denotes the type of list being created—in this case, a standard ACL—and specifies that it will be managed using name-based identification instead of numbers. The use of "standard" indicates that the filter criteria will be limited to the source IP addresses, allowing for straightforward traffic management that's essential for maintaining security across routers and switches in a network. While other options might include similar terms or components, they do not correctly represent the syntax for creating a standard named ACL. This command structure is part of the larger IOS command set that facilitates effective ACL management, which is crucial for CCNA candidates to understand for both exam success and practical network management.