BSTD-OPT-MIB

File: BSTD-OPT-MIB.mib (30709 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

Counter enterprises OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

Cdx6500PPCTBSTDPortEntry  
SEQUENCE    
  cdx6500BSTDCfgPortNumber INTEGER
  cdx6500BSTDCfgPADType INTEGER
  cdx6500BSTDCfgLineInterface INTEGER
  cdx6500BSTDCfgClockSource INTEGER
  cdx6500BSTDCfgClockSpeed INTEGER
  cdx6500BSTDCfgSyncContention INTEGER
  cdx6500BSTDCfgAsyncConnType INTEGER
  cdx6500BSTDCfgNumDevices INTEGER
  cdx6500BSTDCfgServTimer INTEGER
  cdx6500BSTDCfgErrThreshCount INTEGER
  cdx6500BSTDCfgResponseTimeout INTEGER
  cdx6500BSTDCfgPadProtTimeout INTEGER
  cdx6500BSTDCfgTranNumbers INTEGER
  cdx6500BSTDCfgContentionMode INTEGER
  cdx6500BSTDCfgPortSubAddr DisplayString
  cdx6500BSTDCfgPortOptions INTEGER
  cdx6500BSTDCfgRestrictConnDest DisplayString
  cdx6500BSTDCfgBillRec INTEGER
  cdx6500BSTDPortOptString DisplayString
  cdx6500BSTDCfgElectricalInterfaceType INTEGER
  cdx6500BSTDCfgV24ElectricalInterfaceOption INTEGER
  cdx6500BSTDCfgHighSpeedElectricalInterfaceOption INTEGER

Cdx6500PBCTBSTDDeviceEntry  
SEQUENCE    
  cdx6500BSTDDevPortNumber INTEGER
  cdx6500BSTDDevEntry INTEGER
  cdx6500BSTDStationAddr1 DisplayString
  cdx6500BSTDStationAddr2 DisplayString
  cdx6500BSTDDestStationAddr1 DisplayString
  cdx6500BSTDDesstStationAddr2 DisplayString
  cdx6500BSTDGroupAddr1 DisplayString
  cdx6500BSTDGroupAddr2 DisplayString
  cdx6500BSTDCallMnemonic DisplayString
  cdx6500BSTDStationEnabled INTEGER

Cdx6500BSTDPortStatEntry  
SEQUENCE    
  cdx6500BSTDStatPortNumber INTEGER
  cdx6500BSTDPortStatus INTEGER
  cdx6500BSTDPortState DisplayString
  cdx6500BSTDPortSpeed INTEGER
  cdx6500BSTDPortUtilIn INTEGER
  cdx6500BSTDPortUtilOut INTEGER
  cdx6500BSTDInMsgs Counter
  cdx6500BSTDOutMsgs Counter
  cdx6500BSTDInChars Counter
  cdx6500BSTDOutChars Counter
  cdx6500BSTDCharRateIn INTEGER
  cdx6500BSTDCharRateOut INTEGER
  cdx6500BSTDCrcBccErrs Counter

Defined Values

codex 1.3.6.1.4.1.449
OBJECT IDENTIFIER    

cdxProductSpecific 1.3.6.1.4.1.449.2
OBJECT IDENTIFIER    

cdx6500 1.3.6.1.4.1.449.2.1
OBJECT IDENTIFIER    

cdx6500Configuration 1.3.6.1.4.1.449.2.1.2
OBJECT IDENTIFIER    

cdx6500CfgProtocolGroup 1.3.6.1.4.1.449.2.1.2.1
OBJECT IDENTIFIER    

cdx6500PCTPortProtocolGroup 1.3.6.1.4.1.449.2.1.2.1.1
OBJECT IDENTIFIER    

cdx6500PCTBSTDDeviceGroup 1.3.6.1.4.1.449.2.1.2.1.8
OBJECT IDENTIFIER    

cdx6500Statistics 1.3.6.1.4.1.449.2.1.3
OBJECT IDENTIFIER    

cdx6500StatProtocolGroup 1.3.6.1.4.1.449.2.1.3.1
OBJECT IDENTIFIER    

cdx6500PSTPortProtocolGroup 1.3.6.1.4.1.449.2.1.3.1.1
OBJECT IDENTIFIER    

cdx6500PPCTBSTDPortTable 1.3.6.1.4.1.449.2.1.2.1.1.14
A table of BSTD Port configuration parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500PPCTBSTDPortEntry

cdx6500PPCTBSTDPortEntry 1.3.6.1.4.1.449.2.1.2.1.1.14.1
A BSTD Configuration Table entry. Each entry contains the configuration parameters for a single BSTD port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500PPCTBSTDPortEntry  

cdx6500BSTDCfgPortNumber 1.3.6.1.4.1.449.2.1.2.1.1.14.1.1
The BSTD port number described by this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..54  

cdx6500BSTDCfgPADType 1.3.6.1.4.1.449.2.1.2.1.1.14.1.2
Indicates whether the port is functioning as a Terminal PAD (tpad) or a Host PAD (hpad). newvalTpad - same functionality as 'tpad', new enumeration introduced for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER tpad(0), hpad(1), newvalTpad(50)  

cdx6500BSTDCfgLineInterface 1.3.6.1.4.1.449.2.1.2.1.1.14.1.3
Selects the line interface to use. sync - synchronous operation. async - asynchronous operation. newvalSync - same functionality as 'sync', new enumeration introduced for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER sync(0), async(1), newvalSync(50)  

cdx6500BSTDCfgClockSource 1.3.6.1.4.1.449.2.1.2.1.1.14.1.4
int - internal clock source ext - external clock source. newvalInt - same functionality as 'int', new enumeration introduced for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER int(0), ext(1), newvalInt(50)  

cdx6500BSTDCfgClockSpeed 1.3.6.1.4.1.449.2.1.2.1.1.14.1.5
This is the speed of the port in bits per second, when using internal clocking.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1200..192000  

cdx6500BSTDCfgSyncContention 1.3.6.1.4.1.449.2.1.2.1.1.14.1.6
Indicates whether Half Duplex (hdx) or Full Duplex (fdx) modem signals are being generated. Full Duplex indicates communication is occuring in both directions simultaneously between devices. Half Duplex indicates transmission is occuring in both directions, but only in one direction at a time. newvalHdx - same functionality as 'hdx', new enumeration introduced for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER hdx(0), fdx(1), newvalHdx(50)  

cdx6500BSTDCfgAsyncConnType 1.3.6.1.4.1.449.2.1.2.1.1.14.1.7
Specify the control signal handshake required for a connection to be made to this port: simp - simple, no control signals required simpa - CTS follows RTS, but no control signals required Note: applicable for asynchronous operation only. newvalSimp - same functionality as 'simp', new enumeration introduced for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER simp(0), simpa(15), newvalSimp(50)  

cdx6500BSTDCfgNumDevices 1.3.6.1.4.1.449.2.1.2.1.1.14.1.8
Specifies the number of physical devices on this line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

cdx6500BSTDCfgServTimer 1.3.6.1.4.1.449.2.1.2.1.1.14.1.9
The Service Timer specifies the interval of time in seconds between periodic servicing. Such servicing includes intervals between the time the PAD will attempt to poll devices that previously failed to respond and intervals between failures in attempts to establish a connection from a device configured for Autocall.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 10..60  

cdx6500BSTDCfgErrThreshCount 1.3.6.1.4.1.449.2.1.2.1.1.14.1.10
Indicates number of consecutive errors that can occur before a device is considered down.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

cdx6500BSTDCfgResponseTimeout 1.3.6.1.4.1.449.2.1.2.1.1.14.1.11
Specifies the amount of time in msec the PAD allows a terminal, printer or host to respond. As a result, the TPAD may re-transmit the previous message or abort the current procedure. The HPAD aborts the current procedure as though EOT was received, allowing this HPAD station to disconnect it's X.25 circuit if the host malfunctions. An HPAD with a response timeout shorter than the hosts ability to respond may result in Inbound Errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 400..5000  

cdx6500BSTDCfgPadProtTimeout 1.3.6.1.4.1.449.2.1.2.1.1.14.1.12
Specifies the maximum amount of time in seconds the PAD will wait for the end of a multi-packet message from the network. If this time limit is exceeded, the PAD will initiate the clearing of the circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..60  

cdx6500BSTDCfgTranNumbers 1.3.6.1.4.1.449.2.1.2.1.1.14.1.13
This parameter is used to select the BSTD Transmission Numbering's mode of operation. disable - Disable Transmission Numbering modulo2 - Alternating '0' and '1' scheme. newvalDisable - same functionality as 'disable', new enumeration introduced for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), modulo2(1), newvalDisable(50)  

cdx6500BSTDCfgContentionMode 1.3.6.1.4.1.449.2.1.2.1.1.14.1.14
For a TPAD port only : This parameter enables or disables a TPAD port to use BSTD Contention Mode. Note that an HPAD must have this option set to Enable. disable - Disable Contention Mode enable - Enable Contention Mode. newvalDisable - same functionality as 'disable', new enumeration introduced for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1), newvalDisable(50)  

cdx6500BSTDCfgPortSubAddr 1.3.6.1.4.1.449.2.1.2.1.1.14.1.15
0 - 3 Decimal digits Calls addressed to this node and with this subaddress will be routed to this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..3)  

cdx6500BSTDCfgPortOptions 1.3.6.1.4.1.449.2.1.2.1.1.14.1.16
This object has been deprecated, It is replaced by cdx6500BSTDPortOptString.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER deprecatedObj(1)  

cdx6500BSTDCfgRestrictConnDest 1.3.6.1.4.1.449.2.1.2.1.1.14.1.17
0 - 3 Decimal digits or a single blank All calls originating from this port will be routed to the destination specified in this parameter, irrespective of route selection table entries. For example, to route calls to port 1, use P1. To route calls to port 2, station 4, use P2S4.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..3)  

cdx6500BSTDCfgBillRec 1.3.6.1.4.1.449.2.1.2.1.1.14.1.18
This controls whether billing (accounting) records will be created for calls on this Device. newvalOff - same functionality as 'off', new enumeration introduced for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER off(0), on(1), newvalOff(50)  

cdx6500BSTDPortOptString 1.3.6.1.4.1.449.2.1.2.1.1.14.1.19
This is the new object for cdx6500BSTDPortOption. Select options on this BSTD port as follows: NONE - no option specified ORG - Controllers on this port will originate the calls ACK - DSP End-to-End Acknowledgements are to be used Any combination of above specified by summing (e.g. ORG+ACK).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(3..16)  

