|
|
Description:
|
agentOptions OBJECT-TYPE
SYNTAX BIT STRING {
v3ReportsOn(0),
xediaSpecificErrors(1),
suppressTrapsForUserInitial(2),
suppressTrapsForTimeliness(3),
displaySecretKeys(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object controls how the agent will behave, according
to which flags are enable:
v3ReportsOn - allows the transmission of normal SNMPv3
reports when set. If this bit is NOT set, no reports
will be generated.
xediaSpecificErrors- allows the use of Xedia Specific
error counters for SNMPv1/v2/v3 when applicable. This
also results in the transmission of more specific v3
error reports as defined by Xedia.
If this bit is not set, a mapping will be made to less
specific SNMPv1/v2/v3 statistics and SNMPv3 reports.
Typically, these errors include community/user access
level, pdu level counters, that will be remapped to
SNMP version specific bad 'community/name' error indicators.
suppressTrapsForUserInitial - allows the suppression of
authentication failure traps and events for the user name
'initial'. This name may be used as part of the EngineID
discovery process as described in rfc274.
suppressTrapsForTimeliness - allows the suppression of
authentication failure traps and events Time Synchronization.
displaySecretKeys - allows the retrieval of the Authentication
and Privacy Keys to the super user. Normally, viewing the
keys results in a NULL string."
-- DEFVAL { {v3ReportsOn} }
|
|
|
|