get-mac-acl-for-intf

Retrieves the MAC ACL applied on the interfaces.

Resource URIs

URI Description
<base_URI>/operations/get-mac-acl-for-intf Retrieves the MAC ACL applied on the interfaces.

Parameters

interface-name
Displays the interface name.
interface-type
Displays the interface type.
policy-name
Displays the MAC ACL policy name.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/get-mac-acl-for-intf

<get-mac-acl-for-intf></get-mac-acl-for-intf>
<output xmlns='urn:brocade.com:mgmt:brocade-mac-access-list'>
  <interface>
    <interface-name>1/0/7</interface-name>
    <interface-type>port-channel</interface-type>
    <ingress-policy>
      <policy-name>stdmacacl</policy-name>
    </ingress-policy>
    <egress-policy>
      <policy-name>stdmacacl</policy-name>
    </egress-policy>
  </interface>
</output>