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
| From | Symbols |
|---|---|
| CISCOSB-MIB | switch001 |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| rlSocketMibVersion OBJECT-TYPE MIB's version, the current version is 1. | 1.3.6.1.4.1.9.6.1.101.85.1 | INTEGER | read-only | current |
| 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.2 | not-accessible | current | |
| rlSocketEntry OBJECT-TYPE An entry (conceptual row) in the SocketTable. | 1.3.6.1.4.1.9.6.1.101.85.2.1 | not-accessible | current | |
| rlSocketId OBJECT-TYPE The value of the id of the socket. | 1.3.6.1.4.1.9.6.1.101.85.2.1.1 | INTEGER | read-only | current |
| rlSocketType OBJECT-TYPE Specifies the type of the socket. | 1.3.6.1.4.1.9.6.1.101.85.2.1.2 | INTEGER {stream(1), dgram(2), raw(3)} | read-only | current |
| 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.3 | INTEGER {connected(1), notConnected(2), recvClosed(3), sendClosed(4), closed(5)} | read-only | current |
| rlSocketBlockMode OBJECT-TYPE Specifies the blocking mode of the socket. | 1.3.6.1.4.1.9.6.1.101.85.2.1.4 | INTEGER {blocking(1), nonBlocking(2)} | read-only | current |
| rlSocketUpTime OBJECT-TYPE The time elapsed since this socket was created. | 1.3.6.1.4.1.9.6.1.101.85.2.1.5 | TimeTicks | read-only | current |