CRMS SNMP Software Overview

Size: px
Start display at page:

Download "CRMS SNMP Software Overview"

Transcription

1 Document Revision 0.5 April 23, 2010 Kontron America, Inc.

2 Revision History Date Rev Author Modifications 01/21/ A. Cress Initial draft, including detail for net-snmp, snmpsa-ah and snmpsa Linux 02/01/ A. Cress Moved snmpwalk output to appendices, some edits 04/09/ A. Cress Added Linux syslog note to test procedures. Added Windows trap information. 04/23/ A. Cress Added Firmware SNMP information ii

3 Table of Contents 1. SNMP Software Introduction Reference Documents Conventions, Terminology, and Notation SNMP Package Installation and Configuration Net-snmp Linux Package MS Windows SNMP Package SNMPSA-AH Package SNMPSA-AH Linux Package SNMPSA-AH Windows Package IDE SW-RAID SNMP Package IDE SW-RAID SNMP Linux Package IDE SW-RAID SNMP Windows Package SNMPSA Package SNMPSA Linux Package SNMPSA Windows Package SAS SW-RAID SNMP Package SAS SW-RAID SNMP Linux Package SAS SW-RAID SNMP Windows Package LSI SCSI SNMP Package Intel NIC SNMP Package Firmware SNMP Features BMC IPMI SNMP Features RMM2 SNMP Features Appendix A net-snmp snmpwalk output Appendix B Windows SNMP snmpwalk output Appendix C snmpsa-ah snmpwalk output Appendix D IDE SW-RAID snmpwalk output Appendix E snmpsa snmpwalk output Appendix F IPMI Firmware PET Traps log Appendix G RMM2 Firmware snmpwalk output iii

4

5 1. SNMP Software Introduction There are several packages used to provide full SNMP management software for CRMS servers, and some servers have different packages than others, so an overview of the various SNMP packages and how they fit together is needed. Note that the last 4 packages in the table below (in italics) are not SNMP packages per se, but could be used to augment an SNMP enterprise software solution. Package Platform OS Features Comments s net-snmp ALL Linux OS info, CPU, Memory, NIC, and disk status MS SNMP Service ALL Windows OS info, CPU, Memory, and disk status SNMPSA-AH S3000AH Linux & Windows Baseboard: Temp, Fan, Power, plus AMT configuration info IDE swraid snmp S3000AH Linux & Windows LSI Megaide SW-RAID status and traps SNMPSA S5000 Linux & Windows Baseboard: Temp, Fan, Power, plus IPMI configuration and events SAS swraid snmp S5000 Linux & Windows LSI MegaSR SW-RAID status and traps SCSI snmp S5000 Linux & LSI mpt SCSI disk status and traps Windows NIC SNMP ALL Windows Intel NIC status and traps, named PSNMP32. inic-snmp ALL Linux (old) Intel NIC status and traps, only needed for older Linux distros with old net-snmp versions. Not usually needed scsirastools ALL Linux & Windows amtutil (SDK) & AMT RDK sgdiskmon/sdiskmon monitors disks for insert, remove, failure events and can send SNMP traps S3000AH Linux Support for AMT remote management: EventLog, Reset, SOL AMT DTK & SDK S3000AH Windows Support for AMT remote management: EventLog, Reset, SOL ipmiutil S5000 Linux & Windows Support for standard IPMI local and remote management, and configures IPMI PEF rules to send SNMP traps. optional Could be invoked from enterprise mgt station Could be invoked from enterprise mgt station Could be invoked from enterprise mgt station 1

6 1.1 Reference Documents The following documents could be used to provide further information about SNMP packages: Simple Network Management Protocol version 1 specification. IETF provides the RFC specifications for the SNMP v1 protocol at this location. Simple Network Management Protocol version 2 specification. IETF provides the RFC specifications for the SNMP v2 protocol at this location. 1.2 Conventions, Terminology, and Notation The following table lists common terms and abbreviations used in this document. Table 1-1, Glossary Term IETF RAS RFC SNMP Definition Internet Engineering Task Force, see Reliability, Availability, Serviceability Request For Comments, a series of documents used to specify feature content by IETF Simple Network Management Protocol 2

7 2. SNMP Package Installation and Configuration This chapter describes the installation and configuration of various SNMP packages, and additionally some test procedures used to validate that the SNMP package is installed and working correctly. Package Installation Package Configuration MIB file(s) associated with this package Sample snmpwalk command to test it, and sample snmpwalk output Sample trap test procedure, and sample trap output 2.1 Net-snmp Linux Package The net-snmp package is provided by an open-source project and is included with most Linux distributions. See for more details on the net-snmp project. Usually it is installed by default with most Linux distributions, except perhaps the snmp utilities. To install the net-snmp software, insert the Linux distribution media, and install the following rpms: rpm -i net-snmp-<version>*.rpm rpm -i net-snmp-libs-<version>*.rpm rpm -i net-snmp-utils-<version>*.rpm To configure net-snmp software for a sample test environment, the /etc/snmp/snmpd.conf file should be modified as follows: Add a line of the form view all included.1, and Modify the access line to something like this: access notconfiggroup any noauth exact all all all. Add a line for the trap destination, something like trapsink localhost public where localhost is the destination, or trap2sink localhost public for snmp v2. MIB files (installed into /usr/share/snmp/mibs): AGENTX-MIB.txt DISMAN-SCHEDULE-MIB.txt DISMAN-SCRIPT-MIB.txt EtherLike-MIB.txt HCNUM-TC.txt HOST-RESOURCES-MIB.txt HOST-RESOURCES-TYPES.txt IANA-ADDRESS-FAMILY-NUMBERS- MIB.txt IANA-LANGUAGE-MIB.txt IANAifType-MIB.txt IF-INVERTED-STACK-MIB.txt IF-MIB.txt INET-ADDRESS-MIB.txt IP-FORWARD-MIB.txt IP-MIB.txt IPV6-ICMP-MIB.txt IPV6-MIB.txt RFC-1215.txt RFC1155-SMI.txt RFC1213-MIB.txt RMON-MIB.txt SMUX-MIB.txt SNMP-COMMUNITY-MIB.txt SNMP-FRAMEWORK-MIB.txt SNMP-MPD-MIB.txt SNMP-NOTIFICATION-MIB.txt SNMP-PROXY-MIB.txt SNMP-TARGET-MIB.txt SNMP-USER-BASED-SM-MIB.txt SNMP-USM-AES-MIB.txt SNMP-VIEW-BASED-ACM-MIB.txt SNMPv2-CONF.txt SNMPv2-MIB.txt SNMPv2-SMI.txt SNMPv2-TC.txt 3

8 IPV6-TC.txt IPV6-TCP-MIB.txt IPV6-UDP-MIB.txt LM-SENSORS-MIB.txt NET-SNMP-AGENT-MIB.txt NET-SNMP-EXAMPLES-MIB.txt NET-SNMP-MIB.txt NET-SNMP-TC.txt NOTIFICATION-LOG-MIB.txt SNMPv2-TM.txt TCP-MIB.txt UCD-DEMO-MIB.txt UCD-DISKIO-MIB.txt UCD-DLMOD-MIB.txt UCD-IPFWACC-MIB.txt UCD-SNMP-MIB.txt UDP-MIB.txt Sample snmpwalk: # snmpwalk v1 c public localhost.1 See Appendix A for sample net-snmp snmpwalk output Sample trap procedure: Reboot the system or restart snmpd via /etc/init.d/snmp restart. Then, the following sample trap messages would appear in the Linux syslog. Jan 13 04:03:03 aspenhill2 snmptrapd[6698]: :03:03 localhost.localdomain [ ]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (14) 0:00:00.14 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2- MIB::coldStart SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10 Jan 13 04:03:03 aspenhill2 snmpd[8168]: NET-SNMP version Jan 14 12:34:11 aspenhill2 snmpd[8168]: Received TERM or STOP signal... shutting down... Jan 14 12:34:11 aspenhill2 snmptrapd[6698]: :34:11 localhost.localdomain [ ]: SNMPv2-MIB::sysUpTime.0 = Timeticks: ( ) 1 day, 8:31:08.27 SNMPv2-MIB::snmpTrapOID.0 = OID: NET-SNMP-AGENT-MIB::nsNotifyShutdown 2.2 MS Windows SNMP Package This SNMP package is provided by Microsoft with the Windows Server OS (e.g. Windows 2003 Server). It is not always installed by default when the Windows OS is installed, but can be added later. To install the Windows SNMP Service, start the Control Panel, click Add Windows Components, Management & Monitoring, then SNMP. It may then prompt the user for the Windows Server CD in order to install the SNMP software. Usually the following steps are desirable to configure a default community and test the SNMP Service: From Control Panel, select Services, then SNMP, and Properties. Then select the Security tab, and Add Community to add the public community with READ WRITE privilege. Click Accept SNMP packets from any host also. Under the Traps tab, set Community to public and set the Trap destination to the IP address of your enterprise management station. This is for a sample test configuration and other enterprises could have other parameters configured. See for Microsoft SNMP Service documentation. 4

9 Intel SNMP Software Overview MIB files: See for Microsoft MIBs, which include: DHCP.MIB, HOSTMIB.MIB, LMMIB2.MIB, MIB_II.MIB, WINS.MIB. Sample snmpwalk: Sample trap procedure:. 2.3 SNMPSA-AH Package The SNMPSA-AH package is provided by Intel and is used on systems with S3000AH motherboards to provide information about the baseboard features. SNMPSA-AH provides baseboard sensor status for Temperature, Fan, and Voltage sensors, and traps for sensor threshold events. It also provides Intel AMT configuration information, such as the AMT Firmware version and AMT IP address SNMPSA-AH Linux Package Perform the following steps to install the snmpsa-ah rpm: rpm -i snmpsa-ah*.rpm This will install an snmpsa-ah service startup script at /etc/init.d/snmpsa-ah. This script ensures that the i2c-i801 and i2c-dev modules are loaded prior to starting the snmpsa-ah service. Note that the rpm installation also adds the line master agentx to the /etc/snmp/snmpd.conf configuration file for the Linux net-snmp service. MIB files: /usr/local/snmpsa-ah/mib/basebrd6.mib Sample snmpwalk: # snmpwalk v1 c public m usr/local/snmpsa-ah/mib/basebrd6.mib localhost enterprises.343 See Appendix C for sample snmpsa-ah snmpwalk output. Sample trap procedure: Remove the unit cover and apply heat, or physically stop one of the fans, usually by removing the cover of the unit and unplugging it from the baseboard. It takes 60 seconds for SNMPSA-AH to register the failure. Then, the following SNMP trap messages will appear in the Linux syslog (/var/log/messages), assuming that snmptrapd is running, and /etc/snmp/snmpd.conf includes trapsink localhost. Jan 11 07:13:52 aspenhill2 snmpd[7096]: Received SNMP packet(s) from Jan 11 07:14:43 aspenhill2 snmptrapd[6698]: :14:43 localhost.localdomain [ ]: SNMPv2-MIB::sysUpTime.0 = Timeticks: ( ) 3:12:41.14 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises SNMPv2- SMI::enterprises = INTEGER: 7 SNMPv2- SMI::enterprises = STRING: "Vccp sensor voltage crossed lower critical threshold" SNMPv2-SMI::enterprises = INTEGER: Jan 11 07:14:43 aspenhill2 snmptrapd[6698]: :14:43 localhost.localdomain [ ]: SNMPv2-MIB::sysUpTime.0 = Timeticks: ( ) 3:12:41.15 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises SNMPv2- SMI::enterprises = INTEGER: 7 SNMPv2-5

