SNMP Configuration and Management Manual

SCF Commands for the SNMP Agent
SNMP Configuration and Management Manual424777-006
5-17
ALTER TRAPDEST Command
ACCESS { READONLY | READWRITE }
specifies the level of authority of an associated community to retrieve and alter
network management information as follows:
Considerations: ALTER PROFILE
The PROFILE object must be in the STOPPED or DEFINED state before you can alter
it.
For PROFILE configuration restrictions, see Considerations: ADD PROFILE on
page 5-9.
Example: ALTER PROFILE
The following example inactivates, alters, and reactivates the #UBLAN entry in the
authentication table being used by NonStop agent process $ZSNMP:
-> ASSUME PROCESS $ZSNMP
-> STOP PROFILE #UBLAN
-> ALTER PROFILE #UBLAN, ACCESS READONLY
-> START PROFILE #UBLAN
ALTER TRAPDEST Command
Use the ALTER TRAPDEST command to change a trap destination definition.
[$agent-process.]#trapdest-name
identifies the trap destination definition being altered.
$agent-process
identifies the NonStop agent process to which the TRAPDEST object belongs.
It consists of a dollar sign ($) followed by one to five alphanumeric characters,
the first of which must be alphabetic.
READONLY The NonStop agent accepts Get and GetNext requests from
the associated community. Members of the community can
only retrieve information.
READWRITE The NonStop agent accepts Set, Get, and GetNext requests
from the associated community. Members of the community
can alter as well as retrieve information.
ALTER TRAPDEST [$agent-process.]#trapdest-name
[ , COMMUNITY "community-name" ]
[ , NETWORK [\node.]$tcpip-process ]
[ , HOSTADDR "ip-address"]