cdx6500BSTDCfgElectricalInterfaceType 1.3.6.1.4.1.449.2.1.2.1.1.14.1.20
Specify the Electrical Interface Type: V.24 - V.24 Electrical Interface Type V.35 - V.35 Electrical Interface Type V.36 - V.36 Electrical Interface Type X.21 - X.21 Electrical Interface Type NONE - Electrically disabled
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER v24(1), v35(2), v36(3), x21(4), none(5)  

cdx6500BSTDCfgV24ElectricalInterfaceOption 1.3.6.1.4.1.449.2.1.2.1.1.14.1.21
Specify the Pin 22 option: RI - V.24 uses Pin 22 for Ring Indicator output signal TM - V.24 uses Pin 22 for Test Mode input signal
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ri(1), tm(2)  

cdx6500BSTDCfgHighSpeedElectricalInterfaceOption 1.3.6.1.4.1.449.2.1.2.1.1.14.1.22
Specify the cable type: NONE - V.35/V.36/X.21 DCE with straight through cable XOVER - V.35/V.36/X.21 DCE with crossover adapter cable
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), xover(2)  

cdx6500PBCTBSTDDeviceTable 1.3.6.1.4.1.449.2.1.2.1.8.1
A table of BSTD device configuration parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500PBCTBSTDDeviceEntry

cdx6500PBCTBSTDDeviceEntry 1.3.6.1.4.1.449.2.1.2.1.8.1.1
A BSTD Configuration Table entry. Each entry contains the configuration parameters for a single BSTD device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500PBCTBSTDDeviceEntry  

cdx6500BSTDDevPortNumber 1.3.6.1.4.1.449.2.1.2.1.8.1.1.1
The BSTD port accessing this device
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..54  

cdx6500BSTDDevEntry 1.3.6.1.4.1.449.2.1.2.1.8.1.1.2
The unique number for this specific port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

cdx6500BSTDStationAddr1 1.3.6.1.4.1.449.2.1.2.1.8.1.1.3
This is the first byte of this Station's address. The Station address consists of two hexadecimal digits. The valid range for a digit is 20-7F.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2)  

cdx6500BSTDStationAddr2 1.3.6.1.4.1.449.2.1.2.1.8.1.1.4
This is the second byte of this Station's address. The Station address consists of two hexadecimal digits. The valid range for a digit is 20-7F.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2)  

cdx6500BSTDDestStationAddr1 1.3.6.1.4.1.449.2.1.2.1.8.1.1.5
This is the first byte for the Station on the remote PAD. The Destination Station address consists of two hexadecimal digits. The valid range for a digit is 20-7F.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2)  

cdx6500BSTDDesstStationAddr2 1.3.6.1.4.1.449.2.1.2.1.8.1.1.6
This is the first byte for the Station on the remote PAD. The Destination Station address consists of two hexadecimal digits. The valid range for a digit is 20-7F.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2)  

cdx6500BSTDGroupAddr1 1.3.6.1.4.1.449.2.1.2.1.8.1.1.7
This is the first byte of this Station's Group address. The Group address consists of two hexadecimal digits. The valid range for a digit is 20-7F.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2)  