10 SMI::enterprises = STRING: "VCC sensor voltage crossed lower critical threshold" SNMPv2-SMI::enterprises = INTEGER: Jan 11 07:14:43 aspenhill2 snmptrapd[6698]: :14:43 localhost.localdomain [ ]: SNMPv2-MIB::sysUpTime.0 = Timeticks: ( ) 3:12:41.15 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises SNMPv2- SMI::enterprises = INTEGER: 8 SNMPv2- SMI::enterprises = STRING: "1.5V sensor voltage crossed upper critical threshold" SNMPv2-SMI::enterprises = INTEGER: Jan 11 07:14:43 aspenhill2 snmptrapd[6698]: :14:43 localhost.localdomain [ ]: SNMPv2-MIB::sysUpTime.0 = Timeticks: ( ) 3:12:41.16 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises SNMPv2- SMI::enterprises = INTEGER: 7 SNMPv2- SMI::enterprises = STRING: "VTR sensor voltage crossed lower critical threshold" SNMPv2-SMI::enterprises = INTEGER: Jan 11 07:14:43 aspenhill2 snmptrapd[6698]: :14:43 localhost.localdomain [ ]: SNMPv2-MIB::sysUpTime.0 = Timeticks: ( ) 3:12:41.17 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises SNMPv2- SMI::enterprises = INTEGER: 8 SNMPv2- SMI::enterprises = STRING: "CPU Thermal Margin sensor temperature crossed upper critical threshold" SNMPv2-SMI::enterprises = INTEGER: Jan 11 07:14:43 aspenhill2 snmptrapd[6698]: :14:43 localhost.localdomain [ ]: SNMPv2-MIB::sysUpTime.0 = Timeticks: ( ) 3:12:41.18 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises SNMPv2- SMI::enterprises = INTEGER: 8 SNMPv2- SMI::enterprises = STRING: "Baseboard Temperature sensor temperature crossed upper critical threshold" SNMPv2-SMI::enterprises = INTEGER: Jan 11 07:14:43 aspenhill2 snmptrapd[6698]: :14:43 localhost.localdomain [ ]: SNMPv2-MIB::sysUpTime.0 = Timeticks: ( ) 3:12:41.18 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises SNMPv2- SMI::enterprises = INTEGER: 8 SNMPv2- SMI::enterprises = STRING: "DIMM Temperature sensor temperature crossed upper critical threshold" SNMPv2-SMI::enterprises = INTEGER: SNMPSA-AH Windows Package Perform the following steps to install the snmpsa-ah MSI setup. start SNMPSA-AH*.MSI This will install the snmpsa-ah subagent and its registry components to be invoked by the Windows SNMP Service when it starts. MIB files: basebrd6.mib (included with SNMPSA-AH package) Sample snmpwalk: Windows does not include an snmpwalk utility, so if snmpwalk is run from a remote Linux system, it would be of the form: # snmpwalk v1 c public m usr/local/snmpsa-ah/mib/basebrd6.mib node1 enterprises.343 And the snmpwalk results would be the same as from a Linux target node, see Appendix C for sample snmpsa-ah snmpwalk output. Sample trap procedure: 6

11 Intel SNMP Software Overview Remove the unit cover and apply heat, or physically stop one of the fans, usually by removing the cover of the unit and unplugging it from the baseboard. It takes 60 seconds for SNMPSA-AH to register the failure. If the SNMP Service is configured for a Linux trap destination, the traps would be seen there in /var/log/messages as shown in section If the SNMP Service is configured with a localhost destination, a third party trap receiver is required in order to see the traps. One such product is MG- SOFT Trap Ringer. Below is a sample CSV-exported trap output from MG-SOFT. "04/16/08 13:52:39"," ","public","N/A","IP/UDP","SNMPv2c","sysUpTime.0 TimeTicks 7 days 02h:36m:16s.73th","snmpTrapOID.0 OBJECT IDENTIFIER internet ","internet octet string MG-SOFT Trap Ringer Pro Default Trap Port Verification Trap","internet octet string Verification trap can be disabled in Trap Ringer Preferences.","snmpTrapEnterprise.0 OBJECT IDENTIFIER internet " "04/16/08 13:54:01"," ","public","N/A","IP/UDP","SNMPv1","sysUpTime.0 TimeTicks 0 days 00h:18m:00s.25th","snmpTrapOID.0 OBJECT IDENTIFIER internet ","internet octet string Fan 2 sensor value is below lower critical threshold","internet integer 7","internet integer 11818","snmpTrapEnterprise.0 OBJECT IDENTIFIER internet " "04/16/08 13:55:01"," ","public","N/A","IP/UDP","SNMPv1","sysUpTime.0 TimeTicks 0 days 00h:19m:00s.25th","snmpTrapOID.0 OBJECT IDENTIFIER internet ","internet octet string Fan 2 sensor value is below lower critical threshold","internet integer 7","internet integer 11818","snmpTrapEnterprise.0 OBJECT IDENTIFIER internet " "04/16/08 13:56:01"," ","public","N/A","IP/UDP","SNMPv1","sysUpTime.0 TimeTicks 0 days 00h:20m:00s.25th","snmpTrapOID.0 OBJECT IDENTIFIER internet ","internet octet string Fan 2 sensor value is OK","internet integer 3","internet integer 11818","snmpTrapEnterprise.0 OBJECT IDENTIFIER internet " 2.4 IDE SW-RAID SNMP Package The IDE Software RAID SNMP package is provided by LSI and is used on platforms that have SATA IDE controllers, such as the SR150AH platforms using the S3000AH motherboard. It provides RAID status information and traps for RAID events. The LSI IDE SW RAID driver is named megaide on the SR1530AH platforms, and is a prerequisite for this package. 7

12 2.4.1 IDE SW-RAID SNMP Linux Package The package is distributed in an IDE_SWR_Linux_*.zip archive, including its documentation, and the swraid_snmp-3*.rpm. The mib filename is LSIRAID-IDE.mib IDE SW-RAID SNMP Windows Package This package is distributed in an IDE_SWRaid_SNMP_*.zip archive, including its documentation, and the SNMPAgnt.msi. The mib filename is LSIRAID-IDE.mib. 2.5 SNMPSA Package The SNMPSA package is provided by Kontron CRMS and is used on systems with IPMI-based motherboards to provide information about the baseboard features. SNMPSA provides baseboard sensor status for Temperature, Fan, Voltage, and other sensors, and traps for sensor threshold events. It also provides IPMI configuration information and traps for other IPMI events SNMPSA Linux Package Perform the following steps to install the snmpsa rpm: rpm -i snmpsa-*.rpm This will install an snmpsa service startup script at /etc/init.d/snmpsa. This script ensures that the IPMI driver (with /dev/imb support) is loaded prior to starting snmpsa. Note that the rpm installation also adds the line master agentx to the /etc/snmp/snmpd.conf configuration file for the Linux netsnmp service. MIB files: /usr/local/snmpsa/mibs/basebrd5.mib Sample snmpwalk: # snmpwalk v1 c public m usr/local/snmpsa/mib/basebrd5.mib localhost enterprises.343 See Appendix E for sample snmpwalk output for snmpsa. Sample SNMPSA trap procedure: Use test/ipmievt.sh from the ipmiutil source tree to generate temperature threshold events (see or Pull one of the redundant power supplies for power supply events. Then, the following sample trap messages should appear in the Linux syslog. (snmpd start trap) Oct 25 17:22:13 telco4wd snmptrapd[3581]: :22:13 <UNKNOWN> [UDP: [ ]:32770]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (11) 0:00:00.11 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::coldStart SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10 (SNMPSA Power Redundancy Lost trap) 8

13 Intel SNMP Software Overview Oct 25 17:23:25 telco4wd snmptrapd[3581]: :23:25 <UNKNOWN> [UDP: [ ]:32770]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (7160) 0:01:11.60 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises SNMPv2-SMI::enterprises = STRING: "Redundancy Lost" SNMPv2-SMI::enterprises = INTEGER: 5 SNMPv2-SMI::enterprises = STRING: "Power Redundancy" SNMPv2-SMI::enterprises = INTEGER: (IPMI PEF Power Redundancy Lost trap) Oct 25 17:23:28 telco4wd snmptrapd[3581]: :23:28 <UNKNOWN> [UDP: [ ]:32770]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (7461) 0:01:14.61 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises SNMPv2-SMI::enterprises = Hex-STRING: E F 6D C 6C 20 6F E E F 20 4E 6F 6E 2D E E E SNMPv2-SMI::enterprises = INTEGER: 5 SNMPv2-SMI::enterprises = STRING: "Power Redundancy" SNMPv2-SMI::enterprises = INTEGER: (SNMPSA PS2 Not Present) Oct 25 17:23:31 telco4wd snmptrapd[3581]: :23:31 <UNKNOWN> [UDP: [ ]:32770]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (7761) 0:01:17.61 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises SNMPv2-SMI::enterprises = STRING: "Presence Not Detected" SNMPv2-SMI::enterprises = INTEGER: 3 SNMPv2-SMI::enterprises = STRING: "PS2 Status" SNMPv2-SMI::enterprises = INTEGER: (SNMPSA PS2 Present - inserted) Oct 25 17:24:52 telco4wd snmptrapd[3581]: :24:52 <UNKNOWN> [UDP: [ ]:32770]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (15876) 0:02:38.76 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises SNMPv2-SMI::enterprises = STRING: "Presence Detected" SNMPv2-SMI::enterprises = INTEGER: 3 SNMPv2-SMI::enterprises = STRING: "PS2 Status" SNMPv2-SMI::enterprises = INTEGER: (SNMPSA Power Full Redundancy) Oct 25 17:24:55 telco4wd snmptrapd[3581]: :24:55 <UNKNOWN> [UDP: [ ]:32770]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (16176) 0:02:41.76 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises SNMPv2-SMI::enterprises = STRING: "Full Redundancy" SNMPv2-SMI::enterprises = INTEGER: 3 SNMPv2-SMI::enterprises = STRING: "Power Redundancy" SNMPv2-SMI::enterprises = INTEGER: SNMPSA Windows Package 9

14 2.6 SAS SW-RAID SNMP Package The SAS Software RAID SNMP package is provided by LSI and is used on platforms that have SAS SCSI controllers with a RAID OpRom, such as the NSC2U platforms using the S5000 motherboard. It provides RAID status information and traps for RAID events. It is named megasr on the S5000 platforms. SAS HW-RAID Linux Package: sas_ir_snmp-3.*.rpm SAS HW-RAID Windows Package: SAS_IR_SNMP_Win_*.zip (with SNMPAgnt.msi) SAS SW-RAID SNMP Linux Package SAS SW-RAID SNMP Windows Package 2.7 LSI SCSI SNMP Package The SAS SNMP package is provided by LSI and is used on platforms that have LSI MPT SCSI controllers, such as the NSC2U platforms using the S5000 motherboard. It provides SCSI disk status information and traps for SCSI events. It is named scsi-snmp on the S5000 platforms. 2.8 Intel NIC SNMP Package The Intel NIC SNMP Package supplies NIC status and configuration information. For current Linux distributions, net-snmp includes this information. However, for Windows, the Intel NIC SNMP package (PSNMP32) should be installed. 3. Firmware SNMP Features There are some SNMP features that are provided by firmware as well. For the BMC IPMI firmware, it provides IPMI Platform Event Traps via SNMP, and the optional RMM2 module provides some firmware SNMP gets and traps also. 3.1 BMC IPMI SNMP Features The BMC IPMI firmware provides Platform Event Filter (PEF) rules which can be enabled to send SNMP v1 traps when certain IPMI events occur. The IPMI PEF rules and alert destination can be configured with the ipmiutil package, which supports several OSs. See for documentation, source and binaries. MIB files: /usr/share/ipmiutil/bmclanpet.mib 10

