- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-30-2011 05:08 PM
I notice that there is no example or detail descriptions for configuration of SNMPv3. Here is my configuration which works but I never got the include/exclude mask to work. If someone else have an example or recommendations please upload.
set deviceconfig system snmp-setting access-setting version v3 views <snmpview> view <snmpview-oid> oid <OID like 1.3.6.1.2>
set deviceconfig system snmp-setting access-setting version v3 views <snmpview> view <snmpview-oid> option include
set deviceconfig system snmp-setting access-setting version v3 users <snmpuser> authpwd <password>
set deviceconfig system snmp-setting access-setting version v3 users <snmpuser> privpwd <password>
set deviceconfig system snmp-setting access-setting version v3 users <snmpuser> view <snmpview>
set shared log-settings snmptrap snmp-traps version v3 snmpserver local manager <SNMP Server like 192.168.1.1>
set shared log-settings snmptrap snmp-traps version v3 snmpserver local engineid <EngID like 0x01020304050607>
set shared log-settings snmptrap snmp-traps version v3 snmpserver local authpwd <password>
set shared log-settings snmptrap snmp-traps version v3 snmpserver local privpwd <password>
set shared log-settings snmptrap snmp-traps version v3 snmpserver local <snmpuser>
10-31-2011 08:58 PM
There was a bug in panos 4.0.3 which was later fixed in 4.0.5 and it resolves the mask regex. Are you getting an error when setting the include at all?
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!