BSC2780-OPT-MIB

File: BSC2780-OPT-MIB.mib (26872 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

Counter enterprises OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

Cdx6500Bsc2780PortConfigEntry  
SEQUENCE    
  cdx6500bsc2780PortNumber INTEGER
  cdx6500bsc2780ClockSource INTEGER
  cdx6500bsc2780ClockSpeed INTEGER
  cdx6500bsc2780Contention INTEGER
  cdx6500bsc2780ErrThreshCount INTEGER
  cdx6500bsc2780DisConnOnError INTEGER
  cdx6500bsc2780ConnType INTEGER
  cdx6500bsc2780InterBuffTimeout INTEGER
  cdx6500bsc2780PortSubAddr DisplayString
  cdx6500bsc2780ReConnRetry INTEGER
  cdx6500bsc2780AutocallMnemonic DisplayString
  cdx6500bsc2780RestrictConnDest DisplayString
  cdx6500bsc2780BillRec INTEGER
  cdx6500bsc2780DSRfollowSVC INTEGER
  cdx6500bsc2780DSRholdTime INTEGER
  cdx6500bsc2780PortOption INTEGER
  cdx6500bsc2780TrafficPriority INTEGER
  cdx6500bsc2780PortOptString DisplayString
  cdx6500bsc2780IdleDiscTimer INTEGER
  cdx6500bsc2780ElectricalInterfaceType INTEGER
  cdx6500bsc2780V24ElectricalInterfaceOption INTEGER
  cdx6500bsc2780HighSpeedElectricalInterfaceOption INTEGER
  cdx6500bsc2780RemoteType INTEGER

Cdx6500Bsc2780PortStatEntry  
SEQUENCE    
  cdx6500bsc2780StatPortNumber INTEGER
  cdx6500bsc2780PortStatus INTEGER
  cdx6500bsc2780PortState DisplayString
  cdx6500bsc2780PortSpeed INTEGER
  cdx6500bsc2780PortUtilIn INTEGER
  cdx6500bsc2780PortUtilOut INTEGER
  cdx6500bsc2780InMsgs Counter
  cdx6500bsc2780OutMsgs Counter
  cdx6500bsc2780InChars Counter
  cdx6500bsc2780OutChars Counter
  cdx6500bsc2780CharRateIn INTEGER
  cdx6500bsc2780CharRateOut INTEGER
  cdx6500bsc2780CrcBccErrs 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    

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    

cdx6500PPCTBSC2780Table 1.3.6.1.4.1.449.2.1.2.1.1.11
A table of BSC2780 Port configuration entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500Bsc2780PortConfigEntry

cdx6500bsc2780PortConfigEntry 1.3.6.1.4.1.449.2.1.2.1.1.11.1
A BSC2780 Configuration Table entry. Each entry contains the configuration parameters for a single BSC2780 port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500Bsc2780PortConfigEntry  

cdx6500bsc2780PortNumber 1.3.6.1.4.1.449.2.1.2.1.1.11.1.1
The BSC2780 port number described by this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..54  

cdx6500bsc2780ClockSource 1.3.6.1.4.1.449.2.1.2.1.1.11.1.2
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)  

cdx6500bsc2780ClockSpeed 1.3.6.1.4.1.449.2.1.2.1.1.11.1.3
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  

cdx6500bsc2780Contention 1.3.6.1.4.1.449.2.1.2.1.1.11.1.4
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)  

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

cdx6500bsc2780DisConnOnError 1.3.6.1.4.1.449.2.1.2.1.1.11.1.6
Specifies whether a session should be disconnected if a control unit has not responded once the Error Threshold Count has been exceeded. 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)  

cdx6500bsc2780ConnType 1.3.6.1.4.1.449.2.1.2.1.1.11.1.7
Specify the control signal handshake required for a connection to be made to this port: simp - simple, no control signals required v25b - port emulates a dial modem using V.25 bis mode 108/2 rs366 - port emulates data port for the 801 autodialer emri - port emulates a dial modem with ring indicator (RI) dimo - port handshakes with attached modem NODE BOOT will be required when this type is changed to/from rs366 or v25b. newvalSimp - same functionality as 'simp', new enumeration introduced for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER simp(0), emri(3), dimo(5), v25b(13), rs366(14), emrih(16), dimoh(19), newvalSimp(50)  

cdx6500bsc2780InterBuffTimeout 1.3.6.1.4.1.449.2.1.2.1.1.11.1.8
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  

cdx6500bsc2780PortSubAddr 1.3.6.1.4.1.449.2.1.2.1.1.11.1.9
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)  

cdx6500bsc2780ReConnRetry 1.3.6.1.4.1.449.2.1.2.1.1.11.1.10
Number of times connection will be reattempted after a network induced disconnect.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

cdx6500bsc2780AutocallMnemonic 1.3.6.1.4.1.449.2.1.2.1.1.11.1.11
This mnemonic name is used if this device is configured as a call originator.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..8)  

cdx6500bsc2780RestrictConnDest 1.3.6.1.4.1.449.2.1.2.1.1.11.1.12
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(0..32)  

cdx6500bsc2780BillRec 1.3.6.1.4.1.449.2.1.2.1.1.11.1.13
This controls whether billing (accounting) records will be created for calls on this port. off - billing (accounting) records will not be created. on - billing (accounting) records will be created. 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)  

