get-mac-address-table

Returns the MAC address table for a given MAC address.

Usage

<get-mac-address-table> <forwarding-interface> <interface-type>ethernet</interface-type> 
<interface-name>2/4</interface-name> </forwarding-interface> <mac-type>static</mac-type> 
</get-mac-address-table>


<rpc-replyurn:ietf:params:xml:ns:netconf:base:1.0""xmlns:nc=""urn:ietf:params:xml:ns:netconf:base:1.0"" message-id=""2"">
       <mac-address-tableurn:brocade.com:mgmt:brocade-mac-address-table"">
       <vlanid>10</vlanid>
       <mac-address>00:11:11:11:44:44</mac-address>
       <mac-type>static</mac-type>
       <mac-state>active</mac-state>
       <forwarding-interface>
       <interface-type>ethernet</interface-type>
       <interface-name>2/4</interface-name>
       </forwarding-interface>
      </mac-address-table>
      <has-moreurn:brocade.com:mgmt:brocade-mac-address-table"">false</has-more>
      </rpc-reply>
<get-mac-address-table>
       <last-mac-address-details>
       <last-mac-address>00:11:11:82:12:92</last-mac-address>
       <last-vlan-id>10</last-vlan-id>
       <last-mac-type>static</last-mac-type>
       </last-mac-address-details>
       <forwarding-interface-type>ethernet</forwarding-interface-type>
       <forwarding-interface-name>2/4</forwarding-interface-name>
      <mac-address-type>static</mac-address-type>
     </get-mac-address-table>

<rpc-replyurn:ietf:params:xml:ns:netconf:base:1.0""xmlns:nc=""urn:ietf:params:xml:ns:netconf:base:1.0"" message-id=""2"">
       <mac-address-tableurn:brocade.com:mgmt:brocade-mac-address-table"">
       <vlanid>10</vlanid>
       <mac-address>00:11:11:82:12:92</mac-address>
       <mac-type>static</mac-type>
       <mac-state>active</mac-state>
       <forwarding-interface>
       <interface-type>ethernet</interface-type>
       <interface-name>2/4</interface-name>
       </forwarding-interface>
      </mac-address-table>
      <has-moreurn:brocade.com:mgmt:brocade-mac-address-table"">false</has-more>
      </rpc-reply>

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.