and added files
[bcm963xx.git] / userapps / opensource / net-snmp / testing / tests / T052snmpv2cinform
1 #!/bin/sh
2
3 . ../eval_tools.sh
4
5 HEADER SNMPv2c informs received and sent by tools
6
7 #
8 # Begin test
9 #
10
11 STARTTRAPD
12
13 CAPTURE "snmptrap -Ci -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 "Received"
18
19 FINISHED