SNMP Configuration and Management Manual

Trap Multiplexer Subagent/Manager
SNMP Configuration and Management Manual424777-006
12-50
Running the Application
Running the Application
You can optionally specify one or two startup parameters when you run the application:
application-name
is the name of the executable program.
collector-name
is the name of the EMS collector process to which the Trap Multiplexer is sending
trap events. If you do not specify a collector name, the primary EMS collector ($0)
on your current system is assumed.
filter-name
is the name of the file containing the EMS-compiled version of the filter shown in
Figure 12-4. If you do not specify a filter name, TMXFO in your current subvolume
is assumed.
The following command starts the application, which has been compiled into a file
named TMUXAX. The Trap Multiplexer is sending trap events to an alternate EMS
collector ($ACOL), and the EMS-compiled filter is in a file named MYFILTO:
run tmuxax -c $acol -f myfilto
Example 12-2 illustrates what the sample application displays when it receives an
event converted from a trap containing four varbinds.
RUN application-name [-c collector-name] [-f filter-name]