![Black Box LES1516A User Manual Download Page 303](http://html1.mh-extra.com/html/black-box/les1516a/les1516a_user-manual_2762893303.webp)
303
1.877.877.2269
BLACKBOX.COM
NEED HELP?
LEAVE THE TECH TO US
LIVE 24/7
TECHNICAL
SUPPORT
1.877.877.2269
CHAPTER 16: ADVANCED CONFIGURATION
TABLE 16-8. SNMP ARGUMENTS
SNMP ARGUMENT
PURPOSE
-l
security level
-u
security name or read-only username
-a
authentication protocol: SHA or MD5
-A
authentication password
-x
privacy protocol: DES or AES
-X
privacy password
A mib browser can explore the Black Box enterprise MIB structure.
16.5.4 ADDING MULTIPLE REMOTE SNMP MANAGERS
You can add multiple SNMP servers for alert traps. Add the first and second SNMP servers using the Management Console (see
Chapter 8) or the command line config tool. Further SNMP servers must be added manually using config.
Log in to the console server’s command line shell as root or an admin user.
Set the SNMP Manager Address field:
config –set="config.system.snmp.address3=w.x.y.z"
replacing w.x.y.z with the IP address or hostname.
Set the Manager Trap Port field:
config --set=”config.system.snmp.trapport3=162”
replacing 162 with the TCP/UDP port number
Set the SNMP Manager Protocol field:
config --set="config.system.snmp.protocol3=UDP"
or
config --set="config.system.snmp.protocol3=TCP"
Set the SNMP Manager Version field:
config --set="config.system.snmp.version3=3"
Set the SNMP Manager v1 & v2c community field:
config --set="config.system.snmp.community3=public"
Set the SNMP Manager v3 Engine ID field:
config –set="config.system.snmp.engineid3=0x8000000001020304"
replacing 0x8000000001020304 with the hex Engine-ID.
Set the SNMP Manager v3 Security Level field:
config --set="config.system.snmp.seclevel3=noAuthNoPriv"
or
config --set="config.system.snmp.seclevel3=authNoPriv"
or
config --set="config.system.snmp.seclevel3=authPriv"