Brocade Communications Systems ServerIron ADX 12.4.00 Service Manual Page 88

  • Download
  • Add to my manuals
  • Print
  • Page
    / 149
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 87
76 ServerIron ADX NAT64 Configuration Guide
53-1002444-02
Adding, replacing, or deleting comments to rule-based ACLs
5
DRAFT: BROCADE CONFIDENTIAL
Syntax: [no] ip rebind-acl <num> | <name> | all
Adding, replacing, or deleting comments to rule-based ACLs
The remark subcommand enables you to include comments about entries in access control lists
(ACLs). Comments make it easier for network administrators to scan and understand ACL entries.
You can add, replace, or delete comments applied to both numbered and named access control
lists using the remark subcommand with either the access-list command (for numbered ACLs) or ip
access-list command (for named ACLs).
In general, a comment should be entered immediately before the ACL entry it defines. The
comment must be entered separately from the actual ACL entry; that is, you cannot enter the ACL
entry and the ACL comment with the same command. If the comment is not entered immediately
before the ACL entry it describes, the comment will not be displayed correctly in the output of the
show access-list or show ip access-lists commands.
Adding comments to numbered ACLs
To add a comment to a numbered ACL, enter the access-list <acl-num> remark <comment-text>
command immediately before you define an ACL entry such as in the following example.
ServerIronADX(config)# access-list 99 remark Permit all users
ServerIronADX(config)# access-list 99 permit all
The first line defines the comment. The second line defines an entry in the numbered ACL called
99. For the comment to be displayed correctly in the output of show commands, the remark must
be entered immediately before the ACL entry it describes.
Syntax: access-list <acl-num> remark <comment-text>
The remark <comment-text> subcommand adds a comment to the ACL entry. The remark be up to
128 characters in length. The comment must be entered separately from the actual ACL entry.
Replacing comments applied to numbered ACLs
To replace the last comment entered for a numbered ACL, enter the access-list <acl-num> remark
<comment-text> command. The previous comment is overwritten.
For example, to replace an existing comment applied to a numbered ACL, enter a command such
as the following.
ServerIronADX(config)# access-list 99 remark Permit marketing
The last comment entered for the ACL called 99 is overwritten with the comment “Permit
marketing”.
NOTE
Only the last comment applied to the ACL can be replaced using this method. If multiple comments
have been applied to the ACL, you must delete and reenter the ACL entry to update the comment
applied to that ACL entry.
Page view 87
1 2 ... 83 84 85 86 87 88 89 90 91 92 93 ... 148 149

Comments to this Manuals

No comments