RS232-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
42
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
42 total| Object Name |
|---|
rs232 OBJECT IDENTIFIER .1.3.6.1.3.20 |
RFC1155-SMI Unknown .1.3.6.1.3.20 |
rs232NumberThe number of ports (regardless of their current
state) in the RS-232-like general port table.ro INTEGER .1.3.6.1.3.20.1 |
rs232PortTableA list of port entries. The number of entries is
given by the value of rs232Number. SEQUENCE OF Rs232PortEntry .1.3.6.1.3.20.2 |
rs232PortEntryStatus and parameter values for a port. Rs232PortEntry .1.3.6.1.3.20.2.1 |
rs232PortIndexA unique value for each port. Its value ranges
between 1 and the value of rs232Number. By
convention and if possible, hardware port numbers
map directly to external connectors. The value for
each port must remain constant at least from one
re-initialization of the network management agent to
the next.ro INTEGER .1.3.6.1.3.20.2.1.1 |
rs232PortTypeThe port's hardware type.ro Enumeration .1.3.6.1.3.20.2.1.2 |
rs232PortInSigNumberThe number of input signals for the port in the
input signal table (rs232PortInSigTable). The table
contains entries only for those signals the software
can detect.ro INTEGER .1.3.6.1.3.20.2.1.3 |
rs232PortOutSigNumberThe number of output signals for the port in the
output signal table (rs232PortOutSigTable). The
table contains entries only for those signals the
software can assert.ro INTEGER .1.3.6.1.3.20.2.1.4 |
rs232PortInSpeedThe port's input speed in bits per second.rw INTEGER .1.3.6.1.3.20.2.1.5 |
rs232PortOutSpeedThe port's output speed in bits per second.rw INTEGER .1.3.6.1.3.20.2.1.6 |
rs232AsyncPortTableA list of asynchronous port entries. The maximum
entry number is given by the value of rs232Number.
Entries need not exist for synchronous ports. SEQUENCE OF Rs232AsyncPortEntry .1.3.6.1.3.20.3 |
rs232AsyncPortEntryStatus and parameter values for an asynchronous
port. Rs232AsyncPortEntry .1.3.6.1.3.20.3.1 |
rs232AsyncPortIndexA unique value for each port. Its value is the
same as rs232PortIndex for the port.ro INTEGER .1.3.6.1.3.20.3.1.1 |
rs232AsyncPortBitsThe port's number of bits in a character.rw INTEGER .1.3.6.1.3.20.3.1.2 |
rs232AsyncPortStopBitsThe port's number of stop bits.rw Enumeration .1.3.6.1.3.20.3.1.3 |
rs232AsyncPortParityThe port's sense of a character parity bit.rw Enumeration .1.3.6.1.3.20.3.1.4 |
rs232AsyncPortAutobaudA control for the port's ability to automatically
sense input speed.
When rs232PortAutoBaud is 'enabled', a port may
autobaud to values different from the set values for
speed, parity, and character size. As a result a
network management system may temporarily observe
values different from what was previously set.rw Enumeration .1.3.6.1.3.20.3.1.5 |
rs232AsyncPortParityErrsTotal number of characters with a parity error,
input from the port since system re-initialization
and while the port state was 'up' or 'test'.ro Counter .1.3.6.1.3.20.3.1.6 |
rs232AsyncPortFramingErrsTotal number of characters with a framing error,
input from the port since system re-initialization
and while the port state was 'up' or 'test'.ro Counter .1.3.6.1.3.20.3.1.7 |
rs232AsyncPortOverrunErrsTotal number of characters with an overrun error,
input from the port since system re-initialization
and while the port state was 'up' or 'test'.ro Counter .1.3.6.1.3.20.3.1.8 |
rs232SyncPortTableA list of synchronous port entries. The maximum
entry number is given by the value of rs232Number.
Entries need not exist for asynchronous ports. SEQUENCE OF Rs232SyncPortEntry .1.3.6.1.3.20.4 |
rs232SyncPortEntryStatus and parameter values for a synchronous
port. Rs232SyncPortEntry .1.3.6.1.3.20.4.1 |
rs232SyncPortIndexA unique value for each port. Its value is the
same as rs232PortIndex for the port.ro INTEGER .1.3.6.1.3.20.4.1.1 |
rs232SyncPortClockSourceSource of the port's bit rate clock. 'split' means
the tranmit clock is internal and the receive clock
is external.rw Enumeration .1.3.6.1.3.20.4.1.2 |
rs232SyncPortFrameCheckErrsTotal number of frames with an invalid frame check
sequence, input from the port since system
re-initialization and while the port state was 'up'
or 'test'.ro Counter .1.3.6.1.3.20.4.1.3 |
rs232SyncPortTransmitUnderrunErrsTotal number of frames that failed to be
transmitted on the port since system
re-initialization and while the port state was 'up'
or 'test' because data was not available to the
transmitter in time.ro Counter .1.3.6.1.3.20.4.1.4 |
rs232SyncPortReceiveOverrunErrsTotal number of frames that failed to be received
on the port since system re-initialization and while
the port state was 'up' or 'test' because the
receiver did not accept the data in time.ro Counter .1.3.6.1.3.20.4.1.5 |
rs232SyncPortInterruptedFramesTotal number of frames that failed to be received
or transmitted on the port due to loss of modem
signals since system re-initialization and while the
port state was 'up' or 'test'.ro Counter .1.3.6.1.3.20.4.1.6 |
rs232SyncPortAbortedFramesNumber of frames aborted on the port due to
receiving an abort sequence since system
re-initialization and while the port state was 'up'
or 'test'.ro Counter .1.3.6.1.3.20.4.1.7 |
rs232InSigTableA list of port input control signal entries. SEQUENCE OF Rs232InSigEntry .1.3.6.1.3.20.5 |
rs232InSigEntryInput control signal status for a hardware port. Rs232InSigEntry .1.3.6.1.3.20.5.1 |
rs232InSigPortIndexThe value of rs232PortIndex for the port to which
this entry belongs.ro INTEGER .1.3.6.1.3.20.5.1.1 |
rs232InSigNameIdentification of a hardware signal, as follows:
rts Request to Send
cts Clear to Send
dsr Data Set Ready
dtr Data Terminal Ready
ri Ring Indicator
dcd Received Line Signal Detector
sq Signal Quality Detector
srs Data Signaling Rate Selector
srts Secondary Request to Send
scts Secondary Clear to Send
sdcd Secondary Received Line Signal Detectorro Enumeration .1.3.6.1.3.20.5.1.2 |
rs232InSigStateThe current signal state.ro Enumeration .1.3.6.1.3.20.5.1.3 |
rs232InSigChangesThe number of times the signal has changed from
'on' to 'off' or from 'off' to 'on'.ro Counter .1.3.6.1.3.20.5.1.4 |
rs232OutSigTableA list of port output control signal entries. SEQUENCE OF Rs232OutSigEntry .1.3.6.1.3.20.6 |
rs232OutSigEntryOutput control signal status for a hardware port. Rs232OutSigEntry .1.3.6.1.3.20.6.1 |
rs232OutSigPortIndexThe value of rs232PortIndex for the port to which
this entry belongs.ro INTEGER .1.3.6.1.3.20.6.1.1 |
rs232OutSigNameIdentification of a hardware signal, as follows:
rts Request to Send
cts Clear to Send
dsr Data Set Ready
dtr Data Terminal Ready
ri Ring Indicator
dcd Received Line Signal Detector
sq Signal Quality Detector
srs Data Signaling Rate Selector
srts Secondary Request to Send
scts Secondary Clear to Send
sdcd Secondary Received Line Signal Detectorro Enumeration .1.3.6.1.3.20.6.1.2 |
rs232OutSigStateThe current signal state.ro Enumeration .1.3.6.1.3.20.6.1.3 |
rs232OutSigChangesThe number of times the signal has changed from
'on' to 'off' or from 'off' to 'on'.ro Counter .1.3.6.1.3.20.6.1.4 |