Command Line Reference Guide
Total Ports: 1024
Related
Commands
permit – assigns a permit filter for IP packets.
permit tcp – assigns a permit filter for TCP packets.
remark
Enter a description for an IPv6 ACL entry.
S5000
Syntax
remark remark number [description]
To delete the description, use the no remark remark number command (it is not
necessary to include the remark description that you are deleting).
Parameters
remark number
Enter the remark number. The range is 0 to 4294967290.
NOTE: You can use the same sequence number for the remark
and an ACL rule.
description
Enter a description of up to 80 characters.
Defaults Not configured.
Command Modes ACCESS-LIST
Command History
Version 9.0(1.3) Introduced on the S5000.
Usage
Information
As shown in the Example below, the same sequence number is used for the remark and an ACL
rule. The remark precedes the rule in the running-configuration because it is assumed that the
remark is for that rule or that group of rules that follow the remark. You can configure up to
4294967290 remarks in a given ACL.
Example
FTOS(config-ipv6-acl)#remark 10 Remark for Entry # 10
FTOS(config-ipv6-acl)#show config
!
ipv6 access-list Acl1
description IPV6 Access-list
seq 5 permit ipv6 1111::2222/127 host 3333::1111 log count
bytes
remark 10 Remark for Entry # 10
seq 10 permit icmp host 3333:: any mobile-advertisement log
seq 15 deny tcp any any rst
seq 20 permit udp any any gt 100 count
!FTOS(config-ipv6-acl)#
Related
Commands
show config – displays the current ACL configuration.
620