2
Management
53
SNMP MIB File
The
file
Clavister
‐
TRAP.MIB
,
which
is
included
in
the
SEG
distribution,
defines
the
SNMP
objects
and
data
types
that
are
used
to
describe
an
SNMP
trap
message
received
from
the
SEG.
SNMP trap object
All
SEG
generated
SNMP
traps,
regardless
of
severity,
use
a
common
trap
object
called
OSGenericTrap
.
The
trap
object
includes
the
following
parameters:
•
System
–
The
SEG
system
generating
the
message.
•
Severity
–
The
severity
of
the
message.
•
Category
–
The
SEG
subsystem
that
is
generating
the
message.
•
ID
–
A
unique
identifier
for
the
message.
•
Description
–
A
short
textual
description
of
the
condition.
•
Action
–
The
action
that
is
being
taken
by
the
SEG,
if
any.
This
trap
information
can
be
cross
‐
referenced
in
the
SEG
‐
100
Log
Reference
.
Example: Sending SNMP traps to a trap receiver
In
this
example,
the
generation
of
SNMP
traps
will
occur
for
all
events
with
a
severity
greater
than
or
equal
to
Alert
.
All
traps
will
be
sent
to
an
SNMP
trap
receiver
with
an
IP
address
of
195.11.22.55
.
Device:/>
add
LogReceiver
EventReceiverSNMP2c
my_traps
IPAddress=195.11.22.55