blob: 73c7a23f98df405fe37be1e080253cd02b8c19a8 [file] [log] [blame]
#!/bin/sh
. ../support/simple_eval_tools.sh
HEADER snmpv2c traps are sent by snmpd without notification mib support
SKIPIFNOT USING_EXAMPLES_EXAMPLE_MODULE
#
# Begin test
#
# standard V1 configuration: testcommunity
. ./Sv3config
CONFIGAGENT trap2sink ${SNMP_TRANSPORT_SPEC}:${SNMP_TEST_DEST}${SNMP_SNMPTRAPD_PORT} public
CONFIGTRAPD authcommunity log public
CONFIGTRAPD agentxsocket /dev/null
STARTTRAPD
# initialize only the example mib, and not the notification mib stuff
AGENT_FLAGS="$AGENT_FLAGS -Dexample,header_generic,add_trap,mib_init,callback -I example,usmUser,usmConf,vacm_vars"
STARTAGENT
#DELAY
CAPTURE "snmpset -On -t 3 -r 0 $SNMP_FLAGS $AUTHTESTARGS $SNMP_TRANSPORT_SPEC:$SNMP_TEST_DEST$SNMP_SNMPD_PORT .1.3.6.1.4.1.2021.254.8.0 i 1"
STOPAGENT
STOPTRAPD
CHECKTRAPD "life the universe and everything"
FINISHED