Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / testing / tests / T018snmpv1tov2cgetfail
1 #!/bin/sh
2
3 . ../eval_tools.sh
4
5 HEADER for failure of SNMPv1 get against SNMPv2c agent
6
7 #
8 # Begin test
9 #
10
11 # standard V2C configuration: testcomunnity
12 . ./Sv2cconfig
13
14 STARTAGENT
15
16 CAPTURE "snmpget -On $SNMP_FLAGS -c notavalidcommunity -v 1 udp:localhost:$SNMP_SNMPD_PORT .1.3.6.1.2.1.1.3.0"
17
18 STOPAGENT
19
20 CHECK "Timeout"
21
22 FINISHED