Basic Trap Receptor Nms Configuration - Safran WR-Z16 User Manual

Table of Contents

Advertisement

7.2  SNMP
OID
13.3900.7
13.3900.8
13.3900.9
7.2.2.4

Basic trap receptor NMS configuration

Install snmptrapd in the server receiving the SNMP traps:
sudo apt-get install snmptrapd
After installing snmptrapd, the configuration in /etc/snmp/snmptrapd.conf
needs to be modified to authorize the reception of traps.
disableAuthorization
traphandle default /<example>/snmp_trap_test_handle.sh
Once the configuration file has been modified, it is needed to edit the handle file
for the received SNMP traps. For that purpose, it is important grant execution per-
missions to snmp_trap_test_handle.sh
#!/bin/sh
read host
read ip
vars=""
while read oid val; do
if [ "x$vars" = "x" ]; then
vars="$oid = $val"
else
vars="$vars, $oid = $val"
124
Name
Modules
<Enum>
Start/Close
• Disabled
Prms tracked
<Enum>
• Disabled
Prms alert
<Enum>
• Disabled
Note:
Default traps configuration: By default, all traps are enabled
using the public SNMPv2 community for informative purposes.
Value Type
Enabled
Enabled
Enabled
CHAPTER
7
WR-Z16 User Manual Rev. v5.0
Description
Enable/disable mod-
ule launch or close
traps.
Enable/disable
tracked parameters
traps.
Enable/disable traps
when a parameter is
in an alert status or
back to a normal
status.
yes

Advertisement

Table of Contents
loading

Table of Contents