Skip to content

Releases: gitzone83/plugins

os-switchtracker 1.0

05 Mar 16:48

Choose a tag to compare

os-switchtracker 1.0

Network switch discovery and monitoring plugin for OPNsense.
Discovers switches via LLDP and monitors them via SNMP.

Quick Install (SSH as root)

fetch -o /tmp/os-switchtracker.tar.gz https://github.com/gitzone83/plugins/releases/download/os-switchtracker-v1.0/os-switchtracker-1.0.tar.gz
tar xzf /tmp/os-switchtracker.tar.gz -C /
chmod 755 /usr/local/opnsense/scripts/OPNsense/Switchtracker/*.py
service configd restart

Then navigate to Services > Switch Tracker in the OPNsense web UI.

Requirements

  • OPNsense 24.7+
  • os-lldpd plugin
  • net-snmp package

Uninstall

fetch -o /tmp/uninstall.sh https://raw.githubusercontent.com/gitzone83/plugins/feature/os-switchtracker/net-mgmt/switchtracker/scripts/uninstall.sh
sh /tmp/uninstall.sh