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

Usage

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
	<ethernet>
		<name>1/1</name>
		<ipv6>
			<access-group xmlns="urn:brocade.com:mgmt:brocade-ipv6-access-list">
				<ipv6-access-list>acl12</ipv6-access-list>
				<ip-direction>in</ip-direction>
				<traffic-type>routed</traffic-type>
			</access-group>
		</ipv6>
	</ethernet>
</interface>

Usage

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
	<ve>
		<name>10</name>
		<ipv6>
			<access-group xmlns="urn:brocade.com:mgmt:brocade-ipv6-access-list">
				<ipv6-access-list>acl12</ipv6-access-list>
				<ip-direction>in</ip-direction>
				<traffic-type>routed</traffic-type>
			</access-group>
		</ipv6>
	</ve>
</interface>

Parameters

name
Specifies the interface name
ipv6-access-list
Specifies the name of the standard or extended IP access list
ip-direction
Specifies the binding direction
ingress
Ingress direction
egress
Egress direction
traffic-type
Specifies the traffic type
routed
Filter only routed traffic. This parameter is only valid for VE interfaces.