interface/{interface-type}/{interface-name}/ipv6/access-group
Applies rules specified in an IPv6 access control list (ACL) to traffic entering or exiting an interface.
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>
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 not valid for management or overlaygateway interfaces
- switched
- Filter only switched traffic. This parameter is not valid for management or overlay-gateway interfaces.