Jump to content

SNMP Setup

From Parasol
Revision as of 14:29, 16 January 2023 by Peter Norenkemper (talk | contribs) (Created page with "=== macOS === in Terminal:<syntaxhighlight lang="zsh"> sudo sed -i 's/^rocommunity/rocommunity public 10.1.0.0\/16\n# rocommunity/' /etc/snmp/snmpd.conf </syntaxhighlight>and<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

macOS

in Terminal:<syntaxhighlight lang="zsh"> sudo sed -i 's/^rocommunity/rocommunity public 10.1.0.0\/16\n# rocommunity/' /etc/snmp/snmpd.conf </syntaxhighlight>and<syntaxhighlight lang="zsh"> sudo launchctl load -w /System/Library/LaunchDaemons/org.net-snmp.snmpd.plist </syntaxhighlight>