NCRBSC-OPT-MIB

File: NCRBSC-OPT-MIB.mib (28718 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

Counter enterprises OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

Cdx6500PPCTNCRBisyncEntry  
SEQUENCE    
  cdx6500NCRBSCCfgPortNumber INTEGER
  cdx6500NCRBSCCfgPADType INTEGER
  cdx6500NCRBSCCfgClockSource INTEGER
  cdx6500NCRBSCCfgClockSpeed INTEGER
  cdx6500NCRBSCCfgContention INTEGER
  cdx6500NCRBSCCfgNumDevices INTEGER
  cdx6500NCRBSCCfgServTimer INTEGER
  cdx6500NCRBSCCfgErrThreshCount INTEGER
  cdx6500NCRBSCCfgRetranTimeout INTEGER
  cdx6500NCRBSCCfgInterBuffTimeout INTEGER
  cdx6500NCRBSCCfgPortSubAddr DisplayString
  cdx6500NCRBSCCfgPortOptions DisplayString
  cdx6500NCRBSCCfgRestrictConnDest DisplayString
  cdx6500NCRBSCCfgBillRec INTEGER
  cdx6500NCRBSCCfgElectricalInterfaceType INTEGER
  cdx6500NCRBSCCfgV24ElectricalInterfaceOption INTEGER
  cdx6500NCRBSCCfgHighSpeedElectricalInterfaceOption INTEGER

Cdx6500PBCTNCRBSCDeviceEntry  
SEQUENCE    
  cdx6500ncrbscDevPortNumber INTEGER
  cdx6500ncrbscDevEntry INTEGER
  cdx6500ncrbscDestControlUnitAddr DisplayString
  cdx6500ncrbscBSCControlUnitAddr DisplayString
  cdx6500ncrbscAutocallMnemonic DisplayString
  cdx6500ncrbscDeviceEnabled INTEGER

Cdx6500ncrbscPortStatEntry  
SEQUENCE    
  cdx6500ncrbscStatPortNumber INTEGER
  cdx6500ncrbscPortStatus INTEGER
  cdx6500ncrbscPortState DisplayString
  cdx6500ncrbscPortSpeed INTEGER
  cdx6500ncrbscPortUtilIn INTEGER
  cdx6500ncrbscPortUtilOut INTEGER
  cdx6500ncrbscInMsgs Counter
  cdx6500ncrbscOutMsgs Counter
  cdx6500ncrbscInChars Counter
  cdx6500ncrbscOutChars Counter
  cdx6500ncrbscCharRateIn INTEGER
  cdx6500ncrbscCharRateOut INTEGER
  cdx6500ncrbscCrcBccErrs Counter
  cdx6500ncrbscRviRx INTEGER
  cdx6500ncrbscRviTx INTEGER
  cdx6500ncrbscWackRx INTEGER
  cdx6500ncrbscNconvRxMax INTEGER
  cdx6500ncrbscNconvTxMax INTEGER
  cdx6500ncrbscNgroupRxMax INTEGER
  cdx6500ncrbscNgroupTxMax INTEGER
  cdx6500ncrbscLongRespTime INTEGER
  cdx6500ncrbscAverageRespTime INTEGER
  cdx6500ncrbscRviForce INTEGER

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    

cdx6500PCTNCRBSCDeviceGroup 1.3.6.1.4.1.449.2.1.2.1.7
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    

cdx6500PPCTNCRBisyncTable 1.3.6.1.4.1.449.2.1.2.1.1.17
A table of NCRBSC Port configuration entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500PPCTNCRBisyncEntry

cdx6500PPCTNCRBisyncEntry 1.3.6.1.4.1.449.2.1.2.1.1.17.1
A NCRBSC Configuration Table entry. Each entry contains the configuration parameters for a single NCRBSC port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500PPCTNCRBisyncEntry  

cdx6500NCRBSCCfgPortNumber 1.3.6.1.4.1.449.2.1.2.1.1.17.1.1
The NCRBSC port number described by this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..54  

cdx6500NCRBSCCfgPADType 1.3.6.1.4.1.449.2.1.2.1.1.17.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 added for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER tpad(0), hpad(1), newvalTpad(50)  

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

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

cdx6500NCRBSCCfgContention 1.3.6.1.4.1.449.2.1.2.1.1.17.1.5
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 added for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER hdx(0), fdx(1), newvalHdx(50)  

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

cdx6500NCRBSCCfgServTimer 1.3.6.1.4.1.449.2.1.2.1.1.17.1.7
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 1..60  

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

cdx6500NCRBSCCfgRetranTimeout 1.3.6.1.4.1.449.2.1.2.1.1.17.1.10
Specifies the amount of time in TENTHS OF A SECOND before a retransmission of the previously sent protocol sequence is attempted. The effective range is 0.1 - 25.5 seconds. The MINIMUM acceptable values are dependent on the speed configured as follows (speed - responsetimeout): 1200 - 12, 2400 - 6, 4800 - 3,9600 - 2, 19200 - 2
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

cdx6500NCRBSCCfgInterBuffTimeout 1.3.6.1.4.1.449.2.1.2.1.1.17.1.11
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 abort the entire message and request retransmission.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

cdx6500NCRBSCCfgPortSubAddr 1.3.6.1.4.1.449.2.1.2.1.1.17.1.12
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)  

