#!/bin/sh . ../eval_tools.sh HEADER authentication failure traps are sent by snmpd SKIPIF DISABLE_SNMPV2C # # Begin test # # standard V1 configuration: testcomunnity . ./Sv1config # add in a v1 trap sink CONFIGAGENT trapsink localhost public $SNMP_SNMPTRAPD_PORT CONFIGAGENT authtrapenable 1 STARTTRAPD STARTAGENT # give the agent more time to start up. We only want to fire one # request (retries = 0) to make sure only one trap is sent. #DELAY CAPTURE "snmpget -On -r 0 -t 5 $SNMP_FLAGS -v 1 -c wrongcommunity $SNMP_TRANSPORT_SPEC:$SNMP_TEST_DEST$SNMP_SNMPD_PORT .1.3.6.1.2.1.1.3.0" STOPAGENT STOPTRAPD CHECKTRAPD "Authentication Failure Trap" FINISHED