Tripp Lite B093-004-2E4U-V 4-Port Console Server with 4G LTE Cellular Gateway, Dual GbE NIC, 4Gb Flash and Dual SIM

Owner's Manual - Page 247

For B093-004-2E4U-V. Also, The document are for others Tripp Lite models: B093-00X-2E4U-X, B097-016/048, B098-016/048, B098-016-V

PDF File Manual, 285 pages, Read Online | Download pdf file

B093-004-2E4U-V photo
Loading ...
Loading ...
Loading ...
247
15. Advanced Configuration
• Copy the MIBs from /etc/snmp/mibs on the Tripp Lite product to a local directory using scp or Winscp. For example:
scp root@b098:/etc/snmp/mibs/*
• Using the snmpwalk and snmpget commands, the status information can be retrieved from any console server. For
example:
snmpwalk -Oa -v1 -M .:/usr/share/snmp/mibs -c public b098 TL-STATUS-MIB::tlStatus
snmpget -Oa -v1 -M .:/usr/share/snmp/mibs -c public b098 TL-STATUSMIB::
tlSerialPortStatusSpeed.2
noauth
snmpwalk -Oa –v3 –l noAuthNoPriv –u readonlyusername -M .:/usr/share/snmp/mibs b098 TL-STATUS-MIB::tlStatus
auth
snmpwalk -Oa –v3 –l authNoPriv –u readonlyusername –a SHA –A “authpassword” -M .:/usr/share/snmp/mibs b098 TL-STATUS-
MIB::tlStatus
priv
snmpwalk -Oa –v3 –l authNoPriv –u readonlyusername –a SHA –A “authpassword” –x DES –X “privpassword” -M .:/usr/share/snmp/mibs
b098 TL-STATUS-MIB::tlStatus
-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 may be used to explore the Tripp Lite enterprise MIB structure.
15.5.4 Adding Multiple Remote SNMP Managers
You can add multiple SNMP servers for alert traps and the first and second SNMP servers using the management console
(refer to 7. Alerts, Auto-Response and Logging) 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. Refer to the management console UI or user
documentation for descriptions of each field.
To 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 DNS name.
To set the Manager Trap Port field:
config --set=”config.system.snmp.trapport3=162”
.. replacing 162 with the TCP/UDP port number.
To set the SNMP Manager Protocol field:
config --set=”config.system.snmp.protocol3=UDP” or
config --set=”config.system.snmp.protocol3=TCP”
To set the SNMP Manager Version field:
config --set=”config.system.snmp.version3=3”
To set the SNMP Manager v1 & v2c community field:
config --set=”config.system.snmp.community3=public”
To set the SNMP Manager v3 Engine ID field:
config –set=”config.system.snmp.engineid3=0x8000000001020304”
.. replacing 0x8000000001020304 with the hex Engine-ID
Loading ...
Loading ...
Loading ...