BSDUNIX-MIB

File: BSDUNIX-MIB.mib (54527 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMPv2-PARTY-MIB RFC1213-MIB CLNS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE enterprises
Integer32 Gauge32 Counter32
IpAddress DisplayString AGENT-CAPABILITIES
partyEntry contextEntry ipRouteEntry
tcpConnEntry udpEntry clnpRouteEntry

Defined Types

ISODEContextEntry  
SEQUENCE    
  iSODEContextName DisplayString

ISODEPartyTestEntry  
SEQUENCE    
  iSODEPartyTestMode INTEGER

ISODETestEntry  
SEQUENCE    
  iSODETestIndex OCTET STRING
  iSODETestInteger INTEGER
  iSODETestString DisplayString

MbufEntry  
SEQUENCE    
  mbufType INTEGER 0..2147483647
  mbufAllocates Counter32
  mbufNewAllocates Gauge32

UnixTcpConnEntry  
SEQUENCE    
  unixTcpConnSendQ INTEGER 0..2147483647
  unixTcpConnRecvQ INTEGER 0..2147483647

UnixUdpEntry  
SEQUENCE    
  unixUdpRemAddress IpAddress
  unixUdpRemPort INTEGER 0..65535
  unixUdpSendQ INTEGER 0..2147483647
  unixUdpRecvQ INTEGER 0..2147483647

UnixIpRouteEntry  
SEQUENCE    
  unixIpRouteFlags INTEGER
  unixIpRouteRefCnt INTEGER 0..2147483647
  unixIpRouteUses Counter32

UnixClnpRouteEntry  
SEQUENCE    
  unixClnpRouteFlags INTEGER
  unixClnpRouteRefCnt INTEGER 0..2147483647
  unixClnpRouteUses Counter32

PrintQEntry  
SEQUENCE    
  printQName DisplayString
  printQStatus INTEGER 0..2147483647
  printQDisplay DisplayString
  printQAction INTEGER
  printQEntries Counter32
  printQNewEntries Gauge32

PrintJEntry  
SEQUENCE    
  printJRank INTEGER 0..2147483647
  printJName DisplayString
  printJOwner DisplayString
  printJDescription DisplayString
  printJSize INTEGER 0..2147483647
  printJAction INTEGER

UserEntry  
SEQUENCE    
  userName DisplayString
  userPasswd DisplayString
  userID Integer32
  userGroup DisplayString
  userQuota Integer32
  userComment DisplayString
  userFullName DisplayString
  userHome DisplayString
  userShell DisplayString
  userStatus INTEGER

GroupEntry  
SEQUENCE    
  groupName DisplayString
  groupPasswd DisplayString
  groupID Integer32
  groupStatus INTEGER

GrUserEntry  
SEQUENCE    
  grUserStatus INTEGER

GrNewUserEntry  
SEQUENCE    
  grNewUserStatus INTEGER

FsTableEntry  
SEQUENCE    
  fsIdentifier Integer32
  fsName DisplayString
  fsMountPoint DisplayString
  fsMountType DisplayString
  fsMountOptions DisplayString
  fsBlockSize INTEGER 0..2147483647
  fsBlockCount INTEGER 0..2147483647
  fsBlocksFree INTEGER 0..2147483647
  fsBlocksAvailable INTEGER 0..2147483647
  fsInodeCount INTEGER 0..2147483647
  fsInodesAvailable INTEGER 0..2147483647

Defined Values

unix 1.3.6.1.4.1.4
The MIB module for 4BSD/ISODE entities.
MODULE-IDENTITY    

agents 1.3.6.1.4.1.4.1
OBJECT IDENTIFIER    

fourBSDisode 1.3.6.1.4.1.4.1.2
OBJECT IDENTIFIER    

agentAction 1.3.6.1.4.1.4.1.3
A control variable used to trigger an action by the agent. When read, this variable always returns the value other(1). When set, this variable causes the agent to undertake the indicated action: coldStart - initiate a coldStart (restart the agent) dumpPartyDB - force dump of party database terminate - terminate the agent warmStart - send a warmStart trap to all managers debugOn - turns on debugging in the agent debugOff - turns off debugging in the agent
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), coldStart(2), dumpPartyDB(3), terminate(4), warmStart(5), debugOn(6), debugOff(7)  

iSODEContextTable 1.3.6.1.4.1.4.1.4
Extensions to the ContextTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ISODEContextEntry

iSODEContextEntry 1.3.6.1.4.1.4.1.4.1
Extensions held about a particular SNMPv2 context.
Status: current Access: not-accessible
OBJECT-TYPE    
  ISODEContextEntry  

iSODEContextName 1.3.6.1.4.1.4.1.4.1.1
A locally-assigned, textual name, for the context.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..255)  

iSODEPartyTestTable 1.3.6.1.4.1.4.1.5
Extensions to the PartyTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ISODEPartyTestEntry

iSODEPartyTestEntry 1.3.6.1.4.1.4.1.5.1
Extensions held about a particular SNMPv2 Party.
Status: current Access: not-accessible
OBJECT-TYPE    
  ISODEPartyTestEntry  

iSODEPartyTestMode 1.3.6.1.4.1.4.1.5.1.1
The test-mode for a party.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), lexiBroken(1), cellMissing(2), newRow(3), longRow(4), wrongTag(5), notMinLen(6), tooSmallInt(7), tooBigInt(8), notAnEnum(9), nonAscii(10), notCrNullOrLf(11), conString(12), tooSmallStr(13), tooBigStr(14), indfLen(15), sendResponse(16), readOnly(17), varVarBinds(18), varNameBinds(19), varValueBinds(20), berLesUdp(21), udpLesBer(22), sendGet(23), sendNext(24), sendSet(25), sendXxx(26), bigCounter(27), rollCounter(28), bigGauge(29), tooBig(30)  

iSODETestTable 1.3.6.1.4.1.4.1.6
Used for testing management stations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ISODETestEntry

iSODETestEntry 1.3.6.1.4.1.4.1.6.1
Used for testing management stations.
Status: current Access: not-accessible
OBJECT-TYPE    
  ISODETestEntry  

iSODETestIndex 1.3.6.1.4.1.4.1.6.1.1
Used for testing management stations.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

iSODETestInteger 1.3.6.1.4.1.4.1.6.1.2
Used for testing management stations.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..1  

iSODETestString 1.3.6.1.4.1.4.1.6.1.3
Used for testing management stations.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString 1..2  

mbuf 1.3.6.1.4.1.4.2
OBJECT IDENTIFIER    

mbufs 1.3.6.1.4.1.4.2.1
The number of mbufs allocated from the page pool.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mbufClusters 1.3.6.1.4.1.4.2.2
The number of clusters allocated from the page pool.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Counter32  

mbufFreeClusters 1.3.6.1.4.1.4.2.3
The number of clusters allocated but not in use.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Counter32  

mbufDrops 1.3.6.1.4.1.4.2.4
The number of requests for mbufs which failed due to lack of space.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mbufWaits 1.3.6.1.4.1.4.2.5
The number of requests for mbufs which resulted in a wait.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mbufDrains 1.3.6.1.4.1.4.2.6
The number of times protocols were drained for space.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mbufFrees 1.3.6.1.4.1.4.2.7
The number of mbufs allocated but not in use.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mbufTable 1.3.6.1.4.1.4.2.8
The mbuf type table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MbufEntry

mbufEntry 1.3.6.1.4.1.4.2.8.1
An entry in the mbuf type table.
Status: current Access: not-accessible
OBJECT-TYPE    
  MbufEntry  

mbufType 1.3.6.1.4.1.4.2.8.1.1
The type of mbuf in use.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

mbufAllocates 1.3.6.1.4.1.4.2.8.1.2
The number of mbufs of this type in use.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Counter32  

mbufNewAllocates 1.3.6.1.4.1.4.2.8.1.3
The number of mbufs of this type in use.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

mbufSpaces 1.3.6.1.4.1.4.2.9
The number of interface pages obtained from the page pool.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Counter32  

mbufNewClusters 1.3.6.1.4.1.4.2.10
The number of clusters allocated from the page pool.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

mbufNewFreeClusters 1.3.6.1.4.1.4.2.11
The number of clusters allocated but not in use.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

mbufNewSpaces 1.3.6.1.4.1.4.2.12
The number of interface pages obtained from the page pool.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

peers 1.3.6.1.4.1.4.3
OBJECT IDENTIFIER    

fourBSDunixd 1.3.6.1.4.1.4.3.1
OBJECT IDENTIFIER    

fourBSDsendmail 1.3.6.1.4.1.4.3.2
OBJECT IDENTIFIER    

fourSVR4unixd 1.3.6.1.4.1.4.3.3
OBJECT IDENTIFIER    

netstat 1.3.6.1.4.1.4.5
OBJECT IDENTIFIER    

unixNetstat 1.3.6.1.4.1.4.5.1
Indicates whether the agent supports a UNIX-like network MIB.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

unixTcpConnTable 1.3.6.1.4.1.4.5.2
The TCP socket table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UnixTcpConnEntry

unixTcpConnEntry 1.3.6.1.4.1.4.5.2.1
An entry in the TCP socket table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UnixTcpConnEntry  

unixTcpConnSendQ 1.3.6.1.4.1.4.5.2.1.1
The number of octets queued for sending on this TCP socket.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

unixTcpConnRecvQ 1.3.6.1.4.1.4.5.2.1.2
The number of octets queued for reading from this TCP socket.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

unixUdpTable 1.3.6.1.4.1.4.5.3
The UDP socket table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UnixUdpEntry

unixUdpEntry 1.3.6.1.4.1.4.5.3.1
An entry in the UDP socket table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UnixUdpEntry  

unixUdpRemAddress 1.3.6.1.4.1.4.5.3.1.1
The remote IP address bound to this UDP socket. If no binding has occurred, the value 0.0.0.0 is used.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

unixUdpRemPort 1.3.6.1.4.1.4.5.3.1.2
The remote UDP port bound to this UDP socket. If no binding has occurred, the value 0 is used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

unixUdpSendQ 1.3.6.1.4.1.4.5.3.1.3
The number of octets queued for writing to this UDP socket.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

unixUdpRecvQ 1.3.6.1.4.1.4.5.3.1.4
The number of octets queued for reading from this UDP socket.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

unixIpRoutingTable 1.3.6.1.4.1.4.5.4
The additional IP routing table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UnixIpRouteEntry

unixIpRouteEntry 1.3.6.1.4.1.4.5.4.1
An entry in the additional IP routing table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UnixIpRouteEntry  

unixIpRouteFlags 1.3.6.1.4.1.4.5.4.1.1
A value associated with the IP routing entry. The value is a sum. This sum initial takes the value zero. Then, for each flag, F, in the range 1 through N, that this IP routing entry has TRUE, 2 raised to (F - 1) is added to the sum. flag status ---- ------ 1 route useable 2 destination is a gateway 3 host entry 4 re-instate route after timeout 5 created dynamically (by redirect) Other values of flag are reserved for future definition.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65536  

unixIpRouteRefCnt 1.3.6.1.4.1.4.5.4.1.2
The number of sockets using this IP routing entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

unixIpRouteUses 1.3.6.1.4.1.4.5.4.1.3
The number of times this IP routing entry has been used.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

unixRouteBadRedirects 1.3.6.1.4.1.4.5.5
The number of bogus routing redirects.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

unixRouteCreatedByRedirects 1.3.6.1.4.1.4.5.6
The number of routing entries created by redirects.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

unixRouteModifiedByRedirects 1.3.6.1.4.1.4.5.7
The number of routing entries modified by redirects.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

unixRouteLookupFails 1.3.6.1.4.1.4.5.8
The number of times a routing entry couldn't be found for a destination.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

unixRouteWildcardUses 1.3.6.1.4.1.4.5.9
The number of times the `wildcard' routing entry was used.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

unixClnpRoutingTable 1.3.6.1.4.1.4.5.10
The additional CLNP routing table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UnixClnpRouteEntry

unixClnpRouteEntry 1.3.6.1.4.1.4.5.10.1
An entry in the additional CLNP routing table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UnixClnpRouteEntry  

unixClnpRouteFlags 1.3.6.1.4.1.4.5.10.1.1
A value associated with the CLNP routing entry. The value is a sum. This sum initial takes the value zero. Then, for each flag, F, in the range 1 through N, that this CLNP routing entry has TRUE, 2 raised to (F - 1) is added to the sum. flag status ---- ------ 1 route useable 2 destination is a gateway 3 host entry 4 re-instate route after timeout 5 created dynamically (by redirect) Other values of flag are reserved for future definition.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65536  

unixClnpRouteRefCnt 1.3.6.1.4.1.4.5.10.1.2
The number of sockets using this IP routing entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

unixClnpRouteUses 1.3.6.1.4.1.4.5.10.1.3
The number of times this IP routing entry has been used.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

print 1.3.6.1.4.1.4.6
OBJECT IDENTIFIER    

printQTable 1.3.6.1.4.1.4.6.1
The printer queue table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrintQEntry

printQEntry 1.3.6.1.4.1.4.6.1.1
An entry for a queue in the printer table.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrintQEntry  

printQName 1.3.6.1.4.1.4.6.1.1.1
The name of a queue in the printer table.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

printQStatus 1.3.6.1.4.1.4.6.1.1.2
A value which indicates the current status of a queue in the printer table. The value is a sum. This sum initially takes the value zero. Then, for each flag, F, in the range 1 through N, that this queue has TRUE, 2 raised to (F - 1) is added to the sum. flag status ---- ------ 1 queuing is enabled 2 printing is enabled 3 daemon is present Other values of flag are reserved for future definition.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

printQDisplay 1.3.6.1.4.1.4.6.1.1.3
A string indicating the current status of the queue.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

printQAction 1.3.6.1.4.1.4.6.1.1.5
A control variable used to trigger an action on a queue in the printer table. When read, this variable always returns the most recent value that it was previously set to. If it has not been set since the last initialization of the network management subsystem on the node, it returns a value of `other'. When set, this variable causes the queue to undertake the indicated action: abort - terminate the current job printing in the queue and disable printing other jobs clean - remove incomplete jobs from the queue enable - enable spooling on the queue disable - disable spooling on the queue restart - restart printing from the queue start - start printing from the queue stop - stop printing from the queue after the current job completes printing
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), abort(2), clean(3), enable(4), disable(5), restart(6), start(7), stop(8)  

printQEntries 1.3.6.1.4.1.4.6.1.1.6
The number of jobs currently in the queue, including the current job printing (if any).
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Counter32  

printQNewEntries 1.3.6.1.4.1.4.6.1.1.7
The number of jobs currently in the queue, including the current job printing (if any).
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

printJTable 1.3.6.1.4.1.4.6.2
The printer job table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrintJEntry

printJEntry 1.3.6.1.4.1.4.6.2.1
An entry for a job in a printer queue.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrintJEntry  

printJRank 1.3.6.1.4.1.4.6.2.1.1
The rank of this job currently in the queue. A value of zero indicates that the job is currently printing, a value of one indicates that it is next to print, etc.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

printJName 1.3.6.1.4.1.4.6.2.1.2
The name of a job in the printer queue.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

printJOwner 1.3.6.1.4.1.4.6.2.1.3
A string indicating the owner of this job.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

printJDescription 1.3.6.1.4.1.4.6.2.1.4
A string describing the contents of this job.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

printJSize 1.3.6.1.4.1.4.6.2.1.5
The size of job in octets.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

printJAction 1.3.6.1.4.1.4.6.2.1.6
A control variable used to trigger an action on a job in a printer queue. When read, this variable always returns the most recent value that it was previously set to. If it has not been set since the last initialization of the network management subsystem on the node, it returns a value of `other'. When set, this variable causes the queue to undertake the indicated action: topq - place this job at the front of the queue, after any job which is currently printing remove - remove this job from the queue
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), topq(2), remove(3)  

users 1.3.6.1.4.1.4.7
OBJECT IDENTIFIER    

userTable 1.3.6.1.4.1.4.7.1
The users table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UserEntry

userEntry 1.3.6.1.4.1.4.7.1.1
An entry in the users table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UserEntry  

userName 1.3.6.1.4.1.4.7.1.1.1
The name of this user.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

userPasswd 1.3.6.1.4.1.4.7.1.1.2
The encrypted password string for this user. This variable is usually unavailable for reading.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

userID 1.3.6.1.4.1.4.7.1.1.3
The user's ID in the system.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

userGroup 1.3.6.1.4.1.4.7.1.1.4
The user's group ID in the system.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

userQuota 1.3.6.1.4.1.4.7.1.1.5
The user's quota.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

userComment 1.3.6.1.4.1.4.7.1.1.6
A string describing the user.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

userFullName 1.3.6.1.4.1.4.7.1.1.7
A string giving the user's full name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

userHome 1.3.6.1.4.1.4.7.1.1.8
The user's home directory.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

userShell 1.3.6.1.4.1.4.7.1.1.9
The user's shell.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

userStatus 1.3.6.1.4.1.4.7.1.1.10
The type of user. Setting this object to the value invalid(2) has the effect of invaliding the corresponding entry in the userTable. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that correspond to entries not currently in use. Proper interpretation of such entries requires examination of the relative userStatus object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2)  

groupTable 1.3.6.1.4.1.4.7.2
The group table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GroupEntry

groupEntry 1.3.6.1.4.1.4.7.2.1
An entry in the group table.
Status: current Access: not-accessible
OBJECT-TYPE    
  GroupEntry  

groupName 1.3.6.1.4.1.4.7.2.1.1
The name of this group.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

groupPasswd 1.3.6.1.4.1.4.7.2.1.2
The encrypted password string for this group. This variable is usually unavailable for reading.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

groupID 1.3.6.1.4.1.4.7.2.1.3
The group's ID in the system.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

groupStatus 1.3.6.1.4.1.4.7.2.1.4
The type of group. Setting this object to the value invalid(2) has the effect of invaliding the corresponding entry in the groupTable. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that correspond to entries not currently in use. Proper interpretation of such entries requires examination of the relative groupStatus object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2)  

grUserTable 1.3.6.1.4.1.4.7.3
(former) group/user table.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GrUserEntry

grUserEntry 1.3.6.1.4.1.4.7.3.1
An entry in the group/user table.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  GrUserEntry  

grUserStatus 1.3.6.1.4.1.4.7.3.1.1
The type of relationship between a user and a group.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  INTEGER other(1), invalid(2)  

grUserZero 1.3.6.1.4.1.4.7.4
(former) moby hack.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..0  

grNewUserTable 1.3.6.1.4.1.4.7.5
The group/user table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GrNewUserEntry

grNewUserEntry 1.3.6.1.4.1.4.7.5.1
An entry in the group/user table.
Status: current Access: not-accessible
OBJECT-TYPE    
  GrNewUserEntry  

grNewUserStatus 1.3.6.1.4.1.4.7.5.1.1
The type of relationship between a user and a group. Setting this object to the value invalid(2) has the effect of invaliding the corresponding entry in the grUserTable. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that correspond to entries not currently in use. Proper interpretation of such entries requires examination of the relative grUserStatus object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2)  

unixFs 1.3.6.1.4.1.4.8
OBJECT IDENTIFIER    

fsTable 1.3.6.1.4.1.4.8.1
The file system table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FsTableEntry

fsTableEntry 1.3.6.1.4.1.4.8.1.1
A row in the file system table
Status: current Access: not-accessible
OBJECT-TYPE    
  FsTableEntry  

fsIdentifier 1.3.6.1.4.1.4.8.1.1.1
A system-dependent unique identifier.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

fsName 1.3.6.1.4.1.4.8.1.1.2
The name of the file system (device).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fsMountPoint 1.3.6.1.4.1.4.8.1.1.3
Mount point for the file system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fsMountType 1.3.6.1.4.1.4.8.1.1.4
The type of the mounted file system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fsMountOptions 1.3.6.1.4.1.4.8.1.1.5
File system specific options.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fsBlockSize 1.3.6.1.4.1.4.8.1.1.6
Block size for this file system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

fsBlockCount 1.3.6.1.4.1.4.8.1.1.7
Total number on blocks in file system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

fsBlocksFree 1.3.6.1.4.1.4.8.1.1.8
Total number of blocks free in file system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

fsBlocksAvailable 1.3.6.1.4.1.4.8.1.1.9
Number of blocks available to non-privileged users.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

fsInodeCount 1.3.6.1.4.1.4.8.1.1.10
Total number of i-nodes on this file system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

fsInodesAvailable 1.3.6.1.4.1.4.8.1.1.11
Number of i-nodes available on file system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

fourBSDisodeAgent 1.3.6.1.4.1.4.1.2.9.6
4BSD/ISODE SNMPv2
Status: current Access: not-implemented
AGENT-CAPABILITIES    

fourBSDunixdPeer 1.3.6.1.4.1.4.3.1.4
unixd
Status: current Access: not-implemented
AGENT-CAPABILITIES    

fourBSDsendmailPeer 1.3.6.1.4.1.4.3.2.1
sendmail
Status: current Access: not-implemented
AGENT-CAPABILITIES