ProCurve 6200yl User's Guide Page 332

  • Download
  • Add to my manuals
  • Print
  • Page
    / 596
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 331
10-46
Access Control Lists (ACLs)
Configuring and Assigning an ACL
For example, figure 10-12 shows how to interpret the entries in an extended
ACL.
Figure 10-12. Example of a Displayed Extended ACL Configuration
ACL Configuration Factors
The Sequence of Entries in an ACL Is Significant
When the switch uses an ACL to determine whether to permit or deny a packet,
it compares the packet to the criteria specified in the individual Access
Control Entries (ACEs) in the ACL, beginning with the first ACE in the list and
proceeding sequentially until a match is found. When a match is found, the
switch applies the indicated action (permit or deny) to the packet. This is
ProCurve(config)# show running
Running configuration:
; J8697A Configuration Editor; Created on release #K.11.XX
hostname "ProCurve"
ip access-list extended "Sample-List-1"
10 permit ip 10.38.130.55 0.0.0.0 10.38.130.240 0.0.0.0
20 permit tcp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 eq 23
30 remark "ALLOWS HTTP FROM SINGLE HOST."
30 permit tcp 10.38.131.14 0.0.0.0 eq 80 0.0.0.0 255.255.255.255 eq 3871
40 remark "DENIES HTTP FROM ANY TO ANY."
40 deny tcp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 eq 80 log
50 deny udp 10.42.120.19 0.0.0.0 eq 69 10.38.140.44 0.0.0.0 range 3680 3690 log
60 deny udp 0.0.0.0 255.255.255.255 10.38.99.121 0.0.0.0 log
exit
Indicates all possible
destination IP
addresses.
Denies TCP
Port 80 IP
traffic to any
destination
from any
source.
Protocol Types
End-of-List
Marker
Source IP Addresses and
Masks.
Upper entry denies certain
UDP packets from a single
host. Lower entry denies all
UDP packets from all hosts.
Optional Destination
UDP or TCP Operator
and Range of Port
Numbers
In this case, the ACL
specifies UDP port
numbers 3680-3690.
Destination IP
Address and Mask
ACE Action
(permit or deny)
ACL List Heading with
List Type and ID String
(Name or Number)
Optional Source UDP
or TCP Operator and
Port Number
In this case, the ACL
specifies UDP port 69
packets coming from
the source IP
address.
Remark for ACE at Line 40
Page view 331
1 2 ... 327 328 329 330 331 332 333 334 335 336 337 ... 595 596

Comments to this Manuals

No comments