FORCE10-COPY-CONFIG-MIB

File: FORCE10-COPY-CONFIG-MIB.mib (17443 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
SNMPv2-CONF FORCE10-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
TimeTicks NOTIFICATION-TYPE TEXTUAL-CONVENTION
RowStatus DisplayString InetAddressType
InetAddress MODULE-COMPLIANCE OBJECT-GROUP
f10Mgmt

Defined Types

F10ConfigFileLocation  
INTEGER flash(1), slot0(2), tftp(3), ftp(4), scp(5), usbflash(6), nfsmount(7)    

F10ConfigFileType  
INTEGER ftosFile(1), runningConfig(2), startupConfig(3)    

F10ConfigCopyState  
INTEGER running(1), successful(2), failed(3)    

F10ConfigCopyFailCause  
INTEGER badFileName(1), copyInProgress(2), diskFull(3), fileExist(4), fileNotFound(5), timeout(6), unknown(7)    

F10CopyEntry  
SEQUENCE    
  copyConfigIndex INTEGER
  copySrcFileType F10ConfigFileType
  copySrcFileLocation F10ConfigFileLocation
  copySrcFileName DisplayString
  copyDestFileType F10ConfigFileType
  copyDestFileLocation F10ConfigFileLocation
  copyDestFileName DisplayString
  copyServerAddress IpAddress
  copyUserName DisplayString
  copyUserPassword DisplayString
  copyState F10ConfigCopyState
  copyTimeStarted TimeTicks
  copyTimeCompleted TimeTicks
  copyFailCause F10ConfigCopyFailCause
  copyEntryRowStatus RowStatus
  copyServerInetAddressType InetAddressType
  copyServerInetAddress InetAddress

Defined Values

f10CopyConfigMib 1.3.6.1.4.1.6027.3.5
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.
MODULE-IDENTITY    

f10CopyConfigObjects 1.3.6.1.4.1.6027.3.5.1
OBJECT IDENTIFIER    

f10CopyConfig 1.3.6.1.4.1.6027.3.5.1.1
OBJECT IDENTIFIER    

f10CopyConfigTraps 1.3.6.1.4.1.6027.3.5.1.2
OBJECT IDENTIFIER    

f10CopyTable 1.3.6.1.4.1.6027.3.5.1.1.1
A table of config-copy requests.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    F10CopyEntry

f10CopyEntry 1.3.6.1.4.1.6027.3.5.1.1.1.1
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 : ftosFile (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 : ftosFile (1) copySrcFileLocation : slot0 (2) copySrcFileName : NVTRACE_LOG_DIR/LP4-nvtrace-0 copyDestFileType : ftosFile (1) copyDestFileLocation : ftp (4) copyDestFileName : /usr/tester1/trace/backup/LP4-nvtrace-0 copyServerAddress : 172.20.10.123 copyUserName : tester1 copyUserPassword : mypasswd
Status: current Access: not-accessible
OBJECT-TYPE    
  F10CopyEntry  

copyConfigIndex 1.3.6.1.4.1.6027.3.5.1.1.1.1.1
To initiate a config copy request, user should assign a positive random value as an index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

copySrcFileType 1.3.6.1.4.1.6027.3.5.1.1.1.1.2
Specifies the type of file to copy from. if the copySrcFileType is runningConfig(2) or startupConfig(3), the default F10ConfigFileLocation is flash(1). If the copySrcFileType has the value of ftosFile(1), it is expected that the copySrcFileLocation and copySrcFileName must also be spcified. The three objects together will uniquely identify the source file.
Status: current Access: read-write
OBJECT-TYPE    
  F10ConfigFileType  

copySrcFileLocation 1.3.6.1.4.1.6027.3.5.1.1.1.1.3
Specifies the location of source file. If the copySrcFileType has the value of ftosFile(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.
Status: current Access: read-write
OBJECT-TYPE    
  F10ConfigFileLocation  

copySrcFileName 1.3.6.1.4.1.6027.3.5.1.1.1.1.4
The file name (including the path, if applicable) of the file. If copySourceFileType is set to runningConfig or startupConfig, copySrcFileName is not needed.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

copyDestFileType 1.3.6.1.4.1.6027.3.5.1.1.1.1.5
Specifies the type of file to copy to. if the copyDestFileType is runningConfig(2) or startupConfig(3), the default f10DestFileLocation is flash(1). If the copyDestFileType has the value of ftosFile(1), it is expected that the copyDestFileLocation and copyDestFileName must also be spcified. The three objects together will uniquely identify the destination file.
Status: current Access: read-write
OBJECT-TYPE    
  F10ConfigFileType  

copyDestFileLocation 1.3.6.1.4.1.6027.3.5.1.1.1.1.6
Specifies the location of destination file. If the copyDestFileType has the value of ftosFile(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.
Status: current Access: read-write
OBJECT-TYPE    
  F10ConfigFileLocation  

copyDestFileName 1.3.6.1.4.1.6027.3.5.1.1.1.1.7
Specifies the location of destination file. If the copyDestFileType has the value of ftosFile(1), it is expected that the f10CopyDestFileTyp 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.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

copyServerAddress 1.3.6.1.4.1.6027.3.5.1.1.1.1.8
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.
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

copyUserName 1.3.6.1.4.1.6027.3.5.1.1.1.1.9
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.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

copyUserPassword 1.3.6.1.4.1.6027.3.5.1.1.1.1.10
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.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

copyState 1.3.6.1.4.1.6027.3.5.1.1.1.1.11
The state of config-copy operation.
Status: current Access: read-only
OBJECT-TYPE    
  F10ConfigCopyState  

copyTimeStarted 1.3.6.1.4.1.6027.3.5.1.1.1.1.12
The timetick when the copy started.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

copyTimeCompleted 1.3.6.1.4.1.6027.3.5.1.1.1.1.13
The timetick when the copy completed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

copyFailCause 1.3.6.1.4.1.6027.3.5.1.1.1.1.14
The reason a config-copy request failed.
Status: current Access: read-only
OBJECT-TYPE    
  F10ConfigCopyFailCause  

copyEntryRowStatus 1.3.6.1.4.1.6027.3.5.1.1.1.1.15
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.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

copyServerInetAddressType 1.3.6.1.4.1.6027.3.5.1.1.1.1.16
The address type of copyServerInetAddress. Only ipv4 (1), ipv6 (2) and dns (16) types are supported.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

copyServerInetAddress 1.3.6.1.4.1.6027.3.5.1.1.1.1.17
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.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

copyAlarmMibNotifications 1.3.6.1.4.1.6027.3.5.1.2.0
OBJECT IDENTIFIER    

copyAlarmVariable 1.3.6.1.4.1.6027.3.5.1.2.1
OBJECT IDENTIFIER    

copyAlarmLevel 1.3.6.1.4.1.6027.3.5.1.2.1.1
the message warning level
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER  

copyAlarmString 1.3.6.1.4.1.6027.3.5.1.2.1.2
An generic string value in the TRAP object
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING  

copyAlarmIndex 1.3.6.1.4.1.6027.3.5.1.2.1.3
the index of the current copy. Indicates the index of the current copy, i.e. copyConfigIndex of f10CopyTable. Set to '-1' if copy executed by CLI
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER  

copyConfigCompleted 1.3.6.1.4.1.6027.3.5.1.2.0.1
The agent generate this trap when a copy operational is completed.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

configConflict 1.3.6.1.4.1.6027.3.5.1.2.0.2
The agent generate this trap when a configuration conflict found during audit.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

configConflictClear 1.3.6.1.4.1.6027.3.5.1.2.0.3
The agent generate this trap when a configuration conflict resolved during audit.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

batchConfigCommitProgress 1.3.6.1.4.1.6027.3.5.1.2.0.4
The agent generate this trap when a configuration commit is initiated.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

batchConfigCommitCompleted 1.3.6.1.4.1.6027.3.5.1.2.0.5
The agent generate this trap when a configuration commit is completed.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE