Administrator Guide

The following command shows how to get a MIB object value using the object name.
> snmpget -v 2c -c private -m ./f10-copy-config.mib 10.11.131.140 copyTimeCompleted.110
FTOS-COPY-CONFIG-MIB::copyTimeCompleted.110 = Timeticks: (1179831) 3:16:38.31
The following command shows how to get a MIB object value using OID.
> snmpget -v 2c -c private 10.11.131.140 .1.3.6.1.4.1.6027.3.5.1.1.1.1.13.110
SNMPv2-SMI::enterprises.6027.3.5.1.1.1.1.13.110 = Timeticks: (1179831) 3:16:38.31
MIB Support to Display the Available Memory Size on
Flash
Dell Networking provides more MIB objects to display the available memory size on ash memory. The following table lists the MIB object
that contains the available memory size on ash memory.
Table 93. 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 ash memory usage in percentage.
The chStackUnitUtilTable MIB table contains the chStackUnitFlashUsageUtil MIB object which contains the ash memory usage percent.
The chStackUnitUtilTable is located in f10SSerChassisMib MIB.
Viewing the Available Flash Memory Size
To view the available ash memory using SNMP, use the following command.
snmpget -v2c -c public 192.168.60.120 .1.3.6.1.4.1.6027.3.10.1.2.9.1.6.1
enterprises.6027.3.10.1.2.9.1.5.1 = Gauge32: 24
The output above displays that 24% of the ash memory is used.
MIB Support to Display the Software Core Files
Generated by the System
Dell Networking provides MIB objects to display the software core les generated by the system. The chSysSwCoresTable contains the list
of software core les generated by the system. The following table lists the related MIB objects.
Table 94. MIB Objects for Displaying the Software Core Files Generated by the System
MIB Object OID Description
chSysSwCoresTable 1.3.6.1.4.1.6027.3.10.1.2.10 This is the table that contains the list of
software core les generated by the system.
chSysCoresEntry 1.3.6.1.4.1.6027.3.10.1.2.10.1 Entry number.
chSysCoresInstance 1.3.6.1.4.1.6027.3.10.1.2.10.1.1 Stores the indexed information about the
available software core les.
chSysCoresFileName 1.3.6.1.4.1.6027.3.10.1.2.10.1.2 Contains the core le names and the le
paths.
Simple Network Management Protocol (SNMP) 873