/usr/OV/bin/addtrap -l coldStart -g 6 -s 1 \
   -n snmpTraps -i 1.3.6.1.6.3.1.1.5 \
   -o A  -c "LOGONLY" -t 0 \
   -S 1  \
   -D "A coldStart trap signifies that the SNMPv2
entity, acting in an agent role, is reinitializing
itself such that its configuration may be
altered."  \
   -e coldStart  \
   -F '$E $G $S $# args: $*' 
/usr/OV/bin/addtrap -l warmStart -g 6 -s 2 \
   -n snmpTraps -i 1.3.6.1.6.3.1.1.5 \
   -o A  -c "LOGONLY" -t 0 \
   -S 1  \
   -D "A warmStart trap signifies that the SNMPv2
entity, acting in an agent role, is reinitializing
itself such that its configuration is unaltered."  \
   -e warmStart  \
   -F '$E $G $S $# args: $*' 
/usr/OV/bin/addtrap -l linkDown -g 6 -s 3 \
   -n snmpTraps -i 1.3.6.1.6.3.1.1.5 \
   -o A  -c "LOGONLY" -t 0 \
   -S 1  \
   -D "A linkDown trap signifies that the SNMPv2 entity,
acting in an agent role, recognizes a failure in
one of the communication links represented in its
configuration."  \
   -e linkDown  \
   -F '$E $G $S $# args: $*' 
/usr/OV/bin/addtrap -l linkUp -g 6 -s 4 \
   -n snmpTraps -i 1.3.6.1.6.3.1.1.5 \
   -o A  -c "LOGONLY" -t 0 \
   -S 1  \
   -D "A linkUp trap signifies that the SNMPv2 entity,
acting in an agent role, recognizes that one of
the communication links represented in its
configuration has come up."  \
   -e linkUp  \
   -F '$E $G $S $# args: $*' 
/usr/OV/bin/addtrap -l authenticationFailure -g 6 -s 5 \
   -n snmpTraps -i 1.3.6.1.6.3.1.1.5 \
   -o A  -c "LOGONLY" -t 0 \
   -S 1  \
   -D "An authenticationFailure trap signifies that the
SNMPv2 entity, acting in an agent role, has
received a protocol message that is not properly
authenticated.  While all implementations of the
SNMPv2 must be capable of generating this trap,
the snmpV2EnableAuthenTraps object indicates
whether this trap will be generated."  \
   -e authenticationFailure  \
   -F '$E $G $S $# args: $*' 
/usr/OV/bin/addtrap -l egpNeighborLoss -g 6 -s 6 \
   -n snmpTraps -i 1.3.6.1.6.3.1.1.5 \
   -o A  -c "LOGONLY" -t 0 \
   -S 1  \
   -D "An egpNeighborLoss trap signifies that an EGP
neighbor has been marked down and the EGP peer
relationship no longer obtains."  \
   -e egpNeighborLoss  \
   -F '$E $G $S $# args: $*' 
/usr/OV/bin/addtrap -l snmpRisingAlarm -g 6 -s 1 \
   -n snmpAlarmNotifications -i 1.3.6.1.6.3.2.1.1.3 \
   -o A  -c "LOGONLY" -t 0 \
   -S 1  \
   -D "An event that is generated when an alarm entry
crosses its rising threshold.  The instances of
those objects contained within the varbind list
are those of the alarm entry which generated this
event."  \
   -e snmpRisingAlarm  \
   -F '$E $G $S $# args: $*' 
/usr/OV/bin/addtrap -l snmpFallingAlarm -g 6 -s 2 \
   -n snmpAlarmNotifications -i 1.3.6.1.6.3.2.1.1.3 \
   -o A  -c "LOGONLY" -t 0 \
   -S 1  \
   -D "An event that is generated when an alarm entry
crosses its falling threshold.  The instances of
those objects contained within the varbind list
are those of the alarm entry which generated this
event."  \
   -e snmpFallingAlarm  \
   -F '$E $G $S $# args: $*' 
/usr/OV/bin/addtrap -l snmpObjectUnavailableAlarm -g 6 -s 3 \
   -n snmpAlarmNotifications -i 1.3.6.1.6.3.2.1.1.3 \
   -o A  -c "LOGONLY" -t 0 \
   -S 1  \
   -D "An event that is generated when a variable
monitored by an alarm entry becomes unavailable.
The instance of snmpAlarmVariable contained within
the varbind list is the one associated with the
alarm entry which generated this event."  \
   -e snmpObjectUnavailableAlarm  \
   -F '$E $G $S $# args: $*' 
