- #!/bin/sh
- . ../eval_tools.sh
- HEADER SNMPv2c getnext of system.sysUpTime
- SKIPIF DISABLE_SNMPV2C
- #
- # Begin test
- #
- # standard V2C configuration: testcomunnity
- . ./Sv2cconfig
- STARTAGENT
- CAPTURE "snmpgetnext -On $SNMP_FLAGS -c testcommunity -v 2c $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