Installing NetSNMP from an External Host

From TBwiki
(Difference between revisions)
Jump to: navigation, search
Line 8: Line 8:
 
yum install lm-sensors
 
yum install lm-sensors
 
</div>
 
</div>
 +
 +
*net-snmp: the core net-snmp application
 +
*net-snmp-utils: utilities used by net-snmp topoll OIDs (GET, GET-NEXT, etc...)
 +
*net-snmp-libs: libraries used by the net-snmp-utils
 +
*lm-sensors: sensors used by net-snmp to poll hardware statistics

Revision as of 09:49, 17 June 2011

All current TMedia products come with the NetSNMP implementation of the SNMP protocol pre-installed. However, for older TMedia customers and TDev customers, NetSNMP must be installed on the hardware from an external host. The following commands will install Net-SNMP from a Linux host:

yum install net-snmp
yum install net-snmp-utils
yum install net-snmp-libs
yum install lm-sensors

  • net-snmp: the core net-snmp application
  • net-snmp-utils: utilities used by net-snmp topoll OIDs (GET, GET-NEXT, etc...)
  • net-snmp-libs: libraries used by the net-snmp-utils
  • lm-sensors: sensors used by net-snmp to poll hardware statistics
Personal tools