rcfJobEntry
RBN-CONFIG-FILE-MIB ·
.1.3.6.1.4.1.2352.2.13.1.1.3.1
Object
row
An entry created by a Command Generator application which starts
and monitors a process which loads a system configuration file or
saves the current system configuration out to a file.
When rcfJobRowStatus becomes active, rcfJobState is set to
'pending' and is queued for processing. Only one job may be
processed at a time.
When the job reaches the head of the queue, rcfJobState is set
to 'inProgress' and the configuration operation will be performed.
When the operation completes, rcfJobState will be set to
'completed'. Also at this time the objects rcfJobResult and
rcfJobErrorMsgs will be instantiated and will provide the
success/failure status of the operation.
A job in the 'pending' state may be aborted by setting
rcfJobRowStatus to 'notInService' or 'destroy'.
An entry for a job which has completed (rcfJobState is
'completed') may be reset to the 'pending' state
by setting rcfRowStatus to 'notInService' and then back to
'active' to initiate another configuration operation.
Note: while rcfRowStatus equals 'active', the only object
instance that can be modified in the entry is rcfRowStatus. To
alter any other object instance, rcfRowStatus must be set to
'notInService'.
Context
- MIB
- RBN-CONFIG-FILE-MIB
- OID
.1.3.6.1.4.1.2352.2.13.1.1.3.1- Type
- row
- Status
- current
- Parent
- rcfJobTable
- Table
- rcfJobTable
- Children
- 20
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| rcfJobIndex A unique identifier for an entry in this table. | column | Unsigned32 | .1.3.6.1.4.1.2352.2.13.1.1.3.1.1 |
| rcfJobStopAtLine If this object instance has a non-zero value, parsing and
loading of the configuration file will terminate after the
specified line number.
This object is only rele… | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.2352.2.13.1.1.3.1.10 |
| rcfJobSaveDefaults If 'true', default values for all configuration values are
saved. If 'false', only the values which have been explicitly
configured are saved.
This object is only r… | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.2352.2.13.1.1.3.1.11 |
| rcfJobState The current state of the configuration job.
pending -- The initial state of all jobs. Jobs are queued
and processed in order of creation.
inProgres… | column | Enumeration | .1.3.6.1.4.1.2352.2.13.1.1.3.1.12 |
| rcfJobResult A generic result code. This object is instantiated only when
rcfJobStatus equals 'completed'.
success -- The job completed successfully.
other -- An error t… | column | Enumeration | .1.3.6.1.4.1.2352.2.13.1.1.3.1.13 |
| rcfJobErrorMsgs Detailed error messages generated during the configuration
operation. This object is instantiated only when rcfJobState
equals 'completed'.
Note: the amount of erro… | column | SNMP-FRAMEWORK-MIBSnmpAdminString | .1.3.6.1.4.1.2352.2.13.1.1.3.1.14 |
| rcfJobCreateTime The value of sysUpTime when this job entry was created. | column | SNMPv2-TCTimeStamp | .1.3.6.1.4.1.2352.2.13.1.1.3.1.15 |
| rcfJobStartTime The value of sysUpTime when rcfJobState moved from 'pending' to
'inProgress'.
This object will not be instantiated until rcfJobState moves to
'inProgress'. The obje… | column | SNMPv2-TCTimeStamp | .1.3.6.1.4.1.2352.2.13.1.1.3.1.16 |
| rcfJobStopTime The value of sysUpTime when the job completed.
This object will not be instantiated until rcfJobState moves to
'completed'. The object will be un-instantiated if
rc… | column | SNMPv2-TCTimeStamp | .1.3.6.1.4.1.2352.2.13.1.1.3.1.17 |
| rcfJobNotifyOnCompletion If 'true', an rcfJobCompleted notification will be generated
when the job completes. | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.2352.2.13.1.1.3.1.18 |
| rcfJobOwner This object can be used to identify who/what/where created this
job entry. | column | RMON-MIBOwnerString | .1.3.6.1.4.1.2352.2.13.1.1.3.1.19 |
| rcfJobOp The configuration operation to perform.
If 'load', the file specified in rcfJobFilename is retrieved,
parsed and loaded into the system configuration.
… | column | Enumeration | .1.3.6.1.4.1.2352.2.13.1.1.3.1.2 |
| rcfJobRowStatus The row status for creating, modifying, or deleting an entry
in the table.
Note that 'active' entries cannot be modified.
Any attempt to modify an object in this … | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.2352.2.13.1.1.3.1.20 |
| rcfJobProtocol The file transfer protocol to use.
If 'local', the filename specified in rcfJobFilename exists
locally on the Redback system (eg in /flash).
If 'tftp… | column | Enumeration | .1.3.6.1.4.1.2352.2.13.1.1.3.1.3 |
| rcfJobFilename The name of the source file (loads) or destination file (saves). | column | OctetString | .1.3.6.1.4.1.2352.2.13.1.1.3.1.4 |
| rcfJobIpAddressType The address type for rcfJobIpAddress.
This object is only relevant for non-local filenames. If
rcfJobProtocol equals 'local', any value for this object
will effecti… | column | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.4.1.2352.2.13.1.1.3.1.5 |
| rcfJobIpAddress The IP address for the file server which contains the source
file (loads) or destination file (saves).
This object is only relevant for non-local filenames. If
rcfJ… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.4.1.2352.2.13.1.1.3.1.6 |
| rcfJobUsername The username to use for authentication with the file server.
This object is only relevant for the FTP protocol. If
rcfJobProtocol does not equal 'ftp', any value fo… | column | OctetString | .1.3.6.1.4.1.2352.2.13.1.1.3.1.7 |
| rcfJobPassword The password to use for authentication with the file server.
A zero-length string value would be used for usernames that
do not require a password.
This object is o… | column | OctetString | .1.3.6.1.4.1.2352.2.13.1.1.3.1.8 |
| rcfJobPassiveMode Enables/disables passive mode on FTP connections.
This object is only relevant for the FTP protocol. If
rcfJobProtocol does not equal 'ftp', any value for this
obje… | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.2352.2.13.1.1.3.1.9 |
Indexes
| Object | Type | Syntax | OID |
|---|---|---|---|
| rcfJobIndex A unique identifier for an entry in this table. | column | Unsigned32 | .1.3.6.1.4.1.2352.2.13.1.1.3.1.1 |