Description:
|
tmsCommonMiscTrapTest OBJECT-TYPE
SYNTAX INTEGER {
noop(1),
coldstart(2),
linkdown(3),
linkup(4),
authentication(5),
tmsTestTrap(6)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object sends a specific SNMP Trap, as selected by the type,
to the SNMP manager(s) to verify proper operation of the Notify
Subsystem. Note that the specific SNMP Message Processing Model
(SNMP v1, v2c or v3) is specified using 'snmpTargetParamsMPModel'
in the 'snmpTargetParamsTable' in RFC2573 (Target MIB).
To distinguish the linkdown(3) and linkup(4) test traps from the
actual link down and up traps, both trap types use '0' for the
ifIndex value.
Note that tmsTestTrap(6) generates a 'tmsCommonSnmpV2TestTrap'.
A GET always returns the 'noop(1)' value."
|
|