Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / testing / tests / T051snmpv2ctrap
1 #!/bin/sh
2
3 . ../eval_tools.sh
4
5 HEADER SNMPv2c traps received and sent by tools
6
7 #
8 # Begin test
9 #
10
11 STARTTRAPD
12
13 CAPTURE "snmptrap -d -v 2c -c testcommunity udp:localhost:$SNMP_SNMPTRAPD_PORT 0 .1.3.6.1.6.3.1.1.5.1 system.sysContact.0 s blah"
14
15 STOPTRAPD
16
17 CHECKTRAPD "coldStart"
18
19 FINISHED