res_snmp.conf.sample 833 B

12345678910111213141516171819202122
  1. ;
  2. ; Configuration file for res_snmp
  3. ; --------------------------------
  4. ;
  5. ; Res_snmp can run as a subagent or standalone SNMP agent. The standalone snmp
  6. ; agent is based on net-snmp and will read a configuration file called
  7. ; asterisk.conf in the net-snmp configuration file path, starting with
  8. ; /etc/snmp on many systems.
  9. ;
  10. ; If you use the subagent model, you need to enable agentx in snmpd.conf
  11. ; Note that you can only run one Asterisk on the system in this case.
  12. ;
  13. ; See https://wiki.asterisk.org/wiki/display/AST/Simple+Network+Management+Protocol+(SNMP)+Support
  14. ; to get more information about
  15. ; snmp support in Asterisk
  16. [general]
  17. ; We run as a subagent per default -- to run as a full agent
  18. ; we must run as root (to be able to bind to port 161)
  19. ;subagent = yes
  20. ; SNMP must be explicitly enabled to be active
  21. ;enabled = yes