PRVT-INTERWORKING-OS-MIB

File: PRVT-INTERWORKING-OS-MIB.mib (23090 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC PRVT-SWITCH-MIB
SNMP-USER-BASED-SM-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 DisplayString TruthValue
MacAddress NOTIFICATION-TYPE prvt-products
usmUserSecurityName

Defined Types

CpuRedundancyEntry  
SEQUENCE    
  cpuId Integer32
  cpuName DisplayString
  cpuStatus INTEGER
  cpuRedundancySupport TruthValue
  cpuSWVersionString DisplayString

Defined Values

prvtInterworkOsMib 1.3.6.1.4.1.738.1.111.1
The MIB enables display configuration of the device OS features.
MODULE-IDENTITY    

software 1.3.6.1.4.1.738.1.111
OBJECT IDENTIFIER    

prvtInterworkOsNotifications 1.3.6.1.4.1.738.1.111.1.0
OBJECT IDENTIFIER    

version 1.3.6.1.4.1.738.1.111.1.1
OBJECT IDENTIFIER    

option 1.3.6.1.4.1.738.1.111.1.2
OBJECT IDENTIFIER    

management 1.3.6.1.4.1.738.1.111.1.3
OBJECT IDENTIFIER    

cpu 1.3.6.1.4.1.738.1.111.1.4
OBJECT IDENTIFIER    

prvtInterworkOsConformance 1.3.6.1.4.1.738.1.111.1.5
OBJECT IDENTIFIER    

bootVersionNumber 1.3.6.1.4.1.738.1.111.1.1.1
This object identifies version number of the Boot program
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bootVersionDate 1.3.6.1.4.1.738.1.111.1.1.2
This object identifies creation date/time of the Boot program
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bootVersionString 1.3.6.1.4.1.738.1.111.1.1.3
This object contains text for the current version of the Boot program
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

oSversionNumber 1.3.6.1.4.1.738.1.111.1.1.4
This object identifies version number of the OS
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

oSversionDate 1.3.6.1.4.1.738.1.111.1.1.5
This object identifies creation date/time of the OS
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

oSversionString 1.3.6.1.4.1.738.1.111.1.1.6
This object contains text for the current version of the OS
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

appletVersionNumber 1.3.6.1.4.1.738.1.111.1.1.7
This object contains text for the current version of the embedded applet
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

appletVersionDate 1.3.6.1.4.1.738.1.111.1.1.8
This object contains text for the creation date of the current embedded applet version
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

optionInstalled 1.3.6.1.4.1.738.1.111.1.2.1
This object identifies creation date/time of the OS
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

managementConnectivity 1.3.6.1.4.1.738.1.111.1.3.1
OBJECT IDENTIFIER    

managementConnectivityMACAddr 1.3.6.1.4.1.738.1.111.1.3.1.1
Get the agent MAC address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

managementConnectivityIpAddress 1.3.6.1.4.1.738.1.111.1.3.1.2
Set IP Address for the device.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

managementConnectivityIPNetMask 1.3.6.1.4.1.738.1.111.1.3.1.3
Set IP NetMask for the device.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

managementIPGateAddress 1.3.6.1.4.1.738.1.111.1.3.1.4
Set Gateway Address for the device - only applies for devices without L3 capabilities.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

managementSerialBaud 1.3.6.1.4.1.738.1.111.1.3.1.5
The Serial port BAUD Rate. Attributes are 8 Start Bits, no parity, and 1 stop bits (8N1) and Hardware Flow Control. Valid values are 2400, 9600, 19200, and 38400.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER baud2400(1), baud9600(2), baud19200(3), baud38400(4)  

managementLoad 1.3.6.1.4.1.738.1.111.1.3.2
OBJECT IDENTIFIER    

managementLoadTftpServerAddress 1.3.6.1.4.1.738.1.111.1.3.2.1
Set IP Address for the TFTP server used for downloading and uploading files.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

managementLoadFileName 1.3.6.1.4.1.738.1.111.1.3.2.2
Set TFTP file path and name.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

managementLoadType 1.3.6.1.4.1.738.1.111.1.3.2.3
The type of file to download or upload upon a managementLoadExecute.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER application(1), boot(2), configuration(3), java(4), vdsl-E2(5)  

managementLoadExecute 1.3.6.1.4.1.738.1.111.1.3.2.4
Execute file download or upload procedure. A SET of this object starts the load procedure. Note that the Application and Boot images can only be downloaded. The Configuration file can be uploaded and downloaded. When a Configuration file is downloaded, it replaces the startup-config file in NVRAM. A GET of this object will return a noop (1). Also, when the user chooses to upload the configuration, it is the startup-config that is copied to the remote host. Use managementLoadExecuteStatus to determine the status of the executed load.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), download(2), upload(3)  

