ipv6/access-list/standard/{acl-name}/seq

Configures the sequence number.

Usage

<ipv6-acl xmlns="urn:brocade.com:mgmt:brocade-ipv6-access-list">
	<ipv6>
		<access-list>
			<standard>
				<name>acl24</name>
				<seq>
					<seq-id>24</seq-id>
					<action>permit</action>
					<src-host-any-sip>any</src-host-any-sip>
					<count></count>
					<log></log>
				</seq>
			</standard>
		</access-list>
	</ipv6>
</ipv6-acl>

Parameters

name
Specifies the access list name.
seq-id
Specifies the sequence number for the rule.
action
Specifies the action to be performed. The following actions can be performed.
deny
Drops traffic.
hard-drop
Forces to drop traffic.
permit
Allows traffic.
src-host-any-sip
Specifies any source host IP address.
count
Enables the counting of the packets matching the rule.
log
Packets matching the filter are sent to the CPU and a corresponding log entry is generated by enabling the logging mechanism. This parameter is only available with permit and deny.