added files
[bcm963xx.git] / userapps / opensource / net-snmp / local / snmpconf.dir / snmpd-data / operation
1 title Agent Operating Mode
2 description  This section defines how the agent will operate when it
3 description  is running.
4
5 token master
6 info  Should the agent operate as a master agent or not.
7 info  Currently, the only supported master agent type for this token
8 info  is "agentx".
9 info  #
10 info  arguments: (on|yes|agentx|all|off|no)
11 question 1 Should the agent run as a AgentX master agent?
12 validanswer 1 ^(on|yes|agentx|all|off|no)$
13
14 token agentuser
15 info  The system user that the agent runs as.
16 info  arguments: name|#uid
17 question 1 Enter the name of the user that you want the agent to run as
18
19 token agentgroup
20 info  The system group that the agent runs as.
21 info  arguments: group|#GID
22 question 1 Enter the name of the group that you want the agent to run as
23
24 token agentaddress
25 info  The IP address and port number that the agent will listen on.
26 info  By default the agent listens to any and all traffic from any
27 info  interface on the default SNMP port (161).  This allows you to
28 info  specify which address, interface, transport type and port(s) that you
29 info  want the agent to listen on.  Multiple definitions of this token
30 info  are concatenated together (using ':'s).
31 info  arguments: [transport:]port[@interface/address],...
32 question 1 Enter the port numbers, etc that you want the agent to listen to