]>
Commit | Line | Data |
---|---|---|
aa7a54c9 RG |
1 | |
2 | # act as an Agent X master so that the recursor can export SNMP statistics | |
3 | master agentx | |
4 | ||
5 | # allow the recursor to connect to the Agent X master socket | |
6 | agentxperms 0700 0755 recursor | |
7 | ||
8 | # SNMPv2c community | |
9 | rocommunity secretcommunity | |
10 | ||
11 | # SNMPv3 user | |
12 | createUser secretuser SHA "mysecretauthkey" AES "mysecretenckey" | |
13 | rouser secretuser |