AT-INSTALL-MIB

File: AT-INSTALL-MIB.mib (14096 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
AT-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
DisplayString TruthValue ifIndex
modules DisplayStringUnsized

Defined Types

InstallEntry  
SEQUENCE    
  instIndex INTEGER
  instRelDevice INTEGER
  instRelName DisplayString
  instRelMajor INTEGER
  instRelMinor INTEGER
  instPatDevice INTEGER
  instPatName DisplayString
  instRelInterim INTEGER
  instRelExists INTEGER
  instPatExists INTEGER

InstallHistoryEntry  
SEQUENCE    
  instHistIndex INTEGER
  instHistLine DisplayString

LicenceEntry  
SEQUENCE    
  licenceIndex INTEGER
  licenceStatus INTEGER
  licenceRelease DisplayString
  licenceMajor INTEGER
  licenceMinor INTEGER
  licencePassword DisplayStringUnsized
  licenceExpiry DisplayString
  licenceInterim INTEGER

Defined Values

install 1.3.6.1.4.1.207.8.4.4.4.49
This MIB file contains definitions of managed objects for the INSTALL module.
MODULE-IDENTITY    

installTable 1.3.6.1.4.1.207.8.4.4.4.49.1
The list of install configurations for the router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    InstallEntry

installEntry 1.3.6.1.4.1.207.8.4.4.4.49.1.1
An entry in the list of install configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  InstallEntry  

instIndex 1.3.6.1.4.1.207.8.4.4.4.49.1.1.1
The index for the install table. There are four install configurations defined in the router, default, preferred, temporary and current. The router will attempt to use these in the order temporary, preferred, default when it boots. An install that is undefined will be skipped, an install which points to a file which is not present will be skipped. When the temporary install is used, the information is deleted. The current configuration shows what the router currently has installed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER temporary(1), preferred(2), default(3), current(4)  

instRelDevice 1.3.6.1.4.1.207.8.4.4.4.49.1.1.2
The device for the release in the install. If the device is flash the file for the release is given in instRelName. Devices none(1) or flash(3) are invalid for the default(3) release.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), eprom(2), flash(3)  

instRelName 1.3.6.1.4.1.207.8.4.4.4.49.1.1.3
The file name for the release in the install, if the instRelDevice is flash(3). If the instRelDevice is none(1) or eprom(2), this object should be a null string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

instRelMajor 1.3.6.1.4.1.207.8.4.4.4.49.1.1.4
The major release number for this install. This information is obtained by the router when the other elements in the row are set and is thus not directly set by management. If the release number is a.b.c, the major release number is a.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

instRelMinor 1.3.6.1.4.1.207.8.4.4.4.49.1.1.5
The minor release number for this install. This information is obtained by the router when the other elements in the row are set and is thus not directly set by management. If the release number is a.b.c, the major release number is b.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

instPatDevice 1.3.6.1.4.1.207.8.4.4.4.49.1.1.6
The device for the patch in the install. The file for the patch is given in instPatName unless the device is none(1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), flash(3), nvs(4)  

instPatName 1.3.6.1.4.1.207.8.4.4.4.49.1.1.7
The file name for the patch in the install.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

instRelInterim 1.3.6.1.4.1.207.8.4.4.4.49.1.1.8
The interim release number for this install. This information is obtained by the router when the other elements in the row are set and is thus not directly set by management. If the release number is a.b.c, the major release number is c. If the release number is a.b, the interim release number is 0.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

instRelExists 1.3.6.1.4.1.207.8.4.4.4.49.1.1.9
Indicates if the release file exists or not. true(1) means it exists, false(2) means it doesn't.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

instPatExists 1.3.6.1.4.1.207.8.4.4.4.49.1.1.10
Indicates if the patch file exists or not. true(1) means it exists, false(2) means it doesn't
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

installHistoryTable 1.3.6.1.4.1.207.8.4.4.4.49.2
The table of descriptions of events in the install history of the router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    InstallHistoryEntry

installHistoryEntry 1.3.6.1.4.1.207.8.4.4.4.49.2.1
A single line describing part of the install history of the router.
Status: current Access: not-accessible
OBJECT-TYPE    
  InstallHistoryEntry  

instHistIndex 1.3.6.1.4.1.207.8.4.4.4.49.2.1.1
The index of this event in the install history. Indices run from 1 to the maximum number. The maximum number is not available as a managed object so this table will have to be traversed in order to find out how large it is.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

instHistLine 1.3.6.1.4.1.207.8.4.4.4.49.2.1.2
A line of text describing a single event in the install history of the router.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

configFile 1.3.6.1.4.1.207.8.4.4.4.49.3
The name of the file that the router will configure from at boot. The format of the name is the same as that for fileName described above. If the configuration file name is a zero length string, then there is no configuration file defined in the router.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

licenceTable 1.3.6.1.4.1.207.8.4.4.4.49.4
The list of release licences in the router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LicenceEntry

licenceEntry 1.3.6.1.4.1.207.8.4.4.4.49.4.1
An entry in the list of release licences.
Status: current Access: not-accessible
OBJECT-TYPE    
  LicenceEntry  

licenceIndex 1.3.6.1.4.1.207.8.4.4.4.49.4.1.1
A unique licence index. Licence indices are recalculated every time the router reboots to reflect the current licences on the router. As licences are added, new indices are allocated to the new licences.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

licenceStatus 1.3.6.1.4.1.207.8.4.4.4.49.4.1.2
The status of the file. When read, this object will always return a value of ok(1), since the object will not exist if the value is deleting(2). Write the value deleting(2) to this object to delete the file.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ok(1), deleting(2)  

licenceRelease 1.3.6.1.4.1.207.8.4.4.4.49.4.1.3
The file name for the release whose licence this is.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

licenceMajor 1.3.6.1.4.1.207.8.4.4.4.49.4.1.4
The major release number for the release whose licence this is.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

licenceMinor 1.3.6.1.4.1.207.8.4.4.4.49.4.1.5
The minor release number for the release whose licence this is.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

licencePassword 1.3.6.1.4.1.207.8.4.4.4.49.4.1.6
The password for this release. The password is a string of hex digits.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayStringUnsized Size(12)  

licenceExpiry 1.3.6.1.4.1.207.8.4.4.4.49.4.1.7
A human-readable string that gives the expiry date of this licence.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

licenceInterim 1.3.6.1.4.1.207.8.4.4.4.49.4.1.8
The interim release number for the release whose licence this is.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

createConfigFile 1.3.6.1.4.1.207.8.4.4.4.49.5
The name of a file to create containing the current router configuration. A read from this variable will return the same as the variable configFile. Thus to save the current configuration in the current configuration file, read createConfigFile first, then write the result back to createConfigFile. If this variable is written with the name of an existing file, the file will be replaced with the current configuration.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

configFileExist 1.3.6.1.4.1.207.8.4.4.4.49.6
Indicates if the boot configuration file exists or not. true(1) means it exists, false(2) means it doesn't
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

installTrap 1.3.6.1.4.1.207.8.4.4.4.49.0
OBJECT IDENTIFIER    

configFileExistTrap 1.3.6.1.4.1.207.8.4.4.4.49.0.1
This trap is generated when the boot file is detected as missing
Status: current Access: read-only
NOTIFICATION-TYPE    

currentConfigFile 1.3.6.1.4.1.207.8.4.4.4.49.7
The name of the file that the router is currently configured with. The format of the name is the same as that for fileName described above. If the current configuration file name is a zero length string, then there is no current configuration file defined in the router.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString