Skip to content

Instantly share code, notes, and snippets.

@fbouynot
Created May 5, 2022 12:15
Show Gist options
  • Save fbouynot/3ea2da02b3b6cd8edd56f14138455b1e to your computer and use it in GitHub Desktop.
Save fbouynot/3ea2da02b3b6cd8edd56f14138455b1e to your computer and use it in GitHub Desktop.
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