summaryrefslogtreecommitdiff
path: root/testing/fulltests/default/T021snmpv3getnext_simple
blob: 54c82d3ca6c7bb60af2762a464c106be7536399d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/sh

. ../support/simple_eval_tools.sh

HEADER SNMPv3 getnext using initial of .1.3.6.1.2.1.1.3

SKIPIFNOT USING_MIBII_SYSTEM_MIB_MODULE

#
# Begin test
#

# configure the agent to accept user initial with noAuthNoPriv
. ./Sv3config

STARTAGENT

CAPTURE "snmpgetnext -On $SNMP_FLAGS $NOAUTHTESTARGS $SNMP_TRANSPORT_SPEC:$SNMP_TEST_DEST$SNMP_SNMPD_PORT .1.3.6.1.2.1.1.3"

STOPAGENT

CHECK ".1.3.6.1.2.1.1.3.0 = Timeticks:"

FINISHED