Juniper SRX550 - SNMP discovery - active, couldn't classify
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 03:17 AM - edited 11-23-2023 03:26 AM
Hi
Were you able to fully discover Juniper SRX550? If yes then does adding of MIB/OID is required?
I'm asking because in my case the device can't be classified.
1. I found that Juniper Firewall classifier has 2 criteria:
and as I check logs I see that first condition is not meet, as it lacks "firewall" word.
- <sysDescr oid="1.3.6.1.2.1.1.1" type="SnmpOctetString">Juniper Networks, Inc. vsrx internet router, kernel JUNOS 23.2R1.13, Build date: 2023-06-16 11:01:53 UTC Copyright (c) 1996-2023 Juniper Networks, Inc.</sysDescr>
2. Or maybe Standard Network Router classifier would be better?
But in logs I can't find any value corresponding to "routing"
What can be done here? I am pretty new to SNMP discoveries.
Best Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2023 04:44 AM
Available, the 2nd row is added by me. I understand that criteria has te be meet based on values returned from these OIDs, is that correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2023 03:12 PM
No, thats incorrect. What you added was the 'question' we ask to return the System Description (SysDescr). what you want to add is the result of the SNMP System OID (SysOID) return, its a much more specific number as you see with the others in your list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 03:46 AM
@doug_schulze sorry but I don't get. The return of this OID is as below and it contains sysDescr.0
Is it should be "sysDescr" only and not "sysDescr.0"
userxxx@srx550dev> show snmp mib walk 1.3.6.1.2.1.1.1
sysDescr.0 = Juniper Networks, Inc. vsrx internet router, kernel JUNOS 23.2R1.13, Build date: 2023-06-16 11:01:53 UTC Copyright (c) 1996-2023 Juniper Networks, Inc.
If I still miss the point please help how to get "result of the SNMP System OID (SysOID)" which you mentioned.