summaryrefslogtreecommitdiff
path: root/testing/fulltests/default/T020snmpv3get_simple
blob: 20b59e40e4502473237c0798900453a088514a86 (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 get using noAuthNoPriv of .1.3.6.1.2.1.1.3.0

SKIPIFNOT USING_MIBII_SYSTEM_MIB_MODULE

#
# Begin test
#

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

STARTAGENT

CAPTURE "snmpget -On $SNMP_FLAGS $NOAUTHTESTARGS $SNMP_TRANSPORT_SPEC:$SNMP_TEST_DEST$SNMP_SNMPD_PORT .1.3.6.1.2.1.1.3.0"

STOPAGENT

CHECK ".1.3.6.1.2.1.1.3.0 = Timeticks:"

FINISHED