threshold-monitor lif

Usage

<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>
                    <lif>
                        <actions>snmp</actions>
                        <high-limit>85</high-limit>
                        <low-limit>75</low-limit>
                        <interval>60</interval>
                        <count>2</count>
                    </lif>
                </threshold-monitor>
            </threshold-monitor-hidden>
        </config>
    </edit-config>
</rpc>
]]>]]>