Software installation and configuration – Artesyn System Management Interface Based on HPI-B 2.0(Centellis 4620/4440) User's Guide (June 2014) User Manual
Page 34

Software Installation and Configuration
System Management Interface Based on BBS HPI-B 2.0 (Centellis 4620/4440) User’s Guide (6806800P21D)
34
# snmpwalk -v 2c -c public localhost -m
/opt/bladeservices/share/snmp/mibs/SAI-HPI-SNMP-MIB-
B.01.01.mib hpib0101
4. In order to configure the SNMP master agent for SNMP V3, add the following line to
snmpd.conf
:
createUser LocalUser MD5 "LocalUserPassword" DES
"localUserPassword"
rwuser LocalUser
To test the SNMP V3 configuration, save the configuration file and perform a SNMP
walk by entering the following command at the ATCA-F125/F140 command line:
snmpwalk -v3 -n "" -l AuthPriv -u "LocalUser" -a MD5-A
"LocalUserPassword" -x DES -X "LocalUserPassword" -m
/opt/bladeservices/share/snmp/mibs/SAI-HPI-SNMP-MIB-
B.01.01.mib localhost hpib0101
5. If you are using SNMP V2 and want to enable SNMP traps to be sent to a host, enter
the following line to snmpd.conf
trap2sink
6. If you are using SNMP V3 and want to enable SNMP traps to be sent to a host, enter
the following line to snmpd.conf
trapsess -e
" Ip>:162 This creates a session with the host where the traps are to be sent to (as required by trapsess -e 0x800000000102030405 -v 3 -n "" -l AuthPriv -u LocalUser -a MD5 -A "LocalUserPassword" -x DES -X "LocalUserPassword" 192.168.21.1:162
SNMP V3).
An example entry might look as follows: