10-58
IPv4 Access Control Lists (ACLs)
Configuring Standard ACLs
Example of Creating and Viewing a Standard ACL. This example cre-
ates a standard, numbered ACL with the same ACE content as show in figure
10-14 on page 10-54.
Figure 10-16. Standard, Numbered ACL with the Same ACEs as the Standard, Named ACL in Figure 10-14
HP Switch(config)# access-list 17 permit host 10.10.10.104
HP Switch(config)# access-list 17 deny 10.10.10.1/24 log
HP Switch(config)# access-list 17 permit any
HP Switch(config)# show access-list 17
Access Control Lists
Name: 17
Type: Standard
Applied: No
SEQ Entry
------------------------------------------------------------------------------
10 Action: permit
IP : 10.10.10.104 Mask: 0.0.0.0
20 Action: deny (log)
IP : 10.10.10.1 Mask: 0.0.0.255
30 Action: permit
IP : 0.0.0.0 Mask: 255.255.255.255
Note that each ACE is
automatically assigned a
sequence number.