Network Router User Manual
Table Of Contents
- Notices
- Contents
- About This Manual
- Introduction
- Hot Swapping Line Cards and Control Modules
- Bridging Configuration Guide
- Bridging Overview
- VLAN Overview
- Configuring SSR Bridging Functions
- Monitoring Bridging
- Configuration Examples
- SmartTRUNK Configuration Guide
- ATM Configuration Guide
- Packet-over-SONET Configuration Guide
- DHCP Configuration Guide
- IP Routing Configuration Guide
- IP Routing Protocols
- Configuring IP Interfaces and Parameters
- Configuring IP Interfaces to Ports
- Configuring IP Interfaces for a VLAN
- Specifying Ethernet Encapsulation Method
- Configuring Jumbo Frames
- Configuring Address Resolution Protocol (ARP)
- Configuring Reverse Address Resolution Protocol (RARP)
- Configuring DNS Parameters
- Configuring IP Services (ICMP)
- Configuring IP Helper
- Configuring Direct Broadcast
- Configuring Denial of Service (DOS)
- Monitoring IP Parameters
- Configuring Router Discovery
- Configuration Examples
- VRRP Configuration Guide
- RIP Configuration Guide
- OSPF Configuration Guide
- BGP Configuration Guide
- Routing Policy Configuration Guide
- Route Import and Export Policy Overview
- Configuring Simple Routing Policies
- Configuring Advanced Routing Policies
- Multicast Routing Configuration Guide
- IP Policy-Based Forwarding Configuration Guide
- Network Address Translation Configuration Guide
- Web Hosting Configuration Guide
- Overview
- Load Balancing
- Web Caching
- IPX Routing Configuration Guide
- Access Control List Configuration Guide
- Security Configuration Guide
- QoS Configuration Guide
- Performance Monitoring Guide
- RMON Configuration Guide
- LFAP Configuration Guide
- WAN Configuration Guide
- WAN Overview
- Frame Relay Overview
- Configuring Frame Relay Interfaces for the SSR
- Monitoring Frame Relay WAN Ports
- Frame Relay Port Configuration
- Point-to-Point Protocol (PPP) Overview
- Configuring PPP Interfaces
- Monitoring PPP WAN Ports
- PPP Port Configuration
- WAN Configuration Examples
- New Features Supported on Line Cards

SmartSwitch Router User Reference Manual 321
Chapter 23: RMON Configuration Guide
Configuration Examples
This section shows examples of configuration commands that specify an event that
generates an SNMP trap and the alarm condition that triggers the event.
The RMON Alarm group allows the SSR to poll itself at user-defined intervals. Alarms
that constitute an event are logged into the Event table that can then be polled by the
management station. The management station is able to poll more network devices this
way, as it only needs to poll the RMON Event table and not the device itself. The
management station can also be sent trap information.
The following examples configure the SSR to create an event when a module is hot
swapped into the chassis or any new IP interface is configured. The managed object
ifTableLastChanged from RFC 2233) has an object identifier (OID) of 1.3.6.1.2.1.31.1.5.0
and the SSR will poll this OID every 5 minutes (300 seconds).
The command line below is an example of an RMON Event group configuration with the
following attributes:
• Index number 15 to identify this entry in the Event control table.
• The event is both logged in the Event table and an SNMP trap generated with the
community string “public”.
• Event owner is “help desk”.
The command line below is an example of an RMON Alarm group configuration with the
following attributes:
• Index number 20 to identify this entry in the Alarm control table.
• The OID 1.3.6.1.2.1.31.1.5.0 identifies the attribute to be monitored.
To configure the Protocol
Distribution group.
rmon protocol-distribution index <index-number>
port <port> [owner <string>] [status enable|disable]
To configure the User History
group, you must configure
the group of objects to be
monitored and apply the
objects in the group to the
User History control table.
rmon user-history-control index <index-number>
objects <number> samples <number> interval
<number> [owner <string>] [status enable|disable]
rmon user-history-objects <groupname> variable
<oid> type absolute|delta [status enable|disable]
rmon user-history-apply <groupname> to <user-
history-index>
ssr#(config) rmon event index 15 type both community public description
"Interface added or module hot swapped in" owner "help desk"