Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / testing / tests / T022snmpv3getMD5
1 #!/bin/sh
2
3 . ../eval_tools.sh
4
5 HEADER SNMPv3 get using initial/MD5 of .1.3.6.1.2.1.1.3.0
6
7 #
8 # Begin test
9 #
10
11 # standard V3 configuration for initial user
12 . ./Sv3config
13
14 STARTAGENT
15
16 CAPTURE "snmpget -On $SNMP_FLAGS -v 3 -a MD5 -A initial_test_pass_auth -l anp -u initial udp:localhost:$SNMP_SNMPD_PORT .1.3.6.1.2.1.1.3.0"
17
18 STOPAGENT
19
20 CHECK ".1.3.6.1.2.1.1.3.0 = Timeticks:"
21
22 FINISHED