JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Ethernet Fabric Operating System

RMON Administration Guide

search filter icon
search icon

Document Information

Using This Documentation

Product Notes

Related Documentation

Acronyms and Abbreviations

CLI Command Modes

Feedback

Support and Accessibility

RMON Overview

Protocol Description

Topology Example

Configuring RMON

Enabling the RMON Module

Enable the RMON Module

Disable the RMON Module

Configuring the Ethernet Statistics Group

Enable the Ethernet Statistics Group

Disable the Ethernet Statistics Group

Configuring the Ethernet History Group

Enable the Ethernet History Group

Disable the Ethernet History Group

Configuring Events

Create an Event

Disable an Event

Configuring Alarms

Create an Alarm

Disable an Alarm

Create an Event

  1. Enter Global Configuration mode.
    SEFOS# configure terminal
  2. Create an event that can be triggered for every rise in the flow of packets.
    SEFOS(config)# rmon event 1 description rise log owner myTest trap PUBLIC
  3. Create an event that can be triggered for every fall in the flow of packets.
    SEFOS(config)# rmon event 2 description fall log owner myTest trap NETMAN
    SEFOS(config)# exit
  4. Review the RMON events.
    SEFOS# show rmon events
     
    RMON is enabled
    Event 1 is active, owned by myTest
     Description is rise
     Event firing causes log and trap to community PUBLIC,
     Time last sent is Feb  9 15:01:37 2010
     Logging Event With Description : rise
     Logging Event With Description : rise
     
    Event 2 is active, owned by system
     Description is fall
     Event firing causes log and trap to community NETMAN,
     Time last sent is Feb  9 14:59:07 2010
     Logging Event With Description : fall