Technical data

ServerIron ADX NAT64 Configuration Guide 79
53-1002444-02
Displaying rule-based ACL entries
5
DRAFT: BROCADE CONFIDENTIAL
ServerIronADX# show access-list 99
Standard IP access list 99
deny host 1.2.4.5
deny host 5.6.7.8
permit any
Syntax: show access-list <acl-num> | <acl-name> | all [bindings]
Access control lists can be identified by either an <acl-name> or an <acl-number> value.
Numbered ACLs are always identified by a <acl-num> value. Named ACLs may be identified by
either an <acl-num> or an <acl-name> value.
The <acl-num> parameter allows you to specify an ACL number. If you specify a number, enter
a number from 1 through 99 for standard ACLs or 100 through 199 for extended ACLs.
The <acl-name> parameter is the ACL name. You can specify a string of up to 256
alphanumeric characters. You can use blanks in the ACL name if you enclose the name in
quotation marks (for example, “ACL for Net1”).
The all operand returns the contents of all numbered and named ACLs.
The bindings operand returns information about which ACLs are bound to which interfaces. For
more information, refer to “Displaying ACL bindings” on page 82.
Displaying ACLs using the show ip access-lists command
The show ip access lists command enables you to display the contents of numbered or named
ACLs.
To display the contents of an ACL, enter a command such as the following.
ServerIronADX# show ip access-lists melon
Standard IP access list melon
deny host 1.2.4.5
deny host 5.6.7.8
permit any
Syntax: show ip access-lists <acl-num> | <acl-name>
Access control lists can be identified by either an <acl-name> or an <acl-number> value.
Numbered ACLs are always identified by a <acl-num> value. Named ACLs may be identified by
either an <acl-num> or an <acl-name> value.
The <acl-num> parameter allows you to specify an ACL number if you prefer. If you specify a
number, enter a number from 1 through 99 for standard ACLs or 100 through 199 for extended
ACLs.
The <acl-name> parameter is the ACL name. You can specify a string of up to 256
alphanumeric characters. You can use blanks in the ACL name if you enclose the name in
quotation marks (for example, “ACL for Net1”).
Displaying ACLs using keywords
You can use keywords to limit the ACL entries returned for the show access-list command to those
that match the keyword specified. Keywords may be used to filter both numbered and named ACLs.
A keyword may be either a numerical or text string.