15 Intel SNMP Software Overview 3.2 RMM2 SNMP Features The firmware on the optional RMM2 module provides certain RMM2 module inventory information via SNMP gets and certain RMM2 events can also be sent via SNMP v1 traps. MIB files: rmm2.mib (downloadable from the RMM2 module s web interface) 11

16 Appendix A net-snmp snmpwalk output SNMPv2-MIB::sysDescr.0 = STRING: Linux aspenhill ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10 SNMPv2-MIB::sysUpTime.0 = Timeticks: (1782) 0:00:17.82 SNMPv2-MIB::sysContact.0 = STRING: Root <root@localhost> (configure /etc/snmp/snmp.local.conf) SNMPv2-MIB::sysName.0 = STRING: aspenhill2 SNMPv2-MIB::sysLocation.0 = STRING: Unknown (edit /etc/snmp/snmpd.conf) SNMPv2-MIB::sysORLastChange.0 = Timeticks: (2) 0:00:00.02 SNMPv2-MIB::sysORID.1 = OID: IF-MIB::ifMIB SNMPv2-MIB::sysORID.2 = OID: SNMPv2-MIB::snmpMIB SNMPv2-MIB::sysORID.3 = OID: TCP-MIB::tcpMIB SNMPv2-MIB::sysORID.4 = OID: IP-MIB::ip SNMPv2-MIB::sysORID.5 = OID: UDP-MIB::udpMIB SNMPv2-MIB::sysORID.6 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup SNMPv2-MIB::sysORID.7 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance SNMPv2-MIB::sysORID.8 = OID: SNMP-MPD-MIB::snmpMPDCompliance SNMPv2-MIB::sysORID.9 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance SNMPv2-MIB::sysORDescr.1 = STRING: The MIB module to describe generic objects for network interface sublayers SNMPv2-MIB::sysORDescr.2 = STRING: The MIB module for SNMPv2 entities SNMPv2-MIB::sysORDescr.3 = STRING: The MIB module for managing TCP implementations SNMPv2-MIB::sysORDescr.4 = STRING: The MIB module for managing IP and ICMP implementations SNMPv2-MIB::sysORDescr.5 = STRING: The MIB module for managing UDP implementations SNMPv2-MIB::sysORDescr.6 = STRING: View-based Access Control Model for SNMP. SNMPv2-MIB::sysORDescr.7 = STRING: The SNMP Management Architecture MIB. SNMPv2-MIB::sysORDescr.8 = STRING: The MIB for Message Processing and Dispatching. SNMPv2-MIB::sysORDescr.9 = STRING: The management information definitions for the SNMP User-based Security Model. SNMPv2-MIB::sysORUpTime.1 = Timeticks: (1) 0:00:00.01 SNMPv2-MIB::sysORUpTime.2 = Timeticks: (1) 0:00:00.01 SNMPv2-MIB::sysORUpTime.3 = Timeticks: (1) 0:00:00.01 SNMPv2-MIB::sysORUpTime.4 = Timeticks: (1) 0:00:00.01 SNMPv2-MIB::sysORUpTime.5 = Timeticks: (1) 0:00:00.01 SNMPv2-MIB::sysORUpTime.6 = Timeticks: (1) 0:00:00.01 SNMPv2-MIB::sysORUpTime.7 = Timeticks: (2) 0:00:00.02 SNMPv2-MIB::sysORUpTime.8 = Timeticks: (2) 0:00:00.02 SNMPv2-MIB::sysORUpTime.9 = Timeticks: (2) 0:00:00.02 IF-MIB::ifNumber.0 = INTEGER: 4 IF-MIB::ifIndex.1 = INTEGER: 1 IF-MIB::ifIndex.2 = INTEGER: 2 IF-MIB::ifIndex.3 = INTEGER: 3 IF-MIB::ifIndex.4 = INTEGER: 4 IF-MIB::ifDescr.1 = STRING: lo IF-MIB::ifDescr.2 = STRING: eth0 IF-MIB::ifDescr.3 = STRING: eth1 IF-MIB::ifDescr.4 = STRING: sit0 IF-MIB::ifType.1 = INTEGER: softwareloopback(24) IF-MIB::ifType.2 = INTEGER: ethernetcsmacd(6) IF-MIB::ifType.3 = INTEGER: ethernetcsmacd(6) IF-MIB::ifType.4 = INTEGER: tunnel(131) IF-MIB::ifMtu.1 = INTEGER: IF-MIB::ifMtu.2 = INTEGER: 1500 IF-MIB::ifMtu.3 = INTEGER: 1500 IF-MIB::ifMtu.4 = INTEGER: 1480 IF-MIB::ifSpeed.1 = Gauge32: IF-MIB::ifSpeed.2 = Gauge32: IF-MIB::ifSpeed.3 = Gauge32: 0 12

17 Intel SNMP Software Overview IF-MIB::ifSpeed.4 = Gauge32: 0 IF-MIB::ifPhysAddress.1 = STRING: IF-MIB::ifPhysAddress.2 = STRING: 0:15:17:21:67:36 IF-MIB::ifPhysAddress.3 = STRING: 0:15:17:21:67:37 IF-MIB::ifPhysAddress.4 = STRING: IF-MIB::ifAdminStatus.1 = INTEGER: up(1) IF-MIB::ifAdminStatus.2 = INTEGER: up(1) IF-MIB::ifAdminStatus.3 = INTEGER: down(2) IF-MIB::ifAdminStatus.4 = INTEGER: down(2) IF-MIB::ifOperStatus.1 = INTEGER: up(1) IF-MIB::ifOperStatus.2 = INTEGER: up(1) IF-MIB::ifOperStatus.3 = INTEGER: down(2) IF-MIB::ifOperStatus.4 = INTEGER: down(2) IF-MIB::ifInOctets.1 = Counter32: IF-MIB::ifInOctets.2 = Counter32: IF-MIB::ifInOctets.3 = Counter32: 0 IF-MIB::ifInOctets.4 = Counter32: 0 IF-MIB::ifInUcastPkts.1 = Counter32: 169 IF-MIB::ifInUcastPkts.2 = Counter32: IF-MIB::ifInUcastPkts.3 = Counter32: 0 IF-MIB::ifInUcastPkts.4 = Counter32: 0 IF-MIB::ifInDiscards.1 = Counter32: 0 IF-MIB::ifInDiscards.2 = Counter32: 0 IF-MIB::ifInDiscards.3 = Counter32: 0 IF-MIB::ifInDiscards.4 = Counter32: 0 IF-MIB::ifInErrors.1 = Counter32: 0 IF-MIB::ifInErrors.2 = Counter32: 0 IF-MIB::ifInErrors.3 = Counter32: 0 IF-MIB::ifInErrors.4 = Counter32: 0 IF-MIB::ifOutOctets.1 = Counter32: IF-MIB::ifOutOctets.2 = Counter32: 9126 IF-MIB::ifOutOctets.3 = Counter32: 0 IF-MIB::ifOutOctets.4 = Counter32: 0 IF-MIB::ifOutUcastPkts.1 = Counter32: 201 IF-MIB::ifOutUcastPkts.2 = Counter32: 67 IF-MIB::ifOutUcastPkts.3 = Counter32: 0 IF-MIB::ifOutUcastPkts.4 = Counter32: 0 IF-MIB::ifOutDiscards.1 = Counter32: 0 IF-MIB::ifOutDiscards.2 = Counter32: 0 IF-MIB::ifOutDiscards.3 = Counter32: 0 IF-MIB::ifOutDiscards.4 = Counter32: 0 IF-MIB::ifOutErrors.1 = Counter32: 0 IF-MIB::ifOutErrors.2 = Counter32: 0 IF-MIB::ifOutErrors.3 = Counter32: 0 IF-MIB::ifOutErrors.4 = Counter32: 0 IF-MIB::ifOutQLen.1 = Gauge32: 0 IF-MIB::ifOutQLen.2 = Gauge32: 0 IF-MIB::ifOutQLen.3 = Gauge32: 0 IF-MIB::ifOutQLen.4 = Gauge32: 0 IF-MIB::ifSpecific.1 = OID: SNMPv2-SMI::zeroDotZero IF-MIB::ifSpecific.2 = OID: SNMPv2-SMI::zeroDotZero IF-MIB::ifSpecific.3 = OID: SNMPv2-SMI::zeroDotZero IF-MIB::ifSpecific.4 = OID: SNMPv2-SMI::zeroDotZero RFC1213-MIB::atIfIndex = INTEGER: 2 RFC1213-MIB::atPhysAddress = Hex-STRING: E RFC1213-MIB::atNetAddress = Network Address: 0A:F3:2A:DA IP-MIB::ipForwarding.0 = INTEGER: notforwarding(2) IP-MIB::ipDefaultTTL.0 = INTEGER: 64 IP-MIB::ipInReceives.0 = Counter32: 1482 IP-MIB::ipInHdrErrors.0 = Counter32: 0 13

18 IP-MIB::ipInAddrErrors.0 = Counter32: 0 IP-MIB::ipForwDatagrams.0 = Counter32: 0 IP-MIB::ipInUnknownProtos.0 = Counter32: 0 IP-MIB::ipInDiscards.0 = Counter32: 0 IP-MIB::ipInDelivers.0 = Counter32: 1482 IP-MIB::ipOutRequests.0 = Counter32: 303 IP-MIB::ipOutDiscards.0 = Counter32: 0 IP-MIB::ipOutNoRoutes.0 = Counter32: 0 IP-MIB::ipReasmTimeout.0 = INTEGER: 0 IP-MIB::ipReasmReqds.0 = Counter32: 0 IP-MIB::ipReasmOKs.0 = Counter32: 0 IP-MIB::ipReasmFails.0 = Counter32: 0 IP-MIB::ipFragOKs.0 = Counter32: 0 IP-MIB::ipFragFails.0 = Counter32: 0 IP-MIB::ipFragCreates.0 = Counter32: 0 IP-MIB::ipAdEntAddr = IpAddress: IP-MIB::ipAdEntAddr = IpAddress: IP-MIB::ipAdEntIfIndex = INTEGER: 2 IP-MIB::ipAdEntIfIndex = INTEGER: 1 IP-MIB::ipAdEntNetMask = IpAddress: IP-MIB::ipAdEntNetMask = IpAddress: IP-MIB::ipAdEntBcastAddr = INTEGER: 1 IP-MIB::ipAdEntBcastAddr = INTEGER: 1 RFC1213-MIB::ipRouteDest = IpAddress: RFC1213-MIB::ipRouteDest = IpAddress: RFC1213-MIB::ipRouteDest = IpAddress: RFC1213-MIB::ipRouteIfIndex = INTEGER: 2 RFC1213-MIB::ipRouteIfIndex = INTEGER: 2 RFC1213-MIB::ipRouteIfIndex = INTEGER: 2 RFC1213-MIB::ipRouteMetric = INTEGER: 1 RFC1213-MIB::ipRouteMetric = INTEGER: 0 RFC1213-MIB::ipRouteMetric = INTEGER: 0 RFC1213-MIB::ipRouteNextHop = IpAddress: RFC1213-MIB::ipRouteNextHop = IpAddress: RFC1213-MIB::ipRouteNextHop = IpAddress: RFC1213-MIB::ipRouteType = INTEGER: indirect(4) RFC1213-MIB::ipRouteType = INTEGER: direct(3) RFC1213-MIB::ipRouteType = INTEGER: direct(3) RFC1213-MIB::ipRouteProto = INTEGER: local(2) RFC1213-MIB::ipRouteProto = INTEGER: local(2) RFC1213-MIB::ipRouteProto = INTEGER: local(2) RFC1213-MIB::ipRouteMask = IpAddress: RFC1213-MIB::ipRouteMask = IpAddress: RFC1213-MIB::ipRouteMask = IpAddress: RFC1213-MIB::ipRouteInfo = OID: SNMPv2-SMI::zeroDotZero RFC1213-MIB::ipRouteInfo = OID: SNMPv2-SMI::zeroDotZero RFC1213-MIB::ipRouteInfo = OID: SNMPv2-SMI::zeroDotZero IP-MIB::ipNetToMediaIfIndex = INTEGER: 2 IP-MIB::ipNetToMediaPhysAddress = STRING: 0:7:e9:6:17:62 IP-MIB::ipNetToMediaNetAddress = IpAddress: IP-MIB::ipNetToMediaType = INTEGER: dynamic(3) IP-MIB::ipRoutingDiscards.0 = Counter32: 0 IP-MIB::icmpInMsgs.0 = Counter32: 7 IP-MIB::icmpInErrors.0 = Counter32: 0 IP-MIB::icmpInDestUnreachs.0 = Counter32: 7 IP-MIB::icmpInTimeExcds.0 = Counter32: 0 IP-MIB::icmpInParmProbs.0 = Counter32: 0 IP-MIB::icmpInSrcQuenchs.0 = Counter32: 0 IP-MIB::icmpInRedirects.0 = Counter32: 0 IP-MIB::icmpInEchos.0 = Counter32: 0 14

19 Intel SNMP Software Overview IP-MIB::icmpInEchoReps.0 = Counter32: 0 IP-MIB::icmpInTimestamps.0 = Counter32: 0 IP-MIB::icmpInTimestampReps.0 = Counter32: 0 IP-MIB::icmpInAddrMasks.0 = Counter32: 0 IP-MIB::icmpInAddrMaskReps.0 = Counter32: 0 IP-MIB::icmpOutMsgs.0 = Counter32: 7 IP-MIB::icmpOutErrors.0 = Counter32: 0 IP-MIB::icmpOutDestUnreachs.0 = Counter32: 7 IP-MIB::icmpOutTimeExcds.0 = Counter32: 0 IP-MIB::icmpOutParmProbs.0 = Counter32: 0 IP-MIB::icmpOutSrcQuenchs.0 = Counter32: 0 IP-MIB::icmpOutRedirects.0 = Counter32: 0 IP-MIB::icmpOutEchos.0 = Counter32: 0 IP-MIB::icmpOutEchoReps.0 = Counter32: 0 IP-MIB::icmpOutTimestamps.0 = Counter32: 0 IP-MIB::icmpOutTimestampReps.0 = Counter32: 0 IP-MIB::icmpOutAddrMasks.0 = Counter32: 0 IP-MIB::icmpOutAddrMaskReps.0 = Counter32: 0 TCP-MIB::tcpRtoAlgorithm.0 = INTEGER: other(1) TCP-MIB::tcpRtoMin.0 = INTEGER: 200 milliseconds TCP-MIB::tcpRtoMax.0 = INTEGER: milliseconds TCP-MIB::tcpMaxConn.0 = INTEGER: -1 TCP-MIB::tcpActiveOpens.0 = Counter32: 2 TCP-MIB::tcpPassiveOpens.0 = Counter32: 2 TCP-MIB::tcpAttemptFails.0 = Counter32: 0 TCP-MIB::tcpEstabResets.0 = Counter32: 0 TCP-MIB::tcpCurrEstab.0 = Gauge32: 1 TCP-MIB::tcpInSegs.0 = Counter32: 82 TCP-MIB::tcpOutSegs.0 = Counter32: 60 TCP-MIB::tcpRetransSegs.0 = Counter32: 0 TCP-MIB::tcpConnState = INTEGER: listen(2) TCP-MIB::tcpConnState = INTEGER: listen(2) TCP-MIB::tcpConnState = INTEGER: listen(2) TCP-MIB::tcpConnState = INTEGER: listen(2) TCP-MIB::tcpConnLocalAddress = IpAddress: TCP-MIB::tcpConnLocalAddress = IpAddress: TCP-MIB::tcpConnLocalAddress = IpAddress: TCP-MIB::tcpConnLocalAddress = IpAddress: TCP-MIB::tcpConnLocalPort = INTEGER: 23 TCP-MIB::tcpConnLocalPort = INTEGER: 111 TCP-MIB::tcpConnLocalPort = INTEGER: 199 TCP-MIB::tcpConnLocalPort = INTEGER: 791 TCP-MIB::tcpConnRemAddress = IpAddress: TCP-MIB::tcpConnRemAddress = IpAddress: TCP-MIB::tcpConnRemAddress = IpAddress: TCP-MIB::tcpConnRemAddress = IpAddress: TCP-MIB::tcpConnRemPort = INTEGER: 0 TCP-MIB::tcpConnRemPort = INTEGER: 0 TCP-MIB::tcpConnRemPort = INTEGER: 0 TCP-MIB::tcpConnRemPort = INTEGER: 0 TCP-MIB::tcpInErrs.0 = Counter32: 0 TCP-MIB::tcpOutRsts.0 = Counter32: 3 UDP-MIB::udpInDatagrams.0 = Counter32: 461 UDP-MIB::udpNoPorts.0 = Counter32: 7 UDP-MIB::udpInErrors.0 = Counter32: 0 UDP-MIB::udpOutDatagrams.0 = Counter32: 468 UDP-MIB::udpLocalAddress = IpAddress: UDP-MIB::udpLocalAddress = IpAddress: UDP-MIB::udpLocalAddress = IpAddress: UDP-MIB::udpLocalAddress = IpAddress:

20 UDP-MIB::udpLocalAddress = IpAddress: UDP-MIB::udpLocalAddress = IpAddress: UDP-MIB::udpLocalPort = INTEGER: 111 UDP-MIB::udpLocalPort = INTEGER: 161 UDP-MIB::udpLocalPort = INTEGER: 785 UDP-MIB::udpLocalPort = INTEGER: 788 UDP-MIB::udpLocalPort = INTEGER: UDP-MIB::udpLocalPort = INTEGER: SNMPv2-MIB::snmpInPkts.0 = Counter32: 243 SNMPv2-MIB::snmpOutPkts.0 = Counter32: 244 SNMPv2-MIB::snmpInBadVersions.0 = Counter32: 0 SNMPv2-MIB::snmpInBadCommunityNames.0 = Counter32: 0 SNMPv2-MIB::snmpInBadCommunityUses.0 = Counter32: 0 SNMPv2-MIB::snmpInASNParseErrs.0 = Counter32: 0 SNMPv2-MIB::snmpInTooBigs.0 = Counter32: 0 SNMPv2-MIB::snmpInNoSuchNames.0 = Counter32: 0 SNMPv2-MIB::snmpInBadValues.0 = Counter32: 0 SNMPv2-MIB::snmpInReadOnlys.0 = Counter32: 0 SNMPv2-MIB::snmpInGenErrs.0 = Counter32: 0 SNMPv2-MIB::snmpInTotalReqVars.0 = Counter32: 253 SNMPv2-MIB::snmpInTotalSetVars.0 = Counter32: 0 SNMPv2-MIB::snmpInGetRequests.0 = Counter32: 0 SNMPv2-MIB::snmpInGetNexts.0 = Counter32: 257 SNMPv2-MIB::snmpInSetRequests.0 = Counter32: 0 SNMPv2-MIB::snmpInGetResponses.0 = Counter32: 0 SNMPv2-MIB::snmpInTraps.0 = Counter32: 0 SNMPv2-MIB::snmpOutTooBigs.0 = Counter32: 0 SNMPv2-MIB::snmpOutNoSuchNames.0 = Counter32: 0 SNMPv2-MIB::snmpOutBadValues.0 = Counter32: 0 SNMPv2-MIB::snmpOutGenErrs.0 = Counter32: 0 SNMPv2-MIB::snmpOutGetRequests.0 = Counter32: 0 SNMPv2-MIB::snmpOutGetNexts.0 = Counter32: 0 SNMPv2-MIB::snmpOutSetRequests.0 = Counter32: 0 SNMPv2-MIB::snmpOutGetResponses.0 = Counter32: 267 SNMPv2-MIB::snmpOutTraps.0 = Counter32: 1 SNMPv2-MIB::snmpEnableAuthenTraps.0 = INTEGER: disabled(2) SNMPv2-MIB::snmpSilentDrops.0 = Counter32: 0 SNMPv2-MIB::snmpProxyDrops.0 = Counter32: 0 HOST-RESOURCES-MIB::hrSystemUptime.0 = Timeticks: ( ) 4:02:27.12 HOST-RESOURCES-MIB::hrSystemDate.0 = STRING: ,11:46:4.0,-5:0 HOST-RESOURCES-MIB::hrSystemInitialLoadDevice.0 = INTEGER: 1536 HOST-RESOURCES-MIB::hrSystemInitialLoadParameters.0 = STRING: "ro root=/dev/sda5 console=tty0 console=ttys1 " HOST-RESOURCES-MIB::hrSystemNumUsers.0 = Gauge32: 5 HOST-RESOURCES-MIB::hrSystemProcesses.0 = Gauge32: 87 HOST-RESOURCES-MIB::hrSystemMaxProcesses.0 = INTEGER: 0 HOST-RESOURCES-MIB::hrMemorySize.0 = INTEGER: KBytes HOST-RESOURCES-MIB::hrStorageIndex.1 = INTEGER: 1 HOST-RESOURCES-MIB::hrStorageIndex.2 = INTEGER: 2 HOST-RESOURCES-MIB::hrStorageIndex.3 = INTEGER: 3 HOST-RESOURCES-MIB::hrStorageIndex.4 = INTEGER: 4 HOST-RESOURCES-MIB::hrStorageIndex.5 = INTEGER: 5 HOST-RESOURCES-MIB::hrStorageIndex.6 = INTEGER: 6 HOST-RESOURCES-MIB::hrStorageIndex.7 = INTEGER: 7 HOST-RESOURCES-MIB::hrStorageIndex.8 = INTEGER: 8 HOST-RESOURCES-MIB::hrStorageIndex.9 = INTEGER: 9 HOST-RESOURCES-MIB::hrStorageType.1 = OID: HOST-RESOURCES-TYPES::hrStorageOther HOST-RESOURCES-MIB::hrStorageType.2 = OID: HOST-RESOURCES-TYPES::hrStorageRam HOST-RESOURCES-MIB::hrStorageType.3 = OID: HOST-RESOURCES-TYPES::hrStorageVirtualMemory 16

