Users Guide

MIB Object OID Values Description
copy. The state is set to active
when the copy is completed.
Obtaining a Value for MIB Objects
To obtain a value for any of the MIB objects, use the following command.
Get a copy-cong MIB object value.
snmpset -v 2c -c public -m ./f10-copy-config.mib force10system-ip-address [OID.index | mib-
object.index]
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 a MIB Object Value
The following examples show the snmpget command to obtain a MIB object value. These examples assume that:
the server OS is UNIX
you are using SNMP version 2c
the community name is public
the le f10-copy-cong.mib is in the current directory
NOTE
: 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 command using the object OIDs. In both cases,
the same index number used in the snmpset command follows the object.
The following example shows getting 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 example shows getting a MIB object value using the 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 Partitions on
Flash
Dell Networking provides MIB objects to display the information of various partitions such as /flash, /tmp, /usr/pkg,
and /f10/ConfD. The dellNetFlashStorageTable table contains the list of all partitions on disk. The following table lists the
related MIB objects:
Table 95. MIB Objects to Display the Available Partitions on Flash
MIB Object OID Description
dellNetFlashPartitionNumber 1.3.6.1.4.1.6027.3.26.1.4.8.1.1 Index for the table.
dellNetFlashPartitionName 1.3.6.1.4.1.6027.3.26.1.4.8.1.2 Contains partition name and complete path.
dellNetFlashPartitionSize 1.3.6.1.4.1.6027.3.26.1.4.8.1.3 Contains the partition size.
948 Simple Network Management Protocol (SNMP)