Cisco Certified Network Associate (CCNA) Practice Exam

Disable ads (and more) with a membership for a one time $4.99 payment

Prepare for the Cisco Certified Network Associate (CCNA) Practice Exam. Test your knowledge with our interactive quizzes featuring multiple choice questions, hints, and explanations. Equip yourself for success!

Practice this question and more.


How do you configure a standard named ACL?

  1. (config)#access-list standard ACL NAME

  2. (config)#ip access-list standard ACL NAME

  3. (config)#acl standard NAME

  4. (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.