managementLoadExecuteStatus 1.3.6.1.4.1.738.1.111.1.3.2.5
Provides status on the execute file load procedure. The status return is given by one of the enumerated codes not-started (download has not yet started) in-progress (download has not yet finished) success (download has finished successfully) error-connection (download cannot connect) error-filename (download has bad image path/filename) error-fault (download has fault condition on device).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER not-started(1), in-progress(2), success(3), error-connection(4), error-filename(5), error-fault(6)  

managementMisc 1.3.6.1.4.1.738.1.111.1.3.3
OBJECT IDENTIFIER    

managementMiscSaveToNvm 1.3.6.1.4.1.738.1.111.1.3.3.1
When set to save (2), all nonvolatile configuration parameters are saved to NVM (Nonvolatile Memory). NVM save operations may be slow (e.g., erasing/writing Flash device). Consequently, all (or many) updates should be made before saving to NVM. A get operation always returns noop (1)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), save(2)  

managementMiscReset 1.3.6.1.4.1.738.1.111.1.3.3.2
Physically performs a hardware reset of the unit. Use with care. A reset (2) resets the unit, the reset-to-defaults (3) resets the configuration file to factory defaults and then resets the unit, the value of save-and-reset (4) saves the config and then resets the unit and noop (1) does nothing. A value of noop (1) is always returned for a GET operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), reset(2), reset-to-defaults(3), save-and-reset(4)  

managementMiscReload 1.3.6.1.4.1.738.1.111.1.3.3.3
Reload the unit software, the unit hardware will not be affected. A value of noop (1) is always returned for a GET operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), save-and-reload(2)  

managementMiscReloadInTime 1.3.6.1.4.1.738.1.111.1.3.3.4
Indicates time for scheduled reload without save in hour:min. octets contents range 1 day 0x01..0x1f (1-31) 2 month 0x01..0x0C (1..12) where january = 1 december = 12 3 hour 0x01..0x17 (0..23) 4 min 0x01..3B (0..59) For example: 0x01 0x01 0x01 0x01 means 1 January 01:01. To stop scheduled reload set it to 0x00 0x00 0x00 0x00
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(4)  

managementMiscReloadAtTime 1.3.6.1.4.1.738.1.111.1.3.3.5
Indicates time for scheduled reload without save at day:month:hour:min. octets contents range 1 day 0x01..0x1f (1-31) 2 month 0x01..0x0C (1..12) where january = 1 december = 12 3 hour 0x01..0x17 (0..23) 4 min 0x01..3B (0..59) For example: 0x01 0x01 0x01 0x01 means 1 January 01:01. To stop scheduled reload set it to 0x00 0x00 0x00 0x00
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(4)  

managementMiscReloadSaveInTime 1.3.6.1.4.1.738.1.111.1.3.3.6
Indicates time for scheduled reload with save in hour:min. octets contents range 1 day 0x01..0x1f (1-31) 2 month 0x01..0x0C (1..12) where january = 1 december = 12 3 hour 0x01..0x17 (0..23) 4 min 0x01..3B (0..59) For example: 0x01 0x01 0x01 0x01 means 1 January 01:01. To stop scheduled reload set it to 0x00 0x00 0x00 0x00
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(4)  

managementMiscReloadSaveAtTime 1.3.6.1.4.1.738.1.111.1.3.3.7
Indicates time for scheduled reload with save at day:month:hour:min. octets contents range 1 day 0x01..0x1f (1-31) 2 month 0x01..0x0C (1..12) where january = 1 december = 12 3 hour 0x01..0x17 (0..23) 4 min 0x01..3B (0..59) For example: 0x01 0x01 0x01 0x01 means 1 January 01:01. To stop scheduled reload set it to 0x00 0x00 0x00 0x00
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(4)  

managementLicense 1.3.6.1.4.1.738.1.111.1.3.4
OBJECT IDENTIFIER    

managementOptionSupportStatus 1.3.6.1.4.1.738.1.111.1.3.4.1
Indicates active software support options (license).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER reserved0(0), reserved1(1), reserved2(2), reserved3(3), reserved4(4), reserved5(5), reserved6(6), reserved7(7), reserved8(8), reserved9(9), licNotSpecified(10), licBasic(11), licML(12), licAdvML(13), reserved14(14), reserved15(15), reserved16(16), reserved17(17), reserved18(18), reserved19(19), reserved20(20), reserved21(21), reserved22(22), reserved23(23), reserved24(24), reserved25(25), reserved26(26), reserved27(27), reserved28(28), reserved29(29), reserved30(30), reserved31(31)  

managementOptionSupportKey 1.3.6.1.4.1.738.1.111.1.3.4.2
Specify the software support option key (license). After set, device must be reloaded the new option to take affect.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

managementOptionSupportAddress 1.3.6.1.4.1.738.1.111.1.3.4.3
Shows the address of SNMP NMS that has configured last the option.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  IpAddress  

managementOptionSupportL3Capable 1.3.6.1.4.1.738.1.111.1.3.4.4
Indicates if the swicth is capable for L3 features - true The switch is capable for L3 features - false The switch is not capable for L3 features
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

prvtBootConfigUpgrade 1.3.6.1.4.1.738.1.111.1.3.5
OBJECT IDENTIFIER    

prvtBootUpgradeSrcURI 1.3.6.1.4.1.738.1.111.1.3.5.1
The object represents an address from where the application will be copied and used by the device. The address must be given in a valid URI format. It will be used by all booting mechnisms as a source from where to find the application. So it can point to either local folder or remote device. Example: tftp://10.3.71.45/MyApps/Imagev1.5.Z local://Usr/Imagev1.5.Z If there is no value set, the device will boot with local application given in prvtBootApplicationNameURI object
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

prvtBootApplicationNameURI 1.3.6.1.4.1.738.1.111.1.3.5.2
This object represents the name of the application to be used by the network device to boot. The name of the application is given in URI format to indicate the storage device. Every network device can have few localy saved application files copied in different storage devices: local file system, flash etc. The user can choose one of them by setting the starage device and the application name. Example: local://Imagev1.5.Z, flash://Imagev1.5.Z If this object is empty, the device will boot from the network using the remote application given in prvtBootUpgradeSrcURI
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

prvtBootConfigURI 1.3.6.1.4.1.738.1.111.1.3.5.3
This object represents the configuration file's name of a network device. The value must be set in URI format. It can point to either local or remote configuration file. Example: local://Usr/my_startup.cfg, ftp://myuser:mypass@netaddress/MyCfgs/startup.cfg This field is optional. If it is empty, the standart startup config will be used.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

prvtBootUpgradeCmd 1.3.6.1.4.1.738.1.111.1.3.5.4
This field is used to apply the configuration. When a get request is executed, the returned value should be always ready. When apply(2) command is executed, the upgrade settings are applied. Alternative, when applyExec(3) command is executed, the upgrade process is started.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), ready(1), apply(2), applyExec(3)  

prvtBootOperStatus 1.3.6.1.4.1.738.1.111.1.3.5.5
The object is used to show the current status of the upgrating process. The default value is ready(1), indicating that the process is idle. when the value is set to notReady(2), the device upgrading mechanism is not correctly configured. upgradeInProgress(3) indicates upgrading process have started and haven't finished yet.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), ready(1), notReady(2), upgradeInProgress(3)  

prvtBootErrorCondition 1.3.6.1.4.1.738.1.111.1.3.5.6
The object can be used for feedback. How the upgrading process have finished
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noError(0), genericError(1), copyFailed(2), downloadFailed(3), freeSpaceError(4), validationFailed(5), backupFailed(6), inProgressError(7), consistencyError(8), fileSystemError(9), profileNameError(10), profileError(11), fileNameError(12), pathError(13), zFileError(14), cannotFindFile(15), defApplicationProfileError(16), configProfileError(17), bootDevProfileError(18), ftpServerProfileError(19), ftpUserProfileError(20), ftpPassProfileError(21)  

cpuMonitoring 1.3.6.1.4.1.738.1.111.1.4.1
OBJECT IDENTIFIER    

cpuMonitoringStatus 1.3.6.1.4.1.738.1.111.1.4.1.1
The object shows the status of the CPU monitor
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

cpuMonitoringUtilization 1.3.6.1.4.1.738.1.111.1.4.1.2
The object shows the current CPU utilization
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cpuRedundancy 1.3.6.1.4.1.738.1.111.1.4.2
OBJECT IDENTIFIER    

cpuHwRedundancySupport 1.3.6.1.4.1.738.1.111.1.4.2.1
This object shows if the backplan of this unit support CPU redundancy.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cpuRedundancyTable 1.3.6.1.4.1.738.1.111.1.4.2.2
This table contains the CPU redundancy information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpuRedundancyEntry

cpuRedundancyEntry 1.3.6.1.4.1.738.1.111.1.4.2.2.1
Information about one CPU
Status: current Access: not-accessible
OBJECT-TYPE    
  CpuRedundancyEntry  

cpuId 1.3.6.1.4.1.738.1.111.1.4.2.2.1.1
The ID of the CPU in the system
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..256  

cpuName 1.3.6.1.4.1.738.1.111.1.4.2.2.1.2
Textual representation of the CPU
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cpuStatus 1.3.6.1.4.1.738.1.111.1.4.2.2.1.3
The CPU status
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), standby(2)  

cpuRedundancySupport 1.3.6.1.4.1.738.1.111.1.4.2.2.1.4
This object shows if the CPU card supports redundancy.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cpuSWVersionString 1.3.6.1.4.1.738.1.111.1.4.2.2.1.5
The OS version currently running on the CPU
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cpuHW 1.3.6.1.4.1.738.1.111.1.4.3
OBJECT IDENTIFIER    

cpuRAMsize 1.3.6.1.4.1.738.1.111.1.4.3.1
This object returns the CPU card RAM size
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

imageCrcCheckFailed 1.3.6.1.4.1.738.1.111.1.0.1
The imageCrcCheckFailed notification indicates that the image loaded via TFTP has not passed the CRC check and has been discarded.
Status: current Access: read-only
NOTIFICATION-TYPE    

configurationLoadFailed 1.3.6.1.4.1.738.1.111.1.0.2
The configurationLoadFailed notification indicates that the sending agent did not succeed to upload or download the configuration file.
Status: current Access: read-only
NOTIFICATION-TYPE    

unauthorizedAccessViaCLI 1.3.6.1.4.1.738.1.111.1.0.3
The unauthorizedAccessViaCLI notification indicates that the last attempt to login to the device via CLI cannot be authorized.
Status: current Access: read-only
NOTIFICATION-TYPE    

snmpSetExecuted 1.3.6.1.4.1.738.1.111.1.0.4
This notification indicates that a successful set request has been performed.
Status: current Access: read-only
NOTIFICATION-TYPE    

managementOptionSupportChanged 1.3.6.1.4.1.738.1.111.1.0.5
This notification indicates that a management option license has been changed.
Status: current Access: read-only
NOTIFICATION-TYPE