Sun Ethernet Fabric Operating System RMON Administration Guide

Exit Print View

Updated: July 2015
 
 

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