Juniper SRX550 - SNMP discovery - active, couldn't classify

thebananek
Tera Contributor

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:  

thebananek_0-1700737779220.png

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"

thebananek_1-1700738164815.png

 

What can be done here? I am pretty new to SNMP discoveries.

 

Best Regards

7 REPLIES 7

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?
thebananek_0-1700829729407.png

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. 

@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.