MIBs Depot

Juniper-FILE-XFER-MIB

Registered at
1.3.6.1.4.1.4874.2.2.23
Last updated
2002-09-16 21:44
Organization
Juniper Networks, Inc.
Revisions
2002-09-16 21:44, 2001-03-28 13:46, 2000-05-01 00:00, 1999-08-18 00:00
Namespace
juniper
Source file
Juniper-FILE-XFER-MIB
Digest
sha256:6730bf8ba63f4e39b3378a0a52f912c52ad0b1312b14c067e092573954cd9c9a

Description

The File Transfer MIB for Juniper Networks enterprise.

Contact

Juniper Networks, Inc. Postal: 10 Technology Park Drive Westford, MA 01886-3146 USA Tel: +1 978 589 5800 E-mail: mib@Juniper.net

Imports

FromSymbols
Juniper-MIBsjuniMibs
Juniper-TCJuniName
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso
SNMPv2-TCDisplayString, 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.

Juniper-FILE-XFER-MIB
Juniper-MIBs
Juniper-TC
Juniper-UNI-SMI
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
juniFileXferObjects
OBJECT-IDENTITY
1.3.6.1.4.1.4874.2.2.23.1
juniFileXferTable
OBJECT-TYPE
A list of entries which describe file transfers.
1.3.6.1.4.1.4874.2.2.23.1.1not-accessiblecurrent
juniFileXferTableEntry
OBJECT-TYPE
A description of a particular file transfer entry.
1.3.6.1.4.1.4874.2.2.23.1.1.1not-accessiblecurrent
juniFileXferIndex
OBJECT-TYPE
A unique index used to identify this entry.
1.3.6.1.4.1.4874.2.2.23.1.1.1.1INTEGER (1..65535)read-onlycurrent
juniFileXferDirection
OBJECT-TYPE
Specifies the direction of the file transfer.
1.3.6.1.4.1.4874.2.2.23.1.1.1.2INTEGER {juniFileXferLocalToRemote(1), juniFileXferRemoteToLocal(2)}read-writecurrent
juniFileXferFileType
OBJECT-TYPE
Specifies the file type of the file transfer.
1.3.6.1.4.1.4874.2.2.23.1.1.1.3INTEGER {juniFileXferSoftwareRelease(1), juniFileXferSystemConfig(2), juniFileXferRunningConfig(3), juniFileXferSystemLog(4), juniFileXferScript(5), juniFileXferRebootHistory(6), juniFileXferBulkStatistics(7)}read-writecurrent
juniFileXferRemoteFileName
OBJECT-TYPE
The full path name of the source/destination file on the remote system.
1.3.6.1.4.1.4874.2.2.23.1.1.1.4DisplayString (SIZE(0..128))read-writecurrent
juniFileXferRemoteUserName
OBJECT-TYPE
The user name to use when requesting the file transfer to/from the remote system. This object has been obsoleted. Use the enterprise host mib in order to configure the username.
1.3.6.1.4.1.4874.2.2.23.1.1.1.5DisplayString (SIZE(0..64))read-writeobsolete
juniFileXferRemoteUserPassword
OBJECT-TYPE
The password to use when requesting the file transfer to/from the remote system. When read, this object returns a zero string. Note that, for security reasons, some FTP servers may insist on a non-zero length user password. This object has been obsoleted. Use the enterprise host MIB in order to configure the password.
1.3.6.1.4.1.4874.2.2.23.1.1.1.6OCTET STRING (SIZE(0..64))read-writeobsolete
juniFileXferLocalFileName
OBJECT-TYPE
The local file name to transfer or to create as a result of an incoming transfer.
1.3.6.1.4.1.4874.2.2.23.1.1.1.7DisplayString (SIZE(0..128))read-writecurrent
juniFileXferProtocol
OBJECT-TYPE
Specifies the file transfer protocol type.
1.3.6.1.4.1.4874.2.2.23.1.1.1.8INTEGER {juniFileXferFtp(1), juniFileXferTftp(2)}read-writecurrent
juniFileXferStatus
OBJECT-TYPE
The status of the file transfer.
1.3.6.1.4.1.4874.2.2.23.1.1.1.9INTEGER {juniFileXferSuccessfulCompletion(1), juniFileXferInProgress(2), juniFileXferRemoteUnreachable(3), juniFileXferUserAuthFailed(4), juniFileXferFileNotFound(5), juniFileXferFileTooBig(6), juniFileXferFileIncompatible(7), juniFileXferPended(8), juniFileXferCopyRunningCfgFailed(9)}read-onlycurrent
juniFileXferRowStatus
OBJECT-TYPE
The row status object controls the creation/deletion of rows in this table. Its semantics are the same as those for the RowStatus textual convention specified for SNMPv2. Setting this object to createAndGo(4) is allowed. If required objects are missing, the agent will create the row and set its status to notReady(3). If all of the required objects are present and valid, the agent will create the row, set it to active and commence the file transfer. Upon completion of the file transfer, the agent will set the rowStatus to notInService(2), indicating that the row is valid and useable by a management client. To commence another transfer, a management client should set the rowStatus to active(1). Setting this object to createAndWait(5) causes an entry to be created with juniFileXferRowStatus value of notInService(2) if all of the required objects are present and valid. Or, if some of the required objects are missing or invalid, the agent will create the row and sets its status to notReady(3). Setting this object to active(1) causes the transfer to start for the given row. Objects within the row cannot be modified once a row has been set to active(1), Setting this object to destroy(6) causes the corresponding row to be deleted. Note that only a single instance of a row can be active at at any given moment, although several rows can exist in the table.
1.3.6.1.4.1.4874.2.2.23.1.1.1.10RowStatusread-writecurrent
juniFileXferTimeStamp
OBJECT-TYPE
The value of sysUpTime at the last status change for this entry.
1.3.6.1.4.1.4874.2.2.23.1.1.1.11TimeTicksread-onlycurrent
juniFileXferRouterName
OBJECT-TYPE
The name of the router to be used when resolving the hostname portion of the juniFileXferRemoteFileName object. If this object contains an invalid or empty value, the default router will be used.
1.3.6.1.4.1.4874.2.2.23.1.1.1.12JuniNameread-writecurrent
juniFileXferTrapEnabled
OBJECT-TYPE
An indication of whether the juniFileXferTrap trap is enabled.
1.3.6.1.4.1.4874.2.2.23.1.2INTEGER {true(1), false(2)}read-writecurrent
juniFileXferNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.4874.2.2.23.2
juniFileXferNotifyPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.4874.2.2.23.2.0
juniFileXferConformance
OBJECT-IDENTITY
1.3.6.1.4.1.4874.2.2.23.4
juniFileXferCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.4874.2.2.23.4.1
juniFileXferGroups
OBJECT-IDENTITY
1.3.6.1.4.1.4874.2.2.23.4.2

