uda-access-list

Creates a user-defined ACL (UDA).

Usage

<uda xmlns="urn:brocade.com:mgmt:brocade-uda-access-list">
	<access-list>
		<extended>
			<name>%req_val%</name>
			<uda-acl-ext>
				<seq>
					<seq-id>%req_val%</seq-id>
					<count/>
				</seq>
			</uda-acl-ext>
		</extended>
	</access-list>

Parameters

extended
Specifies an extended ACL. Extended ACLs contain rules that permit or deny traffic according to source and destination addresses, as well as other parameters. UDAs cannot be standard ACLs, which filter by source address only.
name
Specifies an ACL name unique among all ACLs (Layer 2, Layer 3, and UDAs). The name can be up to 63 characters in length, and must begin with an alphanumeric character. No special characters are allowed, except for the underscore and hyphen.
seq seq-id

Enables you to assign a sequence number to the rule. If you do not specify seq seq-value, the rule is added at the end of the list. Valid values range from 1 through 65535.