WWP-FILE-TRANSFER-MIB

        The MIB module for the WWP TFTP Operation to download a file.
    
Source file
WWP-FILE-TRANSFER-MIB
Last revised
Identity
wwpFileTransferMIB
Base OID
1.3.6.1.4.1.6141.2.7
Imported Objects
SNMPv2-SMI Integer32 IpAddress MODULE-IDENTITY (no object page) NOTIFICATION-TYPE (no object page) OBJECT-TYPE (no object page) Unsigned32
SNMPv2-TC DateAndTime DisplayString MacAddress RowStatus TEXTUAL-CONVENTION (no object page) TruthValue
WWP-SMI wwpModules
Net-SNMP examples using the ciena MIB directory Show commands

These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.

Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'WWP-FILE-TRANSFER-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WWP-FILE-TRANSFER-MIB::wwpFileTransferMIB'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'WWP-FILE-TRANSFER-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-FILE-TRANSFER-MIB::wwpFileTransferMIB'
How SNMP, Net-SNMP, MIB paths, and variants work
Objects (18)
.1.3.6.1.4.1.6141.2.7
.1.3.6.1.4.1.6141.2.7.1
.1.3.6.1.4.1.6141.2.7.1.1
Enumeration
.1.3.6.1.4.1.6141.2.7.1.1.1
OctetString
.1.3.6.1.4.1.6141.2.7.1.1.10
.1.3.6.1.4.1.6141.2.7.1.1.2
.1.3.6.1.4.1.6141.2.7.1.1.3
.1.3.6.1.4.1.6141.2.7.1.1.4
.1.3.6.1.4.1.6141.2.7.1.1.5
.1.3.6.1.4.1.6141.2.7.1.1.6
.1.3.6.1.4.1.6141.2.7.1.1.7
.1.3.6.1.4.1.6141.2.7.1.1.8
Enumeration
.1.3.6.1.4.1.6141.2.7.1.1.9
.1.3.6.1.4.1.6141.2.7.2
.1.3.6.1.4.1.6141.2.7.2.0
.1.3.6.1.4.1.6141.2.7.3
.1.3.6.1.4.1.6141.2.7.3.1
.1.3.6.1.4.1.6141.2.7.3.2
Dependencies (3) 3 direct Show tree and compile order Hide dependency details

Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.

Dependency tree
Dependency-first compile order
  1. SNMPv2-SMIrfc
  2. SNMPv2-TCrfc
  3. WWP-SMIciena
  4. WWP-FILE-TRANSFER-MIBcienaselected
Type Definitions (2)
Enumeration
noStatus(1)
timeout(2)
networkError(3)
noSpace(4)
invalidFileName(5)
commandCompleted(6)
internalError(7)
commandFileParseError(8)
Enumeration
idle(1)
sending(2)
receiving(3)
transferComplete(4)
failed(5)
Notifications / Traps (2)
NameOIDDescription
.1.3.6.1.4.1.6141.2.7.2.0.1
A wwpFTransferCompletion notification is sent at the completion
of a file transfer request.
.1.3.6.1.4.1.6141.2.7.2.0.2
A wwpFTransferCmdParseError notification is sent if the parsing
of the cmd file returns an error.