MIBs Depot

CISCOSB-SOCKET-MIB

Registered at
1.3.6.1.4.1.9.6.1.101.85
Last updated
2007-01-02 00:00
Organization
Cisco Small Business
Revisions
2007-01-02 00:00
Namespace
cisco
Source file
CISCOSB-SOCKET-MIB
Digest
sha256:cfd7eb4124dd51fa50003252b0c54772b43e37f4de2b7d8a9aeb739a6477abfc

Description

This private MIB module defines socket private MIBs.

Contact

Postal: 170 West Tasman Drive San Jose , CA 95134-1706 USA Website: Cisco Small Business Home http://www.cisco.com/smb>;, Cisco Small Business Support Community <http://www.cisco.com/go/smallbizsupport>

Imports

FromSymbols
CISCOSB-MIBswitch001
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCOSB-MIB
CISCOSB-SOCKET-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
rlSocketMibVersion
OBJECT-TYPE
MIB's version, the current version is 1.
1.3.6.1.4.1.9.6.1.101.85.1INTEGERread-onlycurrent
rlSocketTable
OBJECT-TYPE
The (conceptual) table listing the sockets which are currently open in the system.
1.3.6.1.4.1.9.6.1.101.85.2not-accessiblecurrent
rlSocketEntry
OBJECT-TYPE
An entry (conceptual row) in the SocketTable.
1.3.6.1.4.1.9.6.1.101.85.2.1not-accessiblecurrent
rlSocketId
OBJECT-TYPE
The value of the id of the socket.
1.3.6.1.4.1.9.6.1.101.85.2.1.1INTEGERread-onlycurrent
rlSocketType
OBJECT-TYPE
Specifies the type of the socket.
1.3.6.1.4.1.9.6.1.101.85.2.1.2INTEGER {stream(1), dgram(2), raw(3)}read-onlycurrent
rlSocketState
OBJECT-TYPE
Specifies the state in which the socket is in.
1.3.6.1.4.1.9.6.1.101.85.2.1.3INTEGER {connected(1), notConnected(2), recvClosed(3), sendClosed(4), closed(5)}read-onlycurrent
rlSocketBlockMode
OBJECT-TYPE
Specifies the blocking mode of the socket.
1.3.6.1.4.1.9.6.1.101.85.2.1.4INTEGER {blocking(1), nonBlocking(2)}read-onlycurrent
rlSocketUpTime
OBJECT-TYPE
The time elapsed since this socket was created.
1.3.6.1.4.1.9.6.1.101.85.2.1.5TimeTicksread-onlycurrent