21 Intel SNMP Software Overview HOST-RESOURCES-MIB::hrStorageType.4 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk HOST-RESOURCES-MIB::hrStorageType.5 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk HOST-RESOURCES-MIB::hrStorageType.6 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk HOST-RESOURCES-MIB::hrStorageType.7 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk HOST-RESOURCES-MIB::hrStorageType.8 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk HOST-RESOURCES-MIB::hrStorageType.9 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk HOST-RESOURCES-MIB::hrStorageDescr.1 = STRING: Memory Buffers HOST-RESOURCES-MIB::hrStorageDescr.2 = STRING: Real Memory HOST-RESOURCES-MIB::hrStorageDescr.3 = STRING: Swap Space HOST-RESOURCES-MIB::hrStorageDescr.4 = STRING: / HOST-RESOURCES-MIB::hrStorageDescr.5 = STRING: /sys HOST-RESOURCES-MIB::hrStorageDescr.6 = STRING: /proc/bus/usb HOST-RESOURCES-MIB::hrStorageDescr.7 = STRING: /boot HOST-RESOURCES-MIB::hrStorageDescr.8 = STRING: /proc/sys/fs/binfmt_misc HOST-RESOURCES-MIB::hrStorageDescr.9 = STRING: /var/lib/nfs/rpc_pipefs HOST-RESOURCES-MIB::hrStorageAllocationUnits.1 = INTEGER: 1024 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.2 = INTEGER: 1024 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.3 = INTEGER: 1024 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.4 = INTEGER: 4096 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.5 = INTEGER: 4096 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.6 = INTEGER: 4096 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.7 = INTEGER: 1024 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.8 = INTEGER: 4096 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.9 = INTEGER: 4096 Bytes HOST-RESOURCES-MIB::hrStorageSize.1 = INTEGER: HOST-RESOURCES-MIB::hrStorageSize.2 = INTEGER: HOST-RESOURCES-MIB::hrStorageSize.3 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageSize.4 = INTEGER: HOST-RESOURCES-MIB::hrStorageSize.5 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageSize.6 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageSize.7 = INTEGER: HOST-RESOURCES-MIB::hrStorageSize.8 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageSize.9 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageUsed.1 = INTEGER: HOST-RESOURCES-MIB::hrStorageUsed.2 = INTEGER: HOST-RESOURCES-MIB::hrStorageUsed.3 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageUsed.4 = INTEGER: HOST-RESOURCES-MIB::hrStorageUsed.5 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageUsed.6 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageUsed.7 = INTEGER: HOST-RESOURCES-MIB::hrStorageUsed.8 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageUsed.9 = INTEGER: 0 HOST-RESOURCES-MIB::hrDeviceIndex.768 = INTEGER: 768 HOST-RESOURCES-MIB::hrDeviceIndex.769 = INTEGER: 769 HOST-RESOURCES-MIB::hrDeviceIndex.1025 = INTEGER: 1025 HOST-RESOURCES-MIB::hrDeviceIndex.1026 = INTEGER: 1026 HOST-RESOURCES-MIB::hrDeviceIndex.1027 = INTEGER: 1027 HOST-RESOURCES-MIB::hrDeviceIndex.1028 = INTEGER: 1028 HOST-RESOURCES-MIB::hrDeviceIndex.1536 = INTEGER: 1536 HOST-RESOURCES-MIB::hrDeviceIndex.1552 = INTEGER: 1552 HOST-RESOURCES-MIB::hrDeviceIndex.1553 = INTEGER: 1553 HOST-RESOURCES-MIB::hrDeviceIndex.3072 = INTEGER: 3072 HOST-RESOURCES-MIB::hrDeviceType.768 = OID: HOST-RESOURCES-TYPES::hrDeviceProcessor HOST-RESOURCES-MIB::hrDeviceType.769 = OID: HOST-RESOURCES-TYPES::hrDeviceProcessor HOST-RESOURCES-MIB::hrDeviceType.1025 = OID: HOST-RESOURCES-TYPES::hrDeviceNetwork HOST-RESOURCES-MIB::hrDeviceType.1026 = OID: HOST-RESOURCES-TYPES::hrDeviceNetwork HOST-RESOURCES-MIB::hrDeviceType.1027 = OID: HOST-RESOURCES-TYPES::hrDeviceNetwork HOST-RESOURCES-MIB::hrDeviceType.1028 = OID: HOST-RESOURCES-TYPES::hrDeviceNetwork HOST-RESOURCES-MIB::hrDeviceType.1536 = OID: HOST-RESOURCES-TYPES::hrDeviceDiskStorage HOST-RESOURCES-MIB::hrDeviceType.1552 = OID: HOST-RESOURCES-TYPES::hrDeviceDiskStorage 17

22 HOST-RESOURCES-MIB::hrDeviceType.1553 = OID: HOST-RESOURCES-TYPES::hrDeviceDiskStorage HOST-RESOURCES-MIB::hrDeviceType.3072 = OID: HOST-RESOURCES-TYPES::hrDeviceCoprocessor HOST-RESOURCES-MIB::hrDeviceDescr.768 = STRING: GenuineIntel: Intel(R) Xeon(R) CPU 2.13GHz HOST-RESOURCES-MIB::hrDeviceDescr.769 = STRING: GenuineIntel: Intel(R) Xeon(R) CPU 2.13GHz HOST-RESOURCES-MIB::hrDeviceDescr.1025 = STRING: network interface lo HOST-RESOURCES-MIB::hrDeviceDescr.1026 = STRING: network interface eth0 HOST-RESOURCES-MIB::hrDeviceDescr.1027 = STRING: network interface eth1 HOST-RESOURCES-MIB::hrDeviceDescr.1028 = STRING: network interface sit0 HOST-RESOURCES-MIB::hrDeviceDescr.1536 = STRING: MATSHITADVD-RAM UJ-810 HOST-RESOURCES-MIB::hrDeviceDescr.1552 = STRING: SCSI disk (/dev/sda) HOST-RESOURCES-MIB::hrDeviceDescr.1553 = STRING: SCSI disk (/dev/sdb) HOST-RESOURCES-MIB::hrDeviceDescr.3072 = STRING: Guessing that there's a floating point co-processor HOST-RESOURCES-MIB::hrDeviceID.768 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.769 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.1025 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.1026 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.1027 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.1028 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.1536 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.1552 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.1553 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.3072 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrProcessorFrwID.768 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrProcessorFrwID.769 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrNetworkIfIndex.1025 = INTEGER: 1 HOST-RESOURCES-MIB::hrNetworkIfIndex.1026 = INTEGER: 2 HOST-RESOURCES-MIB::hrNetworkIfIndex.1027 = INTEGER: 3 HOST-RESOURCES-MIB::hrNetworkIfIndex.1028 = INTEGER: 4 HOST-RESOURCES-MIB::hrDiskStorageAccess.1536 = INTEGER: readwrite(1) HOST-RESOURCES-MIB::hrDiskStorageAccess.1552 = INTEGER: readwrite(1) HOST-RESOURCES-MIB::hrDiskStorageAccess.1553 = INTEGER: readwrite(1) HOST-RESOURCES-MIB::hrDiskStorageMedia.1536 = INTEGER: unknown(2) HOST-RESOURCES-MIB::hrDiskStorageMedia.1552 = INTEGER: unknown(2) HOST-RESOURCES-MIB::hrDiskStorageMedia.1553 = INTEGER: unknown(2) HOST-RESOURCES-MIB::hrDiskStorageRemoveble.1536 = INTEGER: true(1) HOST-RESOURCES-MIB::hrDiskStorageRemoveble.1552 = INTEGER: false(2) HOST-RESOURCES-MIB::hrDiskStorageRemoveble.1553 = INTEGER: false(2) HOST-RESOURCES-MIB::hrDiskStorageCapacity.1536 = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrDiskStorageCapacity.1552 = INTEGER: KBytes HOST-RESOURCES-MIB::hrDiskStorageCapacity.1553 = INTEGER: KBytes HOST-RESOURCES-MIB::hrPartitionIndex = INTEGER: 1 HOST-RESOURCES-MIB::hrPartitionIndex = INTEGER: 2 HOST-RESOURCES-MIB::hrPartitionIndex = INTEGER: 3 HOST-RESOURCES-MIB::hrPartitionIndex = INTEGER: 4 HOST-RESOURCES-MIB::hrPartitionIndex = INTEGER: 5 HOST-RESOURCES-MIB::hrPartitionIndex = INTEGER: 6 HOST-RESOURCES-MIB::hrPartitionIndex = INTEGER: 7 HOST-RESOURCES-MIB::hrPartitionIndex = INTEGER: 8 HOST-RESOURCES-MIB::hrPartitionIndex = INTEGER: 9 HOST-RESOURCES-MIB::hrPartitionIndex = INTEGER: 10 HOST-RESOURCES-MIB::hrPartitionIndex = INTEGER: 1 HOST-RESOURCES-MIB::hrPartitionIndex = INTEGER: 2 HOST-RESOURCES-MIB::hrPartitionLabel = STRING: "/dev/sda1" HOST-RESOURCES-MIB::hrPartitionLabel = STRING: "/dev/sda2" HOST-RESOURCES-MIB::hrPartitionLabel = STRING: "/dev/sda3" HOST-RESOURCES-MIB::hrPartitionLabel = STRING: "/dev/sda4" HOST-RESOURCES-MIB::hrPartitionLabel = STRING: "/dev/sda5" HOST-RESOURCES-MIB::hrPartitionLabel = STRING: "/dev/sda6" 18

23 Intel SNMP Software Overview HOST-RESOURCES-MIB::hrPartitionLabel = STRING: "/dev/sda7" HOST-RESOURCES-MIB::hrPartitionLabel = STRING: "/dev/sda8" HOST-RESOURCES-MIB::hrPartitionLabel = STRING: "/dev/sda9" HOST-RESOURCES-MIB::hrPartitionLabel = STRING: "/dev/sda10" HOST-RESOURCES-MIB::hrPartitionLabel = STRING: "/dev/sdb1" HOST-RESOURCES-MIB::hrPartitionLabel = STRING: "/dev/sdb2" HOST-RESOURCES-MIB::hrPartitionID = STRING: "0x801" HOST-RESOURCES-MIB::hrPartitionID = STRING: "0x802" HOST-RESOURCES-MIB::hrPartitionID = STRING: "0x803" HOST-RESOURCES-MIB::hrPartitionID = STRING: "0x804" HOST-RESOURCES-MIB::hrPartitionID = STRING: "0x805" HOST-RESOURCES-MIB::hrPartitionID = STRING: "0x806" HOST-RESOURCES-MIB::hrPartitionID = STRING: "0x807" HOST-RESOURCES-MIB::hrPartitionID = STRING: "0x808" HOST-RESOURCES-MIB::hrPartitionID = STRING: "0x809" HOST-RESOURCES-MIB::hrPartitionID = STRING: "0x80a" HOST-RESOURCES-MIB::hrPartitionID = STRING: "0x811" HOST-RESOURCES-MIB::hrPartitionID = STRING: "0x812" HOST-RESOURCES-MIB::hrPartitionSize = INTEGER: KBytes HOST-RESOURCES-MIB::hrPartitionSize = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize = INTEGER: KBytes HOST-RESOURCES-MIB::hrPartitionSize = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionFSIndex = INTEGER: 4 HOST-RESOURCES-MIB::hrPartitionFSIndex = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex = INTEGER: 1 HOST-RESOURCES-MIB::hrPartitionFSIndex = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex = INTEGER: 0 HOST-RESOURCES-MIB::hrFSIndex.1 = INTEGER: 1 HOST-RESOURCES-MIB::hrFSIndex.2 = INTEGER: 2 HOST-RESOURCES-MIB::hrFSIndex.3 = INTEGER: 3 HOST-RESOURCES-MIB::hrFSIndex.4 = INTEGER: 4 HOST-RESOURCES-MIB::hrFSIndex.5 = INTEGER: 5 HOST-RESOURCES-MIB::hrFSIndex.6 = INTEGER: 6 HOST-RESOURCES-MIB::hrFSMountPoint.1 = STRING: "/" HOST-RESOURCES-MIB::hrFSMountPoint.2 = STRING: "/sys" HOST-RESOURCES-MIB::hrFSMountPoint.3 = STRING: "/proc/bus/usb" HOST-RESOURCES-MIB::hrFSMountPoint.4 = STRING: "/boot" HOST-RESOURCES-MIB::hrFSMountPoint.5 = STRING: "/proc/sys/fs/binfmt_misc" HOST-RESOURCES-MIB::hrFSMountPoint.6 = STRING: "/var/lib/nfs/rpc_pipefs" HOST-RESOURCES-MIB::hrFSRemoteMountPoint.1 = "" HOST-RESOURCES-MIB::hrFSRemoteMountPoint.2 = "" HOST-RESOURCES-MIB::hrFSRemoteMountPoint.3 = "" HOST-RESOURCES-MIB::hrFSRemoteMountPoint.4 = "" HOST-RESOURCES-MIB::hrFSRemoteMountPoint.5 = "" HOST-RESOURCES-MIB::hrFSRemoteMountPoint.6 = "" 19

Intel Simple Network Management Protocol (SNMP) Subagent v6.0

Intel Simple Network Management Protocol (SNMP) Subagent v6.0 Intel Simple Network Management Protocol (SNMP) Subagent v6.0 User Guide March 2013 ii Intel SNMP Subagent User s Guide Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL

More information

Installing and Configuring the Intel Server Manager 8 SNMP Subagents. Intel Server Manager 8.40

Installing and Configuring the Intel Server Manager 8 SNMP Subagents. Intel Server Manager 8.40 Installing and Configuring the Intel Server Manager 8 SNMP Subagents Intel Server Manager 8.40 Legal Information This Installing and Configuring the Intel Server Manager 8 SNMP Subagents--Intel Server

More information

This watermark does not appear in the registered version - http://www.clicktoconvert.com. SNMP and OpenNMS. Part 1 SNMP.

This watermark does not appear in the registered version - http://www.clicktoconvert.com. SNMP and OpenNMS. Part 1 SNMP. SNMP and OpenNMS Part 1 SNMP Zeev Halevi Introduction Designed in 1987 by Internet Engineering Task Force (IETF) to send and receive management and status information across networks Most widely used network

More information

Using SNMP with Content Gateway (not V-Series)

Using SNMP with Content Gateway (not V-Series) Using SNMP with Content Gateway (not V-Series) Topic 60035 / Updated: 9-May-2011 Applies To: Websense Web Security Gateway 7.6.x Websense Web Security Gateway Anywhere 7.6.x Websense Content Gateway 7.6.x

More information

CS615 - Aspects of System Administration

CS615 - Aspects of System Administration CS615 - Aspects of System Administration Slide 1 CS615 - Aspects of System Administration Monitoring, SNMP Department of Computer Science Stevens Institute of Technology Jan Schaumann jschauma@stevens.edu

More information

QStar SNMP installation, configuration and testing. Contents. Introduction. Change History

QStar SNMP installation, configuration and testing. Contents. Introduction. Change History QStar SNMP installation, configuration and testing Change History Date Author Comments February 19, 2014 Slava Initial version March 1, 2014 Slava Update April 8, 2014 Vladas Trap destination configuration

More information

Simple Network Management Protocol

Simple Network Management Protocol CS 556 - Networks II Internet Teaching Lab (MCS B-24) Simple Network Mgmt Protocol (SNMP) Simple Network Management Protocol What you will learn in this lab: Details of the SNMP protocol. Contents of a

More information

Dell OpenManage SNMP Reference Guide Version 8.0.1

Dell OpenManage SNMP Reference Guide Version 8.0.1 Dell OpenManage SNMP Reference Guide Version 8.0.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates

More information

SNMP COMMAND SNMP SNMP [HELP] [COMMUNITY SYSCONTACT SYSLOCATION SYSNAME SYSOBJECID/OID TRAPS LIST]

SNMP COMMAND SNMP SNMP [HELP] [COMMUNITY SYSCONTACT SYSLOCATION SYSNAME SYSOBJECID/OID TRAPS LIST] 1996 Lundy Ave, San Jose, CA 95131, USA Phone: 408.519.2062 Fax: 408.519.2063 www.anacominc.com SNMP (Rev 78) SNMP COMMAND This command serves to list all SNMP configuration parameters, but it can also

More information

RemoteControl SNMP. APPolo Remote Control SNMP User Guide. User Guide. Revision: 1.1 Last Updated: June 2014 Support Contact: support@lynx-technik.

RemoteControl SNMP. APPolo Remote Control SNMP User Guide. User Guide. Revision: 1.1 Last Updated: June 2014 Support Contact: support@lynx-technik. RemoteControl SNMP Revision: 1.1 Last Updated: June 2014 Support Contact: support@lynx-technik.com 2014 LYNXTechnik AG Page 1/10 Contents Overview... 2 General Info on SNMP... 2 Traps and Control... 3

More information

May 2002 16PZ-0502A-WWEN Prepared by: Internet & E-Commerce Solutions

May 2002 16PZ-0502A-WWEN Prepared by: Internet & E-Commerce Solutions May 2002 Prepared by: Internet & E-Commerce Solutions Contents Introduction... 3 Solution Overview... 3 Obtaining Compaq Management Agents (CMA) for Linux... 3 Integrating Compaq Management Agents MIBs

More information

Demystifying SNMP. TruePath Technologies Inc 10/5/2015 2:11:14 PM Version 1.db. p.1

Demystifying SNMP. TruePath Technologies Inc 10/5/2015 2:11:14 PM Version 1.db. p.1 Demystifying SNMP p.1 Who is? US based, leading edge IT software and services company that specializes in in-house services for new or existing IT monitoring software. We offer software with an easy to

More information

Synology DiskStation

Synology DiskStation Synology DiskStation MIB Guide 2013-11-4 1 United States and other countries. rights which vary from state to state. Synology Inc. 2013 Synology Inc. Other products and company names mentioned herein are

More information

How to configure Microsoft System Center Operations Manager (SCOM) 2012 R2 as SNMP trap receiver for VMware vcenter on MS Windows?

How to configure Microsoft System Center Operations Manager (SCOM) 2012 R2 as SNMP trap receiver for VMware vcenter on MS Windows? How to congure Microsoft System Center Operations Manager (SCOM) 2012 R2 as SNMP trap receiver for VMware vcenter on MS Windows? One of the most interesting and very often asked things is how do I congure

More information

Exploring the Remote Access Configuration Utility

Exploring the Remote Access Configuration Utility Exploring the Remote Access Configuration Utility in Ninth-Generation Dell PowerEdge Servers The Remote Access Configuration Utility supports local and remote server management in ninth-generation Dell

More information

Installation Guide for the Intel Server Control

Installation Guide for the Intel Server Control Installation Guide for the Intel Server Control Order Number: 747116-007 This guide explains how to install and launch the Intel Server Control (ISC) software. ISC is a server management tool that provides

More information

Better Integration of Systems Management Hardware with Linux

Better Integration of Systems Management Hardware with Linux Better Integration of Systems Management Hardware with Linux LINUXCON NORTH AMERICA Aug 2014 Charles Rose Engineer Dell Inc. Agenda Introduction Systems Management Hardware/Software Information Available

More information

AST2150 IPMI Configuration Guide

AST2150 IPMI Configuration Guide AST2150 IPMI Configuration Guide Version 1.1 Copyright Copyright 2011 MiTAC International Corporation. All rights reserved. No part of this manual may be reproduced or translated without prior written

More information

Configurable device discovery. Belgrade University Computer Centre, Serbia slavko.gajin@rcub.bg.ac.rs

Configurable device discovery. Belgrade University Computer Centre, Serbia slavko.gajin@rcub.bg.ac.rs Configurable device discovery based on SNMP Slavko Gajin Slavko Gajin Belgrade University Computer Centre, Serbia slavko.gajin@rcub.bg.ac.rs Introduction Motivation To avoid manual initial configuration

More information

Server Management Agent for Windows User s Guide. Server Management 2.0 and Higher

Server Management Agent for Windows User s Guide. Server Management 2.0 and Higher Server Management Agent for Windows User s Guide Server Management 2.0 and Higher March 2008 . unisys imagine it. done. Server Management Agent for Windows User s Guide Server Management 2.0 and Higher

More information

NAS 271 ASUSTOR NAS MIB Guide

NAS 271 ASUSTOR NAS MIB Guide NAS 271 ASUSTOR NAS MIB Guide Introduces the basics of ASUSTOR NAS MIB files A S U S T O R C O L L E G E COURSE OBJECTIVE Upon completion of this course you should be able to: 1. Know the basics of ASUSTOR

More information

Overview of ServerView Windows Agent This chapter explains overview of ServerView Windows Agent, and system requirements.

Overview of ServerView Windows Agent This chapter explains overview of ServerView Windows Agent, and system requirements. ServerView User s Guide (For Windows Agent) Areas Covered - Before Reading This Manual This section explains the notes for your safety and conventions used in this manual. Chapter 1 Overview of ServerView

More information

How to simulate network devices using the Verax SNMP Simulator (Linux/Windows)

How to simulate network devices using the Verax SNMP Simulator (Linux/Windows) How to simulate network devices using the Verax SNMP Simulator (Linux/Windows) Table of contents Abstract... 3 1. Verax SNMP Simulator installation... 4 2. Extracting SNMP record files from a physical

More information

NMS300 Network Management System

NMS300 Network Management System NMS300 Network Management System User Manual June 2013 202-11289-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. After installing your device, locate

More information

TELE 301 Network Management

TELE 301 Network Management TELE 301 Network Management Lecture 20: Management Tools and Protocols Haibo Zhang Computer Science, University of Otago TELE301 Lecture 20: Management tools and protocols 1 What is Network Management?

More information

SNMP MIB and Trap Information

SNMP MIB and Trap Information APPENDIXD This appendix describes the Simple Network management objects and traps sent by the CDS. The topics covered in this appendix include: Overview, page D-1 SNMP Management Objects and Traps, page

More information

This configuration guide describes the installation process of SNMP on Windows and Linux with the NetBorder Express Gateway.

This configuration guide describes the installation process of SNMP on Windows and Linux with the NetBorder Express Gateway. Overview This configuration guide describes the installation process of SNMP on Windows and Linux with the NetBorder Express Gateway. The Simple Network Management Protocol (SNMP) is a UDP-based network

More information

Dell Server Management Pack Suite Version 6.0 for Microsoft System Center Operations Manager User's Guide

Dell Server Management Pack Suite Version 6.0 for Microsoft System Center Operations Manager User's Guide Dell Server Management Pack Suite Version 6.0 for Microsoft System Center Operations Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make

More information

Oracle Enterprise Manager. Description. Versions Supported. Prerequisites

Oracle Enterprise Manager. Description. Versions Supported. Prerequisites Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Check Point Firewall 10g Release 2 (10.2) B28038-01 January 2006 This document provides a brief description about the Oracle System

More information

Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset)

Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset) Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset) Version: 1.4 Table of Contents Using Your Gigabyte Management Console... 3 Gigabyte Management Console Key Features and Functions...

