Remote Network Monitoring (RMON) was developed by the Internet Engineering Task Force (IETF) to support monitoring and protocol analysis of Local Area Networks (LANs). It is a standard monitoring specification which enables different network monitors and console systems to exchange their network-monitoring data with each other. It enables a Simple Network Management Protocol (SNMP) agent in the device to proactively monitor traffic statistics over a given period and send traps to an SNMP manager. The local SNMP agent compares actual, real-time counters against predefined thresholds and generates alarms, without the need for polling by a central SNMP management platform. This is an effective mechanism for proactive management, provided that you have set the correct thresholds relative to the baseline of your network.
Note: To know how to configure SNMP trap settings through the web-based utility of your switch, click here. For Command Line Interface (CLI)-based instructions, click here.
RMON allows you to choose among the network-monitoring probes and consoles with features that meet your particular networking needs. RMON specifically defines the information that any network monitoring system should be able to provide. Statistics, events, history, alarms, hosts, hosts top N, matrix, filter, capture, and token ring are the ten groups in RMON.
This article provides instructions on how to configure RMON event settings on your switch through the CLI.
Note: To know how to configure the RMON events control settings through the web-based utility of your switch, click here.
RMON decreases the traffic between the manager and the device since the SNMP manager does not have to poll the device frequently for information, and enables the manager to get timely status reports since the device reports events as they occur.
Follow these steps to configure the RMON events settings on your switch.
Step 1. Log in to the switch console. The default username and password is cisco/cisco. If you have configured a new username or password, enter the credentials instead.
Note: In this example, the switch is accessed through Telnet.
Step 2. In the Privileged EXEC mode of the switch, enter the Global Configuration context by entering the following:
Step 3. Enter the rmon event command to configure a new event by entering the following:
Note: In this example, the event index is 1, the notification type is log-trap, the community name is Community1, and the owner is cisco.
Step 4. (Optional) To remove an event, enter the following:
Step 5. Enter the exit command to go back to the Privileged EXEC mode of the switch.
Step 6. (Optional) In the Privileged EXEC mode of the switch, save the configured settings to the startup configuration file, by entering the following:
Step 7. (Optional) Press Y for Yes or N for No on your keyboard once the Overwrite file [startup-config]… prompt appears.
You should now have successfully configured the RMON event settings on your switch through the CLI.
The Events page displays the log of events or actions that occurred. Two types of events can be logged: Log or Log and Trap. The action in the event is performed when the event is bound to an alarm and the conditions of the alarm have occurred. For instructions on how to configure RMON Alarms on the web-based utility of your switch, click here. For CLI-based, click here.
Step 1. In the Privileged EXEC mode of the switch, enter the following to display the configured rmon events settings on your switch:
Step 2. To display the RMON event logs on your switch, enter the following:
Note: In this example, RMON event 1 is used.
You should now have viewed the configured RMON event settings on your switch through the CLI.
Revision | Publish Date | Comments |
---|---|---|
1.0 |
13-Dec-2018 |
Initial Release |