cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6652
Views
5
Helpful
1
Replies

snmp vs rmon

branfarm1
Level 4
Level 4

Can someone explain the difference between using an external SNMP poller and configuring RMON on a switch? It looks like RMON is significantly more complex to configure but I can't figure out why you would use it over an easy SNMP application.

1 Reply 1

David Stanford
Cisco Employee
Cisco Employee

RMON is actually a MIB which really runs on top of snmp. The advantages of RMON is that it allows to create custom thresholds and traps that aren't available via the standard snmp traps. It also allow polling of items like ethernet statistics and collect these samples and save the history.

Here's an example of a custom RMON event we created for temperature:

You could set temperature

thresholds something like this:

You can get the current temperature value with the ciscoEnvMonTemperatureStatusValue OID

(.1.3.6.1.4.1.9.9.13.1.3.1.3)

Say after going through the mother table you noticed that your temperature is found in

instance X, then the OID to poll or monitor is .1.3.6.1.4.1.9.9.13.1.3.1.3.X

rmon alarm .1.3.6.1.4.1.9.9.13.1.3.1.3.X

absolute rising-threshold falling-threshold

rmon event 1 trap description "Router is burning !!" log

rmon event 2 trap description "Router has cooled off !!" log

snmp-server host traps

Notice that it still sends it as an snmp trap. You don't want to use either RMON or SNMP, but instead you could add RMON to your device for extra info and functions.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: