To configure MAC Ingress ACL Threshold Monitoring
<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> <acl> <mac-in> <actions>snmp</actions> <high-limit>93</high-limit> <low-limit>75</low-limit> </mac-in> </acl> </threshold-monitor> </threshold-monitor-hidden> </config> </edit-config> </rpc> ]]>]]>
To configure MAC Egress ACL Threshold Monitoring
<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> <acl> <mac-out> <actions>snmp</actions> <high-limit>95</high-limit> <low-limit>74</low-limit> </mac-out> </acl> </threshold-monitor> </threshold-monitor-hidden> </config> </edit-config> </rpc> ]]>]]>
To configure IP Ingress ACL Threshold Monitoring
<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> <acl> <ip-in> <actions>snmp</actions> <high-limit>97</high-limit> <low-limit>77</low-limit> </ip-in> </acl> </threshold-monitor> </threshold-monitor-hidden> </config> </edit-config> </rpc> ]]>]]>
To configure IP Egress ACL Threshold Monitoring
<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> <acl> <ip-out> <actions>snmp</actions> <high-limit>94</high-limit> <low-limit>78</low-limit> </ip-out> </acl> </threshold-monitor> </threshold-monitor-hidden> </config> </edit-config> </rpc> ]]>]]>
To configure IPv6 Ingress ACL Threshold Monitoring
<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> <acl> <ipv6-in> <actions>snmp</actions> <high-limit>95</high-limit> <low-limit>76</low-limit> </ipv6-in> </acl> </threshold-monitor> </threshold-monitor-hidden> </config> </edit-config> </rpc> ]]>]]>
To configure IPv6 Egress ACL Threshold Monitoring
<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> <acl> <ipv6-out> <actions>snmp</actions> <high-limit>96</high-limit> <low-limit>74</low-limit> </ipv6-out> </acl> </threshold-monitor> </threshold-monitor-hidden> </config> </edit-config> </rpc> ]]>]]>