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

Enable the Ethernet Statistics Group

You can configure the collection of statistics over any port.

  1. Enter Global Configuration mode.
    SEFOS# configure terminal
  2. Enter Interface Configuration mode.
    SEFOS(config)# interface extreme-ethernet 0/15
  3. Enable the statistics group on the specified interface (port 15).
    SEFOS(config-if)# rmon collection stats 1 owner myTest
    SEFOS(config-if)# exit
    SEFOS(config)# exit
  4. Verify the entries.
    SEFOS# show rmon statistics 1
     
    RMON is enabled
    Collection 1 on EX0/15 is active, and owned by myTest,
    Monitors ifEntry.1.15 which has
     Received 1556 octets, 16 packets, 
     1 broadcast and 0 multicast packets,
     0 undersized and 0 oversized packets,
     0 fragments and 0 jabbers,
     0 CRC alignment errors and 0 collisions.
     # of packets received of length (in octets):
     64: 2, 65-127: 14, 128-255: 0,
     256-511: 0, 512-1023: 0, 1024-1518: 0