How many test variations are there for v1, v2c, and v3?
For SNMPv1 vulnerabilities: 105 test cases, with 30,000 test instances each, equals 3,150,000 possible For SNMPv2c vulnerabilities: 113 test cases, with 30,000 test instances each, equals 3,390,000 possible For SNMPv3 vulnerabilities: 191 test cases, with 30,000 test instances each, equals 5,730,000 possible -As a side note, it is a good idea, for more extensive testing to use: * the v3 and v2c vulnerability tests against a v1 agent * the v1 and v2c vulnerability tests against a v3 agent * the v1 and v3 vulnerability tests against a v2c agent In this way, you can make sure that the agent discards the tests that are not appropriate for the version of the agent.