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 9-11on page 9-48.

ProCurve(config)# access-list 17 permit host 10.10.10.104

ProCurve(config)# access-list 17 deny 10.10.10.1/24 log

ProCurve(config)# access-list 17 permit any

ProCurve(config)# show access-list 17

Access Control Lists

Name: 17

Type: Standard

Applied: No

SEQ Entry

------------------------------------------------------------------------------

10

Action: permit

 

 

Mask: 0.0.0.0

Note that each ACE is

 

IP

: 10.10.10.104

automatically assigned a

 

 

 

 

sequence number.

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

 

Figure 9-13. Standard, Numbered ACL with the Same ACEs as the Standard, Named ACL in Figure 9-11

9-52