interface/{interface-type}/{interface-name}/ip/access-group

Applies rules specified in an access control list (ACL) to traffic entering or exiting an interface.

Usage

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
	<ethernet>
		<name>1/5</name>
		<ip-acl-interface xmlns="urn:brocade.com:mgmt:brocade-ip-access-list">
			<ip>
				<access-group>
					<ip-access-list>acl11</ip-access-list>
					<ip-direction>out</ip-direction>
				</access-group>
			</ip>
		</ip-acl-interface>
	</ethernet>
</interface>

Parameters

name
Specifies the interface name.
ip-access-list
Specifies the ACL name
ip-direction
Specifies the IP direction.
in
Specifies the ACL binding direction as ingress.
out
Specifies the ACL binding direction as egress.