10-43
IPv4 Access Control Lists (ACLs)
Configuring and Assigning an IPv4 ACL
For example, figure 10-10 shows how to interpret the entries in a standard
ACL.
Figure 10-10. 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
HP Switch(Config)# show running
.
.
.
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
ACL List Heading with List Type and
Identifier (Name or Number)
Mask
ACE Action
(permit or deny)
End-of-List Marker
Source Address
Optional Logging
Command