beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 1349

background image

AT-8100 Switch Command Line User’s Guide

1349

Phase 3: Creating the Event

The event in this example is to send an SNMP trap and to log a message
in the event log. The event is assigned the ID number 2.

Phase 4: Creating the Alarm

Here are the specifications of the alarm:

Alarm ID number 2

Monitored statistic: etherStatsBroadcastPkts - OID
1.3.6.1.2.1.16.1.1.1.6 (broadcast packets)

Statistics group ID number: 20

Interval: 60 seconds

Rising threshold: 10000 packets

Rising threshold event: 2

Falling threshold: 1000 packets

Falling threshold event: 2

Here are the steps to creating the alarm.

awplus# configure terminal

Enter the Global Configuration
mode.

awplus(config)# rmon event 2 log trap Station12ap
description trap_and_log_event

Create the event with the RMON
EVENT LOG TRAP command. It
is important to remember that the
community string is case sensitive.

awplus(config)# exit

Return to the Privileged Exec
mode.

awplus# show rmon event

Use the SHOW RMON EVENT
command to verify the
configuration of the new event.

awplus# configure terminal

Enter the Global Configuration
mode.

awplus(config)# rmon alarm 2
1.3.6.1.2.1.16.1.1.1.6.20 interval 60 delta
rising-threshold 10000 event 2 falling-threshold
1000 event 2

Create the alarm with the RMON
ALARM command.

awplus(config)# exit

Return to the Privileged Exec
mode.