T017snmpv2ctov1getfail
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:0k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. #!/bin/sh
  2. #
  3. # test snmpv2c get support by reading a variable
  4. #
  5. . ../eval_tools.sh
  6. HEADER for failure of SNMPv2c get against SNMPv1 agent
  7. SKIPIF DISABLE_SNMPV2C
  8. SKIPIF DISABLE_SNMPV1
  9. #
  10. # Begin test
  11. #
  12. # standard V2C configuration: testcomunnity
  13. . ./Sv1config
  14. STARTAGENT
  15. CAPTURE "snmpget -On $SNMP_FLAGS -c notavalidcommunity -v 2c $SNMP_TRANSPORT_SPEC:$SNMP_TEST_DEST$SNMP_SNMPD_PORT .1.3.6.1.2.1.1.3.0"
  16. STOPAGENT
  17. CHECK "Timeout"
  18. FINISHED