12-29-2011 07:51 AM - edited 12-29-2011 08:39 AM
In previous versions of code I was able to obtain data from the "jnxJsPolicies" (oid=1.3.6.1.4.1.2636.3.39.1.4) po
Policy Mib: http://www.juniper.net/techpubs/en_US/junos11.4/to
PolicyStatsTable: http://www.juniper.net/techpubs/en_US/junos11.4/to
Solved! Go to Solution.
12-29-2011 08:50 AM
So the second link for the jnxJsPolicyStatsTable contains this statement:
"jnxJsPolicyStatsTable, whose object ID is {jnxJsPolicyObjects 3}, exposes the security policy statistics entries listed in Table 1. These statistics can be enabled and disabled by configuration on a per-policy basis."
...but I can't find any command on a per-policy basis to support this. Anyone?
01-04-2012 07:51 AM
Additional information...
I also noted that the mib information is not available directly from the CLI:
admin@srx100h> show snmp mib walk decimal .1.3.6.1.4.1.2636.3.39.1.4
03-31-2012 11:28 AM
Bump!
Anyone, this is still not availalbe in 12.1R1.9 or am I misreading the documentation? Can anyone confirm the same behaviour.
10-14-2012 08:21 PM
I was missing the BGP4 MIB with 11.4R3 but restarting the SNMP daemon fixed the issue for me.
> restart snmp
01-18-2013 10:36 AM
I have run into the same issue on my SRXs. I am running 11.4:
show snmp mib walk 1.3.6.1.4.1.2636.3.39.1.4
This command returns no results. I would expect to see everything in teh jnxJsPolicies mib tree.
Does anyone know how to enable this MIB, or perhaps update the firewalls MIB?
Thanks in Advance!
01-18-2013 11:07 AM
Would be nice, but I haven't yet found a solution. I'm now running 12.1R4.7 and this MIB is still unavailable.
01-18-2013 11:25 AM
Is there a way to refresh the supported MIBs on a SRX?
01-21-2013 02:35 PM
Bumped - Hopefully we can get an answer on why they are missing. I looked in the docs and they should be available.
01-21-2013 03:02 PM
Found answer:
Juniper changed how policy SNMP lookups work with logical systems after 11.2. See this KB article: KB23155
The fix is to take your SNMP read community string and add "default@" in front of it. For example default@public. This is for the default logical system.