LanMgr-Mib-II-MIB

File: LanMgr-Mib-II-MIB.mib (26100 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB

Imported symbols

enterprises OBJECT-TYPE Counter
DisplayString

Defined Types

SvSvcEntry  
SEQUENCE    
  svSvcName DisplayString
  svSvcInstalledState INTEGER
  svSvcOperatingState INTEGER
  svSvcCanBeUninstalled INTEGER
  svSvcCanBePaused INTEGER

SvSessionEntry  
SEQUENCE    
  svSesClientName DisplayString
  svSesUserName DisplayString
  svSesNumOpens INTEGER
  svSesTime Counter
  svSesIdleTime Counter
  svSesClientType INTEGER
  svSesState INTEGER

SvUserEntry  
SEQUENCE    
  svUserName DisplayString

SvShareEntry  
SEQUENCE    
  svShareName DisplayString
  svSharePath DisplayString
  svShareComment DisplayString

SvPrintQEntry  
SEQUENCE    
  svPrintQName DisplayString
  svPrintQNumJobs INTEGER

WkstaUseEntry  
SEQUENCE    
  useLocalName DisplayString
  useRemote DisplayString
  useStatus INTEGER

DomOtherDomainEntry  
SEQUENCE    
  domOtherName DisplayString

DomServerEntry  
SEQUENCE    
  domServerName DisplayString

DomLogonEntry  
SEQUENCE    
  domLogonUser DisplayString
  domLogonMachine DisplayString

Defined Values

lanmanager 1.3.6.1.4.1.77
OBJECT IDENTIFIER    

lanmgr-2 1.3.6.1.4.1.77.1
OBJECT IDENTIFIER    

common 1.3.6.1.4.1.77.1.1
OBJECT IDENTIFIER    

server 1.3.6.1.4.1.77.1.2
OBJECT IDENTIFIER    

workstation 1.3.6.1.4.1.77.1.3
OBJECT IDENTIFIER    

domain 1.3.6.1.4.1.77.1.4
OBJECT IDENTIFIER    

comVersionMaj 1.3.6.1.4.1.77.1.1.1
The major release version number of the software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

comVersionMin 1.3.6.1.4.1.77.1.1.2
The minor release version number of the software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

comType 1.3.6.1.4.1.77.1.1.3
The type of LAN Manager software this system is running. If no server is running the node is a workstation. This object type is an octet string of length 4 treated as a bit map (with the least significant bit being bit 0): OCTET 1 -- Software Type Bit ------------- --- workstation 0 server 1 sqlserver 2 Primary DC 3 Backup DC 4 Time Source 5 AFP Server 6 Netware Server 7 OCTET 2 -- undefined OCTET 3 -- undefined OCTET 4 -- undefined
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

comStatStart 1.3.6.1.4.1.77.1.1.4
The time, represented as seconds since January 1, 1970, at which the statistics on this node were last cleared.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

comStatNumNetIOs 1.3.6.1.4.1.77.1.1.5
The number of network I/O operations submitted on this node.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

comStatFiNetIOs 1.3.6.1.4.1.77.1.1.6
The number of network I/O operations on this node that failed issue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

comStatFcNetIOs 1.3.6.1.4.1.77.1.1.7
The number of network I/O operations on this node that failed completion.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

svDescription 1.3.6.1.4.1.77.1.2.1
A comment describing this server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

svSvcNumber 1.3.6.1.4.1.77.1.2.2
The number of network services installed on this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svSvcTable 1.3.6.1.4.1.77.1.2.3
A list of service entries describing network services installed on this server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SvSvcEntry

svSvcEntry 1.3.6.1.4.1.77.1.2.3.1
The names of the network services installed on this server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SvSvcEntry  

svSvcName 1.3.6.1.4.1.77.1.2.3.1.1
The name of the network service described by this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

svSvcInstalledState 1.3.6.1.4.1.77.1.2.3.1.2
The installation status of the network service specified by this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER uninstalled(1), install-pending(2), uninstall-pending(3), installed(4)  

svSvcOperatingState 1.3.6.1.4.1.77.1.2.3.1.3
The operating status of the network service specified by this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), continue-pending(2), pause-pending(3), paused(4)  

svSvcCanBeUninstalled 1.3.6.1.4.1.77.1.2.3.1.4
Whether or not the network service specified by this entry can be uninstalled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER cannot-be-uninstalled(1), can-be-uninstalled(2)  

