Populating Model ID Information via Patterns

Shantanu1
Tera Guru

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

1 ACCEPTED SOLUTION

doug_schulze
ServiceNow Employee
ServiceNow Employee

Are you doing a lookup against the man/mod table and inserting the sysID?  I talk about that here..

View solution in original post

8 REPLIES 8

Anshu_Anand_
Kilo Sage
Kilo Sage

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

 

Regards,
Anshu

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

The Model coming from MIB should be same in SysObjectId of OID when discovered.

Need to update same in discovery_snmp_oid 

Regards,
Anshu

This is true for conventional switches like Cisco but not for Nasuni Appliances.