Reference Guide

Simple Network Management Protocol (SNMP) | 861
Dell Force10 provides additional MIB Objects to view copy statistics. These are provided in Table 43-5.
To obtain a value for any of the MIB Objects in Table 43-5:
Figure 43-13 and Figure 43-14 are examples of using the command
snmpget 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, and
the file f10-copy-config.mib is in the current directory.
Table 43-5. MIB Objects for Copying Configuration Files via SNMP
MIB Object OID Values Description
copyState .1.3.6.1.4.1.6027.3.5.1.1.1.11 1= running
2 = successful
3 = failed
Specifies the state of the copy operation.
copyTimeStarted .1.3.6.1.4.1.6027.3.5.1.1.1.12 Time value Specifies the point in the up-time clock
that the copy operation started.
copyTimeCompleted .1.3.6.1.4.1.6027.3.5.1.1.1.13 Time value Specifies the point in the up-time clock
that the copy operation completed.
copyFailCause .1.3.6.1.4.1.6027.3.5.1.1.1.14 1 = bad file name
2 = copy in progress
3 = disk full
4 = file exists
5 = file not found
6 = timeout
7 = unknown
Specifies the reason the copy request
failed.
copyEntryRowStatus .1.3.6.1.4.1.6027.3.5.1.1.1.15 Row status Specifies the state of the copy operation.
Uses CreateAndGo when you are
performing the copy. The state is set to
active when the copy is completed.
Step Task
1 Get a copy-config MIB object value.
snmpset -v 2c -c public -m ./f10-copy-config.mib force10system-ip-address [OID.index |
mib-object.index
index is 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, as shown in
Figure 43-13.
Note: In Unix, enter the command snmpset for help using this command.