cdx6500bsc2780DSRfollowSVC 1.3.6.1.4.1.449.2.1.2.1.1.11.1.14
Specify whether DSR on/off required with circuit on/off. This is only available with connection type SIMP or RS366. yes = DSR will be ON only while a call is in place, The DTE connected to the port can not originate a call no = DSR is always ON. 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)  

cdx6500bsc2780DSRholdTime 1.3.6.1.4.1.449.2.1.2.1.1.11.1.15
Time in steps of 50 ms to drop DSR signal after the circuit is disconnected in DSR-Follow-SVC mode. This timer value is ignored otherwise.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 50..3000  

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

cdx6500bsc2780TrafficPriority 1.3.6.1.4.1.449.2.1.2.1.1.11.1.17
This is the traffic priority of the 2780 device; low, medium, high, and expedite. newvalLowPriority : same functionality as 'lowPriority', new enumeration introduced for RFC1155 compatibility.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER lowPriority(0), medPriority(1), hiPriority(2), xpPriority(3), newvalLowPriority(50)  

cdx6500bsc2780PortOptString 1.3.6.1.4.1.449.2.1.2.1.1.11.1.18
This is the new object for cdx6500bsc2780PortOption. Specify any of the following port control options: NONE - no option specified. EOT - EOT will be dropped when no data has been sent across network. ACK - End-to-End Acknowledgements are to be used. TID - Host/Terminal ID(0-120 characters) with initial line Bid/Response is to be exchanged. NOTTD - does not send a TTD control character. Any combination of above specified by summing(e.g. ACK+TID).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(3..32)  

cdx6500bsc2780IdleDiscTimer 1.3.6.1.4.1.449.2.1.2.1.1.11.1.19
The call on the port will be cleared when this timer is expired. This timer will be started when it received an EOT. 0 - Timer Disabled. 1 to 60 - Timer Value in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..60  

cdx6500bsc2780ElectricalInterfaceType 1.3.6.1.4.1.449.2.1.2.1.1.11.1.20
Specify the Electrical Interface Type: V.24 - V.24 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)  

cdx6500bsc2780V24ElectricalInterfaceOption 1.3.6.1.4.1.449.2.1.2.1.1.11.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)  

cdx6500bsc2780HighSpeedElectricalInterfaceOption 1.3.6.1.4.1.449.2.1.2.1.1.11.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)  

cdx6500bsc2780RemoteType 1.3.6.1.4.1.449.2.1.2.1.1.11.1.23
Specify the remote type: T2780 - remote is BSC2780 PAD SNAINT - remote is SNA/2780 Interactive
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER t2780(1), snaint(2)  

cdx6500PPSTBSC2780Table 1.3.6.1.4.1.449.2.1.3.1.1.11
A table of BSC2780 port statistics entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500Bsc2780PortStatEntry

cdx6500bsc2780PortStatEntry 1.3.6.1.4.1.449.2.1.3.1.1.11.1
A BSC2780 Port Statistic Table entry. Each entry contains the statistics for a single BSC2780 port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500Bsc2780PortStatEntry  

cdx6500bsc2780StatPortNumber 1.3.6.1.4.1.449.2.1.3.1.1.11.1.1
The BSC2780 port number described by this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..54  

cdx6500bsc2780PortStatus 1.3.6.1.4.1.449.2.1.3.1.1.11.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)  

cdx6500bsc2780PortState 1.3.6.1.4.1.449.2.1.3.1.1.11.1.3
Port State indicates what the port is actually in the process of doing. This value may be one of : DISC - No call is currently connected to the specified port. The port is IDLE. PENACC - The specified port is waiting for a call accept. DATA - The port is busy. Data is being passed between 2780/3780 devices. PENDACK - The port has sent a message (text) or an enquiry (ENQ) and is waiting for an acknowledgement (ACK). EOT - End of transmission (EOT) is received. The port is waiting for a new line bid. DRO - Outbound Data is restrained. DRI - Inbound Data is restrained. PENDISC - The port is waiting for disconnection. The device sends an EOT perior to accepting a call. PENDNAK - The port has sent a message (text) with the bad BCC and is waiting for a negative acknowledgement (NAK). PENDEIA - The port is waiting for connecting to the attached device. PENEIADISC - The port is waiting for receiving all packets acknowledged from remote before disconnecting to the local device. WT4TIMEOUT - The port is waiting for clearing the internal buffers before dropping the EIA signals. TTD - Temporary text delay (TTD) is received. The port is waiting for sending a negative acknowledgement (NAK) to the local device. WTTDNAK - The port has sent a temporary text delay (TTD) and is waiting for a negative acknowledgement (NAK). RACK - The port has sent a message (text) to the remote and is waiting for an End-to-End acknowledgement. TID - The port is waiting for an initial enquiry (ENQ) or acknowledgement (ACK0) with the host/terminal ID from the local device. RTID - The port is waiting for an initial enquiry (ENQ) or acknowledgement (ACK0) with the host/terminal ID from the remote device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(4..10)  

cdx6500bsc2780PortSpeed 1.3.6.1.4.1.449.2.1.3.1.1.11.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  

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

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

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

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

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

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

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

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

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