Concept Guide

Table Of Contents
MIB Support for Power Monitoring
Dell EMC Networking provides MIB objects to display the information for Power Monitoring. The OIDs specific to Power
Monitoring are appended to the DellITaMIbs. There are three separate DellITaMIbs available to display the current input power,
average input power and average input-power start time. These statistics can also be obtained by using the CLI command:
show
environment
. The following table lists the related MIB objects, OID and description for the same:
Table 98. MIB Objects to Display the Information for Power Monitoring
MIB Object OID Description
envMonSupplyCurrentPower 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.5 Displays per PSU input power (current
configuration).
envMonSupplyAveragePower 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.6 Displays average input power.
envMonSupplyAvgStartTime 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.7 Displays average input-power start time.
SNMP Walk Example Output
snmpwalk -v 2c -c public 10.16.131.156 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.5
SNMPv2-SMI::enterprises.674.10895.3000.1.2.110.7.2.1.5.10 = INTEGER: 48
snmpwalk -v 2c -c public 10.16.131.156 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.6
SNMPv2-SMI::enterprises.674.10895.3000.1.2.110.7.2.1.6.10 = INTEGER: 31
snmpwalk -v 2c -c public 10.16.131.156 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.7
SNMPv2-SMI::enterprises.674.10895.3000.1.2.110.7.2.1.7.10 = STRING: "04/25/2017-18:32"
MIB Support to Display the Available Memory Size on
Flash
Dell EMC Networking provides more MIB objects to display the available memory size on flash memory. The following table lists
the MIB object that contains the available memory size on flash memory.
Table 99. MIB Objects for Displaying the Available Memory Size on Flash via SNMP
MIB Object OID Description
chStackUnitFlashUsageUtil 1.3.6.1.4.1.6027.3.10.1.2.9.1.6 Contains flash memory usage in
percentage.
The chStackUnitUtilTable MIB table contains the chStackUnitFlashUsageUtil MIB object which contains the flash memory usage
percent. The chStackUnitUtilTable is located in f10SSerChassisMib MIB.
Viewing the Available Flash Memory Size
To view the available flash memory using SNMP, use the following command.
snmpget -v2c -c public 192.168.60.120 .1.3.6.1.4.1.6027.3.26.1.4.4.1.7
enterprises.6027.326.1.4.4.1.7 = Gauge32: 24
The output above displays that 24% of the flash memory is used.
802
Simple Network Management Protocol (SNMP)