Benutzer-Werkzeuge

Webseiten-Werkzeuge


snmp_cfg
# UGW-WEB - edit
#    file: /ugw/config/snmp1.cfg

# Configuration file for SNMP driver
#
# Section: [SNMP]
#
# Name              Range           Description
# ObjectRoot        a.b.c...        root of relative object identifiers
# CheckPeriod       0..60000        interval in seconds for check connection, 0=disable
# PollPeriod        1..3600         base interval in seconds for polling datapoints
# ResolveNamePeriod 60..3600        interval in seconds to resolve dns-names of agents
#
# Section: [AGENT<no>]
#
# Name              Range           Description
# <no>              0..1000         The SNMP agent number, 0=own local agent
# HostName          a.b.c.d         IP-Adress (or DNS-name) of the agent
# ProtocolVersion   1..2            version of SNMP protocol 1=V1  2=V2C
# CommunityName     Name            SNMP community name e.g. public
# LocalPort         0..65535        local UDP port, 0=automatic
# RemotePort        0..65535        remote UDP port, 0=automatic
# ReadNullObject    0..1            use datatype NULLOBJ for readout (Default=0)

# Standard Port for SNMP-Message: 161
# Standard Port for SNMP-Trap/Event: 162

[SNMP]
ObjectRoot        = .1.3.6.1.4.1.818.1.1
CheckPeriod       = 0
PollPeriod        = 10
ResolveNamePeriod = 300

# Local Agent
[AGENT0]
HostName        = 172.26.64.249
ProtocolVersion = 1
CommunityName   = public
LocalPort       = 162
RemotePort      = 0 

# GE UPS
[AGENT1]
HostName        = 172.26.64.245
ProtocolVersion = 2
CommunityName   = public
LocalPort       = 0
RemotePort      = 161

Imprint/Impressum Disclaimer DSGVO/Privacy Policy

snmp_cfg.txt · Zuletzt geändert: 13.01.2022 20:48 von oni

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki