X25G-MIB

File: X25G-MIB.mib (12732 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises experimental IpAddress
TimeTicks Gauge Counter
DisplayString OBJECT-TYPE

Defined Types

X25gwIdEntry  
SEQUENCE    
  x25gwIdIndex INTEGER
  x25gwIdHardwareSerNum DisplayString
  x25gwIdHardwareRev DisplayString
  x25gwIdSoftwareRev DisplayString
  x25gwIdCpuType INTEGER
  x25gwIdRamInstalled INTEGER
  x25gwIdFlashInstalled INTEGER
  x25gwIdOperCfgSts INTEGER
  x25gwIdSelfTestResult INTEGER
  x25gwIdMgmtConnect INTEGER

X25gwCmdEntry  
SEQUENCE    
  x25gwCmdIndex INTEGER
  x25gwCmdMgtStationId OCTET STRING
  x25gwCmdReqId INTEGER
  x25gwCmdFunction INTEGER
  x25gwCmdForce INTEGER
  x25gwCmdParam OCTET STRING
  x25gwCmdResult INTEGER
  x25gwCmdCode INTEGER

X25gwCfgEntry  
SEQUENCE    
  x25gwCfgIndex INTEGER
  x25gwCfgUiPort INTEGER
  x25gwCfgLocModemConn INTEGER
  x25gwCfgRoutingType INTEGER
  x25gwCfgCudRoutStr DisplayString
  x25gwCfgX121SubAddr INTEGER
  x25gwCfgSysDate DisplayString
  x25gwCfgSysTime DisplayString

X25gwTrapEnaEntry  
SEQUENCE    
  x25gwTrapEnaIndex INTEGER
  x25gwTrapEnaUiReset INTEGER

Defined Values

usr 1.3.6.1.4.1.429
OBJECT IDENTIFIER    

nas 1.3.6.1.4.1.429.1
OBJECT IDENTIFIER    

x25g 1.3.6.1.4.1.429.1.11
OBJECT IDENTIFIER    

x25gwId 1.3.6.1.4.1.429.1.11.1
OBJECT IDENTIFIER    

x25gwIdTable 1.3.6.1.4.1.429.1.11.1.1
A table that contains information that identifies the hardware and software that make up the specified X.25 card.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    X25gwIdEntry

x25gwIdEntry 1.3.6.1.4.1.429.1.11.1.1.1
There is one entry in this table for every X.25 card in the chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  X25gwIdEntry  

x25gwIdIndex 1.3.6.1.4.1.429.1.11.1.1.1.1
An index that uniquely identifies the X.25 card for which this row in the table pertains. The value of this index matches the value of the index for the corresponding entity in the entity table of the chassis MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

x25gwIdHardwareSerNum 1.3.6.1.4.1.429.1.11.1.1.1.2
The X.25 card's hardware serial number as stored in EEPROM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

x25gwIdHardwareRev 1.3.6.1.4.1.429.1.11.1.1.1.3
The hardware revision of the specified X.25 card as stored in its EEPROM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

x25gwIdSoftwareRev 1.3.6.1.4.1.429.1.11.1.1.1.4
The revision of the software being executed in the specified X.25 card.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

x25gwIdCpuType 1.3.6.1.4.1.429.1.11.1.1.1.5
Defines the type of CPU present on the X.25 Gateway NAC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER i80386(1), i80486(2)  

x25gwIdRamInstalled 1.3.6.1.4.1.429.1.11.1.1.1.6
Specifies the amount of DRAM installed on the X.25 Gateway NAC in Kbytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

x25gwIdFlashInstalled 1.3.6.1.4.1.429.1.11.1.1.1.7
Specifies the amount of Flash Rom installed on the X.25 Gateway NAC in Kbytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

x25gwIdOperCfgSts 1.3.6.1.4.1.429.1.11.1.1.1.8
Informs the operator as to whether the operational parameters are the NVRAM parameters or if the administrative parameters have been saved to NVRAM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER operNvram(1), adminChanged(2), adminNvram(3)  

x25gwIdSelfTestResult 1.3.6.1.4.1.429.1.11.1.1.1.9
Displays the results of the most resent self test performed by the X.25 Gateway NAC. If all tests have passed a value of 0 is returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

x25gwIdMgmtConnect 1.3.6.1.4.1.429.1.11.1.1.1.10
Indicates the current status of X.25 gateway user interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), active(2)  

x25gwCmd 1.3.6.1.4.1.429.1.11.2
OBJECT IDENTIFIER    

x25gwCmdTable 1.3.6.1.4.1.429.1.11.2.1
The X.25 Card Command table contains an entry for each of the manageable X.25 Cards in the chassis. It provides a means through which to take specific actions on one or more X.25 cards in the NAS chassis. The number of entries in this table is given by the value of x25gwIdNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    X25gwCmdEntry

x25gwCmdEntry 1.3.6.1.4.1.429.1.11.2.1.1
There is one X.25 Card Command entry per X.25 Card in the chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  X25gwCmdEntry  

x25gwCmdIndex 1.3.6.1.4.1.429.1.11.2.1.1.1
A unique value for each X.25 Card in the chassis. The value of this object matches the value of the index of the corresponding X.25 Card's entry in the entity table of the chassis MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

x25gwCmdMgtStationId 1.3.6.1.4.1.429.1.11.2.1.1.2
This object is a generic read-write variable that a Management Station (MS) can use to guarantee that the results from a given command are the results of a command issued by that specific MS. Each MS must SET a unique value to this object when doing commands and GET the value of this object together with x25gwCmdReqId and x25gwCmdResult to detect interference from other MSs.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

