index: the index value used in the snmpset command used to complete the copy operation.NOTE: You can use the entire OID rather than the object name. Use the form: OID.index.Examples of Getting MIB Object ValuesThe following examples show the snmpget command to obtain a MIB object value. These examplesassume that:• the server OS is UNIX• you are using SNMP version 2c• the community name is public• the file f10-copy-config.mib is in the current directoryNOTE: In UNIX, enter the snmpset command for help using this command.The following examples show the command syntax using MIB object names and the same commandusing the object OIDs. In both cases, the same index number used in the snmpset command follows theobject.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.140copyTimeCompleted.110FTOS-COPY-CONFIG-MIB::copyTimeCompleted.110 = Timeticks: (1179831) 3:16:38.31The 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.110SNMPv2-SMI::enterprises.6027.3.5.1.1.1.1.13.110 = Timeticks: (1179831)3:16:38.31MIB Support to Display the Available Memory Size onFlashDell Networking provides more MIB objects to display the available memory size on flash memory. Thefollowing table lists the MIB object that contains the available memory size on flash memory.Table 53. MIB Objects for Displaying the Available Memory Size on Flash via SNMPMIB Object OID DescriptionchStackUnitFlashUsageUtil 1.3.6.1.4.1.6027.3.10.1.2.9.1.6 Contains flash memory usage inpercentage.The chStackUnitUtilTable MIB table contains the chStackUnitFlashUsageUtil MIB object which containsthe 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.796 Simple Network Management Protocol (SNMP)