|
|
Description:
|
hTrapDestAddrStatus OBJECT-TYPE
SYNTAX INTEGER {
active(1),
createAndGo(4),
destroy(6)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The status of the table entry denotes both action and current
states.
Set-requests can carry the action values createAndGo(4) and
destroy(6).
Get-request always yields the current value active(1).
In order for a management application to create an entry the
Set-request with hlpTrapDestAddrStatus(createAndGo) variable
binding must be sent to the agent. The instance ID part of the
status variable will indicate the desired ip-address.
In order for a management application to delete an entry the
Set-request with hlpTrapDestAddrStatus(destroy) variable
binding must be sent to the agent.
Upon creation, the entry moves into active(1) state and stays
in this state until deletion."
|
|
|
|