0aa042b0879d0128be00732e3e358ce8c438b332
[asterisk/asterisk.git] / configs / res_snmp.conf.sample
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 ; Please read documentat in doc/snmp.txt to get more information about
14 ; snmp support in Asterisk
15
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