Table of contents
- 1. SNMP Traps
- 2. SNMP Flow
- 3. Enrich SNMP Trap
SNMP Traps
When SNMP flows can't be opened, two solutions :
- Sending, by the robot, of an alarm email, which will be parsed and transformed into SNMP Trap in the customer network format.
- Using the Alarm Routing Center:
The Alarm routing center can operate :
- routing of scenario generated alarms
- issue of alarms from Newtest components (Robots, NMC, Collector)
SNMP Flow
Test network link to SNMP receiver's IP with a telnet on port 162 (listener / SNMP manager) from your NMC server.
Enrich SNMP Trap
You can write the available system variables in our NTBR online help ("and run-time variables constant Global")
as
"$(SCENARIO_NAME)"
in the message trap to configure in the properties of each scenario at the alarm tab.Snmp traps sent by the robot already contain the name of the robot (OID sysname), the scenario name (OID almSce) and a message (OID almMsg).
Comments