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

Configures the sequence number.

Usage

<ip-acl xmlns="urn:brocade.com:mgmt:brocade-ip-access-list">
	<ip>
		<access-list>
			<extended>
				<name>acl5</name>
				<hide-ip-acl-ext>
					<seq>
						<seq-id>14</seq-id>
						<action>deny</action>
						<protocol-type>ip</protocol-type>
						<src-host-any-sip>any</src-host-any-sip>
						<dst-host-any-dip>host</dst-host-any-dip>
						<dst-host-ip>1.1.1.1</dst-host-ip>
						<vlan>1</vlan>
						<count></count>
						<log></log>
					</seq>
				</hide-ip-acl-ext>
			</extended>
		</access-list>
	</ip>
</ip-acl>

Parameters

name
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
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 numbe.
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.