Как читать MIB файлы

Если для общения по SNMP со своими "железками" вы начинаете поиск не в документации бренда а ищете mib файлы для нее, эта статья не для вас. Ну а если слова SNMP, Net-SNMP, snmpwalk, snmpget вам уже встречались, но открыв любой "*.mib" вы предпочитаете его закрыть и обратиться к какому либо из mib browsers - вам стоит это почитать.

https://habr.com/ru/articles/904634/

#snmp #mib #network #азы #oid #snmpwalk

Как читать MIB файлы

Если для общения по SNMP со своими "железками" вы начинаете поиск не в документации бренда а ищете mib файлы для нее, эта статья не для вас. Ну а если слова SNMP, Net-SNMP, snmpwalk, snmpget вам уже...

Хабр
Jesus ran a bug bounty on humanity. Only Judas found the zero-day. The rest filtered grace like Swiss cheese. We’re still patching Golgotha. #BugBounty #Cybersecurity #infosec #Easter #SNMP
In today's riveting installment of "Tech Buzzwords for Dummies," we learn that someone decided to reinvent the wheel by creating yet another fancy acronym for keeping your #UPS from throwing a tantrum when the power goes out. ⚡🔌 Apparently, #SNMP is the secret sauce we've all been missing—because adding more #TLAs (Three-Letter Acronyms) to the mix always clears up confusion, right? 😂
https://nupst.serve.zone #TechBuzzwords #Humor #HackerNews #ngated
NUPST - Network UPS Tools Gateway

A modern gateway for safely shutting down computers connected to UPS devices during power outages

NUPST - Network UPS Tools Gateway

A modern gateway for safely shutting down computers connected to UPS devices during power outages

Ahh shit #netdata broke my damn #snmp stuff with there automatic discovery nonsense. Now it won't output prometheus metrics which i use to graph shit!

From SNMP to INT to Open-Source: Is Your Network Monitoring Future-Ready? 🌐⚡

Network monitoring is evolving. SNMP has long been the go-to for basic device status, but its polling-based method struggles with real-time accuracy. INT (In-band Network Telemetry) changes the game, embedding real-time insights directly into data packets for unmatched visibility.

Now, open-source tools like Prometheus, Zabbix, and Grafana offer flexible, scalable, and cost-effective solutions for modern networks. Whether you're managing a small business or a cloud-scale infrastructure, choosing the right tool can optimize performance and security.

Is your network ready for the future? Let’s break it down and find the best solution! 🚀

#TechTalk #NetworkMonitoring #SNMP #INT #OpenSource #FutureReady

📖 Read more: https://cloudswit.ch/blogs/snmp-to-int-to-open-source-network-monitoring/

Network Monitoring Evolution: From SNMP To INT To Open-Source Network Monitoring Tools - Asterfusion Data Technologies

From traditional SNMP (Simple Network Management Protocol) to INT (In-band Network Telemetry) enabled by P4 programmable technology, and now the increasing adoption of open-source network monitoring tools, network monitoring technologies have undergone multiple stages of evolution

Asterfusion Data Technologies

Fundamentals SNMP

SNMP (Simple Network Management Protocol) — это протокол для управления и мониторинга сетевых устройств, таких как маршрутизаторы, коммутаторы и фаерволы. Он является частью системы управления сетью и позволяет администраторам: Раскройте все возможности SNMP

https://habr.com/ru/articles/888692/

#SNMP #snmp_управление #snmp_monitoring #snmpv3 #snmpмониторинг #ccna

Fundamentals SNMP

SNMP: Управление и мониторинг сетей Что такое SNMP? SNMP (Simple Network Management Protocol) — это протокол для управления и мониторинга сетевых устройств, таких как маршрутизаторы, коммутаторы и...

Хабр
A défaut d'arriver à faire fonctionner le #snmp sur #HomeAssistant directement, j'ai installé snmp sur mon Raspberry, qui va récupérer les informations sur mon routeur #Omada. Car évidemment, toutes les informations fournis par mon #Archer sont un peu trop grand public pour les récupérer sur le Omada. Bref, j'ai pu remettre ma supervision de réseau en route. Et j'en ai profité pour installer #SpeedtestCLI sur le raspberry, comme ça il mesure le débit régulièrement pour voir si ça marche bien. Et tout ça avec l'intégration #REST qui récupère les données depuis HomeAssistant sur le Rapsberry. Pourquoi faire simple quand on peut faire (un peu plus) compliqué ?

When my power went out a few weeks ago due to a guest overloading the same circuit my rack is on, I realized I don't have a graceful way to shutdown all the systems in the rack except the NAS which is connected directly to the UPS.

The NAS has an SNMP server I can enable, where the other devices in my rack can then poll the SNMP server with a root cronjob and shutdown if the UPS drops below a certain level.

I'm sure there's a better way to do this…

#CosplayAsSysadmin
#UPS
#SNMP

Discovering today that the reason my ancient script to check the #SNMP alarm MIB on a Juniper switch is now broken is that #Junos now refuses to accept SNMP requests that arrive on any interface that isn't in the default routing-instance. It can be told to allow them, but then it just responds with an error rather than dropping the request. (One fly in the ointment: we use SNMPv3. But this has Just Worked for 20+ years!) Probably going to have to open a TAC case, sigh.