get-mac-address-table

Retrieves the operational data for a given MAC entry with MAC type and interface (name and type).

Resource URIs

URI Description
<base_URI>/operations/get-mac-address-table Returns operational data for a given MAC entry and the corresponding details of that MAC entry.

Parameters

vlanid
Displays the VLAN ID.
mac-address
Displays the MAC address.
mac-type
Displays the MAC type.
mac-state
Displays the MAC state.
interface-type
Displays the interface type.
interface-name
Displays the interface name.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/get-mac-address-table

<get-mac-address-table>
    <interface-type>port-channel</interface-type>
    <interface-name>7/0/3</interface-name>
  </get-mac-address-table>
<output xmlns='urn:brocade.com:mgmt:brocade-mac-address-table'>
  <mac-address-table>
    <vlanid>53</vlanid>
    <mac-address>00:05:33:48:8e:4f</mac-address>
    <mac-type>dynamic</mac-type>
    <mac-state>active</mac-state>
    <forwarding-interface>
      <interface-type>port-channel</interface-type>
      <interface-name>7/0/3</interface-name>
    </forwarding-interface>
  </mac-address-table>
  <has-more>false</has-more>
</output>