LAN Manager MIB II for Windows NT Objects

The LAN Manager MIB II for Windows NT contains a set of objects specifically designed to support computers running Windows NT. Notice that there are fewer objects in the LAN Manager MIB II for Windows NT than the LAN Manager MIB II for OS/2 because of differences in the operating systems.

All LAN Manager MIB II objects apply to computers running Windows NT Workstation and Windows NT Server.

Common Group

The object name and object identifier for this group is:

iso.dod.internet.enterprises.lanmanager.lanmgr-2.common .3.6.1.4.1.77.1.1)

comVersionMaj {common 1}

The major release version number of the Windows NT software.
SYNTAX OCTET STRING
ACCESS read-only

comVersionMin {common 2}

The minor release version number of the Windows NT software.
SYNTAX OCTET STRING
ACCESS read-only

comType {common 3}

The type of Windows NT software this system is running.
SYNTAX OCTET STRING
ACCESS read-only

comStatStart {common 4}

The time at which time the Windows NT statistics on this node were last cleared. The time is the number of seconds since January 1, 1970.
SYNTAX INTEGER
ACCESS read-only

The comStatStart object applies to the following statistical objects:

comStatNumNetIOs

svStatErrorOuts

wkstaStatSessStarts

comStatFiNetIOs

svStatPwErrors

wkstaStatSessFails

comStatFcNetIOs

svStatPermErrors

wkstaStatUses

svStatOpens

svStatSysErrors

wkstaStatUseFails

svStatDevOpens

svStatSentBytes

wkstaStatAutoRecs

svStatQueuedJobs

svStatRcvdBytes

svStatSOpens

svStatAvResponse


comStatNumNetIOs {common 5}

The number of network I/O operations submitted on this node.
SYNTAX Counter
ACCESS read-only

comStatFiNetIOs {common 6}

The number of network I/O operations on this node that failed issue.
SYNTAX Counter
ACCESS read-only

comStatFcNetIOs {common 7}

The number of network I/O operations on this node that failed completion.
SYNTAX Counter
ACCESS read-only

Server Group

The object name and object identifier for this group is:
iso.dod.internet.enterprises.lanmanager.lanmgr-2.server (1.3.6.1.4.1.77.1.2)

svDescription {server 1}

A comment describing the server.
SYNTAX DisplayString (size (0..255))
ACCESS read-write

svSvcNumber {server 2}

The number of network services installed on the server.
SYNTAX INTEGER
ACCESS read-only

svSvcTable {server 3}

A list of service entries describing the network service installed on the server.
SYNTAX SEQUENCE OF SvSvcEntry
ACCESS not-accessible

svSvcEntry {svSvcTable 1}

The names of the network services installed on the server.
SYNTAX SvSvcEntry
ACCESS read-only

svSvcName {svSvcEntry 1}

The name of a Windows NT network service.
SYNTAX DisplayString (size (1..15))
ACCESS read-only

svSvcInstalledState {svSvcEntry 2}

The installation status of a network.
SYNTAX INTEGER {
uninstalled(1),
install-pending(2),
uninstall-pending(3),
installed(4)
}
ACCESS read-only

svSvcOperatingState {svSvcEntry 3}

The operating status of a network service.
SYNTAX INTEGER {
active(1),
continue-pending(2),
pause-pending(3),
paused(4)
}
ACCESS read-only

svSvcCanBeUninstalled {svSvcEntry 4}

Indicates whether the network service specified by this entry can be removed.
SYNTAX INTEGER {
cannot-be-uninstalled(1),
can-be-uninstalled(2)
}
ACCESS read-only

svSvcCanBePaused {svSvcEntry 5}

Indicates whether the network service specified by this entry can be paused.
SYNTAX INTEGER {
cannot-be-paused(1),
can-be-paused(2)
}
ACCESS read-only

svStatOpens {server 4}

The total number of files that were opened on the server.
SYNTAX Counter
ACCESS read-only

svStatDevOpens {server 5}

The total number of communication devices that were opened on the server.
SYNTAX Counter
ACCESS read-only

svStatQueuedJobs {server 6}

The total number of print jobs that were spooled on the server.
SYNTAX Counter
ACCESS read-only

svStatSOpens {server 7}

The number of sessions that were started on the server.
SYNTAX Counter
ACCESS read-only

svStatErrorOuts {server 8}

The number of sessions disconnected because of an error on the server.
SYNTAX Counter
ACCESS read-only

svStatPwErrors {server 9}

The number of password violations encountered on the server.
SYNTAX Counter
ACCESS read-only

svStatPermErrors {server 10}

The number of access-permission violations encountered on the server.
SYNTAX Counter
ACCESS read-only

