<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Procedure for Clearing RMON counters in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/procedure-for-clearing-rmon-counters/m-p/42983#M145</link>
    <description>Article ID: 5233 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Protocols/Features&lt;/B&gt;&lt;BR /&gt;
RMON&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Clear RMON Counters&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
It is possible to clear RMON on these devices without resetting the devices or clearing NVRAM.&lt;BR /&gt;
&lt;BR /&gt;
There are two ways to do this depending on the type of device that is being used.&lt;BR /&gt;
&lt;BR /&gt;
1. Devices that use the Container MIB. These would include 9X4xx, SmartSwitch 6000, etc. Check firmware release notes to verify.&lt;BR /&gt;
2. Devices that use the Chassis MIB. These would include EMME, MicroMMAC, etc. Check firmware release notes to verify.&lt;BR /&gt;
&lt;B&gt;Note:&lt;/B&gt; Newer products do not support either of these MIBs, and have no equivalent MIB function. These would include N-Series DFE (&lt;A href="http://bit.ly/OU6Rdm" target="_blank" rel="nofollow noreferrer noopener"&gt;5434&lt;/A&gt;), A2, B2, C1, C2, E1, V2, etc. Check firmware release notes to verify.&lt;BR /&gt;
&lt;BR /&gt;
For &lt;U&gt;a device that supports the Container MIB&lt;/U&gt; you can use the following procedure:&lt;BR /&gt;
&lt;BR /&gt;
1. You will need a MIB browser to set/get MIB information.&lt;BR /&gt;
2. Open the MIB browser on the device in question.&lt;BR /&gt;
3. Do a find on &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;contLogicalEntryName=1.3.6.1.4.1.52.4.1.1.9.2.1.1.3&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
4. Query this object. You will get a response similar to:Object                 Instance   Type           Value&lt;BR /&gt;
----------------------------------------------------------------------&lt;BR /&gt;
contLogicalEntryName   20400      OCTET STRING   Transparent Bridge&lt;BR /&gt;
contLogicalEntryName   20500      OCTET STRING   IP Services&lt;BR /&gt;
contLogicalEntryName   20600      OCTET STRING   RMON Default&lt;BR /&gt;
contLogicalEntryName   20800      OCTET STRING   Local Management&lt;BR /&gt;
contLogicalEntryName   20900      OCTET STRING   Host Services&lt;BR /&gt;
contLogicalEntryName   21200      OCTET STRING   Mib Navigator&lt;BR /&gt;
contLogicalEntryName   21300      OCTET STRING   RMON Host&lt;BR /&gt;
contLogicalEntryName   21400      OCTET STRING   RMON Capture&lt;BR /&gt;
contLogicalEntryName   21800      OCTET STRING   Module MGR&lt;BR /&gt;
contLogicalEntryName   22100      OCTET STRING   WebView&lt;BR /&gt;
contLogicalEntryName   22200      OCTET STRING   IEEE 802.1Q VLAN&lt;BR /&gt;
contLogicalEntryName   22400      OCTET STRING   Traffic Generator&lt;BR /&gt;
contLogicalEntryName   22500      OCTET STRING   Alias/Node (DMS)&lt;BR /&gt;
contLogicalEntryName   22600      OCTET STRING   Telnet&lt;BR /&gt;
contLogicalEntryName   22700      OCTET STRING   Radius Client&lt;BR /&gt;
contLogicalEntryName   22800      OCTET STRING   Port Authentication&lt;BR /&gt;
contLogicalEntryName   22900      OCTET STRING   Dot1X&lt;BR /&gt;
contLogicalEntryName   23000      OCTET STRING   MAC Locking&lt;BR /&gt;
contLogicalEntryName   23100      OCTET STRING   Link Aggregation&lt;BR /&gt;
contLogicalEntryName   23200      OCTET STRING   MAC Authentication5. Make note of the instances where the Value includes RMON. In this case instances 20600, 21300 and 21400.&lt;BR /&gt;
&lt;BR /&gt;
RMON Default includes the following groups:&lt;BR /&gt;
History, Statistics, Alarm and Events&lt;BR /&gt;
&lt;BR /&gt;
RMON Host includes the following groups:&lt;BR /&gt;
Host, HostTopN and Matrix&lt;BR /&gt;
&lt;BR /&gt;
RMON Capture includes the following groups:&lt;BR /&gt;
Packet Capture and Filter&lt;BR /&gt;
&lt;BR /&gt;
6. You will now need to query the following OID to enable/disable RMON:&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;contLogicalEntryAdminStatus=1.3.6.1.4.1.52.4.1.1.9.2.1.1.8&lt;/PRE&gt;&lt;/DIV&gt;Object                      Instance   Type        Value&lt;BR /&gt;
----------------------------------------------------------------------&lt;BR /&gt;
contLogicalEntryAdminStatus 20400      INTEGER     disable ( 7 )&lt;BR /&gt;
contLogicalEntryAdminStatus 20500      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 20600      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 20800      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 20900      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 21200      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 21300      INTEGER     disable ( 7 )&lt;BR /&gt;
contLogicalEntryAdminStatus 21400      INTEGER     disable ( 7 )&lt;BR /&gt;
contLogicalEntryAdminStatus 21800      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22100      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22200      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22400      INTEGER     disable ( 7 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22500      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22600      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22700      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22800      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22900      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 23000      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 23100      INTEGER     disable ( 7 )&lt;BR /&gt;
contLogicalEntryAdminStatus 23200      INTEGER     enable ( 3 )7. Note that the instances for this object are the same as the previous OID. Instance 20600, 21300 and 21400 were for RMON. This OID can be set to the following values:&lt;BR /&gt;
&lt;BR /&gt;
3 -- Enable&lt;BR /&gt;
7 -- Disable&lt;BR /&gt;
9 -- Reset&lt;BR /&gt;
&lt;BR /&gt;
8. Set the instance associated with the RMON groups that you want to reset to 9. Please note that it may look like the set failed because a query of this object will never return a 9 value. The RMON counters for those groups should now be cleared.&lt;BR /&gt;
&lt;BR /&gt;
Please note also that if the group was enable before the reset it will still be enabled after the reset (same is true for a disabled group).&lt;BR /&gt;
&lt;BR /&gt;
For &lt;U&gt;a device that supports the Chassis MIB&lt;/U&gt; you can use the following procedure:&lt;BR /&gt;
&lt;BR /&gt;
1. Use the same procedure as above. This time you will want to use the following OIDs:chCompName=1.3.6.1.4.1.52.4.1.1.2.4.1.5&lt;BR /&gt;
chCompAdminStatus=1.3.6.1.4.1.52.4.1.1.2.4.1.22. To reset the counters this time, you will need to first disable and then re-enable the groups in question. The following values can be used for this set:&lt;BR /&gt;
&lt;BR /&gt;
3 -- Enable&lt;BR /&gt;
7 -- Disable&lt;BR /&gt;
&lt;BR /&gt;
Unlike the previous procedure when setting the value to a 9, these values (3 or 7) will result in a successful set.&lt;BR /&gt;
&lt;BR /&gt;
A restriction regarding clearing Port statistics is explained in &lt;A href="http://bit.ly/OU8xnp" target="_blank" rel="nofollow noreferrer noopener"&gt;5240&lt;/A&gt;.</description>
    <pubDate>Tue, 04 Mar 2014 03:58:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2014-03-04T03:58:00Z</dc:date>
    <item>
      <title>Procedure for Clearing RMON counters</title>
      <link>https://community.extremenetworks.com/t5/faqs/procedure-for-clearing-rmon-counters/m-p/42983#M145</link>
      <description>Article ID: 5233 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Protocols/Features&lt;/B&gt;&lt;BR /&gt;
RMON&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Clear RMON Counters&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
It is possible to clear RMON on these devices without resetting the devices or clearing NVRAM.&lt;BR /&gt;
&lt;BR /&gt;
There are two ways to do this depending on the type of device that is being used.&lt;BR /&gt;
&lt;BR /&gt;
1. Devices that use the Container MIB. These would include 9X4xx, SmartSwitch 6000, etc. Check firmware release notes to verify.&lt;BR /&gt;
2. Devices that use the Chassis MIB. These would include EMME, MicroMMAC, etc. Check firmware release notes to verify.&lt;BR /&gt;
&lt;B&gt;Note:&lt;/B&gt; Newer products do not support either of these MIBs, and have no equivalent MIB function. These would include N-Series DFE (&lt;A href="http://bit.ly/OU6Rdm" target="_blank" rel="nofollow noreferrer noopener"&gt;5434&lt;/A&gt;), A2, B2, C1, C2, E1, V2, etc. Check firmware release notes to verify.&lt;BR /&gt;
&lt;BR /&gt;
For &lt;U&gt;a device that supports the Container MIB&lt;/U&gt; you can use the following procedure:&lt;BR /&gt;
&lt;BR /&gt;
1. You will need a MIB browser to set/get MIB information.&lt;BR /&gt;
2. Open the MIB browser on the device in question.&lt;BR /&gt;
3. Do a find on &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;contLogicalEntryName=1.3.6.1.4.1.52.4.1.1.9.2.1.1.3&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
4. Query this object. You will get a response similar to:Object                 Instance   Type           Value&lt;BR /&gt;
----------------------------------------------------------------------&lt;BR /&gt;
contLogicalEntryName   20400      OCTET STRING   Transparent Bridge&lt;BR /&gt;
contLogicalEntryName   20500      OCTET STRING   IP Services&lt;BR /&gt;
contLogicalEntryName   20600      OCTET STRING   RMON Default&lt;BR /&gt;
contLogicalEntryName   20800      OCTET STRING   Local Management&lt;BR /&gt;
contLogicalEntryName   20900      OCTET STRING   Host Services&lt;BR /&gt;
contLogicalEntryName   21200      OCTET STRING   Mib Navigator&lt;BR /&gt;
contLogicalEntryName   21300      OCTET STRING   RMON Host&lt;BR /&gt;
contLogicalEntryName   21400      OCTET STRING   RMON Capture&lt;BR /&gt;
contLogicalEntryName   21800      OCTET STRING   Module MGR&lt;BR /&gt;
contLogicalEntryName   22100      OCTET STRING   WebView&lt;BR /&gt;
contLogicalEntryName   22200      OCTET STRING   IEEE 802.1Q VLAN&lt;BR /&gt;
contLogicalEntryName   22400      OCTET STRING   Traffic Generator&lt;BR /&gt;
contLogicalEntryName   22500      OCTET STRING   Alias/Node (DMS)&lt;BR /&gt;
contLogicalEntryName   22600      OCTET STRING   Telnet&lt;BR /&gt;
contLogicalEntryName   22700      OCTET STRING   Radius Client&lt;BR /&gt;
contLogicalEntryName   22800      OCTET STRING   Port Authentication&lt;BR /&gt;
contLogicalEntryName   22900      OCTET STRING   Dot1X&lt;BR /&gt;
contLogicalEntryName   23000      OCTET STRING   MAC Locking&lt;BR /&gt;
contLogicalEntryName   23100      OCTET STRING   Link Aggregation&lt;BR /&gt;
contLogicalEntryName   23200      OCTET STRING   MAC Authentication5. Make note of the instances where the Value includes RMON. In this case instances 20600, 21300 and 21400.&lt;BR /&gt;
&lt;BR /&gt;
RMON Default includes the following groups:&lt;BR /&gt;
History, Statistics, Alarm and Events&lt;BR /&gt;
&lt;BR /&gt;
RMON Host includes the following groups:&lt;BR /&gt;
Host, HostTopN and Matrix&lt;BR /&gt;
&lt;BR /&gt;
RMON Capture includes the following groups:&lt;BR /&gt;
Packet Capture and Filter&lt;BR /&gt;
&lt;BR /&gt;
6. You will now need to query the following OID to enable/disable RMON:&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;contLogicalEntryAdminStatus=1.3.6.1.4.1.52.4.1.1.9.2.1.1.8&lt;/PRE&gt;&lt;/DIV&gt;Object                      Instance   Type        Value&lt;BR /&gt;
----------------------------------------------------------------------&lt;BR /&gt;
contLogicalEntryAdminStatus 20400      INTEGER     disable ( 7 )&lt;BR /&gt;
contLogicalEntryAdminStatus 20500      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 20600      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 20800      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 20900      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 21200      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 21300      INTEGER     disable ( 7 )&lt;BR /&gt;
contLogicalEntryAdminStatus 21400      INTEGER     disable ( 7 )&lt;BR /&gt;
contLogicalEntryAdminStatus 21800      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22100      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22200      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22400      INTEGER     disable ( 7 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22500      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22600      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22700      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22800      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 22900      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 23000      INTEGER     enable ( 3 )&lt;BR /&gt;
contLogicalEntryAdminStatus 23100      INTEGER     disable ( 7 )&lt;BR /&gt;
contLogicalEntryAdminStatus 23200      INTEGER     enable ( 3 )7. Note that the instances for this object are the same as the previous OID. Instance 20600, 21300 and 21400 were for RMON. This OID can be set to the following values:&lt;BR /&gt;
&lt;BR /&gt;
3 -- Enable&lt;BR /&gt;
7 -- Disable&lt;BR /&gt;
9 -- Reset&lt;BR /&gt;
&lt;BR /&gt;
8. Set the instance associated with the RMON groups that you want to reset to 9. Please note that it may look like the set failed because a query of this object will never return a 9 value. The RMON counters for those groups should now be cleared.&lt;BR /&gt;
&lt;BR /&gt;
Please note also that if the group was enable before the reset it will still be enabled after the reset (same is true for a disabled group).&lt;BR /&gt;
&lt;BR /&gt;
For &lt;U&gt;a device that supports the Chassis MIB&lt;/U&gt; you can use the following procedure:&lt;BR /&gt;
&lt;BR /&gt;
1. Use the same procedure as above. This time you will want to use the following OIDs:chCompName=1.3.6.1.4.1.52.4.1.1.2.4.1.5&lt;BR /&gt;
chCompAdminStatus=1.3.6.1.4.1.52.4.1.1.2.4.1.22. To reset the counters this time, you will need to first disable and then re-enable the groups in question. The following values can be used for this set:&lt;BR /&gt;
&lt;BR /&gt;
3 -- Enable&lt;BR /&gt;
7 -- Disable&lt;BR /&gt;
&lt;BR /&gt;
Unlike the previous procedure when setting the value to a 9, these values (3 or 7) will result in a successful set.&lt;BR /&gt;
&lt;BR /&gt;
A restriction regarding clearing Port statistics is explained in &lt;A href="http://bit.ly/OU8xnp" target="_blank" rel="nofollow noreferrer noopener"&gt;5240&lt;/A&gt;.</description>
      <pubDate>Tue, 04 Mar 2014 03:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/procedure-for-clearing-rmon-counters/m-p/42983#M145</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2014-03-04T03:58:00Z</dc:date>
    </item>
  </channel>
</rss>