svSvcCanBePaused 1.3.6.1.4.1.77.1.2.3.1.5
Whether or not the network service specified by this entry can be paused.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER cannot-be-paused(1), can-be-paused(2)  

svStatOpens 1.3.6.1.4.1.77.1.2.4
The total number of files that have been opened on the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

svStatDevOpens 1.3.6.1.4.1.77.1.2.5
The total number of communication devices opened on the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

svStatQueuedJobs 1.3.6.1.4.1.77.1.2.6
The total number of print jobs that have been spooled on the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

svStatSOpens 1.3.6.1.4.1.77.1.2.7
The number of sessions that have been started on the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

svStatErrorOuts 1.3.6.1.4.1.77.1.2.8
The number of sessions disconnected due to an error on the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

svStatPwErrors 1.3.6.1.4.1.77.1.2.9
The number of password violations encountered on the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

svStatPermErrors 1.3.6.1.4.1.77.1.2.10
The number of access permission violations encountered on this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

svStatSysErrors 1.3.6.1.4.1.77.1.2.11
The number of system errors encountered on the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

svStatSentBytes 1.3.6.1.4.1.77.1.2.12
The number of bytes sent by the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

svStatRcvdBytes 1.3.6.1.4.1.77.1.2.13
The number of bytes received by this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

svStatAvResponse 1.3.6.1.4.1.77.1.2.14
The mean number of milliseconds it has taken this server to process a workstation I/O request.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svSecurityMode 1.3.6.1.4.1.77.1.2.15
The type of security being run at this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER share-level(1), user-level(2)  

svUsers 1.3.6.1.4.1.77.1.2.16
The number of concurrent users this server is able to support.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svStatReqBufsNeeded 1.3.6.1.4.1.77.1.2.17
The number of times the server has needed a request buffer in the process of handling a client request and could not allocate one.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

svStatBigBufsNeeded 1.3.6.1.4.1.77.1.2.18
The number of times the server has needed a big buffer in the process of handling a client request and could not allocate one.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

svSessionNumber 1.3.6.1.4.1.77.1.2.19
The number of sessions have established to this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svSessionTable 1.3.6.1.4.1.77.1.2.20
A list of session entries corressponding to the current sessions clients have with this server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SvSessionEntry

svSessionEntry 1.3.6.1.4.1.77.1.2.20.1
A session that is currently established to this server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SvSessionEntry  

svSesClientName 1.3.6.1.4.1.77.1.2.20.1.1
The name of the remote machine that has established the session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

svSesUserName 1.3.6.1.4.1.77.1.2.20.1.2
The name of the user at the remote machine that established the session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

svSesNumOpens 1.3.6.1.4.1.77.1.2.20.1.4
The number of open files, devices and pipes are open on this session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svSesTime 1.3.6.1.4.1.77.1.2.20.1.5
The length of time in seconds this session has been established.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

svSesIdleTime 1.3.6.1.4.1.77.1.2.20.1.6
The length of time in seconds this session has been idle.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

svSesClientType 1.3.6.1.4.1.77.1.2.20.1.7
The type of client that established the session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  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)  

svSesState 1.3.6.1.4.1.77.1.2.20.1.8
Used to indicate the state of this session. The deleted state will never be returned on a session but can be used in set requests to delete a session.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), deleted(2)  

svAutoDisconnects 1.3.6.1.4.1.77.1.2.21
The number of sessions that the server has auto-disconnected due to timeout.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svDisConTime 1.3.6.1.4.1.77.1.2.22
The number of seconds the server waits before disconnecting an idle session. A value of 0xffff indicates that idle sessions will never be disconnected.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

svAuditLogSize 1.3.6.1.4.1.77.1.2.23
The maximum size in kilobytes that the server's audit log can attain.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

svUserNumber 1.3.6.1.4.1.77.1.2.24
The number of users that have accounts on this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svUserTable 1.3.6.1.4.1.77.1.2.25
The table of active user accounts on this server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SvUserEntry

svUserEntry 1.3.6.1.4.1.77.1.2.25.1
One of the user accounts on this server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SvUserEntry  

svUserName 1.3.6.1.4.1.77.1.2.25.1.1
The name of the user account.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

svShareNumber 1.3.6.1.4.1.77.1.2.26
The number of shared resources on this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svShareTable 1.3.6.1.4.1.77.1.2.27
The table of shares on this server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SvShareEntry

svShareEntry 1.3.6.1.4.1.77.1.2.27.1
A table entry corresponding to a single share on this server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SvShareEntry  

svShareName 1.3.6.1.4.1.77.1.2.27.1.1
The name of the share.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..12)  

svSharePath 1.3.6.1.4.1.77.1.2.27.1.2
The local name of this shared resource.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

svShareComment 1.3.6.1.4.1.77.1.2.27.1.3
A comment associated with this share.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

svPrintQNumber 1.3.6.1.4.1.77.1.2.28
The number of print queues on this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svPrintQTable 1.3.6.1.4.1.77.1.2.29
The table of print queues on this server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SvPrintQEntry

svPrintQEntry 1.3.6.1.4.1.77.1.2.29.1
A table entry corresponding to a single print queue on this server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SvPrintQEntry  

svPrintQName 1.3.6.1.4.1.77.1.2.29.1.1
The name of the print queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..12)  

svPrintQNumJobs 1.3.6.1.4.1.77.1.2.29.1.2
The number of jobs currently in this print queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wkstaStatSessStarts 1.3.6.1.4.1.77.1.3.1
The number of sessions that this workstation has initiated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wkstaStatSessFails 1.3.6.1.4.1.77.1.3.2
The number of failed sessions that this workstation has experienced.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wkstaStatUses 1.3.6.1.4.1.77.1.3.3
The number of connections this workstation has initiated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wkstaStatUseFails 1.3.6.1.4.1.77.1.3.4
The number of failed connections this workstation has experienced.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wkstaStatAutoRecs 1.3.6.1.4.1.77.1.3.5
The number of sessions broken and then automatically reestablished.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wkstaErrorLogSize 1.3.6.1.4.1.77.1.3.6
The size in kilobytes to which the workstation error log can grow.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wkstaUseNumber 1.3.6.1.4.1.77.1.3.7
The number of active uses the workstation is currently maintaining.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wkstaUseTable 1.3.6.1.4.1.77.1.3.8
The table of active uses made by this workstation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WkstaUseEntry

wkstaUseEntry 1.3.6.1.4.1.77.1.3.8.1
A use of a remote network resource.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WkstaUseEntry  

useLocalName 1.3.6.1.4.1.77.1.3.8.1.1
The name of the local devicename (e.g. e: or lpt1:) that is redirected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..8)  

useRemote 1.3.6.1.4.1.77.1.3.8.1.2
The name of the remote shared resource to which the redirection has been made. (eg. \server\share).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

useStatus 1.3.6.1.4.1.77.1.3.8.1.3
The status of this connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER use-ok(1), use-paused(2), use-session-lost(3), use-network-error(4), use-connecting(5), use-reconnecting(6)  

domPrimaryDomain 1.3.6.1.4.1.77.1.4.1
The name of the primary domain to which this machine belongs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

domLogonDomain 1.3.6.1.4.1.77.1.4.2
The name of the domain to which this machine is logged on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

domOtherDomainNumber 1.3.6.1.4.1.77.1.4.3
The number of entries in domOtherDamainTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

domOtherDomainTable 1.3.6.1.4.1.77.1.4.4
The list of other domains which this machine is monitoring.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DomOtherDomainEntry

domOtherDomainEntry 1.3.6.1.4.1.77.1.4.4.1
An entry in the table of other domains.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DomOtherDomainEntry  

domOtherName 1.3.6.1.4.1.77.1.4.4.1.1
The name of an additional domain which this machine is monitoring.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

domServerNumber 1.3.6.1.4.1.77.1.4.5
The number of entries in domServerTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

domServerTable 1.3.6.1.4.1.77.1.4.6
The list of non-hidden servers that are on all of the domains this machine is monitoring.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DomServerEntry

domServerEntry 1.3.6.1.4.1.77.1.4.6.1
An entry in the domain server table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DomServerEntry  

domServerName 1.3.6.1.4.1.77.1.4.6.1.1
The name of a server on one of the domains which this machine is monitoring.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

domLogonNumber 1.3.6.1.4.1.77.1.4.7
The number of entries in domLogonTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

domLogonTable 1.3.6.1.4.1.77.1.4.8
The list of domain logons which this machine has processed. Available only on servers acting as primary or backup domain controllers. To compile the complete table of all logons on a given domain it is necessary to query all primary and backup domain controllers on the domain.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DomLogonEntry

domLogonEntry 1.3.6.1.4.1.77.1.4.8.1
An entry in the logon table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DomLogonEntry  

domLogonUser 1.3.6.1.4.1.77.1.4.8.1.1
The name of the user who is logged on to this domain.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

domLogonMachine 1.3.6.1.4.1.77.1.4.8.1.2
The name of the machine from which the user logged on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)