svStatSysErrors {server 11}

The number of system errors encountered on the server.
SYNTAX Counter
ACCESS read-only

svStatSentBytes {server 12}

The number of bytes sent by the server.
SYNTAX Counter
ACCESS read-only

svStatRcvdBytes {server 13}

The number of bytes received by the server.
SYNTAX Counter
ACCESS read-only

svStatAvResponse {server 14}

The mean number of milliseconds it took the server to process a workstation I/O request (for example, the average time an NCB sat at the server).
SYNTAX INTEGER
ACCESS read-only

svSecurityMode {server 15}

The type of security running on the server.
SYNTAX INTEGER{
share-level(1),
user-level(2)
}
ACCESS read-only

svUsers {server 16}

The number of concurrent users the server can support.
SYNTAX INTEGER
ACCESS read-only

svStatReqBufsNeeded {server 17}

The number of times the server requested allocation of additional buffers.
SYNTAX Counter
ACCESS read-only

svStatBigBufsNeeded {server 18}

The number of times the server needed but could not allocate a big buffer while processing a client request.
SYNTAX Counter
ACCESS read-only

svSessionNumber {server 19}

The number of sessions on the server.
SYNTAX INTEGER
ACCESS read-only

svSessionTable {server 20}

A list of session entries corresponding to the current sessions that clients have with the server.
SYNTAX SEQUENCE OF SvSessionEntry
ACCESS read-only

svSessionEntry {svSessionTable 1}

A session that is currently established on the server.
SYNTAX SvSessionEntry
ACCESS read-only

svSesClientName {svSessionEntry 1}

The name of the remote computer that established the session.
SYNTAX DisplayString (size (1..15))
ACCESS read-only

svSesUserName {svSessionEntry 2}

The name of the user account that established the session on the remote computer.
SYNTAX DisplayString (size (1..20))
ACCESS read-only

svSesNumConns {svSessionEntry 3}

The number of connections to server resources that are active in the current session.
SYNTAX INTEGER
ACCESS read-only

svSesNumOpens {svSessionEntry 4}

The number of files, devices, and pipes that are open in the current session.
SYNTAX INTEGER
ACCESS read-only

svSesTime {svSessionEntry 5}

The length of time, in seconds, since the current session began.
SYNTAX Counter
ACCESS read-only

svSesIdleTime {svSessionEntry 6}

The length of time, in seconds, that the session has been idle.
SYNTAX Counter
ACCESS read-only

svSesClientType {svSessionEntry 7}

The type of client that established the session.
SYNTAX INTEGER {
down-level(1),
dos-lm(2),
dos-lm-2(3),
os2-lm-1(4),
os2-lm-2(5),
dos-lm-2-1(6),
os2-lm-2-1(7),
afp-1-1(8),
afp-2-0(9),
NT-3-1(10)
}
ACCESS read-only

svSesState {svSessionEntry 8}

The state of the current session. (Setting the state of an active session to deleted with netSessionDel deletes the client session. The session state cannot be set to active.)
SYNTAX INTEGER{
active(1),
deleted(2)
}
ACCESS read-write

svAutoDisconnects {server 21}

The number of sessions that the server automatically disconnected because of inactivity.
SYNTAX INTEGER
ACCESS read-only

svDisConTime {server 22}

The number of seconds the server waits before disconnecting an idle session.
SYNTAX INTEGER
ACCESS read-write

svAuditLogSize {server 23}

The maximum size, in kilobytes, of the server's audit log.
SYNTAX INTEGER
ACCESS read-write

svUserNumber {server 24}

The number of users who have accounts on the server.
SYNTAX INTEGER
ACCESS read-only

svUserTable {server 25}

A table of active user accounts on the server.
SYNTAX SEQUENCE OF SvUserEntry
ACCESS not-accessible

svUserEntry {svUserTable 1}

A user account on the server.
SYNTAX SvUserEntry
ACCESS not-accessible

svUserName {svUserEntry 1}

The name of a user account.
SYNTAX DisplayString (size (1..20))
ACCESS read-only

svShareNumber {server 26}

The number of shared resources on the server.
SYNTAX INTEGER
ACCESS read-only

svShareTable {server 27}

A table of the shared resources on the server.
SYNTAX SEQUENCE OF svShareEntry
ACCESS not-accessible

svShareEntry {svShareTable 1}

A table corresponding to a single shared resource on the server.
SYNTAX svShareEntry
ACCESS not-accessible

svShareName {svShareEntry 1}

The name of a shared resource.
SYNTAX DisplayString (size (1..12))
ACCESS read-only

svSharePath {svShareEntry 2}

The local name of a shared resource.
SYNTAX DisplayString (size (1..255))
ACCESS read-only

svShareComment {svShareEntry 3}

A comment associated with a shared resource.
SYNTAX DisplayString (size (0..255))
ACCESS read-only

svPrintQNumber {server 28}

The number of printer queues on the server.
SYNTAX INTEGER
ACCESS read-only

svPrintQTable {server 29}

A table of the printer queues on the server.
SYNTAX SEQUENCE OF SvPrintQEntry
ACCESS not-accessible

svPrintQEntry {svPrintQTable 1}

A table entry corresponding to a single printer queue on the server.
SYNTAX SvPrintQEntry
ACCESS not-accessible

svPrintQName {svPrintQEntry 1}

The name of a printer queue.
SYNTAX DisplayString (size (1..12))
ACCESS read-only

svPrintQNumJobs {svPrintQEntry 2}

The number of jobs currently in a printer.
SYNTAX INTEGER
ACCESS read-only

Workstation Group

The object name and object identifier for this group is:
iso.dod.internet.enterprises.lanmanager.lanmgr-2.workstation (1.3.6.1.4.1.77.1.3)

wkstaStatSessStarts {workstation 1}

The number of sessions the workstation initiated.
SYNTAX Counter
ACCESS read-only

wkstaStatSessFails {workstation 2}

The number of failed sessions the workstation had.
SYNTAX Counter
ACCESS read-only

wkstaStatUses {workstation 3}

The number of connections the workstation initiated.
SYNTAX Counter
ACCESS read-only

wkstaStatUseFails {workstation 4}

The number of failed connections the workstation had.
SYNTAX Counter
ACCESS read-only

wkstaStatAutoRecs {workstation 5}

The number of sessions that were broken and then automatically reestablished.
SYNTAX Counter
ACCESS read-only

wkstaErrorLogSize {workstation 6}

The maximum size, in kilobytes, of the workstation error log.
SYNTAX INTEGER
ACCESS read-write

wkstaUseNumber {workstation 7}

This object will always return the value 0.
SYNTAX INTEGER
ACCESS read-only

wkstaUseTable {workstation 8}

SYNTAX SEQUENCE OF WkstaUseEntry
ACCESS not-accessible

wkstaUseEntry {wkstaUseTable 1}

SYNTAX WkstaUseEntry
ACCESS not-accessible

useLocalName {wkstaUseEntry 1}

SYNTAX DisplayString (size (0..8))
ACCESS read-only

useRemote {wkstaUseEntry 2}

SYNTAX DisplayString (size (1..255))
ACCESS read-only

useStatus {wkstaUseEntry 3}

SYNTAX INTEGER {
use-ok(1),
use-paused(2),
use-session-lost(3),
use-network-error(4),
use-connecting(5),
use-reconnecting(6)
}
ACCESS read-only

Domain Group

The object name and object identifier for this group is:
iso.dod.internet.enterprises.lanmanager.lanmgr-2.domain
(1.3.6.1.4.1.77.1.4)

domPrimaryDomain {domain 1}

The name of the primary domain to which the computer belongs.
SYNTAX DisplayString (size (1..15))
ACCESS read-only

domLogonDomain {domain 2}

SYNTAX DisplayString (size (1..15))
ACCESS read-only

domOtherDomainNumber {domain 3}

SYNTAX INTEGER
ACCESS read-only

domOtherDomainTable {domain 4}

SYNTAX SEQUENCE OF domOtherDomainEntry
ACCESS not-accessible

domOtherDomainEntry {domOtherDomainTable 1}

SYNTAX domOtherDomainEntry
ACCESS not-accessible

domOtherName {domOtherDomainEntry 1}

SYNTAX DisplayString (size (1..15))
ACCESS read-write

domServerNumber {domain 5}

SYNTAX INTEGER
ACCESS read-only

domServerTable {domain 6}

SYNTAX SEQUENCE OF domServerEntry
ACCESS not-accessible

domServerEntry {domServerTable 1}

SYNTAX domServerEntry
ACCESS not-accessible

domServerName {domServerEntry 1}

SYNTAX DisplayString (size (1..15))
ACCESS read-only

domLogonNumber {domain 7}

SYNTAX INTEGER
ACCESS read-only

domLogonTable {domain 8}

SYNTAX SEQUENCE OF DomLogonEntry
ACCESS not-accessible

domLogonEntry {domLogonTable 1}

SYNTAX DomLogonEntry
ACCESS not-accessible

domLogonUser {domLogonEntry 1}

SYNTAX Display String (size (1..20))
ACCESS read-only

domLogonMachine {domLogonEntry 2}

SYNTAX DisplayString (size (1..15))
ACCESS read-only