Configures monitoring of the utilization of available MAC Table resources and alerts the user when configured thresholds are exceeded.
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1"> <edit-config> <target> <running/> </target> <config> <threshold-monitor-hidden xmlns="urn:brocade.com:mgmt:brocade-threshold-monitor"> <threshold-monitor> <mac-table> <actions>snmp</actions> <high-limit>85</high-limit> <low-limit>75</low-limit> <interval>60</interval> <count>2</count> </mac-table> </threshold-monitor> </threshold-monitor-hidden> </config> </edit-config> </rpc> ]]>]]>