interface/{interface-type}/{interface-name}/ip/access-group
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>in</ip-direction>
<traffic-type>routed</traffic-type>
</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.
-
traffic-type
- This is an optional
parameter/key. Available option is routed and when enabled,
allows ACL filtering only on routed traffic. This parameter is only
supported when ACL is applied to the inbound traffic on a Layer 3
sub-interface such as the VE interface.