Notifications

NameOIDStatus
juniFileXferTrap
NOTIFICATION-TYPE
An indication that the status associated with a particular file transfer entry has changed.
1.3.6.1.4.1.4874.2.2.23.2.0.1current

Conformance

NameOIDStatus
juniFileXferCompliance1
MODULE-COMPLIANCE
Obsolete compliance statement for entities that implement the Juniper file transfer MIB. This compliance statement became obsolete when remote user information was removed and router name was added.
1.3.6.1.4.1.4874.2.2.23.4.1.2obsolete
juniFileXferCompliance2
MODULE-COMPLIANCE
The compliance statement for entities that implement the Juniper file transfer MIB.
1.3.6.1.4.1.4874.2.2.23.4.1.3current
juniFileXferGroup1
OBJECT-GROUP
Obsolete collection of objects providing management of file transfers in a Juniper product. This group became obsolete when remote user information was removed and juniFileXferRouterName was added.
1.3.6.1.4.1.4874.2.2.23.4.2.2obsolete
juniFileXferGroup2
OBJECT-GROUP
A collection of objects providing management of file transfers in a Juniper product.
1.3.6.1.4.1.4874.2.2.23.4.2.3current
juniFileXferTrapGroup
NOTIFICATION-GROUP
A management notification pertaining to file transfers.
1.3.6.1.4.1.4874.2.2.23.4.2.4current