cdx6500BSTDGroupAddr2 1.3.6.1.4.1.449.2.1.2.1.8.1.1.8
This is the second byte of this Station's Group address. The Group address consists of two hexadecimal digits. The valid range for a digit is 20-7F.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2)  

cdx6500BSTDCallMnemonic 1.3.6.1.4.1.449.2.1.2.1.8.1.1.9
This mnemonic name is used for originating calls from this Station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..8)  

cdx6500BSTDStationEnabled 1.3.6.1.4.1.449.2.1.2.1.8.1.1.10
This parameter is used to enable or disable the operation of this Station. no - Disable Station. yes - Enable Station. newvalNo - same functionality as 'no', new enumeration introduced for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1), newvalNo(50)  

cdx6500PPSTBSTDPortStatTable 1.3.6.1.4.1.449.2.1.3.1.1.14
A table of BSTD port statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500BSTDPortStatEntry

cdx6500BSTDPortStatEntry 1.3.6.1.4.1.449.2.1.3.1.1.14.1
A BSTD Port Statistic Table entry. Each entry contains the statistics for a single BSTD port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500BSTDPortStatEntry  

cdx6500BSTDStatPortNumber 1.3.6.1.4.1.449.2.1.3.1.1.14.1.1
The BSTD port number described by this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..54  

cdx6500BSTDPortStatus 1.3.6.1.4.1.449.2.1.3.1.1.14.1.2
Port Status indicates whether or not the port is switched on and is ready for operation. This value may be one of : up - Port is up and running. down - port is down. disabled - port has been disabled. enabled - port has been enabled, but is not yet Up busyOut - port has been set to be disabled as soon as last active session is disestablished. No new sessions will be established. newvalDisabled - same functionality as 'disabled', new enumeration introduced for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1), busyOut(2), up(3), down(4), newvalDisabled(50)  

cdx6500BSTDPortState 1.3.6.1.4.1.449.2.1.3.1.1.14.1.3
Port State indicates what the port is actually in the process of doing. This value may be one of : INACTIVE - H/TPAD port inactive entered during boot WTPOLSERVE - TPAD is waiting for response to a poll WTSELRESP - TPAD is waiting for the response to a select WTDATARESP - H/TPAD is waiting for data to be acknowledged DATA - H/TPAD is in the process of sending/receiving data SEL/POL - TPAD is about to select or poll a controller. This is the most common state for a TPAD SELECT - TPAD is about to select a device POLL - TPAD is about to poll a device WTENQRESP - H/TPAD is waiting for a NAK response to an ENQ sent IDLE - HPAD is waiting for the host to send commands. This is the most common state of the HPAD WTEOT - HPAD is waiting for an expected EOT from the host FLUSHINGDATA - HPAD encountered an error in the message received from the host. As a result, the data is being flushed WTLCM - HPAD received a read/modify and is waiting for the response from the TPAD.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(4..10)  

cdx6500BSTDPortSpeed 1.3.6.1.4.1.449.2.1.3.1.1.14.1.4
This is the speed of the port if clock is internal. If clock is external, this is the detected clock speed. If Port Speed is 0, clock is external, but clocking is not being received from attatched device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500BSTDPortUtilIn 1.3.6.1.4.1.449.2.1.3.1.1.14.1.5
Percentage of Port input bandwidth in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

cdx6500BSTDPortUtilOut 1.3.6.1.4.1.449.2.1.3.1.1.14.1.6
Percentage of Port output bandwidth in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

cdx6500BSTDInMsgs 1.3.6.1.4.1.449.2.1.3.1.1.14.1.7
Number of message received since last node, port, or statistics reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500BSTDOutMsgs 1.3.6.1.4.1.449.2.1.3.1.1.14.1.8
Number of message sent since last node, port, or statistics reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500BSTDInChars 1.3.6.1.4.1.449.2.1.3.1.1.14.1.9
Number of characters received since last node, port, or statistics reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500BSTDOutChars 1.3.6.1.4.1.449.2.1.3.1.1.14.1.10
Number of characters sent since last node, port, or statistics reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500BSTDCharRateIn 1.3.6.1.4.1.449.2.1.3.1.1.14.1.11
Number of characters received per second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cdx6500BSTDCharRateOut 1.3.6.1.4.1.449.2.1.3.1.1.14.1.12
Number of characters sent per second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cdx6500BSTDCrcBccErrs 1.3.6.1.4.1.449.2.1.3.1.1.14.1.13
Number of CRC errors since last node, port, or statistics reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter