RFC1414-MIB

File: RFC1414-MIB.mib (4151 bytes)

Imported modules

RFC-1212 RFC1213-MIB

Imported symbols

OBJECT-TYPE mib-2 tcpConnLocalAddress
tcpConnLocalPort tcpConnRemAddress tcpConnRemPort

Defined Types

IdentEntry  
SEQUENCE    
  identStatus INTEGER
  identOpSys OCTET STRING
  identCharset OCTET STRING
  identUserid OCTET STRING
  identMisc OCTET STRING

Defined Values

ident 1.3.6.1.2.1.24
OBJECT IDENTIFIER    

identInfo 1.3.6.1.2.1.24.1
OBJECT IDENTIFIER    

identTable 1.3.6.1.2.1.24.1.1
A table containing user information for TCP connections. Note that this table contains entries for all TCP connections on a managed system. The corresponding instance of tcpConnState (defined in MIB-II) indicates the state of a particular connection.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IdentEntry

identEntry 1.3.6.1.2.1.24.1.1.1
User information about a particular TCP connection.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IdentEntry  

identStatus 1.3.6.1.2.1.24.1.1.1.1
Indicates whether user information for the associated TCP connection can be determined. A value of `noError(1)' indicates that user information is available. A value of `unknownError(2)' indicates that user information is not available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noError(1), unknownError(2)  

identOpSys 1.3.6.1.2.1.24.1.1.1.2
Indicates the type of operating system in use. In addition to identifying an operating system, each assignment made for this purpose also (implicitly) identifies the textual format and maximum size of the corresponding identUserid and identMisc objects. The legal values for the `indentOpSys' strings are those listed in the SYSTEM NAMES section of the most recent edition of the ASSIGNED NUMBERS RFC [8].
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..40)  

identCharset 1.3.6.1.2.1.24.1.1.1.3
Indicates the repertoire of the corresponding identUserid and identMisc objects. The legal values for the `identCharset' strings are those listed in the CHARACTER SET section of the most recent edition of the ASSIGNED NUMBERS RFC [8].
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..40)  

identUserid 1.3.6.1.2.1.24.1.1.1.4
Indicates the user's identity. Interpretation of this object requires examination of the corresponding value of the identOpSys and identCharset objects.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

identMisc 1.3.6.1.2.1.24.1.1.1.5
Indicates miscellaneous information about the user. Interpretation of this object requires examination of the corresponding value of the identOpSys and identCharset objects.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)