Created
May 5, 2022 12:15
-
-
Save fbouynot/3ea2da02b3b6cd8edd56f14138455b1e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config system snmp sysinfo | |
set status enable | |
end | |
end | |
config system snmp community | |
edit 0 | |
set name "community" | |
config hosts | |
edit 0 | |
set ip a.b.c.d | |
next | |
end | |
set query-v1-status disable | |
set trap-v1-status disable | |
end | |
next | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment