Simple Network Management Protocol (SNMP), we have SNMP Agents and Traps in
Prisma SD-WAN.
| Where
Can I Use This? | What
Do I Need? |
- Prisma SD-WAN (Managed by
Strata Cloud Manager)
|
|
SNMP Agents and Traps are disabled by default. To enable and configure
SNMP Agent and Traps:
In 6.x.x, the ifIndex is not persistent across
datapath process restarts or reboots. Statistics should instead be
referenced using the interface name (ifName).
SNMP configuration fields now enforce strict character validation to
prevent parsing errors and command injection.
The updated validation policy allows only the following characters:
Letters:
a-z, A-Z.
Numbers:
0-9.
Symbols:
!, @,
#, %,
^, *,
-, _,
+, =,
:, .,
,, ?,
/, ~.
The system rejects characters that interfere with command execution or
scripting, such as semicolons (;), pipes
(|), dollar signs ($), and
backticks (`).
Existing configurations with restricted
characters continue to function. The system enforces the new
validation rules only when you update or modify these
settings.