IPv4 Access Control Lists (ACLs)

Configuring and Assigning an IPv4 ACL

For example, figure 9-7shows how to interpret the entries in a standard ACL.

ACE Action (permit or deny)

End-of-List Marker

ProCurve(Config)# show running

.

 

ACL List Heading with List Type and

.

Identifier (Name or Number)

.

 

ip access-list standard “Sample-List”

10

deny 10.28.150.77 0.0.0.0 log

20

permit 10.28.150.1 0.0.0.255

exit

 

 

 

 

 

 

 

 

 

 

 

 

Source Address

 

Mask

 

Optional Logging

 

 

 

 

 

 

Command

 

 

 

 

 

 

 

 

 

 

 

 

Figure 9-7. Example of a Displayed Standard ACL Configuration with Two ACEs

Extended ACL Configuration Structure

Individual ACEs in an extended ACL include:

A permit/deny statement

Source and destination IPv4 addressing

Choice of IPv4 criteria, including optional precedence and ToS

Optional ACL log command (for deny entries)

Optional remark statements

9-37