More information

PANDORA FMS NETWORK DEVICE MONITORING

PANDORA FMS NETWORK DEVICE MONITORING NETWORK DEVICE MONITORING pag. 2 INTRODUCTION This document aims to explain how Pandora FMS is able to monitor all network devices available on the marke such as Routers, Switches, Modems, Access points,

More information

SIMPLE NETWORK MANAGEMENT PROTOCOL (SNMP)

SIMPLE NETWORK MANAGEMENT PROTOCOL (SNMP) 1 SIMPLE NETWORK MANAGEMENT PROTOCOL (SNMP) Mohammad S. Hasan Agenda 2 Looking at Today What is a management protocol and why is it needed Addressing a variable within SNMP Differing versions Ad-hoc Network

More information

PANDORA FMS NETWORK DEVICES MONITORING

PANDORA FMS NETWORK DEVICES MONITORING NETWORK DEVICES MONITORING pag. 2 INTRODUCTION This document aims to explain how Pandora FMS can monitor all the network devices available in the market, like Routers, Switches, Modems, Access points,

More information

Gigabyte Content Management System Console User s Guide. Version: 0.1

Gigabyte Content Management System Console User s Guide. Version: 0.1 Gigabyte Content Management System Console User s Guide Version: 0.1 Table of Contents Using Your Gigabyte Content Management System Console... 2 Gigabyte Content Management System Key Features and Functions...

More information

This chapter explains a preparation for the use of RemoteControlService.

This chapter explains a preparation for the use of RemoteControlService. ServerView User's Guide (For RemoteControlService) Areas Covered Before Reading This Manual This section explains the notes for your safety and conventions used in this manual. Chapter 1 Overview of RemoteControlService

More information

Newton Linux User Group Graphing SNMP with Cacti and RRDtool

Newton Linux User Group Graphing SNMP with Cacti and RRDtool Newton Linux User Group Graphing SNMP with Cacti and RRDtool Summary: Cacti is an interface that can be used to easily manage the graphing of SNMP data. These graphs allow you to visualize performance

More information

McAfee Firewall Enterprise

McAfee Firewall Enterprise Hardware Guide Revision C McAfee Firewall Enterprise S1104, S2008, S3008 The McAfee Firewall Enterprise Hardware Product Guide describes the features and capabilities of appliance models S1104, S2008,

More information

White Paper. Fabasoft on Linux Performance Monitoring via SNMP. Fabasoft Folio 2015 Update Rollup 2

White Paper. Fabasoft on Linux Performance Monitoring via SNMP. Fabasoft Folio 2015 Update Rollup 2 White Paper Fabasoft Folio 2015 Update Rollup 2 Copyright Fabasoft R&D GmbH, Linz, Austria, 2015. All rights reserved. All hardware and software names used are registered trade names and/or registered

More information

Nexio G8 SNMP Support

Nexio G8 SNMP Support 3/28/2014 175-100361-00 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and its contents to be proprietary and confidential.

More information

securitymodel who securityname com2sec secname ipsource community default group groupname model secname v1 v2c usm

