SNMP Configuration and Management Manual
SCF Commands for the SNMP Agent
SNMP Configuration and Management Manual—424777-006
5-25
NAMES Command
NAMES Command
The NAMES command:
•
Lists the names of the objects in a NonStop agent configuration
•
Is a nonsensitive command
$agent-process
identifies the NonStop agent process whose defined objects you want to list. It
consists of a dollar sign ($) followed by one to five alphanumeric characters, the
first of which must be alphabetic.
SUB [ NONE | ALL | ONLY ]
selects the objects whose names are to be displayed:
Example: NAMES
The following example lists the names of all objects defined for NonStop agent process
$ZSNMP:
-> NAMES $ZSNMP
SNMP Names PROCESS \EAST.$ZSNMP
PROCESS
$ZSNMP
PROFILE
$ZSNMP.#DEFAULT $ZSNMP.#UBLAN
ENDPOINT
$ZSNMP.#DEFAULT
TRAPDEST
$ZSNMP.#TRAP
NAMES [ PROCESS ] $agent-process [, SUB [ NONE | ALL | ONLY ]
]
NONE returns the name of the NonStop agent process only.
ALL returns the names of the NonStop agent process and all of its
subordinate objects. This is the default.
ONLY returns the names of the objects subordinate to the NonStop agent
process, but not the NonStop agent process itself.