aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/test/test_config/agent/agent.conf.src
blob: 2977cd49f8c6ca6aea50f439e7a672fc2a323c88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%% This file defines the Agent local configuration info
%% The data is inserted into the snmpEngine* variables defined
%% in SNMP-FRAMEWORK-MIB, and the intAgent* variables defined
%% in OTP-SNMPEA-MIB.
%% Each row is a 2-tuple:
%% {AgentVariable, Value}.
%% For example
%% {intAgentUDPPort, 4000}.
%% The ip address for the agent is sent as id in traps.
%% {intAgentIpAddress, [127,42,17,5]}.
%% {snmpEngineID, "agentEngine"}.
%% {snmpEngineMaxMessageSize, 484}.
%%


{intAgentUDPPort, 4000}.
{intAgentIpAddress, %ADDR%}.
{snmpEngineID, "foo"}.
{snmpEngineMaxMessageSize, 484}.