<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Lancom kein SNMP am WAN]]></title><description><![CDATA[<p dir="auto">Lancom macht kein SNMP auf der WAN Schnittstelle, getestet mit SNMP v2 und v3 es scheint so als würde die Anfrage gar nicht bis zum Dienst durchkommen. Egal welche Einstellung ich teste, es kommt keine Verbindung zu stande.</p>
]]></description><link>https://forum.its-egner.de/topic/19/lancom-kein-snmp-am-wan</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 19:46:34 GMT</lastBuildDate><atom:link href="https://forum.its-egner.de/topic/19.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Jan 2022 11:47:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Lancom kein SNMP am WAN on Sun, 23 Jan 2022 12:41:22 GMT]]></title><description><![CDATA[<p dir="auto">Also es geht doch, man kann lancom über das WAN Iterface SNMP abfragen. Hierzu muss man eine neue Community anlegen zB lancom und eine dazugehörige Gruppe. Dann klappts auch mit dem WAN Interface.</p>
]]></description><link>https://forum.its-egner.de/post/36</link><guid isPermaLink="true">https://forum.its-egner.de/post/36</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Sun, 23 Jan 2022 12:41:22 GMT</pubDate></item><item><title><![CDATA[Reply to Lancom kein SNMP am WAN on Thu, 20 Jan 2022 08:47:53 GMT]]></title><description><![CDATA[<p dir="auto">Im Icinga kann man dann die OIDs folgendermaßen überwachen:</p>
<pre><code>vars.snmp_check["LAN-1 Bytes IN"] = {
       snmp_community="public"
       snmp_oid = ".1.3.6.1.2.1.2.2.1.10.6"
       snmp_warn = "40000000000"
       snmp_crit = "50000000000"
       snmp_timeout = 15
       snmp_version = "2c"
  } 

vars.snmp_check["LAN-1 Bytes OUT"] = {
       snmp_community="public"
       snmp_oid = ".1.3.6.1.2.1.2.2.1.16.6"
       snmp_warn = "40000000000"
       snmp_crit = "50000000000"
       snmp_timeout = 15
       snmp_version = "2c"
  }
</code></pre>
]]></description><link>https://forum.its-egner.de/post/32</link><guid isPermaLink="true">https://forum.its-egner.de/post/32</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Thu, 20 Jan 2022 08:47:53 GMT</pubDate></item><item><title><![CDATA[Reply to Lancom kein SNMP am WAN on Thu, 20 Jan 2022 07:15:05 GMT]]></title><description><![CDATA[<p dir="auto">Mit SNMP Walk und der OID Tabelle von Cacti hab ich die entsprechenden Interface IDs rausgefunden. Beim Lancom ist Lan-1 ein Sammelinterface auf dem alle VLANs defaultmäßig liegen. Dazu gehören folgende OIDs:</p>
<pre><code># Get Interface Name and Number
snmpwalk -v2c -c public 192.168.197.1 .1.3.6.1.2.1.31.1.1.1.1

#Get Interface Bytes IN
.1.3.6.1.2.1.2.2.1.10

#Get Traffic LAN-1 Bytes IN
.1.3.6.1.2.1.2.2.1.10.6

#Get Interface Bytes Out
.1.3.6.1.2.1.2.2.1.16

#Get Interface Bytes Out LAN-1
.1.3.6.1.2.1.2.2.1.16.6
</code></pre>
]]></description><link>https://forum.its-egner.de/post/31</link><guid isPermaLink="true">https://forum.its-egner.de/post/31</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Thu, 20 Jan 2022 07:15:05 GMT</pubDate></item><item><title><![CDATA[Reply to Lancom kein SNMP am WAN on Wed, 19 Jan 2022 11:58:43 GMT]]></title><description><![CDATA[<p dir="auto">Über Tunnel muss auch am WAN SNMP eingeschaltet sein, hier mal entsprechend die Coonfig dazu. Kann man über SSH so einpflegen.</p>
<pre><code>set /Setup/SNMP/Admitted-Protocols SNMPv2,SNMPv3
cd /Setup/Config/Access-Table
set  LAN    {Telnet}  No     {TFTP}  Yes    {HTTP}  Yes    {SNMP}  Yes    {HTTPS}  Yes    {Telnet-SSL}  Yes        {SSH}  Yes    {SNMPv3}  Yes
set  WAN    {Telnet}  No     {TFTP}  No     {HTTP}  No     {SNMP}  Yes    {HTTPS}  Yes    {Telnet-SSL}  Yes        {SSH}  Yes    {SNMPv3}  Yes
set  WLAN   {Telnet}  No     {TFTP}  Yes    {HTTP}  Yes    {SNMP}  No     {HTTPS}  Yes    {Telnet-SSL}  Yes        {SSH}  Yes    {SNMPv3}  Yes
</code></pre>
]]></description><link>https://forum.its-egner.de/post/30</link><guid isPermaLink="true">https://forum.its-egner.de/post/30</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Wed, 19 Jan 2022 11:58:43 GMT</pubDate></item></channel></rss>