This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 357 lines
!!ndsProtoIfOpsTable
ndsProtoIfOpsTable - Provides summary statistics on the accesses, operations and errors for each protocol interface of a eDirectory Server.
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]
{{{
--- ndsProtoIfOpsTable - Provides summary statistics on the accesses,
--- operations and errors for each protocol interface of a eDirectory Server.
ndsProtoIfOpsTable OBJECT-TYPE
SYNTAX SEQUENCE OF NdsProtoIfOpsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
" The table holding information related to the eDirectory Server
operations."
::= {ndsProtocolStatistics 1}
ndsProtoIfOpsEntry OBJECT-TYPE
SYNTAX NdsProtoIfOpsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
" Entry containing operations related statistics for a eDirectory
Server."
INDEX { ndsProtoIfSrvApplIndex, ndsProtoIfIndex }
::= {ndsProtoIfOpsTable 1}
NdsProtoIfOpsEntry ::= SEQUENCE {
ndsProtoIfSrvApplIndex
INTEGER,
ndsProtoIfIndex
INTEGER,
ndsProtoIfDescription
UTF8String,
-- Bindings
ndsProtoIfUnauthBinds
Counter,
ndsProtoIfSimpleAuthBinds
Counter,
ndsProtoIfStrongAuthBinds
Counter,
ndsProtoIfBindSecurityErrors
Counter,
-- In-coming operations
ndsProtoIfInOps
Counter,
ndsProtoIfReadOps
Counter,
ndsProtoIfCompareOps
Counter,
ndsProtoIfAddEntryOps
Counter,
ndsProtoIfRemoveEntryOps
Counter,
ndsProtoIfModifyEntryOps
Counter,
ndsProtoIfModifyRDNOps
Counter,
ndsProtoIfListOps
Counter,
ndsProtoIfSearchOps
Counter,
ndsProtoIfOneLevelSearchOps
Counter,
ndsProtoIfWholeSubtreeSearchOps
Counter,
ndsProtoIfExtendedOps
Counter,
-- Out going operations
ndsProtoIfReferrals
Counter,
ndsProtoIfChainings
Counter,
-- Errors
ndsProtoIfSecurityErrors
Counter,
ndsProtoIfErrors
Counter,
-- replications
ndsProtoIfReplicationUpdatesIn
Counter,
ndsProtoIfReplicationUpdatesOut
Counter,
-- Traffic Volume
ndsProtoIfInBytes
Counter,
ndsProtoIfOutBytes
Counter
}
-- LDAP implement "Read" and "List" operations
-- indirectly via the "search" operation; the following
-- counters will be inaccessible for the LDAP interfaces of
-- eDirectory Servers: ndsProtoIfReadOps, ndsProtoIfListOps
--
ndsProtoIfSrvApplIndex OBJECT-TYPE
SYNTAX INTEGER (1..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"An index to uniquely identify eDirectory Server Application. "
::= {ndsProtoIfOpsEntry 1}
ndsProtoIfIndex OBJECT-TYPE
SYNTAX INTEGER (1..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"An index to uniquely identify an entry corresponding to a
eDirectory Server protocol interface. "
::= {ndsProtoIfOpsEntry 2}
ndsProtoIfDescription OBJECT-TYPE
SYNTAX UTF8String
ACCESS read-only
STATUS mandatory
DESCRIPTION
" The information on port that being used by the DS protocol
interface."
::= {ndsProtoIfOpsEntry 3}
ndsProtoIfUnauthBinds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of unauthenticated/anonymous bind requests received."
::= {ndsProtoIfOpsEntry 4}
ndsProtoIfSimpleAuthBinds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of bind requests that were authenticated
using simple authentication procedures where password
is send over the wire in encrypted or clear text format."
::= {ndsProtoIfOpsEntry 5}
ndsProtoIfStrongAuthBinds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of bind requests that were authenticated using SASL and
X.500 strong authentication procedures. This includes the binds
that were authenticated using external authentication procedures."
::= {ndsProtoIfOpsEntry 6}
ndsProtoIfBindSecurityErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of bind requests that have been rejected due to
inappropriate authentication or invalid credentials."
::= {ndsProtoIfOpsEntry 7}
ndsProtoIfInOps OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of requests received from DUAs or other eDirectory Servers."
::= {ndsProtoIfOpsEntry 8}
ndsProtoIfReadOps OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of read requests received."
::= {ndsProtoIfOpsEntry 9}
ndsProtoIfCompareOps OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of compare requests received."
::= {ndsProtoIfOpsEntry 10}
ndsProtoIfAddEntryOps OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of addEntry requests received."
::= {ndsProtoIfOpsEntry 11}
ndsProtoIfRemoveEntryOps OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of removeEntry requests received."
::= {ndsProtoIfOpsEntry 12}
ndsProtoIfModifyEntryOps OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of modifyEntry requests received."
::= {ndsProtoIfOpsEntry 13}
ndsProtoIfModifyRDNOps OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of modifyRDN requests received."
::= {ndsProtoIfOpsEntry 14}
ndsProtoIfListOps OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of list requests received."
::= {ndsProtoIfOpsEntry 15}
ndsProtoIfSearchOps OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of search requests- baseObject searches,
oneLevel searches and whole subtree searches,
received."
::= {ndsProtoIfOpsEntry 16}
ndsProtoIfOneLevelSearchOps OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of oneLevel search requests received."
::= {ndsProtoIfOpsEntry 17}
ndsProtoIfWholeSubtreeSearchOps OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of whole subtree search requests received."
::= {ndsProtoIfOpsEntry 18}
ndsProtoIfExtendedOps OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of Extended Operations."
::= {ndsProtoIfOpsEntry 19}
ndsProtoIfReferrals OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of referrals returned in response
to requests for operations."
::= {ndsProtoIfOpsEntry 20}
ndsProtoIfChainings OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of operations forwarded by this eDirectory Server
to other eDirectory Servers."
::= {ndsProtoIfOpsEntry 21}
ndsProtoIfSecurityErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of requests received
which did not meet the security requirements. "
::= {ndsProtoIfOpsEntry 22}
ndsProtoIfErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of requests that could not be serviced
due to errors other than security errors, and
referrals.
A partially serviced operation will not be counted
as an error.
The errors include naming-related, update-related,
attribute-related and service-related errors."
::= {ndsProtoIfOpsEntry 23}
-- Replication operations
ndsProtoIfReplicationUpdatesIn OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of replication updates fetched or received from eDirectory
Servers."
::= {ndsProtoIfOpsEntry 24}
ndsProtoIfReplicationUpdatesOut OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Number of replication updates sent to or taken by eDirectory
Servers."
::= {ndsProtoIfOpsEntry 25}
ndsProtoIfInBytes OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Incoming traffic, in bytes, on the interface.
This will include requests from DUAs as well
as responses from other eDirectory Servers."
::= {ndsProtoIfOpsEntry 26}
ndsProtoIfOutBytes OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Outgoing traffic in bytes on the interface.
This will include responses to DUAs and eDirectory
Servers as well as requests to other eDirectory Servers."
::= {ndsProtoIfOpsEntry 27}
}}}