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

Configures the sequence number.

Usage

<ipv6-acl xmlns="urn:brocade.com:mgmt:brocade-ipv6-access-list">
	<ipv6>
		<access-list>
			<extended>
				<name>acl14</name>
				<seq>
					<seq-id>14</seq-id>
					<action>deny</action>
					<protocol-type>ipv6</protocol-type>
					<src-host-any-sip>any</src-host-any-sip>
					<dst-host-any-dip>host</dst-host-any-dip>
					<dst-host-ip>2004:384d::24:23</dst-host-ip>
					<vlan>1</vlan>
					<count></count>
					<log></log>
				</seq>
			</extended>
		</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.
protocol-type
Specifies the type of protocol used.
src-host-any-sip
Specifies any source host IP address.
dst-host-any-dip
Specifies any destination host IP address.
dst-host-ip
Specifies the destination host IP address.
vlan
VLAN interface number
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.