cdx6500NCRBSCCfgPortOptions 1.3.6.1.4.1.449.2.1.2.1.1.17.1.13
Select options on this NCRBSC 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  

cdx6500NCRBSCCfgRestrictConnDest 1.3.6.1.4.1.449.2.1.2.1.1.17.1.14
1 - 32 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. Blank this field to disable this function.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

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

cdx6500NCRBSCCfgElectricalInterfaceType 1.3.6.1.4.1.449.2.1.2.1.1.17.1.16
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)  

cdx6500NCRBSCCfgV24ElectricalInterfaceOption 1.3.6.1.4.1.449.2.1.2.1.1.17.1.17
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)  

cdx6500NCRBSCCfgHighSpeedElectricalInterfaceOption 1.3.6.1.4.1.449.2.1.2.1.1.17.1.18
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)  

cdx6500PBCTNCRBSCDeviceTable 1.3.6.1.4.1.449.2.1.2.1.7.1
A table of NCRBSC device configuration entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500PBCTNCRBSCDeviceEntry

cdx6500PBCTNCRBSCDeviceEntry 1.3.6.1.4.1.449.2.1.2.1.7.1.1
A NCRBSC Configuration Table entry. Each entry contains the configuration parameters for a single NCRBSC device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500PBCTNCRBSCDeviceEntry  

cdx6500ncrbscDevPortNumber 1.3.6.1.4.1.449.2.1.2.1.7.1.1.1
The NCRBSC port accessing this device
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..54  

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

cdx6500ncrbscBSCControlUnitAddr 1.3.6.1.4.1.449.2.1.2.1.7.1.1.3
0-2 Hex digits, This is the Poll address of the Control Unit that supports this device. It consists of two hexadecimal digits. Valid ranges depend on device Character Set as follows: EBCDIC: 40,C1,C2,C3,C4,C5,C6,C7,C8,C9,4A,4B,4C,4D,4E,4F, 50,D1,D2,D3,D4,D5,D6,D7,D8,D9,5A,5B,5C,5D,5E,5F ASCII : 20,41,42,43,44,45,46,47,48,49,5B,2E,3C,28,2B,21, 26,4A,4B,4C,4D,4E,4F,50,51,52,5D,24,2A,29,3B,5E
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..3)  

cdx6500ncrbscDestControlUnitAddr 1.3.6.1.4.1.449.2.1.2.1.7.1.1.4
0-3 Hex digits, Specifies control unit address on remote PAD. Used with Connection Request Mode = 2 or 3
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..3)  

cdx6500ncrbscAutocallMnemonic 1.3.6.1.4.1.449.2.1.2.1.7.1.1.5
0-2 Hex digits, This mnemonic name is used if this device is configured for AUTO or FAST calling.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..8)  

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

cdx6500PPSTNCRBisyncTable 1.3.6.1.4.1.449.2.1.3.1.1.17
A table of NCRBSC port statistics entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500ncrbscPortStatEntry

cdx6500ncrbscPortStatEntry 1.3.6.1.4.1.449.2.1.3.1.1.17.1
A NCRBSC Port Statistic Table entry. Each entry contains the statistics for a single NCRBSC port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500ncrbscPortStatEntry  

cdx6500ncrbscStatPortNumber 1.3.6.1.4.1.449.2.1.3.1.1.17.1.1
The NCRBSC port number described by this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..54  

cdx6500ncrbscPortStatus 1.3.6.1.4.1.449.2.1.3.1.1.17.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 added for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1), busyOut(2), up(3), down(4), newvalDisabled(50)  

cdx6500ncrbscPortState 1.3.6.1.4.1.449.2.1.3.1.1.17.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)  

cdx6500ncrbscPortSpeed 1.3.6.1.4.1.449.2.1.3.1.1.17.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  

cdx6500ncrbscPortUtilIn 1.3.6.1.4.1.449.2.1.3.1.1.17.1.5
Percentage of port input bandwidth in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

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

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

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

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

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

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

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

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

cdx6500ncrbscRviRx 1.3.6.1.4.1.449.2.1.3.1.1.17.1.14
Accumulator, received RVI.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500ncrbscRviTx 1.3.6.1.4.1.449.2.1.3.1.1.17.1.15
Accumulator, transmitted RVI.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500ncrbscWackRx 1.3.6.1.4.1.449.2.1.3.1.1.17.1.16
Accumulator, recevied WACK.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500ncrbscNconvRxMax 1.3.6.1.4.1.449.2.1.3.1.1.17.1.17
Maximum number of conversation messages received from device within a poll or select.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500ncrbscNconvTxMax 1.3.6.1.4.1.449.2.1.3.1.1.17.1.18
Maximum number of conversation messages sent to device within a poll or select.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500ncrbscNgroupRxMax 1.3.6.1.4.1.449.2.1.3.1.1.17.1.19
Maximum number of grouping messages received from device within a poll or select.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500ncrbscNgroupTxMax 1.3.6.1.4.1.449.2.1.3.1.1.17.1.20
Maximum number of grouping messages sent to device within a poll or select.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500ncrbscLongRespTime 1.3.6.1.4.1.449.2.1.3.1.1.17.1.21
Longest response time
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500ncrbscAverageRespTime 1.3.6.1.4.1.449.2.1.3.1.1.17.1.22
Average response time
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500ncrbscRviForce 1.3.6.1.4.1.449.2.1.3.1.1.17.1.23
Number of RVI's sent to device from the polling algorithm.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER