DELL-NETWORKING-COPY-CONFIG-MIB
- Registered at
- 1.3.6.1.4.1.6027.3.5
- Last updated
- 2009-05-14 13:00
- Organization
- Dell Inc.
- Revisions
- 2009-05-14 13:00, 2007-06-19 12:00, 2003-03-01 12:00
- Namespace
- dell
- Source file
DELL-NETWORKING-COPY-CONFIG-MIB- Digest
sha256:8312a28830f26b0f380fa4ef64210b1cc05db28422200eb087b231e0cff817cb
Description
Dell Networking OS Copy Config MIB provides copying of running-config to to startup-config and vice-versa, and Dell Networking OS files to local disk or other system via ftp or tftp.
Contact
http://www.dell.com/support
Imports
| From | Symbols |
|---|---|
| DELL-NETWORKING-SMI | dellNetMgmt |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
DELL-NETWORKING-COPY-CONFIG-MIB DELL-NETWORKING-SMI INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| DellNetConfigCopyFailCause type | ||||
| DellNetConfigCopyState type | ||||
| DellNetConfigFileLocation type | ||||
| DellNetConfigFileType type |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| dellNetCopyConfigObjects OBJECT-IDENTITY | 1.3.6.1.4.1.6027.3.5.1 | |||
| dellNetCopyConfig OBJECT-IDENTITY | 1.3.6.1.4.1.6027.3.5.1.1 | |||
| dellNetCopyTable OBJECT-TYPE A table of config-copy requests. | 1.3.6.1.4.1.6027.3.5.1.1.1 | not-accessible | current | |
| dellNetCopyEntry OBJECT-TYPE A config-copy request. To use this copy on NMS, user must first query the MIB. if the query returns the result of the previous copied and there is no pending copy operation, user can submit a SNMP SET with a random number as index with the appropraite information as specified by this MIB and the row status as CreateAndGo. The system will only keep the last 5 copy requests as the history. If there are ten entries in the copy request table, the subsequent copy request will replace the existing one in the copy table. 1) To copy running-config from local directory to startup-config. Set the following mib objects in the copy table copySrcFileType : runningConfig (2) copyDestFileType : startupConfig (3) 2) To copy startup-config from local directory to a remote site. Set the following mib objects in the copy table copySrcFileType : startupConfig (3) copyDestFileType : dellNetFile (1) copyDestFileLocation : ftp (4) copyDestFileName : /user/tester1/ftp/ copyServerAddress : 172.20.10.123 copyUserName : tester1 copyUserPassword : mypasswd 3) To copy a file from local directory to a remote site. Set the following mib objects in the copy table copySrcFileType : dellNetFile (1) copySrcFileLocation : slot0 (2) copySrcFileName : NVTRACE_LOG_DIR/LP4-nvtrace-0 copyDestFileType : dellNetFile (1) copyDestFileLocation : ftp (4) copyDestFileName : /usr/tester1/trace/backup/LP4-nvtrace-0 copyServerAddress : 172.20.10.123 copyUserName : tester1 copyUserPassword : mypasswd | 1.3.6.1.4.1.6027.3.5.1.1.1.1 | not-accessible | current | |
| copyConfigIndex OBJECT-TYPE To initiate a config copy request, user should assign a positive random value as an index. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.1 | INTEGER | not-accessible | current |
| copySrcFileType OBJECT-TYPE Specifies the type of file to copy from. if the copySrcFileType is runningConfig(2) or startupConfig(3), the default DellNetConfigFileLocation is flash(1). If the copySrcFileType has the value of dellNetFile(1), it is expected that the copySrcFileLocation and copySrcFileName must also be spcified. The three objects together will uniquely identify the source file. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.2 | DellNetConfigFileType | read-write | current |
| copySrcFileLocation OBJECT-TYPE Specifies the location of source file. If the copySrcFileType has the value of dellNetFile(1), it is expected that the copySrcFileType and copySrcFileName must also be spcified. The three objects together will uniquely identify the source file. If the copySrcFileLocation has the value of ftp(4) or scp(5), it is expected the login information liked copyServerAddress, copyUserName, and copyUserPassword also be spcified. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.3 | DellNetConfigFileLocation | read-write | current |
| copySrcFileName OBJECT-TYPE The file name (including the path, if applicable) of the file. If copySourceFileType is set to runningConfig or startupConfig, copySrcFileName is not needed. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.4 | DisplayString | read-write | current |
| copyDestFileType OBJECT-TYPE Specifies the type of file to copy to. if the copyDestFileType is runningConfig(2) or startupConfig(3), the default dellNetDestFileLocation is flash(1). If the copyDestFileType has the value of dellNetFile(1), it is expected that the copyDestFileLocation and copyDestFileName must also be spcified. The three objects together will uniquely identify the destination file. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.5 | DellNetConfigFileType | read-write | current |
| copyDestFileLocation OBJECT-TYPE Specifies the location of destination file. If the copyDestFileType has the value of dellNetFile(1), it is expected that the copyDestFileType and copyDestFileName must also be spcified. The three objects together will uniquely identify the destination file. If the copyDestFileLocation has the value of ftp(4) or scp(5), it is expected the login information liked copyServerAddress, copyUserName, and copyUserPassword also be spcified. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.6 | DellNetConfigFileLocation | read-write | current |
| copyDestFileName OBJECT-TYPE Specifies the location of destination file. If the copyDestFileType has the value of dellNetFile(1), it is expected that the dellNetCopyDestFileTyp and copyDestFileLocation must also be spcified. The three objects together will uniquely identify the source file. If the copyDestFileLocation has the value of ftp(4) or scp(5), it is expected the login information liked copyServerAddress, copyUserName, and copyUserPassword also be spcified. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.7 | DisplayString | read-write | current |
| copyServerAddress OBJECT-TYPE The ip address of the tftp server from (or to) which to copy the configuration file. Values of 0.0.0.0 or FF.FF.FF.FF for copyServerAddress are not allowed. If the copyDestFileLocation has the value of ftp(4) or scp(5), it is expected the login information liked copyServerAddress, copyUserName, and copyUserPassword also be spcified. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.8 | IpAddress | read-write | deprecated |
| copyUserName OBJECT-TYPE Remote user name for copy via ftp, or scp. If the copyDestFileLocation has the value of ftp(4) or scp(5), it is expected the login information liked copyServerAddress, copyUserName, and copyUserPassword also be spcified. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.9 | DisplayString (SIZE(1..15)) | read-write | current |
| copyUserPassword OBJECT-TYPE Password used by ftp, scp for copying a file to an ftp/scp server. If the copyDestFileLocation has the value of ftp(4) or scp(5), it is expected the login information liked copyServerAddress, copyUserName, and copyUserPassword also be spcified. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.10 | DisplayString (SIZE(1..15)) | read-write | current |
| copyState OBJECT-TYPE The state of config-copy operation. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.11 | DellNetConfigCopyState | read-only | current |
| copyTimeStarted OBJECT-TYPE The timetick when the copy started. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.12 | TimeTicks | read-only | current |
| copyTimeCompleted OBJECT-TYPE The timetick when the copy completed. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.13 | TimeTicks | read-only | current |
| copyFailCause OBJECT-TYPE The reason a config-copy request failed. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.14 | DellNetConfigCopyFailCause | read-only | current |
| copyEntryRowStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.15 | RowStatus | read-write | current |
| copyServerInetAddressType OBJECT-TYPE The address type of copyServerInetAddress. Only ipv4 (1), ipv6 (2) and dns (16) types are supported. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.16 | InetAddressType | read-write | current |
| copyServerInetAddress OBJECT-TYPE The IP address of the address ftp/tftp/scp server from or to which to copy the configuration file. If the copyDestFileLocation has the value of ftp(4) or scp(5), it is expected the login information copyUserName and copyUserPassword also be spcified. | 1.3.6.1.4.1.6027.3.5.1.1.1.1.17 | InetAddress | read-write | current |
| dellNetCopyConfigTraps OBJECT-IDENTITY | 1.3.6.1.4.1.6027.3.5.1.2 | |||
| copyAlarmMibNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.6027.3.5.1.2.0 | |||
| copyAlarmVariable OBJECT-IDENTITY | 1.3.6.1.4.1.6027.3.5.1.2.1 | |||
| copyAlarmLevel OBJECT-TYPE the message warning level | 1.3.6.1.4.1.6027.3.5.1.2.1.1 | INTEGER | accessible-for-notify | current |
| copyAlarmString OBJECT-TYPE An generic string value in the TRAP object | 1.3.6.1.4.1.6027.3.5.1.2.1.2 | OCTET STRING | accessible-for-notify | current |
| copyAlarmIndex OBJECT-TYPE the index of the current copy. Indicates the index of the current copy, i.e. copyConfigIndex of dellNetCopyTable. Set to '-1' if copy executed by CLI | 1.3.6.1.4.1.6027.3.5.1.2.1.3 | INTEGER | accessible-for-notify | current |
Notifications
| Name | OID | Status |
|---|---|---|
| copyConfigCompleted NOTIFICATION-TYPE The agent generate this trap when a copy operational is completed. | 1.3.6.1.4.1.6027.3.5.1.2.0.1 | current |
| configConflict NOTIFICATION-TYPE The agent generate this trap when a configuration conflict found during audit. | 1.3.6.1.4.1.6027.3.5.1.2.0.2 | current |
| configConflictClear NOTIFICATION-TYPE The agent generate this trap when a configuration conflict resolved during audit. | 1.3.6.1.4.1.6027.3.5.1.2.0.3 | current |
| batchConfigCommitProgress NOTIFICATION-TYPE The agent generate this trap when a configuration commit is initiated. | 1.3.6.1.4.1.6027.3.5.1.2.0.4 | current |
| batchConfigCommitCompleted NOTIFICATION-TYPE The agent generate this trap when a configuration commit is completed. | 1.3.6.1.4.1.6027.3.5.1.2.0.5 | current |