Brocade Communications Systems ServerIron ADX 12.4.00 Service Manual Page 84

  • Download
  • Add to my manuals
  • Print
  • Page
    / 149
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 83
72 ServerIron ADX NAT64 Configuration Guide
53-1002444-02
Configuring rule-based ACLs
5
DRAFT: BROCADE CONFIDENTIAL
<num>: A number from 0 through 15 that is the sum of the numeric values of the options you
want. The ToS field is a four-bit field following the Precedence field in the IP header. You can
specify one or more of the following. To select more than one option, enter the decimal value
that is equivalent to the sum of the numeric values of all the ToS options you want to select.
For example, to select the max-reliability and min-delay options, enter number 10. To select all
options, select 15.
The ip-pkt-len <value> parameter filters ICMP packets based on the IP packet length. The device
uses the <value> to match the total length field in the IP header of ICMP packets. You can specify a
value from 1 through 65535.
NOTE
This parameter applies only if you specified icmp as the <ip-protocol> value.
The log parameter enables SNMP traps and syslog messages for packets denied by the ACL.
You can enable logging on ACLs and filters that support logging even when the ACLs and filters are
already in use. To do so, re-enter the ACL or filter command and add the log parameter to the end
of the ACL or filter. The software replaces the ACL or filter command with the new one. The new ACL
or filter, with logging enabled, takes effect immediately.
Configuring standard or extended named ACLs
The configuration of named ACLs differs from the configuration of numbered ACLs in two significant
ways:
Named ACL entries are configured using the ip access-list command. (Numbered ACL entries,
on the other hand, are configured using the access-list. command.)
When you configure a named ACL, you must first specify the ACL type (standard or extended)
and the ACL name with one command, which places you in the configuration level for that ACL.
(Numbered ACL entries, on the other hand, may be configured on a single line.) Otherwise, the
command syntax for specifying named and numbered ACLs is the same.
The following configuration examples demonstrate the configuration of standard named ACLs and
extended named ACLs.
Configuration example for standard named ACL
To configure a named standard ACL entry, enter commands such as the following.
The commands in this example configure a standard ACL named “Net1”. The entries in this ACL
deny packets from three source IP addresses from being forwarded on port 1/1. Since the implicit
action for an ACL is “deny”, the last ACL entry in this ACL permits all packets that are not explicitly
denied by the first three ACL entries. For an example of how to configure the same entries in a
numbered ACL, refer to “Configuring standard numbered ACLs” on page 65.
ServerIronADX(config)# ip access-list standard Net1
ServerIronADX(config-std-nacl)# deny host 209.157.22.26 log
ServerIronADX(config-std-nacl)# deny 209.157.29.12 log
ServerIronADX(config-std-nacl)# deny host IPHost1 log
ServerIronADX(config-std-nacl)# permit any
ServerIronADX(config-std-nacl)# exit
ServerIronADX(config)# interface ethernet 1/1
ServerIronADX(config-if-1/1)# ip access-group Net1 out
Page view 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 148 149

Comments to this Manuals

No comments