This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
app-notes:set-up-snmp [2025/07/09 22:42] – [6. Receiving SNMP traps in Node-RED] gray | app-notes:set-up-snmp [2025/07/16 19:58] (current) – [Prerequisites] gray | ||
---|---|---|---|
Line 14: | Line 14: | ||
* NetModule Wireless Router with wireless connection | * NetModule Wireless Router with wireless connection | ||
- | * NetModule Software [[https:// | + | * NetModule Software [[https:// |
* A license is required for the LXC container | * A license is required for the LXC container | ||
* Not available for legacy products NB1600, NB2700, NB3700, NB3710 | * Not available for legacy products NB1600, NB2700, NB3700, NB3710 | ||
Line 189: | Line 189: | ||
---- | ---- | ||
- | * Set up an LXC container / [[app-notes: | + | |
---- | ---- | ||
Line 423: | Line 423: | ||
You can copy the code directly into the field here. | You can copy the code directly into the field here. | ||
- | < | + | ++++show code| |
+ | < | ||
[ | [ | ||
{ | { | ||
Line 528: | Line 529: | ||
] | ] | ||
</ | </ | ||
+ | ++++ | ||
After execution, these objects are stored in the flow. | After execution, these objects are stored in the flow. | ||
Line 554: | Line 556: | ||
Insert the node back into the flow using the import function. | Insert the node back into the flow using the import function. | ||
- | < | + | ++++show code| |
+ | < | ||
[ | [ | ||
{ | { | ||
Line 607: | Line 610: | ||
] | ] | ||
</ | </ | ||
+ | ++++ | ||
After execution, these objects are stored in the flow. | After execution, these objects are stored in the flow. | ||
Line 631: | Line 635: | ||
{{ : | {{ : | ||
+ | |||
+ | ---- | ||