Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / testing / tests / Svanyconfig
1 #!/bin/sh
2
3 # generically set up the community "testcommunity" for various snmp
4 # version access to the agent.
5
6 if [ "x$snmp_version" = "x" ]; then
7   snmp_version="any"
8 fi
9
10 CONFIGAGENT com2sec testcommunitysec  default testcommunity
11 CONFIGAGENT group   testcommunitygroup  $snmp_version     testcommunitysec
12 CONFIGAGENT view    all     included .1 80
13 CONFIGAGENT 'access  testcommunitygroup  "" any noauth exact all none none'