- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2022 12:04 AM
Hi Experts!
Need your assistance 🙂
I have created a custom pattern for the Nasuni Appliances, which are discovered via SNMP Credentials & the records are populated in the Storage Server Class. I am using the SNMP Classifier and the custom pattern is triggered via the same.
I have added the steps in the pattern to populate the Model ID & Manufacturer information to the CI record, but for some reason the manufacturer info is there on the CI record but not the Model ID. I am avoiding to hard set the information in the OID Classification as the values are dynamic and can change. Please assist 🙂
Thanks,
Shantanu
Solved! Go to Solution.
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2022 08:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2022 01:16 AM
OID cannot change dynamically for particular model unless model is changed to new version.
You have to map model id on discovery_snmp_oid table for that particular OID.
Also to note that servicenow do import BAD Oids sometime during upgrade . I have seen it in Orlando .
Hope its helpful
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2022 05:40 AM
Hi Anshu, Thanks for your response, in my case the SYS OID is same but the model is being queried from the SNMP MIB and value is different.
Regards,
Shantanu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2022 05:56 AM
The Model coming from MIB should be same in SysObjectId of OID when discovered.
Need to update same in discovery_snmp_oid
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2022 06:17 AM
This is true for conventional switches like Cisco but not for Nasuni Appliances.