|
Packit Service |
9ccfef |
RFC1414-MIB DEFINITIONS ::= BEGIN
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
IMPORTS
|
|
Packit Service |
9ccfef |
OBJECT-TYPE
|
|
Packit Service |
9ccfef |
FROM RFC-1212
|
|
Packit Service |
9ccfef |
tcpConnLocalAddress, tcpConnLocalPort,
|
|
Packit Service |
9ccfef |
tcpConnRemAddress, tcpConnRemPort, mib-2
|
|
Packit Service |
9ccfef |
FROM RFC1213-MIB;
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
ident OBJECT IDENTIFIER ::= { mib-2 24 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- conformance groups
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
identInfo OBJECT IDENTIFIER ::= { ident 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- textual conventions
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- none
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- the ident information system group
|
|
Packit Service |
9ccfef |
--
|
|
Packit Service |
9ccfef |
-- implementation of this group is mandatory
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
identTable OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX SEQUENCE OF IdentEntry
|
|
Packit Service |
9ccfef |
ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS mandatory
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"A table containing user information for TCP
|
|
Packit Service |
9ccfef |
connections.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
Note that this table contains entries for all TCP
|
|
Packit Service |
9ccfef |
connections on a managed system. The
|
|
Packit Service |
9ccfef |
corresponding instance of tcpConnState (defined in
|
|
Packit Service |
9ccfef |
MIB-II) indicates the state of a particular
|
|
Packit Service |
9ccfef |
connection."
|
|
Packit Service |
9ccfef |
::= { identInfo 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
identEntry OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX IdentEntry
|
|
Packit Service |
9ccfef |
ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS mandatory
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"User information about a particular TCP
|
|
Packit Service |
9ccfef |
connection."
|
|
Packit Service |
9ccfef |
INDEX { tcpConnLocalAddress, tcpConnLocalPort,
|
|
Packit Service |
9ccfef |
tcpConnRemAddress, tcpConnRemPort }
|
|
Packit Service |
9ccfef |
::= { identTable 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
IdentEntry ::=
|
|
Packit Service |
9ccfef |
SEQUENCE {
|
|
Packit Service |
9ccfef |
identStatus INTEGER,
|
|
Packit Service |
9ccfef |
identOpSys OCTET STRING,
|
|
Packit Service |
9ccfef |
identCharset OCTET STRING,
|
|
Packit Service |
9ccfef |
identUserid OCTET STRING,
|
|
Packit Service |
9ccfef |
identMisc OCTET STRING
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
identStatus OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER {
|
|
Packit Service |
9ccfef |
noError(1),
|
|
Packit Service |
9ccfef |
unknownError(2)
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS mandatory
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Indicates whether user information for the
|
|
Packit Service |
9ccfef |
associated TCP connection can be determined. A
|
|
Packit Service |
9ccfef |
value of `noError(1)' indicates that user
|
|
Packit Service |
9ccfef |
information is available. A value of
|
|
Packit Service |
9ccfef |
`unknownError(2)' indicates that user information
|
|
Packit Service |
9ccfef |
is not available."
|
|
Packit Service |
9ccfef |
::= { identEntry 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
identOpSys OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX OCTET STRING (SIZE(0..40))
|
|
Packit Service |
9ccfef |
ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS mandatory
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Indicates the type of operating system in use.
|
|
Packit Service |
9ccfef |
In addition to identifying an operating system,
|
|
Packit Service |
9ccfef |
each assignment made for this purpose also
|
|
Packit Service |
9ccfef |
(implicitly) identifies the textual format and
|
|
Packit Service |
9ccfef |
maximum size of the corresponding identUserid and
|
|
Packit Service |
9ccfef |
identMisc objects.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
The legal values for the `indentOpSys' strings
|
|
Packit Service |
9ccfef |
are those listed in the SYSTEM NAMES section of
|
|
Packit Service |
9ccfef |
the most recent edition of the ASSIGNED NUMBERS
|
|
Packit Service |
9ccfef |
RFC [8]."
|
|
Packit Service |
9ccfef |
::= { identEntry 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
identCharset OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX OCTET STRING (SIZE(0..40))
|
|
Packit Service |
9ccfef |
ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS mandatory
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Indicates the repertoire of the corresponding
|
|
Packit Service |
9ccfef |
identUserid and identMisc objects.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
The legal values for the `identCharset' strings
|
|
Packit Service |
9ccfef |
are those listed in the CHARACTER SET section of
|
|
Packit Service |
9ccfef |
the most recent edition of the ASSIGNED NUMBERS
|
|
Packit Service |
9ccfef |
RFC [8]."
|
|
Packit Service |
9ccfef |
::= { identEntry 3 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
identUserid OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX OCTET STRING (SIZE (0..255))
|
|
Packit Service |
9ccfef |
ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS mandatory
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Indicates the user's identity. Interpretation of
|
|
Packit Service |
9ccfef |
this object requires examination of the
|
|
Packit Service |
9ccfef |
corresponding value of the identOpSys and
|
|
Packit Service |
9ccfef |
identCharset objects."
|
|
Packit Service |
9ccfef |
::= { identEntry 4 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
identMisc OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX OCTET STRING (SIZE (0..255))
|
|
Packit Service |
9ccfef |
ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS mandatory
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Indicates miscellaneous information about the
|
|
Packit Service |
9ccfef |
user. Interpretation of this object requires
|
|
Packit Service |
9ccfef |
examination of the corresponding value of the
|
|
Packit Service |
9ccfef |
identOpSys and identCharset objects."
|
|
Packit Service |
9ccfef |
::= { identEntry 5 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
END
|