CXBOPIO-MIB: View SNMP OID List / Download MIB
VENDOR: MEMOTEC COMMUNICATIONS
Home | MIB: CXBOPIO-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
bopSapOprTable | 1.3.6.1.4.1.495.2.1.6.36.1 | no-access |
A table containing the current configuration information about each BOP/COP port. |
|
1.3.6.1.4.1.495.2.1.6.36.1.1 | no-access |
The configuration information for a specific BOP/COP port. |
||
bopSapOprNumber | 1.3.6.1.4.1.495.2.1.6.36.1.1.1 | integer | read-only |
Defines the SAP ID using 2,3 or 4 digits. The first digit (A) is the slot #, the second digit (B) is the port #, and the remaining digits (CD) are the channel #. If a 2 digit number is entered, digits CD are assumed to be 0 and are inserted automatically when reading object. If a 3 digit number is entered, digit C is assumed to be 0 and is inserted automatically when reading object. Ranges of Values for A: 1-7 for CX900, 1-4 for CX1000 Ranges of Values for B: 1-5 for CX900, 1-4 for CX1000 Ranges of Values for CD: 00-30 Default Value: not applicable |
bopSapOprAlias | 1.3.6.1.4.1.495.2.1.6.36.1.1.2 | alias | read-only |
Determines the active textual name uniquely identifying this port SAP. Range of Values: 0 - 16 alphanumeric characters beginning with a non-numeric character Default Value: undefined |
bopSapOprProtocol | 1.3.6.1.4.1.495.2.1.6.36.1.1.3 | integer | read-only |
Determines if the port is HDLC or Bisync. Only HDLC is supported by ISDN and T1/E1 ports. Indicates in the operative configuration the type of bisync protocol used by the controllers of the port associated with this SAP. Options: hdlc bsc3270 = Bisync 3270 controllers borroughs = Borroughs controllers sperry = Sperry controllers bsc3780 = Bisync 2780/3780 controllers Default Value: hdlc Enumeration: 'bsc3270': 2, 'sperry': 4, 'bsc3780': 5, 'borroughs': 3, 'hdlc': 1. |
bopSapOprPortClockSource | 1.3.6.1.4.1.495.2.1.6.36.1.1.5 | integer | read-only |
Determines the active data clock source for this port. Options: internal (1): Tx and Rx clocks are internally generated external (2): Tx and Rx clocks are externally supplied on separate pins split (3): Tx clock is internally generated and Rx clock is externally supplied slave (4): Tx and Rx clocks are externally supplied on the same pins Note: Split clocking is not supported in CX900 slots 5, 6 and 7. Default Value: external (locked to internal for ISDN) Enumeration: 'internal': 1, 'slave': 4, 'external': 2, 'split': 3. |
bopSapOprPortSpeed | 1.3.6.1.4.1.495.2.1.6.36.1.1.6 | integer | read-only |
Determines the input and output speed in bits per second for this port. Note: Meaningful only if 'bopSapOprPortClockSource' is 'internal' or 'split'. Ranges of Values: 375-2048000; limited to 1875-256000 for CX900 slots 5,6,7. Default Value: 64,000 |
bopSapOprPortDuplex | 1.3.6.1.4.1.495.2.1.6.36.1.1.7 | integer | read-only |
Determines whether this port is communicating simultaneously in both directions (full-duplex) or alternates between directions (half-duplex). Not applicable for ISDN and T1/E1 ports. Options: half (1): half-duplex full (2): full-duplex Default Value: full Enumeration: 'full': 2, 'half': 1. |
bopSapOprPortMaxFrameSize | 1.3.6.1.4.1.495.2.1.6.36.1.1.8 | integer | read-only |
Determines the active maximum frame size supported by this port. Ranges of Values: 32-9000 Default Value: 1,600 (512 for ISDN) |
bopSapOprPortDataEncoding | 1.3.6.1.4.1.495.2.1.6.36.1.1.9 | integer | read-only |
Determines the active data formatting and encoding used by this port. Options: n/a (0): object is not applicable nrz (1): NRZ (locked for ISDN 'D' channel; ISDN 'B' channel can use only this value or NRZI-Space value) nrzi-mark (2): NRZI-Mark nrzi-space (3): NRZI-Space (ISDN 'B' channel can use only this value or NRZ value) Note: CX900 Slot/port/channel 51x-71x can use only NRZ or NRZI-Space. Default Value: nrz Enumeration: 'nrzi-space': 3, 'nrz': 1, 'nrzi-mark': 2. |
bopSapOprPortIdleCondition | 1.3.6.1.4.1.495.2.1.6.36.1.1.10 | integer | read-only |
Determines the active idle line condition supported by this port. Options: flags (1): flags marks (2): marks as400 (3): AS400 Default Value: flags Enumeration: 'as400': 3, 'flags': 1, 'marks': 2. |
bopSapOprPortPreAmbleLength | 1.3.6.1.4.1.495.2.1.6.36.1.1.11 | integer | read-only |
Determines the minimum number of flags or sync pairs that will be inserted between frames by the port's transmitter. For HDLC frames: A value of zero causes flag sharing between frames. A value of one means no flag sharing and zero flags inserted between frames. A value of two means no flag sharing and one flag inserted between frames. A value of three means no flag sharing and two flags inserted between frames. Etc. For Bisync frames: A value of zero or one causes one sync pair to be inserted between frames. A value of two causes two sync pairs to be inserted between frames. A value of three causes three sync pairs to be inserted between frames. Etc. Ranges of Values: 0 -16 Default Value: 1 |
bopSapOprPortFlagSharing | 1.3.6.1.4.1.495.2.1.6.36.1.1.12 | integer | read-only |
Determines whether back-to-back Tx frames share opening and closing flag. This value is meaningful only if 'bopSapAdmPortPreAmbleLength' is set to zero. Options: disabled (1): back-to-back frames do not share flag enabled (2): back-to-back frames share flag Default Value: disabled Enumeration: 'disabled': 1, 'enabled': 2. |
bopSapOprPortFilterMask | 1.3.6.1.4.1.495.2.1.6.36.1.1.13 | integer | read-only |
Indicates which bits of the 8-bit HDLC address are being used for address filtering on this port (CX900 or USIO only). Note: When a bit is set to '1', the position of bits will be checked. When a bit is set to '0', it will not be checked. Ranges of Values: 0 - 255 Default Value: 0 |
bopSapOprPortFilterAddress1 | 1.3.6.1.4.1.495.2.1.6.36.1.1.14 | integer | read-only |
Indicates one of four 8-bit addresses used for address filtering (CX900 or USIO only). Ranges of Values: 0 - 255 Default Value: 126 |
bopSapOprPortFilterAddress2 | 1.3.6.1.4.1.495.2.1.6.36.1.1.15 | integer | read-only |
Indicates one of four 8-bit addresses used for address filtering (CX900 or USIO only). Ranges of Values: 0 - 255 Default Value: 126 |
bopSapOprPortFilterAddress3 | 1.3.6.1.4.1.495.2.1.6.36.1.1.16 | integer | read-only |
Indicates one of four 8-bit addresses used for address filtering (CX900 or USIO only). Ranges of Values: 0 - 255 Default Value: 126 |
bopSapOprPortFilterAddress4 | 1.3.6.1.4.1.495.2.1.6.36.1.1.17 | integer | read-only |
Indicates one of four 8-bit addresses used for address filtering (CX900 or USIO only). Ranges of Values: 0 - 255 Default Value: 126 |
bopSapOprPortCrc | 1.3.6.1.4.1.495.2.1.6.36.1.1.18 | integer | read-only |
Determines which algorithm is being used for error detection. Options: crc-ccitt (1): CRC-ITU-T (uses X15+X12+X5+1 polynomial; ITU-T formerly CCITT) (locked for ISDN 'D' channel; can be selected for ISDN 'B' channel) crc-32 (2): CRC-32 (for Ethernet; uses X32+X26+X23+X22+X16+X12+X11+ X10+X8+X7+X5+X4+X2+X+1) (can be selected for ISDN 'B' channel) Default Value: crc-ccitt (1) Enumeration: 'crc-32': 2, 'crc-ccitt': 1. |
bopSapOprPortDtrUpTimer | 1.3.6.1.4.1.495.2.1.6.36.1.1.19 | integer | read-only |
Determines the time in seconds that the port must wait for DCD (DTR if DCE) after raising DTR (DCD if DCE) to determine if a connection can be established. This object has no meaning in ISDN connections. Note: This value will be set to zero if the port does not support an application requiring it. Ranges of Values: 0 - 65535 Default Value: 0 |
bopSapOprPortTxWindow | 1.3.6.1.4.1.495.2.1.6.36.1.1.20 | integer | read-only |
Determines the active maximum number of buffers that may be queued onto the port driver (for transmission) by the associated upper layer. For ISDN ports, the value is locked at 8. Ranges of Values: 1 - 255 Default Value: 255 |
bopSapOprPortDialMode | 1.3.6.1.4.1.495.2.1.6.36.1.1.21 | integer | read-only |
Identifies the operation mode when setting up connections. Options: n/a (0): object is not applicable dial-in-only (1): Only accept incoming calls; Will not make any outgoing calls. dial-out-only (2): Only make outgoing calls; Will not accept any incoming calls. dial-in-out (3): Accept incoming calls and make outgoing calls. Ranges of Values: 1 - 3 Default Value: dial-in-out Enumeration: 'dial-in-out': 3, 'dial-in-only': 1, 'dial-out-only': 2. |
bopSapOprPortLoopback | 1.3.6.1.4.1.495.2.1.6.36.1.1.28 | integer | read-only |
Determines whether loopback is enabled and what kind of loopback is enabled. Options: n/a (0): object is not applicable none (1): Loopback is not enabled local (2): Local loopback is enabled (return outbound frames to the originating software layer without transmitting them) remote (3): Remote loopback is enabled (forces the port to return (transmit) any frame received on the line, and causes the port to deny communication with any upper layer that requests service) both (4):Both local and remote loopbacks are enabled. isdn-uif-uif (5): ISDN loopback is enabled at U-Interface (forces TB1Q signal from a remote transmitter to pass through the entire U-Interface Transceiver before being transmitted back to the remote receiver) isdn-uif-idl2 (6): ISDN loopback is enabled at IDL2 Controller (forces IDL2 Controller to take in B and D channel data on IDL RX pin and send it out on IDL2 TX pin) isdn-uif-framer (7): ISDN loopback is enabled at framer (forces B and D channel data in on D-in pin and M channel data in on SCP which together undergo framing and deframing functions before B and D channel data go out D-out pin and M channel data go out SCP) isdn-uif-external (8): ISDN loopback is enabled at external line (forces TB1Q signal coming in on D-in pin to pass through Tx Driver pins, the U-Interface circuit and Rx input pins before recovering it and sending it out the D-out pin) Default Value: none Enumeration: 'both': 4, 'none': 1, 'remote': 3, 'isdn-uif-uif': 5, 'isdn-uif-idl2': 6, 'isdn-uif-framer': 7, 'isdn-uif-external': 8, 'local': 2. |
bopSapOprPortSignalSamplingPeriod | 1.3.6.1.4.1.495.2.1.6.36.1.1.29 | integer | read-write |
Determines the active sampling period in 100 millisecond increments that this port uses to sample signals. This object has no meaning in ISDN connections. Ranges of Values: 3 - 100 Default Value: 5 Configuration Changed: operative |
bopSapOprPortDcdDtrSignalSamples | 1.3.6.1.4.1.495.2.1.6.36.1.1.30 | integer | read-write |
Determines the active number of sampling periods that this port must wait before validating DCD (DTR if DCE). This object has no meaning in ISDN connections. Ranges of Values: 1 - 30 Default Value: 3 Configuration Changed: operative |
bopSapOprPortCtsRtsSignalSamples | 1.3.6.1.4.1.495.2.1.6.36.1.1.31 | integer | read-write |
Determines the active number of sampling periods that this port must wait before validating CTS (RTS if DCE). This object has no meaning in ISDN connections. Ranges of Values: 1-30 Default Value: 3 Configuration Changed: operative |
bopSapOprPortDsrDrsSignalSamples | 1.3.6.1.4.1.495.2.1.6.36.1.1.32 | integer | read-write |
Determines the active number of sampling periods that this port must wait before validating DRS (DSR if DCE). This object has no meaning in ISDN connections. Ranges of Values: 1 - 30 Default Value: 3 Configuration Changed: operative |
bopSapOprPortTmLlSignalSamples | 1.3.6.1.4.1.495.2.1.6.36.1.1.33 | integer | read-write |
Determines the active number of sampling periods that this port must wait before validating TM (LL if DCE). This object has no meaning in ISDN connections. Ranges of Values: 1 - 30 Default Value: 3 Configuration Changed: operative |
bopSapOprPortRiRlSignalSamples | 1.3.6.1.4.1.495.2.1.6.36.1.1.34 | integer | read-write |
Determines the active number of sampling periods that this port must wait before validating RI (RL if DCE). This object has no meaning in ISDN connections. Ranges of Values: 1 - 30 Default Value: 3 Configuration Changed: operative |
bopSapOprPortStatisticsTimer | 1.3.6.1.4.1.495.2.1.6.36.1.1.35 | integer | read-only |
Determines the active period in seconds during which BOP performance statistics are measured. Note: If set to zero, BOP performance statistics are not measured. Ranges of Values: 0 - 60 Default Value: 0 |
bopSapOprPortCarrierAction | 1.3.6.1.4.1.495.2.1.6.36.1.1.36 | integer | read-write |
Determines if the port driver informs it's associated upper layer that service is no longer available following loss of DCD if DTE, or DTR if DCE. Options: disabled (1): do not notify upper layer (locked for ISDN and T1/E1 ports) enabled (2): notify upper layer Default Value: enabled (2) Configuration Changed: operative Enumeration: 'disabled': 1, 'enabled': 2. |
bopSapOprPortDataGenerator | 1.3.6.1.4.1.495.2.1.6.36.1.1.37 | integer | read-write |
Determines whether this port acts as an internal data generator. Options: n/a (0): object is not applicable disabled (1): port is not a data generator enabled (2): port is a data generator enabled-verify (3): port is a data generator and its incoming data is verified retrigger (4): port restarts data generation with defined parameters Default Value: disabled (1) Configuration Changed: operative Enumeration: 'disabled': 1, 'retrigger': 4, 'enabled': 2, 'enabled-verify': 3. |
bopSapOprPortGenFrames | 1.3.6.1.4.1.495.2.1.6.36.1.1.38 | integer | read-write |
Determines the number of frames that the port configured as an internal data generator will generate at one time. Ranges of Values: 0 - 255 Note: When set to zero, frames are generated continuously Default Value: 1 Configuration Changed: operative |
bopSapOprPortGenFrameSize | 1.3.6.1.4.1.495.2.1.6.36.1.1.39 | integer | read-write |
Determines the size in bytes of internally generated frames (excluding flags). Ranges of Values: 2 - 65,535 Note: When set to zero, frames are sized randomly. Default Value: 128 Configuration Changed: operative |
bopSapOprPortGenFrameHeader | 1.3.6.1.4.1.495.2.1.6.36.1.1.40 | integer | read-write |
Determines the 16-bit header that is inserted in the first two octets after the opening flag of each internally generated frame. Ranges of Values: 0 - 65,535 Default Value: 1 Configuration Changed: operative |
bopSapOprPortThreshBandwidth | 1.3.6.1.4.1.495.2.1.6.36.1.1.41 | integer | read-only |
Determines the value of the minimum critical bandwidth that determines whether Frame Relay should filter certain restricted types of packets or not. The value entered should be a multiple of 1 Kilo bits per second. Ranges of Values: 0 - 65,535 Default Value: 0 Configuration Changed: operative |
bopSapOprPortActualSpeed | 1.3.6.1.4.1.495.2.1.6.36.1.1.42 | integer | read-only |
Determines the actual calculated output speed in bits per second of the port. Ranges of Values: 375 - 2,048,000 Default Value: 0 |
bopSapOprCodeSet | 1.3.6.1.4.1.495.2.1.6.36.1.1.43 | integer | read-only |
Indicates the code used to communicate with the Bisync device. Options: (0) N/A: object is not applicable (1) EBCDIC code set (2) ASCII code set Default value: ebcdic Enumeration: 'ascii': 2, 'ebcdic': 1. |
bopSapOprParity | 1.3.6.1.4.1.495.2.1.6.36.1.1.44 | integer | read-only |
Indicates the parity used to communicate with the Bisync device Options: (0) N/A: Object is not applicable (1) none: No parity (2) odd: Odd parity (3) even: Even parity (4) space: Low parity (always 0's) (5) mark: High parity (always 1's) Default value: none Enumeration: 'even': 3, 'none': 1, 'mark': 5, 'odd': 2, 'space': 4. |
bopOprPortTrap | 1.3.6.1.4.1.495.2.1.6.36.1.1.47 | integer | read-write |
Determines whether this port produces a 'bopPortStatusChange' trap which can be retrieved by SNMP network management. Options: disabled (1): do not produce port status trap enabled (2): produce port status trap Default Value: disabled (1) Configuration Changed: operative Enumeration: 'disabled': 1, 'enabled': 2. |
bopOprTxClockTrap | 1.3.6.1.4.1.495.2.1.6.36.1.1.48 | integer | read-write |
Determines whether this port produces a 'bopTxClockStatusChange' trap which can be retrieved by SNMP network management. Options: disabled (1): do not produce transmit clock status trap enabled (2): produce transmit clock status trap Default Value: disabled (1) Configuration Changed: operative Enumeration: 'disabled': 1, 'enabled': 2. |
bopOprControlLine | 1.3.6.1.4.1.495.2.1.6.36.1.1.52 | integer | read-write |
Controls the state of the port. Options: forceDown (1): forces the port into a 'down' state forceUp (2): forces the port into an 'up' state forceReset (3): forces a reset of the port Default Value: none Enumeration: 'forceReset': 3, 'forceDown': 1, 'forceUp': 2. |
bopOprControlStats | 1.3.6.1.4.1.495.2.1.6.36.1.1.53 | integer | read-write |
Specifies that port statistics are to be cleared. Options: clearSapStats (1): clears port statistics Default Value: none Enumeration: 'clearSapStats': 1. |
bopStatOprPortType | 1.3.6.1.4.1.495.2.1.6.36.1.1.55 | integer | read-only |
Indicates the type of hardware strapping for the port. Options: unknown (1): unknown strapping dte (2): DTE strapping dce (3): DCE strapping Default Value: none Enumeration: 'unknown': 1, 'dce': 3, 'dte': 2. |
bopStatOprPortInterfaceType | 1.3.6.1.4.1.495.2.1.6.36.1.1.56 | integer | read-only |
Indicates the type of hardware interface of the port. Options: unknown (1) rs232d (2): V.24 v35 (3): V.35 x21(4): X.21 v34 (5): V.34 modem dds (6): 56K DSU/CSU uif (7): ISDN U-interface v36 (8): V.36 Default Value: none Enumeration: 'v34': 5, 'v35': 3, 'v36': 8, 'uif': 7, 'dds': 6, 'unknown': 1, 'rs232d': 2, 'x21': 4. |
bopStatOprPortState | 1.3.6.1.4.1.495.2.1.6.36.1.1.57 | integer | read-only |
Indicates the state of availability of the port. Options: portUp (1): port is up portDown (2): port is down portShutDown (3): port has been shut down portDownBadConfiguration (4): port is down due to bad configuration portOutOfOrder (5): port is out of order Default Value: none Enumeration: 'portDownBadConfiguration': 4, 'portUp': 1, 'portDown': 2, 'portOutOfOrder': 5, 'portShutDown': 3. |
bopStatOprTxClockState | 1.3.6.1.4.1.495.2.1.6.36.1.1.61 | integer | read-only |
Indicates the state availability of the transmit clock. Options: txClockDown (1): transmit clock is down txClockUp (2): transmit clock is up Default Value: none Enumeration: 'txClockUp': 2, 'txClockDown': 1. |
bopStatOprDCDState | 1.3.6.1.4.1.495.2.1.6.36.1.1.62 | integer | read-only |
Indicates the state of the DCD signal. Options: unknown (1): DCD signal is in unknown state because hardware is not present inactive(2): DCD signal is low active (3): DCD signal is high Default Value: none Enumeration: 'active': 3, 'unknown': 1, 'inactive': 2. |
bopStatOprDTRState | 1.3.6.1.4.1.495.2.1.6.36.1.1.63 | integer | read-only |
Indicates the state of the DTR signal. Options: unknown (1): DTR signal is in unknown state because hardware is not present inactive (2): DTR signal is low active (3): DTR signal is high Default Value: none Enumeration: 'active': 3, 'unknown': 1, 'inactive': 2. |
bopStatOprRTSState | 1.3.6.1.4.1.495.2.1.6.36.1.1.64 | integer | read-only |
Indicates the state of the RTS signal. Options: unknown (1): RTS signal is in unknown state because hardware is not present inactive (2): RTS signal is low active (3): RTS signal is high Default Value: none Enumeration: 'active': 3, 'unknown': 1, 'inactive': 2. |
bopStatOprCTSState | 1.3.6.1.4.1.495.2.1.6.36.1.1.65 | integer | read-only |
Indicates the state of the CTS signal. Options: unknown (1): CTS signal is in unknown state because hardware is not present inactive (2): CTS signal is low active (3): CTS signal is high Default Value: none Enumeration: 'active': 3, 'unknown': 1, 'inactive': 2. |
bopStatOprDSRState | 1.3.6.1.4.1.495.2.1.6.36.1.1.66 | integer | read-only |
Indicates the state of the DSR signal. Options: unknown (1): DSR signal is in unknown state because hardware is not present inactive (2): DSR signal is low active =(3): SR signal is high Default Value: none Enumeration: 'active': 3, 'unknown': 1, 'inactive': 2. |
bopStatOprDRSState | 1.3.6.1.4.1.495.2.1.6.36.1.1.67 | integer | read-only |
Indicates the state of the DRS signal. Options: unknown (1): DRS signal is in unknown state because hardware is not present inactive (2): DRS signal is low active = DRS signal is high Default Value: none Enumeration: 'active': 3, 'unknown': 1, 'inactive': 2. |
bopStatOprTMState | 1.3.6.1.4.1.495.2.1.6.36.1.1.68 | integer | read-only |
Indicates the state of the TM signal. Options: unknown (1): TM signal is in unknown state because hardware is not present inactive (2): TM signal is low active (3): TM signal is high Default Value: none Enumeration: 'active': 3, 'unknown': 1, 'inactive': 2. |
bopStatOprLLState | 1.3.6.1.4.1.495.2.1.6.36.1.1.69 | integer | read-only |
Indicates the state of the LL signal. Options: unknown (1): LL signal is in unknown state because hardware is not present inactive (2): LL signal is low active (3): LL signal is high Default Value: none Enumeration: 'active': 3, 'unknown': 1, 'inactive': 2. |
bopStatOprRIState | 1.3.6.1.4.1.495.2.1.6.36.1.1.70 | integer | read-only |
Indicates the state of the RI signal. Options: unknown (1): RI signal is in unknown state because hardware is not present inactive (2): RI signal is low active (3): RI signal is high Default Value: none Enumeration: 'active': 3, 'unknown': 1, 'inactive': 2. |
bopStatOprRLState | 1.3.6.1.4.1.495.2.1.6.36.1.1.71 | integer | read-only |
Indicates the state of the RL signal. Options: unknown (1): RL signal is in unknown state because hardware is not present inactive (2): RL signal is low active (3): RL signal is high Default Value: none Enumeration: 'active': 3, 'unknown': 1, 'inactive': 2. |
bopStatOprTxFrames | 1.3.6.1.4.1.495.2.1.6.36.1.1.75 | counter | read-only |
Indicates the total number of Tx frames since statistics were last reset. Ranges of Values: 0 - 4,294,967,295 Default Value: none |
bopStatOprRxFrames | 1.3.6.1.4.1.495.2.1.6.36.1.1.76 | counter | read-only |
Indicates the total number of Rx frames since statistics were last reset. Ranges of Values: 0 - 4,294,967,295 Default Value: none |
bopStatOprLocalLoopbackFrames | 1.3.6.1.4.1.495.2.1.6.36.1.1.77 | counter | read-only |
Indicates the total number of frames locally looped back since statistics were last reset. Ranges of Values: 0 - 4,294,967,295 Default Value: none |
bopStatOprTxBps | 1.3.6.1.4.1.495.2.1.6.36.1.1.78 | counter | read-only |
Indicates the number of transmitted bits divided by the number of seconds set in 'bopSapOprPortStatisticsTimer'. Ranges of Values: 0 - 4,294,967,295 Default Value: none |
bopStatOprRxBps | 1.3.6.1.4.1.495.2.1.6.36.1.1.79 | counter | read-only |
Indicates the number of received bits divided by the number of seconds set in 'bopSapOprPortStatisticsTimer'. Ranges of Values: 0 - 4,294,967,295 Default Value: none |
bopStatOprTxBpsMax | 1.3.6.1.4.1.495.2.1.6.36.1.1.80 | counter | read-only |
Indicates the highest number of bits per second transmitted since statistics were last reset. Ranges of Values: 0 - 4,294,967,295 Default Value: none |
bopStatOprRxBpsMax | 1.3.6.1.4.1.495.2.1.6.36.1.1.81 | counter | read-only |
Indicates the highest number of bits per second received since statistics were last reset. Ranges of Values: 0 - 4,294,967,295 Default Value: none |
bopStatOprTxFps | 1.3.6.1.4.1.495.2.1.6.36.1.1.82 | counter | read-only |
Indicates the number of transmitted frames divided by the number of seconds set in 'bopSapOprPortStatisticsTimer'. Ranges of Values: 0 - 4,294,967,295 Default Value: none |
bopStatOprRxFps | 1.3.6.1.4.1.495.2.1.6.36.1.1.83 | counter | read-only |
Indicates the number of received frames divided by the number of seconds set in 'bopSapOprPortStatisticsTimer'. Ranges of Values: 0 - 4,294,967,295 Default Value: none |
bopStatOprTxFpsMax | 1.3.6.1.4.1.495.2.1.6.36.1.1.84 | counter | read-only |
Indicates the highest number of frames per second transmitted since statistics were last reset. Ranges of Values: 0 - 4,294,967,295 Default Value: none |
bopStatOprRxFpsMax | 1.3.6.1.4.1.495.2.1.6.36.1.1.85 | counter | read-only |
Indicates the highest number of frames per second received since statistics were last reset. Ranges of Values: 0 - 4,294,967,295 Default Value: none |
bopStatOprTxUnderrunFrames | 1.3.6.1.4.1.495.2.1.6.36.1.1.86 | counter | read-only |
Indicates the total number of underrun frames that have been unsuccessfully transmitted since statistics were last reset. Ranges of Values: 0 - 4,294,967,295 Default Value: none |
bopStatOprTxCtsLostFrames | 1.3.6.1.4.1.495.2.1.6.36.1.1.87 | counter | read-only |
Indicates the total number of frames unsuccessfully transmitted in half-duplex because CTS was dropped during transmission. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprTxBadStateDiscards | 1.3.6.1.4.1.495.2.1.6.36.1.1.88 | counter | read-only |
Indicates the total number of frames discarded since statistics were last reset, due to a request for frame transmission while the port was down ('bopStatOprPortState' = portDown, portShutDown, portDownBadConfiguration, or portOutOfOrder). Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprTxResetDiscards | 1.3.6.1.4.1.495.2.1.6.36.1.1.89 | counter | read-only |
Indicates the total number of frames discarded since statistics were last reset, due to a management request for a line reset. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprTxSysCongestionDiscards | 1.3.6.1.4.1.495.2.1.6.36.1.1.90 | counter | read-only |
Indicates the total number of frames discarded since statistics were last reset, due to system congestion. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprTxInvWinDiscards | 1.3.6.1.4.1.495.2.1.6.36.1.1.91 | counter | read-only |
Indicates the total number of frames discarded since statistics were last reset, due to the transmit window being exceeded. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprTxInvRLpbkWinDiscards | 1.3.6.1.4.1.495.2.1.6.36.1.1.92 | counter | read-only |
Indicates the total number of frames discarded since statistics were last reset, due to the transmit window being exceeded while in loopback mode. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprRxBadCrcFrames | 1.3.6.1.4.1.495.2.1.6.36.1.1.98 | counter | read-only |
Indicates the total number of bad CRC frames received since statistics were last reset. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprRxAbortedFrames | 1.3.6.1.4.1.495.2.1.6.36.1.1.99 | counter | read-only |
Indicates the total number of aborted frames received since statistics were last reset. Note: A frame is aborted when the port's receiver detects seven consecutive ones in that frame. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprRxNonIntegralBitFrames | 1.3.6.1.4.1.495.2.1.6.36.1.1.100 | counter | read-only |
Indicates the total number of frames received since statistics were last reset, that did not have eight bits per byte. Note: Non-integral bit frames cannot be divided evenly by eight (the number of bits per byte in a frame). Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprRxLongFrames | 1.3.6.1.4.1.495.2.1.6.36.1.1.101 | counter | read-only |
Indicates the total number of long frames received since statistics were last reset. Note: A long frame is counted each time a received frame exceeds the permitted frame length defined in 'bopSapOprPortMaxFrameSize'. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprRxOverrunFrames | 1.3.6.1.4.1.495.2.1.6.36.1.1.102 | counter | read-only |
Indicates the total number of overrun frames received since statistics were last reset. Note: An overrun indicates that a frame's contents have been corrupted due to slow response in data reception. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprRxCdLostFrames | 1.3.6.1.4.1.495.2.1.6.36.1.1.103 | counter | read-only |
Indicates the total number of frames received with DCD loss in half-duplex by the port. Ranges of Values: 0 - 65, 535 Default Value: none |
bopStatOprRxBadStateDiscards | 1.3.6.1.4.1.495.2.1.6.36.1.1.104 | counter | read-only |
Indicates the total number of frames discarded since statistics were last reset, because BOP software layer was not bound to other layers. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprRxBusyDiscards | 1.3.6.1.4.1.495.2.1.6.36.1.1.105 | counter | read-only |
Indicates the total number of frames discarded since statistics were last reset, due to a lack of receive buffers. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprPortStateChanges | 1.3.6.1.4.1.495.2.1.6.36.1.1.109 | counter | read-only |
Indicates the total number of times the port has moved from one state to another since statistics were last reset. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprTxClockStateChanges | 1.3.6.1.4.1.495.2.1.6.36.1.1.110 | counter | read-only |
Indicates the total number of times that 'bopStatOprTxClockState' has moved from one state to another since were last reset. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprDCDStateChanges | 1.3.6.1.4.1.495.2.1.6.36.1.1.111 | counter | read-only |
Indicates the total number of times DCD has moved from one state to another since statistics were last reset. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprDTRStateChanges | 1.3.6.1.4.1.495.2.1.6.36.1.1.112 | counter | read-only |
Indicates the total number of times DTR has moved from one state to another since statistics were last reset. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprRTSStateChanges | 1.3.6.1.4.1.495.2.1.6.36.1.1.113 | counter | read-only |
Indicates the total number of times RTS has moved from one state to another since statistics were last reset. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprCTSStateChanges | 1.3.6.1.4.1.495.2.1.6.36.1.1.114 | counter | read-only |
Indicates the total number of times CTS has moved from one state to another since statistics were last reset. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprDSRStateChanges | 1.3.6.1.4.1.495.2.1.6.36.1.1.115 | counter | read-only |
Indicates the total number of times DSR has moved from one state to another since statistics were last reset. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprDRSStateChanges | 1.3.6.1.4.1.495.2.1.6.36.1.1.116 | counter | read-only |
Indicates the total number of times DRS has moved from one state to another since statistics were last reset. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprTMStateChanges | 1.3.6.1.4.1.495.2.1.6.36.1.1.117 | counter | read-only |
Indicates the total number of times TM has moved from one state to another since statistics were last reset. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprLLStateChanges | 1.3.6.1.4.1.495.2.1.6.36.1.1.118 | counter | read-only |
Indicates the total number of times LL has moved from one state to another since statistics were last reset. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprRIStateChanges | 1.3.6.1.4.1.495.2.1.6.36.1.1.119 | counter | read-only |
Indicates the total number of times RI has moved from one state to another since statistics were last reset. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprRLStateChanges | 1.3.6.1.4.1.495.2.1.6.36.1.1.120 | counter | read-only |
Indicates the total number of times RL has moved from one state to another since statistics were last reset. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprPortResets | 1.3.6.1.4.1.495.2.1.6.36.1.1.121 | counter | read-only |
Indicates the total number of port resets that have occurred at the port since statistics were last reset. Ranges of Values: 0 - 65,535 Default Value: none |
bopStatOprRxGenError | 1.3.6.1.4.1.495.2.1.6.36.1.1.123 | counter | read-only |
Indicates the total number of frames received in error since statistics were last reset, while 'bopSapOprPortDataGenerator' was set to 'enabled-verify'. Ranges of Values: 0 - 65,535 Default Value: none |
bopSapAdmTable | 1.3.6.1.4.1.495.2.1.6.36.2 | no-access |
A table containing the planned configuration information about each BOP/COP port. |
|
1.3.6.1.4.1.495.2.1.6.36.2.1 | no-access |
The planned configuration information for a specific BOP/COP port. |
||
bopSapAdmNumber | 1.3.6.1.4.1.495.2.1.6.36.2.1.1 | integer | read-only |
Defines the SAP ID using 2,3 or 4 digits. The first digit (A) is the slot #, the second digit (B) is the port #, and the remaining digits (CD) are the channel #. If a 2 digit number is entered, digits CD are assumed to be 0 and are inserted automatically when reading object. If a 3 digit number is entered, digit C is assumed to be 0 and is inserted automatically when reading object. Ranges of Values for A: 1-7 for CX900, 1-4 for CX1000 Ranges of Values for B: 1-5 for CX900, 1-4 for CX1000 Ranges of Values for CD: 00-30 Default Value: not applicable |
bopSapAdmAlias | 1.3.6.1.4.1.495.2.1.6.36.2.1.2 | alias | read-write |
Determines the textual name uniquely identifying this SAP in the BOP Driver software layer. Ranges of Values: 0-16 alphanumeric characters beginning with a non-numeric character Default Value: undefined Configuration Changed: administrative |
bopSapAdmProtocol | 1.3.6.1.4.1.495.2.1.6.36.2.1.3 | integer | read-write |
Determines if the port is HDLC or Bisync. Only HDLC is supported by ISDN and T1/E1 ports. Indicates in the operative configuration the type of bisync protocol used by the controllers of the port associated with this SAP. Options: hdlc bsc3270 = Bisync 3270 controllers borroughs = Borroughs controllers sperry = Sperry controllers bsc3780 = Bisync 2780/3780 controllers aircat = aircat500 air traffic radar controllers Default Value: hdlc Enumeration: 'sperry': 4, 'bsc3780': 5, 'aircat': 6, 'hdlc': 1, 'bsc3270': 2, 'borroughs': 3. |
bopSapAdmPortClockSource | 1.3.6.1.4.1.495.2.1.6.36.2.1.5 | integer | read-write |
Determines the bit-rate clock source of the port. Options: internal (1): Tx and Rx clocks are internally generated external (2): Tx and Rx clocks are externally supplied on separate pins split (3): Tx clock is internally generated and Rx clock is externally supplied slave (4): Tx and Rx clocks are externally supplied on the same pins Note: Split clocking is not supported on ports in slots 5, 6 and 7 when the Data Expansion Module is installed. Default Value: external (locked to internal for ISDN) Configuration Changed: administrative Enumeration: 'internal': 1, 'slave': 4, 'external': 2, 'split': 3. |
bopSapAdmPortSpeed | 1.3.6.1.4.1.495.2.1.6.36.2.1.6 | integer | read-write |
Indicates the input and output speed in bits per second of the port. Note: This value is meaningful only if 'bopSapAdmPortClockSource' is set to 'internal' or to 'split'. Ranges of Values: 375 - 2,048,000 (locked at 16,000 for ISDN 'D' channel and at 64,000 for ISDN 'B' channels) for slot/port/channel 11x-41x; 300-256,000 for slot/port/channel 51x-71x. 1875 bps is the minimum speed supported on ports in slots 5, 6 and 7 when the Data Expansion Module is installed. Default Value: 64,000 Configuration Changed: administrative |
bopSapAdmPortDuplex | 1.3.6.1.4.1.495.2.1.6.36.2.1.7 | integer | read-write |
Determines whether the port communicates simultaneously in both directions (full-duplex) or alternates between directions (half-duplex). Options: half (1): half-duplex full (2): full-duplex (locked for ISDN) Default Value: full Configuration Changed: administrative Enumeration: 'full': 2, 'half': 1. |
bopSapAdmPortMaxFrameSize | 1.3.6.1.4.1.495.2.1.6.36.2.1.8 | integer | read-write |
Determines the maximum frame size supported by the port. Ranges of Values: 32-9000 Default Value: 1,600 (512 for ISDN) Configuration Changed: administrative |
bopSapAdmPortDataEncoding | 1.3.6.1.4.1.495.2.1.6.36.2.1.9 | integer | read-write |
Determines the data formatting and encoding used by the port. Options: nrz (1): NRZ (locked for ISDN 'D' channel; ISDN 'B' channel can use only this value or NRZI-Space value) nrzi-mark (2): NRZI-Mark nrzi-space (3): NRZI-Space (ISDN 'B' channel can use only this value or NRZ value) Note: Slot/port/channel 51x-71x can use only NRZ or NRZI-Space. Default Value: nrz (1) Configuration Changed: administrative Enumeration: 'nrzi-space': 3, 'nrz': 1, 'nrzi-mark': 2. |
bopSapAdmPortIdleCondition | 1.3.6.1.4.1.495.2.1.6.36.2.1.10 | integer | read-write |
Determines the idle line condition supported by the port. Options: flags (1): flags marks (2): marks as400 (3): AS400 Default Value: flags Configuration Changed: administrative Enumeration: 'as400': 3, 'flags': 1, 'marks': 2. |
bopSapAdmPortPreAmbleLength | 1.3.6.1.4.1.495.2.1.6.36.2.1.11 | integer | read-write |
Determines the minimum number of flags or sync pairs that will be inserted between frames by the port's transmitter. For HDLC frames: A value of zero causes flag sharing between frames. A value of one means no flag sharing and zero flags inserted between frames. A value of two means no flag sharing and one flag inserted between frames. A value of three means no flag sharing and two flags inserted between frames. Etc. For Bisync frames: A value of zero or one causes one sync pair to be inserted between frames. A value of two causes two sync pairs to be inserted between frames. A value of three causes three sync pairs to be inserted between frames. Etc. Ranges of Values: 0-16 Default Value: 1 Configuration Changed: administrative |
bopSapAdmPortFlagSharing | 1.3.6.1.4.1.495.2.1.6.36.2.1.12 | integer | read-write |
Determines whether back-to-back transmit frames will have a flag in common This value is meaningful only if 'bopSapAdmPortPreAmbleLength' is set to zero. Options: disabled (1): back-to-back frames do not share flag enabled (2): back-to-back frames share flag Default Value: disabled Configuration Changed: administrative Enumeration: 'disabled': 1, 'enabled': 2. |
bopSapAdmPortFilterMask | 1.3.6.1.4.1.495.2.1.6.36.2.1.13 | integer | read-write |
Determines which bits of the 8-bit HDLC address will be used for address filtering. Note: When a bit is set to '1', the position of bits will be checked. When a bit is set to '0', it will not be checked. Ranges of Values: 0-255 Default Value: 0 Configuration Changed: administrative |
bopSapAdmPortFilterAddress1 | 1.3.6.1.4.1.495.2.1.6.36.2.1.14 | integer | read-write |
Determines one of four 8-bit addresses used for address filtering. Ranges of Values: 0-255 Default Value: 126 Configuration Changed: administrative |
bopSapAdmPortFilterAddress2 | 1.3.6.1.4.1.495.2.1.6.36.2.1.15 | integer | read-write |
Determines one of four 8-bit addresses used for address filtering. Ranges of Values: 0-255 Default Value: 126 Configuration Changed: administrative |
bopSapAdmPortFilterAddress3 | 1.3.6.1.4.1.495.2.1.6.36.2.1.16 | integer | read-write |
Determines one of four 8-bit addresses used for address filtering. Ranges of Values: 0-255 Default Value: 126 Configuration Changed: administrative |
bopSapAdmPortFilterAddress4 | 1.3.6.1.4.1.495.2.1.6.36.2.1.17 | integer | read-write |
Determines one of four 8-bit addresses used for address filtering. Ranges of Values: 0-255 Default Value: 126 Configuration Changed: administrative |
bopSapAdmPortCrc | 1.3.6.1.4.1.495.2.1.6.36.2.1.18 | integer | read-write |
Determines which algorithm is used for error detection. Options: crc-ccitt (1): CRC-ITU-T (uses X15+X12+X5+1 polynomial; ITU-T formerly CCITT) (locked for ISDN 'D' channel; can be selected for ISDN 'B' channel) crc-32 (2): CRC-32 (for Ethernet; uses X32+X26+X23+X22+X16+X12+X11+ X10+X8+X7+X5+X4+X2+X+1) (can be selected for ISDN 'B' channel) Default Value: crc-ccitt (1) Configuration Changed: administrative Enumeration: 'crc-32': 2, 'crc-ccitt': 1. |
bopSapAdmPortDtrUpTimer | 1.3.6.1.4.1.495.2.1.6.36.2.1.19 | integer | read-write |
Determines the time in seconds that the port must wait for DCD (DTR if DCE) after raising DTR (DCD if DCE) to determine if a connection can be established. Note: This value will be set to zero if the port does not support an application requiring it. Ranges of Values: 0-65,535 Default Value: 0 Configuration Changed: administrative |
bopSapAdmPortTxWindow | 1.3.6.1.4.1.495.2.1.6.36.2.1.20 | integer | read-write |
Determines the maximum number of buffers that may be queued onto the port driver (for transmission) by the associated upper layer. For ISDN ports, the value is locked at 8. Note: When set to '255', the system automatically determines the number of buffers devoted to different kinds of traffic. When this object is set to a lesser value, the system compares this value with its own and uses the smaller. This object thereby provides a way to safeguard delay-sensitive voice traffic against such disruptions as bursty LAN traffic. This value is locked to 255 for ISDN. Ranges of Values: 1-255 Default Value: 255 Configuration Changed: administrative |
bopSapAdmPortThreshBandwidth | 1.3.6.1.4.1.495.2.1.6.36.2.1.21 | integer | read-write |
Determines the value of the minimum critical bandwidth that will determine whether Frame Relay should filter certain restricted types of packets or not. The value entered should be a multiple of 1 Kilo bits per second. Ranges of Values: 0 - 65,535 Default Value: 0 Configuration Changed: operative |
bopSapAdmPortDialMode | 1.3.6.1.4.1.495.2.1.6.36.2.1.22 | integer | read-write |
Identifies the operation mode when setting up connections. Options: dial-in-only (1): Only accept incoming calls; Will not make any outgoing calls. dial-out-only (2): Only make outgoing calls; Will not accept any incoming calls. dial-in-out (3): Accept incoming calls and make outgoing calls. Configuration Changed: administrative Enumeration: 'dial-in-out': 3, 'dial-in-only': 1, 'dial-out-only': 2. |
bopSapAdmPortLoopback | 1.3.6.1.4.1.495.2.1.6.36.2.1.28 | integer | read-write |
Determines whether loopback is enabled and what kind of loopback is enabled. Options: none (1): Loopback is not enabled local (2): Local loopback is enabled (forces SAP associated with port to return outbound frames to the originating software layer without transmitting them) remote (3): Remote loopback is enabled (forces the port to transmit immediately any frame received on the line, and also forces the associated SAP to deny communication with any upper software layer that requests service) both (4): Both local and remote loopbacks are enabled. isdn-uif-uif (5): ISDN loopback is enabled at U-Interface (forces TB1Q signal from a remote transmitter to pass through the entire U-Interface Transceiver before being transmitted back to the remote receiver) isdn-uif-idl2 (6): ISDN loopback is enabled at IDL2 Controller (forces IDL2 Controller to take in B and D channel data on IDL RX pin and send it out on IDL2 TX pin) isdn-uif-framer (7): ISDN loopback is enabled at framer (forces B and D channel data in on D-in pin and M channel data in on SCP which together undergo framing and deframing functions before B and D channel data go out D-out pin and M channel data go out SCP) isdn-uif-external (8): ISDN loopback is enabled at external line (forces TB1Q signal coming in on D-in pin to pass through Tx Driver pins, the U-Interface circuit and Rx input pins before recovering it and sending it out the D-out pin) Default Value: none Configuration Changed: administrative Enumeration: 'both': 4, 'none': 1, 'remote': 3, 'isdn-uif-uif': 5, 'isdn-uif-idl2': 6, 'isdn-uif-framer': 7, 'isdn-uif-external': 8, 'local': 2. |
bopSapAdmPortSignalSamplingPeriod | 1.3.6.1.4.1.495.2.1.6.36.2.1.29 | integer | read-write |
Determines the sampling period in 100 millisecond increments used to sample detectable signals. Ranges of Values: 3-100 (locked at 5 for ISDN) Default Value: 5 Configuration Changed: administrative |
bopSapAdmPortDcdDtrSignalSamples | 1.3.6.1.4.1.495.2.1.6.36.2.1.30 | integer | read-write |
Determines the active number of sampling periods that this port must wait before validating DCD (DTR if DCE). This object has no meaning in ISDN connections. Ranges of Values: 1-30 Default Value: 3 Configuration Changed: administrative |
bopSapAdmPortCtsRtsSignalSamples | 1.3.6.1.4.1.495.2.1.6.36.2.1.31 | integer | read-write |
Determines the active number of sampling periods that this port must wait before validating CTS (RTS if DCE). This object has no meaning in ISDN connections. Ranges of Values: 1-30 Default Value: 3 Configuration Changed: administrative |
bopSapAdmPortDsrDrsSignalSamples | 1.3.6.1.4.1.495.2.1.6.36.2.1.32 | integer | read-write |
Determines the active number of sampling periods that this port must wait before validating DSR (DRS if DCE). This object has no meaning in ISDN connections. Ranges of Values: 1-30 Default Value: 3 Configuration Changed: administrative |
bopSapAdmPortTmLlSignalSamples | 1.3.6.1.4.1.495.2.1.6.36.2.1.33 | integer | read-write |
Determines the active number of sampling periods that this port must wait before validating TM (LL if DCE). This object has no meaning in ISDN connections. Ranges of Values: 1-30 Default Value: 3 Configuration Changed: administrative |
bopSapAdmPortRiRlSignalSamples | 1.3.6.1.4.1.495.2.1.6.36.2.1.34 | integer | read-write |
Determines the active number of sampling periods that this port must wait before validating RI (RL if DCE). This object has no meaning in ISDN connections. Ranges of Values: 1-30 Default Value: 3 Configuration Changed: administrative |
bopSapAdmPortStatisticsTimer | 1.3.6.1.4.1.495.2.1.6.36.2.1.35 | integer | read-write |
Determines the period in seconds during which BOP performance statistics are measured. Note: If set to zero, BOP performance statistics are not measured. Ranges of Values: 0-60 Default Value: 0 Configuration Changed: administrative |
bopSapAdmPortCarrierAction | 1.3.6.1.4.1.495.2.1.6.36.2.1.36 | integer | read-write |
Determines if the port driver informs it's associated upper layer that service is no longer available following loss of DCD if DTE, or DTR if DCE. Options: disabled (1): do not notify upper layer of service loss (locked for ISDN) enabled (2): inform upper layer of service loss Default Value: enabled Configuration Changed: administrative Enumeration: 'disabled': 1, 'enabled': 2. |
bopSapAdmPortDataGenerator | 1.3.6.1.4.1.495.2.1.6.36.2.1.37 | integer | read-write |
Determines whether the port will act as an internal data generator. Options: disabled (1): port is not a data generator enabled (2): port is a data generator enabled-verify (3): port is a data generator and its incoming data is verified Default Value: disabled Configuration Changed: administrative Enumeration: 'disabled': 1, 'enabled': 2, 'enabled-verify': 3. |
bopSapAdmPortGenFrames | 1.3.6.1.4.1.495.2.1.6.36.2.1.38 | integer | read-write |
Determines the number of frames that the port configured as an internal data generator will generate at one time. Ranges of Values: 0-255 Note: When set to zero, frames are generated continuously Default Value: 1 Configuration Changed: administrative |
bopSapAdmPortGenFrameSize | 1.3.6.1.4.1.495.2.1.6.36.2.1.39 | integer | read-write |
Determines the size in bytes of internally generated frames (excluding flags). Ranges of Values: 2-65535 Note: When set to zero, frames are sized randomly. Default Value: 128 Configuration Changed: administrative |
bopSapAdmPortGenFrameHeader | 1.3.6.1.4.1.495.2.1.6.36.2.1.40 | integer | read-write |
Determines the 16-bit header that will be inserted in the first two octets after the opening flag of each internally generated frame. Ranges of Values: 0-65, 535 Default Value: 1 Configuration Changed: administrative |
bopSapAdmCodeSet | 1.3.6.1.4.1.495.2.1.6.36.2.1.45 | integer | read-write |
Determines in the administrative configuration the code used by the port associated with this SAP to communicate to the Bisync device. Options: other ebcdic = EBCDIC ascii = ASCII Default value: ebcdic Configuration changed: administrative Further action: system reset to change Enumeration: 'other': 1, 'ascii': 3, 'ebcdic': 2. |
bopSapAdmParity | 1.3.6.1.4.1.495.2.1.6.36.2.1.46 | integer | read-write |
Indicates the parity used to communicate with the Bisync device Options: (1) none: No parity (2) odd: Odd parity (3) even: Even parity (4) space: Low parity (always 0's) (5) mark: High parity (always 1's) Default value: none Enumeration: 'even': 3, 'none': 1, 'mark': 5, 'odd': 2, 'space': 4. |
bopAdmPortTrap | 1.3.6.1.4.1.495.2.1.6.36.2.1.47 | integer | read-write |
Determines whether this port produces a 'bopPortStatusChange' trap which can be retrieved by SNMP network management. Options: disabled (1): do not produce port status trap enabled (2): produce port status trap Default Value: disabled (1) Configuration Changed: administrative Enumeration: 'disabled': 1, 'enabled': 2. |
bopAdmTxClockTrap | 1.3.6.1.4.1.495.2.1.6.36.2.1.48 | integer | read-write |
Determines whether this port produces a 'bopTxClockStatusChange' trap which can be retrieved by SNMP network management. Options: disabled (1): do not produce transmit clock status trap enabled (2): produce transmit clock status trap Default Value: disabled (1) Configuration Changed: administrative Enumeration: 'disabled': 1, 'enabled': 2. |
bopMibLevel | 1.3.6.1.4.1.495.2.1.6.36.3 | integer | read-only |
Used to determine current MIB module release supported by the agent. Object is in decimal. |
bopPortStatusChange | 1.3.6.1.4.1.495.2.1.6.360.1 |
Indicates that the hardware port associated with the service access point has changed state. It has toggled between any of the states defined in object bopStatOprPortState. |
||
bopTxClockStatusChange | 1.3.6.1.4.1.495.2.1.6.360.2 |
Indicates that the transmit clock at hardware port associated with the service access point has changed state. It has toggled between any of the states defined in object bopStatOprTxClockState. |