- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
When I discover an IP (Network device), it says “Active, Couldn’t Classify,”
Fine! I will open the Input payload, check the sysObjectID, copy the OID and create a new OID entry in OID table.
Question - how will we know if a MIB file is already there in ServiceNow or not for this OID?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
1. If there is no existing SysOID in the table and you are able to capture the value.
2. If you are creating a custom pattern and want to query a private MIB from the manufacturer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
The MIB really doesn't matter at that point, whats missing is a classifier. If you have a device that doesnt have a SNMP SysOID out of the box, then yes if your device responds with that value you can enter it and choose the classifier you want to continue the discovery with.
Now if you have a brand new type of device that isn't discovered out of box and is responsive to SNMP (as it sounds) then you just have to build out said classifiers and associated pattern to discover the attributes you are looking to discover. Its here where you may need custom Manufacture MIBS to gather specific data. I talk about it all here..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Hi @doug_schulze can you please provide clarification on
1. In which scenario I just need to create a new OID
2. In which scenario I need to load a new MIB file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
1. If there is no existing SysOID in the table and you are able to capture the value.
2. If you are creating a custom pattern and want to query a private MIB from the manufacturer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Saturday
Thank you Doug!!!!!