#!/bin/sh # # test snmpv2c get support by reading a variable # . ../eval_tools.sh HEADER for failure of SNMPv2c get against SNMPv1 agent # # Begin test # # standard V2C configuration: testcomunnity . ./Sv1config STARTAGENT CAPTURE "snmpget $SNMP_FLAGS -v 2c localhost notavalidcommunity system.sysUpTime.0" STOPAGENT CHECK "Timeout" FINISHED