Brocade Communications Systems ServerIron ADX 12.4.00 Service Manual Page 89

  • Download
  • Add to my manuals
  • Print
  • Page
    / 149
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 88
ServerIron ADX NAT64 Configuration Guide 77
53-1002444-02
Adding, replacing, or deleting comments to rule-based ACLs
5
DRAFT: BROCADE CONFIDENTIAL
Deleting comments applied to numbered ACLs
To delete a comment from a numbered ACL, enter the access-list <acl-num> remark
<comment-text> command using the no operand such as in the following example.
ServerIronADX(config)# no access-list 99 remark Permit all users
In the example, the command deletes the comment “Permit all users” from the ACL. The value
entered for the <comment-text> parameter must exactly match that of the comment you want to
delete.
Syntax: no access-list <acl-num> remark <comment-text>
The no operand indicates that the comment is to be deleted.
The <acl-num> parameter identifies the numbered ACL in which the comment appears.
Adding comments to named ACLs
To add a comment to a named ACL, enter the remark <comment-text> command immediately
before you define an ACL entry such as in the following example.
ServerIronADX(config)# ip access-list standard melon
ServerIronADX(config-std-nacl)# remark Deny traffic from Marketing
ServerIronADX(config-std-nacl)# deny 5.6.7.8
In the example, the first command specifies a named standard ACL called melon, the second
command defines the comment applied to the named ACL, and the third command defines an
entry.
NOTE
The comment is entered immediately prior to the ACL entry.
Syntax: ip access-list standard | extended <acl-name> | <acl-num>
Syntax: remark <comment-text>
Syntax: deny <options> | permit <options>
The standard | extended parameter indicates the ACL type.
Named ACLs can be identified by either an <acl-name> or an <acl-number> value.
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 <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 remark <comment-text> adds a comment to the ACL entry that you are about to create. The
comment can have up to 128 characters in length. For the remark to be displayed correctly in the
output of the show access-list and show ip access-lists commands, the comment must be entered
immediately before the ACL entry it describes.
Enter the deny operand to deny the specified traffic or the permit operand to allow the specified
traffic. Complete the configuration by specifying <options> for the standard or extended ACL entry.
Page view 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 148 149

Comments to this Manuals

No comments