get-mac-acl-for-intf

Returns information about the MAC ACL applied on the specified interfaces.

Usage

<get-mac-acl-for-intf></get-mac-acl-for-intf>


<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="2407">
	<get-mac-acl-for-intf xmlns="urn:brocade.com:mgmt:brocade-mac-access-list">
		<interface>
			<interface-type>l2vlan</interface-type>
			<interface-name>50</interface-name>
			<ingress-policy>
				<policy-name>test_02</policy-name>
			</ingress-policy>
			<egress-policy>
				<policy-name>test_01</egress-policy>
			</egress-policy>
		</interface>
	</get-mac-acl-for-intf>
</rpc-reply>

Parameters

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