Example
For the PUT Target setting in an output card, select SNMP. In the PUT > Target > Command field, enter:
PUT("SNMP","-T+ output.txt -XML -
PORT 162", PACKAGE(TrapInfo))
This command specifies the following:
- Appends trace information to output.txt.
- Receives input from type tree in XML format.
- Sends traps to SNMP managers connected to port 162.
- Sends the output from an output card named TrapInfo.