Printer FriendlyEmail Article Link

How do I set up an SNMP trap receiver on the eScout PM host?

Answer

1. log in server as "smartsys"
2. cd /spirent/metro/escout/scripts
3. modify the escoutCommonProperties.txt file as shown below:

Assumed Before:
SNMPTRAP_ADDRESS=udp:100.200.10.20/162
SNMPTRAP_COMMUNITY=public

Assumed After (adding udp:0.0.0.0/55123 and associated community string, public):
SNMPTRAP_ADDRESS=udp:100.200.10.20/162,udp:0.0.0.0/55123
SNMPTRAP_COMMUNITY=public,public

4. manually start the new trap receiver:

$ cd /spirent/metro/escout/scripts
$ nohup receiveSNMPUtils.sh udp:0.0.0.0/55123 &

5. Tail the log files for the new trap receiver

$ cd ../logs
$ ls –alt Trap*
$ tail –f TrapReceiver_udp_55123_0.log


Product : VW Controller PM Classic