securitymodel who securityname com2sec secname ipsource community default group groupname model secname v1 v2c usm SNM ver. 1.7 SNMP v3 - p. 1/36 SNMP Version 3 More about and USM Nick Urbanik 2003, 2005 Copyright Conditions: Open Publication License (seehttp://www.opencontent.org/openpub/) Avoid

More information

Security Correlation Server Quick Installation Guide

Security Correlation Server Quick Installation Guide orrelogtm Security Correlation Server Quick Installation Guide This guide provides brief information on how to install the CorreLog Server system on a Microsoft Windows platform. This information can also

More information

11.1. Performance Monitoring

11.1. Performance Monitoring 11.1. Performance Monitoring Windows Reliability and Performance Monitor combines the functionality of the following tools that were previously only available as stand alone: Performance Logs and Alerts

More information

Monitoring z/vm with SNMP. Session 10053. Jay Brenneman rjbrenn@us.ibm.com. Systems and Technology Group. Monitoring z/vm with SNMP Session 10053

Monitoring z/vm with SNMP. Session 10053. Jay Brenneman rjbrenn@us.ibm.com. Systems and Technology Group. Monitoring z/vm with SNMP Session 10053 Monitoring z/vm with SNMP Session 10053 Jay Brenneman rjbrenn@us.ibm.com Monitoring z/vm with SNMP Session 10053 Trademarks The following are trademarks of the International Business Machines Corporation

More information

Monthly Specification Update

Monthly Specification Update Monthly Specification Update Intel Server Board S1400FP Family August, 2013 Enterprise Platforms and Services Marketing Enterprise Platforms and Services Marketing Monthly Specification Update Revision

More information

SyAM Software, Inc. Server Monitor Desktop Monitor Notebook Monitor V3.2 Local System Management Software User Manual

SyAM Software, Inc. Server Monitor Desktop Monitor Notebook Monitor V3.2 Local System Management Software User Manual SyAM Software, Inc. Server Monitor Desktop Monitor Notebook Monitor V3.2 Local System Management Software User Manual Revision A August 2006 1 2006 SyAM Software, Inc. All rights reserved. SyAM Software

More information

Management, Logging and Troubleshooting

Management, Logging and Troubleshooting CHAPTER 15 This chapter describes the following: SNMP Configuration System Logging SNMP Configuration Cisco NAC Guest Server supports management applications monitoring the system over SNMP (Simple Network

More information

unisys Server Management Agent for Windows User s Guide imagine it. done. Server Management 2.1 and Higher October 2008 3839 6412 003

unisys Server Management Agent for Windows User s Guide imagine it. done. Server Management 2.1 and Higher October 2008 3839 6412 003 unisys imagine it. done. Server Management Agent for Windows User s Guide Server Management 2.1 and Higher October 2008 3839 6412 003 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product

More information

A Brief. Introduction. of MG-SOFT s SNMP Network Management Products. Document Version 1.3, published in June, 2008

A Brief. Introduction. of MG-SOFT s SNMP Network Management Products. Document Version 1.3, published in June, 2008 A Brief Introduction of MG-SOFT s SNMP Network Management Products Document Version 1.3, published in June, 2008 MG-SOFT s SNMP Products Overview SNMP Management Products MIB Browser Pro. for Windows and

More information

Utilizing SNMP Capabilities of EMC Disk Library

Utilizing SNMP Capabilities of EMC Disk Library Utilizing SNMP Capabilities of EMC Disk Library A Detailed Review Abstract EMC Disk Library (EDL) provides Simple Network Management Protocol (SNMP) as part of its monitoring solution. This white paper

More information

Command Line Interface User Guide for Intel Server Management Software

Command Line Interface User Guide for Intel Server Management Software Command Line Interface User Guide for Intel Server Management Software Legal Information Information in this document is provided in connection with Intel products. No license, express or implied, by estoppel

More information

unisys Server Management Agent for Linux User s Guide imagine it. done. Server Management 2.2 and Higher October 2009 3839 6420 006

unisys Server Management Agent for Linux User s Guide imagine it. done. Server Management 2.2 and Higher October 2009 3839 6420 006 unisys imagine it. done. Server Management Agent for Linux User s Guide Server Management 2.2 and Higher October 2009 3839 6420 006 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product

More information

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

Security Correlation Server Quick Installation Guide

Security Correlation Server Quick Installation Guide orrelog Security Correlation Server Quick Installation Guide This guide provides brief information on how to install the CorreLog Server system on a Microsoft Windows platform. This information can also

More information

Configuring Virtual Blades

Configuring Virtual Blades CHAPTER 14 This chapter describes how to configure virtual blades, which are computer emulators that reside in a WAE or WAVE device. A virtual blade allows you to allocate WAE system resources for use

More information

Smart Server Manager v1.2 Best Practices. Smart Server Manager v1.2 Best Practices Guide

Smart Server Manager v1.2 Best Practices. Smart Server Manager v1.2 Best Practices Guide Smart Server Manager v1.2 Best Practices Guide Acer EPBU, July 2012 1 Contents About this guide 3 Smart Server Manager overview 4 What s new to Smart Server Manager 5 Required hardware and software 6 Network

More information

... 2 HARDWARE AND FIRMWARE

... 2 HARDWARE AND FIRMWARE General hints BEETLE systems are delivered with a pre installed operating system and therefore do not need any download of driver for proper function of the hardware. For customers with special project

More information

Server Management Agent for Linux User s Guide. Server Management 2.0 and Higher

Server Management Agent for Linux User s Guide. Server Management 2.0 and Higher Server Management Agent for Linux User s Guide Server Management 2.0 and Higher March 2008 . unisys imagine it. done. Server Management Agent for Linux User s Guide Server Management 2.0 and Higher March

More information

Enhancements to idrac7 Alert Notification

Enhancements to idrac7 Alert Notification Enhancements to idrac7 Alert Notification This Dell white paper discusses the improvements made to the idrac7 version 1.30.30 alerting capabilities Test Engineer Enterprise Software Validation Test Engineer

More information

Network Management. Jaakko Kotimäki. Department of Computer Science Aalto University, School of Science. 21. maaliskuuta 2016

Network Management. Jaakko Kotimäki. Department of Computer Science Aalto University, School of Science. 21. maaliskuuta 2016 Jaakko Kotimäki Department of Computer Science Aalto University, School of Science Outline Introduction SNMP architecture Management Information Base SNMP protocol Network management in practice Niksula

More information

SNMP Diagnostics. Albert Kagarmanov, Matthias Clausen (DESY)

SNMP Diagnostics. Albert Kagarmanov, Matthias Clausen (DESY) SNMP Diagnostics Albert Kagarmanov, Matthias Clausen (DESY) Content: What is SNMP? SNMP device support and soft IOC EPICS-SNMP for workstations EPICS-SNMP for switches/routers Conclusion Archamps-2005

More information

Install and configure the Net- SNMP agent for Windows

Install and configure the Net- SNMP agent for Windows Install and configure the Net- SNMP agent for Windows Version 0.2 (03/06/2008) : added a note about snmpd.conf file creation Version 0.1 (03/04/2008) : intial release This HowTo will explain how to install

More information

User s Manual. Version 1.01 - January 2011. EVS SNMP Monitoring

User s Manual. Version 1.01 - January 2011. EVS SNMP Monitoring User s Manual Version 1.01 - January 2011 EVS SNMP Monitoring XNet Monitor V.1.01 User Manual Issue 1.01.C COPYRIGHT EVS Broadcast Equipment Copyright 2009-2011. All rights reserved. DISCLAIMER The information

More information

Smart Cloud Integration Pack. For System Center Operation Manager. v1.1.0. User's Guide

Smart Cloud Integration Pack. For System Center Operation Manager. v1.1.0. User's Guide Smart Cloud Integration Pack For System Center Operation Manager v1.1.0 User's Guide Table of Contents 1. INTRODUCTION... 6 1.1. Overview... 6 1.2. Feature summary... 7 1.3. Supported Microsoft System

More information

How To Set Up Foglight Nms For A Proof Of Concept

How To Set Up Foglight Nms For A Proof Of Concept Page 1 of 5 Foglight NMS Overview Foglight Network Management System (NMS) is a robust and complete network monitoring solution that allows you to thoroughly and efficiently manage your network. It is

More information

Monitor the Cisco Unified Computing System

Monitor the Cisco Unified Computing System Monitor the Cisco Unified Computing System Using Sentry Software Monitoring for BMC ProactiveNet Performance Management White Paper September 2010 August 2010 Contents What You Will Learn... 3 Overview...

More information

SNMP Agent Plug-In Help. 2011 Kepware Technologies

SNMP Agent Plug-In Help. 2011 Kepware Technologies 2011 Kepware Technologies 2 Table of Contents Table of Contents 2 4 Overview 4 Agent Setup 5 General 6 Network Interfaces 6 Communication 7 Agent Actions 9 System Objects 10 System Objects Description

More information

Monthly Specification Update

Monthly Specification Update Intel Server Board S1200BTLR Intel Server Board S1200BTSR Intel Server Board S1200BTLRM Intel Server System R1304BTLSFANR Intel Server System R1304BTSSFANR Intel Server System R1304BTLSHBNR Intel Server

More information

NEC Express5800 Series NEC ESMPRO AlertManager User's Guide

NEC Express5800 Series NEC ESMPRO AlertManager User's Guide NEC Express5800 Series NEC ESMPRO AlertManager User's Guide 7-2006 ONL-4152aN-COMMON-128-99-0606 PROPRIETARY NOTICE AND LIABILITY DISCLAIMER The information disclosed in this document, including all designs

More information

RPM Utility Software. User s Manual

RPM Utility Software. User s Manual RPM Utility Software User s Manual Table of Contents 1. Introduction...1 2. Installation...2 3. RPM Utility Interface...4 1. Introduction General RPM Utility program is an RPM monitoring, and management

More information

DKTCOMEGA AONode Management Module User Documentation

DKTCOMEGA AONode Management Module User Documentation AONode Management Module User Documentation Table of content Introduction...3 The boot process of the AONode...4 DHCP Settings...5 TFTP Settings...8 Custom configuration...9 Device script commands...10

More information

Network Monitoring & Management Introduction to SNMP

Network Monitoring & Management Introduction to SNMP Network Monitoring & Management Introduction to SNMP Mike Jager Network Startup Resource Center mike.jager@synack.co.nz These materials are licensed under the Creative Commons Attribution-NonCommercial

More information

How To Use An Ec Esmpro Agent On A Pc Or Mac Or Ipad (Windows) With A Microsoft Powerbook (Windows 3) With An Ec Ecpro Agent (Windows 2) On A Network (Windows 4) With The

How To Use An Ec Esmpro Agent On A Pc Or Mac Or Ipad (Windows) With A Microsoft Powerbook (Windows 3) With An Ec Ecpro Agent (Windows 2) On A Network (Windows 4) With The NEC Express5800 Series NEC ESMPRO Agent User's Guide 12-2006 ONL-4156aN-COMMON-126-99-0612 PROPRIETARY NOTICE AND LIABILITY DISCLAIMER The information disclosed in this document, including all designs

More information

A Dude probing SNMP! Building custom probes and configuring equipment using SNMP with The Dude. Andrea Coppini AIR Wireless - Malta andrea@air.com.

A Dude probing SNMP! Building custom probes and configuring equipment using SNMP with The Dude. Andrea Coppini AIR Wireless - Malta andrea@air.com. A! Building custom probes and configuring equipment using SNMP with The Dude. Andrea Coppini AIR Wireless - Malta andrea@air.com.mt Agenda Background Overview of SNMP Creating custom probes Demo Using

More information

readme_asm.txt -------------------------------------------------------------------- README.TXT

readme_asm.txt -------------------------------------------------------------------- README.TXT README.TXT Adaptec Storage Manager as of March 27, 2006 Please review this file for important information about issues and erratas that were discovered after completion of the standard product documentation.

More information

HP ProLiant ML150 System Monitor User Guide

HP ProLiant ML150 System Monitor User Guide HP ProLiant ML150 System Monitor User Guide November 2003 Contents Introduction... 1 MSM Features...1 Installing MSM... 3 Installing MSM Server on the Server...3 Installing MSM Console on a Client PC...3

More information

There are numerous ways to access monitors:

There are numerous ways to access monitors: Remote Monitors REMOTE MONITORS... 1 Overview... 1 Accessing Monitors... 1 Creating Monitors... 2 Monitor Wizard Options... 11 Editing the Monitor Configuration... 14 Status... 15 Location... 17 Alerting...

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Applications Notes Best Practices for Using SolarWinds' ORION to Monitor SANiQ Performance Legal Notices Warranty The only warranties for HP products and services

More information

HowTo Check. Microsoft Cluster. Functionality via SNMP

HowTo Check. Microsoft Cluster. Functionality via SNMP HowTo Check Microsoft Cluster Functionality via SNMP Version 1.2 20.02.2009 Herbert Stadler hestadler@gmx.at Table of Contents 1. SHORT INTRODUCTION...3 2. CHECK WINDOWS SNMP SERVICE...3 3. WINDOWS SNMP

More information

Remote Management. Vyatta System. REFERENCE GUIDE SSH Telnet Web GUI Access SNMP VYATTA, INC.

Remote Management. Vyatta System. REFERENCE GUIDE SSH Telnet Web GUI Access SNMP VYATTA, INC. VYATTA, INC. Vyatta System Remote Management REFERENCE GUIDE SSH Telnet Web GUI Access SNMP Vyatta Suite 200 1301 Shoreway Road Belmont, CA 94002 vyatta.com 650 413 7200 1 888 VYATTA 1 (US and Canada)

More information

Olson Electronics Remote Power Monitoring Meter

Olson Electronics Remote Power Monitoring Meter Olson Electronics Remote Power Monitoring Meter Operation Guide Key Features Amps: 00.00 to 32.00A True RMS (rated short period to 40A) Volts: 200.0 to 250.0V True RMS Watts: 0000 to 9999W KWh: 000000.0

More information

SNMP. Simple Network Management Protocol

SNMP. Simple Network Management Protocol SNMP Simple Network Management Protocol Introduction SNMP Simple Network Management Protocol A set of standards for network management Protocol Database structure specification Data objects A set of standardized

More information

IPMI overview. Power. I/O expansion. Peripheral UPS logging RAID. power control. recovery. inventory. Hugo Caçote @ CERN-FIO-DS

IPMI overview. Power. I/O expansion. Peripheral UPS logging RAID. power control. recovery. inventory. Hugo Caçote @ CERN-FIO-DS Intelligent Platform Management Interface IPMI Server Management IPMI chronology PROMOTERS 1998 IPMI v1.0 2001 IPMI v1.5 2004 IPMI v2.0 IPMI overview power control Power monitor Rack Mount alert Blade

More information

Monitoring disk stats with Cacti

Monitoring disk stats with Cacti Monitoring disk stats with Cacti February 13, 2013 Contents 1 Disk space utilisation 1 1.1 hrstoragetable (.1.3.6.1.2.1.25.2.3)................. 2 1.2 dsktable (.1.3.6.1.4.1.2021.9)....................

More information

McAfee Web Gateway 7.4.1

McAfee Web Gateway 7.4.1 Release Notes Revision B McAfee Web Gateway 7.4.1 Contents About this release New features and enhancements Resolved issues Installation instructions Known issues Find product documentation About this

More information

Configuring System Message Logging

Configuring System Message Logging CHAPTER 1 This chapter describes how to configure system message logging on the Cisco 4700 Series Application Control Engine (ACE) appliance. Each ACE contains a number of log files that retain records

More information

SolarWinds Certified Professional. Exam Preparation Guide

SolarWinds Certified Professional. Exam Preparation Guide SolarWinds Certified Professional Exam Preparation Guide Introduction The SolarWinds Certified Professional (SCP) exam is designed to test your knowledge of general networking management topics and how

More information

Type Message Description Probable Cause Suggested Action. Fan in the system is not functioning or room temperature

Type Message Description Probable Cause Suggested Action. Fan in the system is not functioning or room temperature Table of Content Error Messages List... 2 Troubleshooting the Storage System... 3 I can t access the Manager... 3 I forgot the password for logging in to the Manager... 3 The users can t access the shared

More information

Understanding DRAC/MC Alerts

Understanding DRAC/MC Alerts Understanding DRAC/MC Alerts The Dell Remote Access Controller/Modular Chassis (DRAC/MC) provides various alerting mechanisms by which administrators can monitor and manage the components within a Dell

More information

SNMP and Network Management

SNMP and Network Management SNMP and Network Management Nixu Oy Nixu Ltd PL 21 (Mäkelänkatu 91) 00601 Helsinki, Finland tel. +358 9 478 1011 fax. +358 9 478 1030 info@nixu.fi http://www.nixu.fi Contents Network Management MIB naming

More information

McAfee Data Loss Prevention

McAfee Data Loss Prevention Hardware Guide Revision B McAfee Data Loss Prevention 1650, 3650, 4400, 5500 This guide describes the features and capabilities of McAfee Data Loss Prevention (McAfee DLP) appliances to help you to manage

More information

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution Release 3.0 User Guide P/N 300-999-671 REV 02 Copyright 2007-2013 EMC Corporation. All rights reserved. Published in the USA.

More information

Extreme Control Center, NAC, and Purview Virtual Appliance Installation Guide

Extreme Control Center, NAC, and Purview Virtual Appliance Installation Guide Extreme Control Center, NAC, and Purview Virtual Appliance Installation Guide 9034968 Published April 2016 Copyright 2016 All rights reserved. Legal Notice Extreme Networks, Inc. reserves the right to

More information

SNMP Simple Network Management Protocol

SNMP Simple Network Management Protocol SNMP Simple Network Management Protocol Simple Network Management Protocol SNMP is a framework that provides facilities for managing and monitoring network resources on the Internet. Components of SNMP:

More information

TECHNICAL NOTE. Technical Note P/N 300-999-649 REV 03. EMC NetWorker Simplifying firewall port requirements with NSR tunnel Release 8.

TECHNICAL NOTE. Technical Note P/N 300-999-649 REV 03. EMC NetWorker Simplifying firewall port requirements with NSR tunnel Release 8. TECHNICAL NOTE EMC NetWorker Simplifying firewall port requirements with NSR tunnel Release 8.0 and later Technical Note P/N 300-999-649 REV 03 February 6, 2014 This technical note describes how to configure

More information

SNMP Basics BUPT/QMUL 2015-05-12

SNMP Basics BUPT/QMUL 2015-05-12 SNMP Basics BUPT/QMUL 2015-05-12 Agenda Brief introduction to Network Management Brief introduction to SNMP SNMP Network Management Framework RMON New trends of network management Summary 2 Brief Introduction

More information

Outline of the SNMP Framework

Outline of the SNMP Framework 2 SNMP--A Management Protocol and Framework Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology stadler@ee.kth.se September 2008 Outline of the SNMP Framework Management Program

More information

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2)

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Hyper-V Manager Hyper-V Server R1, R2 Intelligent Power Protector Main

More information

Installation and User Guide. for. Intel Server Management (ISM) Ver. 5.5.7

Installation and User Guide. for. Intel Server Management (ISM) Ver. 5.5.7 Installation and User Guide for Intel Server Management (ISM) Ver. 5.5.7 Legal Information Information in this document is provided in connection with Intel products. No license, express or implied, by

More information

You can create configurations using the following modes:

You can create configurations using the following modes: Introduction The MegaRAID Storage Manager software enables you to configure, monitor, and maintain storage configurations on the LSISAS controllers and all the storage-related devices connected to them.

More information

Network Monitoring with SNMP

Network Monitoring with SNMP Network Monitoring with SNMP This paper describes how SNMP is used in WhatsUp- Professional and provides specific examples on how to configure performance, active, and passive monitors. Introduction SNMP

More information