x25gwCmdReqId 1.3.6.1.4.1.429.1.11.2.1.1.3
This object contains the value of the request-id field in the SNMP PDU which invoked the current or most recent command or test on this X.25 Card. If the request-id is unknown or undefined, this object contains the value zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

x25gwCmdFunction 1.3.6.1.4.1.429.1.11.2.1.1.4
This object contains a value which describes the command which is being invoked.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noCommand(1), saveToNVRAM(2), restoreFromDefault(4), nonDisruptSelfTest(5), disruptSelfTest(6), softwareReset(7), downloadCfgFile(8), uploadCfgFile(9)  

x25gwCmdForce 1.3.6.1.4.1.429.1.11.2.1.1.5
In some cases, the X.25 Card may be in a state such that certain commands could adversely affect connections. In such cases, a command request with this object not present or set to noForce will result in a warning. If the operator elects to ignore such warnings, this object can be set to force in a subsequent issue of the command to cause the command to be carried out regardless of its potentially hazzardous effects.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

x25gwCmdParam 1.3.6.1.4.1.429.1.11.2.1.1.6
This object contains parameters that are specific to the particular command being issued. In some cases, there will be no aditional parameters required.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

x25gwCmdResult 1.3.6.1.4.1.429.1.11.2.1.1.7
This object contains the result of the most recently requested command or test, or the value none(1) if no commands have been requested since the last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), success(2), inProgress(3), notSupported(4), unAbleToRun(5), aborted(6), failed(7)  

x25gwCmdCode 1.3.6.1.4.1.429.1.11.2.1.1.8
The Value of this object is value of this object is noError(1) if the command was successful, and indicates a further description of what went wrong if it was unsuccessful.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noError(1), unable(2), unrecognizedCommand(6), slotEmpty(8), noResponse(12), unsupportedCommand(20), deviceDisabled(22), fileTooBig(46), userInterfaceActive(58), badFlashRomID(61), badFlashVoltage(62), flashEraseError(63), eraseSequenceError(64), eraseExecutionError(65), receiveBufferOverflow(66), badProgramVoltage(68), programmingDataError(69), programCodeError(70), invalidCodeError(71), romCrcBad(72), pendingSoftwareDownload(73), ramCrcBad(74), invalidRomId(75), cardIdMismatch(84), cardIdUnknown(85), tftpTimeout(86), flashEraseTimeout(87), invalidFileHeader(88), bulkTransferInProcess(93)  

x25gwCfg 1.3.6.1.4.1.429.1.11.3
OBJECT IDENTIFIER    

x25gwCfgTable 1.3.6.1.4.1.429.1.11.3.1
A table of configurable parameters specific to the X.25 Gateway NAC.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    X25gwCfgEntry

x25gwCfgEntry 1.3.6.1.4.1.429.1.11.3.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  X25gwCfgEntry  

x25gwCfgIndex 1.3.6.1.4.1.429.1.11.3.1.1.1
A unique value for each X.25 NAC installed in the chassis. The value of this index is identical to the index in the USR chassis MIB associates with the X.25 Gateway Card entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

x25gwCfgUiPort 1.3.6.1.4.1.429.1.11.3.1.1.2
Defines how the user interface port on the X.25 NIC will be used. When configured for PAD access the UI port will provide a means of accessing the X.25 network via a direct connected serial device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), padAccess(2)  

x25gwCfgLocModemConn 1.3.6.1.4.1.429.1.11.3.1.1.3
Defines whether the gateway UI access will be via direct attachment or by Dial up Modem.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER direct(1), dial(2)  

x25gwCfgRoutingType 1.3.6.1.4.1.429.1.11.3.1.1.4
Determines the means by which X.25 call will be routed to the NMC or modem. Default=None(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), subAddr(2), callUserData(3), both(4), managmentOnly(5)  

x25gwCfgCudRoutStr 1.3.6.1.4.1.429.1.11.3.1.1.5
Call user data string is used to compare to the incoming X.25 call request CUD. If they match then the call is routed to the NMC. Default=MGMTOVX25.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..12)  

x25gwCfgX121SubAddr 1.3.6.1.4.1.429.1.11.3.1.1.6
X.121 Subaddress is used to compare to the incoming X.25 call request Subaddress. If they match then the call is routed to the NMC. Default=99.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..99  

x25gwCfgSysDate 1.3.6.1.4.1.429.1.11.3.1.1.7
X.25 gateway system date. Default = 01-01-95.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(5..8)  

x25gwCfgSysTime 1.3.6.1.4.1.429.1.11.3.1.1.8
X.25 gateway system time. Default = 00:00:00.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(5..8)  

x25gwTrapEna 1.3.6.1.4.1.429.1.11.4
OBJECT IDENTIFIER    

x25gwTrapEnaTable 1.3.6.1.4.1.429.1.11.4.1
Table containing objects to enable traps on the X.25 Cards in the chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    X25gwTrapEnaEntry

x25gwTrapEnaEntry 1.3.6.1.4.1.429.1.11.4.1.1
There is one entry for each X.25 Card in the chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  X25gwTrapEnaEntry  

x25gwTrapEnaIndex 1.3.6.1.4.1.429.1.11.4.1.1.1
A unique index identifying the X.25 Card to which the trap enable objects pertain.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

x25gwTrapEnaUiReset 1.3.6.1.4.1.429.1.11.4.1.1.2
Enables reporting of NAC Reset by user interface command traps. Default=disable(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)