<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Struggling with network SNMP discovery - ID on class/serial number in ITOM forum</title>
    <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919677#M22945</link>
    <description>&lt;P&gt;We are starting to get more traction from the infrastructure teams in managing their inventory solely in CMDB and define/follow an inventory process. &amp;nbsp; On the network side I've had to create some SNMP classifiers and OID entries to properly classify models on discovery. &amp;nbsp; The issue I'm having is when serial number becomes available during discovery. &amp;nbsp; I'm able to skate by in a sense, adding and OID for classification when needed, but not familiar enough with SNMP from a discovery standpoint to ensure Serial Number is returned from a device to be used during identification. &amp;nbsp; In some cases i've resorted to writing a probe and sensor to populate SN on a CI, but this happens after identification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This &lt;SPAN style="line-height: 1.5;"&gt;means identification happens on CI name and Class Name because serial number is not yet "known". &amp;nbsp; This is a problem because normally the asset process works by having a CI created on the target table (network gear, IP router, etc) when an asset is received and loaded where we know class, model, and serial number (so the name of the CI is populated as the model ID). &amp;nbsp; When discovery occurs a match on the table can be found by class and serial number. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;What am I missing? &amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2016 17:05:05 GMT</pubDate>
    <dc:creator>cyked</dc:creator>
    <dc:date>2016-04-21T17:05:05Z</dc:date>
    <item>
      <title>Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919677#M22945</link>
      <description>&lt;P&gt;We are starting to get more traction from the infrastructure teams in managing their inventory solely in CMDB and define/follow an inventory process. &amp;nbsp; On the network side I've had to create some SNMP classifiers and OID entries to properly classify models on discovery. &amp;nbsp; The issue I'm having is when serial number becomes available during discovery. &amp;nbsp; I'm able to skate by in a sense, adding and OID for classification when needed, but not familiar enough with SNMP from a discovery standpoint to ensure Serial Number is returned from a device to be used during identification. &amp;nbsp; In some cases i've resorted to writing a probe and sensor to populate SN on a CI, but this happens after identification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This &lt;SPAN style="line-height: 1.5;"&gt;means identification happens on CI name and Class Name because serial number is not yet "known". &amp;nbsp; This is a problem because normally the asset process works by having a CI created on the target table (network gear, IP router, etc) when an asset is received and loaded where we know class, model, and serial number (so the name of the CI is populated as the model ID). &amp;nbsp; When discovery occurs a match on the table can be found by class and serial number. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;What am I missing? &amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 17:05:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919677#M22945</guid>
      <dc:creator>cyked</dc:creator>
      <dc:date>2016-04-21T17:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919678#M22946</link>
      <description>&lt;P&gt;I've added our network appliances' serial identifiers to the SNMP - Identity probe/sensor to handle these scenarios.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;As example, we have Infoblox appliances in our enterprise and I had to go out and find the SNMP string 'iso.org.dod.internet.private.enterprises.infoblox.ibSNMP.ibProduct.ibOne.ibPlatformOne.ibPlatformModule.ibSerialNumber' and define it in the probe and sensor to add the serial numbers to the Serial Number table, which in turn solves the Identification phase.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Check out the SnmpIdentityInfoParser script that handles this and note how the addSerial function is being used for other device types.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Apr 2016 20:41:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919678#M22946</guid>
      <dc:creator>A Westervelt</dc:creator>
      <dc:date>2016-04-21T20:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919679#M22947</link>
      <description>&lt;P&gt;Are you talking about the SNMP - Identity multiprobe which triggers the SNMP - Identity Info probe? &amp;nbsp; SNMP - Identity probe has a sensor to process the info, and SNMP - Identity Info contains the SNMP OIDs. &amp;nbsp; Given the MIB I have I'd add the below to the SNMP - Identity Info probe. &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Also... SNMP - Identity Info is listed as Stage = Explore. &amp;nbsp; does that matter?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;We have some Aruba devices, so should I add this this to SNMP Identity Info:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;iso.org.dod.internet.private.enterprises.aruba.arubaEnterpriseMibModules.switch.wlsxEnterpriseMibModules.wlsxSwitchMIB.wlsxSystemXGroup.wlsxSwitchLicenseSerialNumber&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;this is all that is in the OotB sensor:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;PRE __jive_macro_name="quote" class="jive_macro_quote jive_text_macro" data-renderedposition="333_8_1041_167"&gt;&lt;P&gt;//The ID sensor is an implementation of the multi sensor. In the related list "Responds to Probes", the script will be processed first.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;new DiscoveryIDSensor({&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; //&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; // this sensor uses the common script include class "DiscoveryIDSensor"&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; //&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; type: "SNMP Identity"&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;});&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Apr 2016 22:25:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919679#M22947</guid>
      <dc:creator>cyked</dc:creator>
      <dc:date>2016-04-21T22:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919680#M22948</link>
      <description>&lt;P&gt;Since Aruba products are mostly network switches and routers, you should just associate the product OIDs to the existing Standard Network Switch and Router classifiers. The Identity probe will already be sent to Identification stage.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Apr 2016 14:59:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919680#M22948</guid>
      <dc:creator>A Westervelt</dc:creator>
      <dc:date>2016-04-22T14:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919681#M22949</link>
      <description>&lt;P&gt;The OIDs from the device (looking at XML payload after an unsuccessfuly classification discovery) and the one provided by the MIB and the network team I've added to the SNMP classifiers for switch and router and disabled the stand alone one I created.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;1.3.6.1.4.1.14823.1.1.32 and &amp;nbsp; 1.3.6.1.4.1.14823.2.2.1.1.1.2. &amp;nbsp; I think its the second one that is working on the router classifier, but need to test some more and remove unneeded entries. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I updated the script for SnmpIdentityInfoParser as well and it works given serial is populated. &amp;nbsp; otherwise it will populate serial and will match and ID on subsequent discoveries.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;PRE __jive_macro_name="quote" class="jive_macro_quote jive_text_macro" data-renderedposition="165_8_1192_41"&gt;&lt;P&gt;this.addSerial('aruba',snmp.getOIDText('iso.org.dod.internet.private.enterprises.unk_14823.unk_2.unk_2.unk_1.unk_1.unk_1.unk_12'));&lt;/P&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Apr 2016 16:58:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919681#M22949</guid>
      <dc:creator>cyked</dc:creator>
      <dc:date>2016-04-22T16:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919682#M22950</link>
      <description>&lt;P&gt;Another question. &amp;nbsp; We have some security devices that have a single OID to get model, so I have a classifier, probe, OID set (serial number and model) and a sensor. &amp;nbsp; I updated SnmpIdentityInfoParser in the same manner, but identification still happens on Name and Class instead of Class and serial. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Given this is a custom classifier and probe is there something i'm inherently missing that exists for my Aruba setup because its nested in standard network router/switch/&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Oct 2016 21:02:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919682#M22950</guid>
      <dc:creator>cyked</dc:creator>
      <dc:date>2016-10-03T21:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919683#M22951</link>
      <description>&lt;P&gt;I figured it out. &amp;nbsp; You have to add an OID walk entry for the fireye serial number to 'SNMP - Identity Info' probe.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Oct 2016 17:22:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919683#M22951</guid>
      <dc:creator>cyked</dc:creator>
      <dc:date>2016-10-14T17:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919684#M22952</link>
      <description>&lt;P&gt;hello&lt;/P&gt;
&lt;P&gt;i'm trying to get serial number to return for BlueCoats&lt;/P&gt;
&lt;P&gt;I've updated SNMP - Identify Info probe with a walk&lt;/P&gt;
&lt;P&gt;iso.org.dod.internet.private.enterprises.blueCoat.blueCoatMgmt.bluecoatSGProxyMIB.sgProxyConfig.sgProxySerialNumber&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've updated SnmpIdentityInfoParser with&lt;/P&gt;
&lt;P&gt;// GGarcia 2-12-19 check for BlueCoat Serial Number...&lt;BR /&gt; this.addSerial('blueCoatProxy', snmp.getOIDText('iso.org.dod.internet.private.enterprises.blueCoat.blueCoatMgmt.bluecoatSGProxyMIB.sgProxyConfig.sgProxySerialNumber'));&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've validated via snmpget&amp;nbsp;that this value is populated on my test bluecoat device.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, I cannot see how to validate that the probe is even asking the new question with the walk.&lt;/P&gt;
&lt;P&gt;Second, every discovery I've run on this device returns a "skipped identifier" for the serial number check.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions or missing elements?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 21:29:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919684#M22952</guid>
      <dc:creator>ggarcia1</dc:creator>
      <dc:date>2019-02-12T21:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919685#M22953</link>
      <description>&lt;P&gt;Here's the steps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;&lt;LI&gt;Create a probe with:&lt;/LI&gt;&lt;LI&gt;
&lt;OL&gt;&lt;LI&gt;probe type = SNMP Probe&lt;/LI&gt;&lt;LI&gt;stage = Explore&lt;/LI&gt;&lt;LI&gt;topic = SNMP&lt;/LI&gt;&lt;LI&gt;ecc queue = SNMP - Bluecoat&amp;nbsp;or something similar&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;in the SNMP fields related list, enter the OIDs you want to walk (e.g. the one to return the serial numbers from classified Bluecoat devices)&lt;/LI&gt;&lt;LI&gt;add a multisensor script like below, as an example this is the code to get the SN back from a fireeye appliance&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;function(result, ciData, debug, sensor) {
	var Serial = 'iso.org.dod.internet.private.enterprises.fireeye.feCommon.feSystem.feSystemInfo.feSerialNumber';
	var idutil = new IDSensorUtil();
	var serialNumber = idutil.calculateSnmpSerialNumber(result, Serial, null, 'SNMP - fireeye');
	idutil.addToSerialNumberTable(serialNumber, ciData);
}​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;&lt;/OL&gt;
&lt;/LI&gt;&lt;LI&gt;Create a new multiprobe&lt;/LI&gt;&lt;LI&gt;
&lt;OL&gt;&lt;LI&gt;Name = whatever you want&lt;/LI&gt;&lt;LI&gt;probe type = multiProbe&lt;/LI&gt;&lt;LI&gt;ecc queue topic = multiprobe&lt;/LI&gt;&lt;LI&gt;ecc queue name = SNMP - Bluecoat or something similar&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;in the includes probes related list ad your probe above + SNMP - Identity Info&lt;/LI&gt;&lt;LI&gt;add a sensor with script =&amp;nbsp;new DiscoveryIDSensor({});&lt;/LI&gt;&lt;/OL&gt;
&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;these probes/scripts should be what you need to pass the SN from the SNMP probe to the out of the box identity engine so match will happen on serial number instead something else.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note, in the probe sensor code I pasted above&amp;nbsp;result, Serial, null, 'SNMP - fireeye'.. The item in single quotes is the name of the sensor in your multiprobe.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 21:51:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919685#M22953</guid>
      <dc:creator>cyked</dc:creator>
      <dc:date>2019-02-12T21:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919686#M22954</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;This worked AFTER I found and added a MIB for the BlueCoats.&lt;/P&gt;
&lt;P&gt;I suppose that was a prerequisite that I overlooked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They now return serial number.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 14:25:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919686#M22954</guid>
      <dc:creator>ggarcia1</dc:creator>
      <dc:date>2019-02-13T14:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919687#M22955</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am struggling similar kind of issue. May i know how did you find the MIB and SNMBwalk for serial number.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 15:47:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919687#M22955</guid>
      <dc:creator>Alex Pandian1</dc:creator>
      <dc:date>2019-02-13T15:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919688#M22956</link>
      <description>&lt;P&gt;Google, sometimes they are publicly available. If not, ask the hardware owning team for the MIB for the devices.&amp;nbsp; They should be able to get them from the manufacturer.&amp;nbsp; Install a MIB browser on your machine and you can look through the MIB and see what all the OIDs do and also find the OID that returns the device SN.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 15:54:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919688#M22956</guid>
      <dc:creator>cyked</dc:creator>
      <dc:date>2019-02-13T15:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919689#M22957</link>
      <description>&lt;P&gt;In addition, ask your network team if they use anything like HP NNMi or SolarWinds or something to track/manage their devices. It's likely they have a MIB library already, whether they know it or not.&lt;/P&gt;
&lt;P&gt;Our guys use NNMi and after I got over the learning curve and knew what a MIB/OID was, then I knew what to ask them for; they understood right away and I was good to go.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 17:25:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919689#M22957</guid>
      <dc:creator>ggarcia1</dc:creator>
      <dc:date>2019-02-13T17:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919690#M22958</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;This is also something that we are looking into at the moment and the answers above are helpful to advancing us.&lt;BR /&gt;One question: What table have you populated your Bluecoat CIs into?&lt;/P&gt;
&lt;P&gt;Did you create a new table or insert into existing?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 00:33:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919690#M22958</guid>
      <dc:creator>SimonDi</dc:creator>
      <dc:date>2020-02-12T00:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919691#M22959</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;
&lt;P&gt;i am trying to discover NetBotz Devices(OOTB not supported) with custom probe-sensor.&lt;/P&gt;
&lt;P&gt;i have created classifier, oid and added mib but i am struggling with retrieving serial number.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what will be the oid path if i want to add it into probe- with walk. and i tried to get from internet but no luck.&lt;/P&gt;
&lt;P&gt;Example- (&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;iso.org.dod.internet.private.enterprises.fireeye.feCommon.feSystem.feSystemInfo.feSerialNumber';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;can anyone help here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 15:07:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919691#M22959</guid>
      <dc:creator>bharath10</dc:creator>
      <dc:date>2020-03-02T15:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919692#M22960</link>
      <description>&lt;P&gt;We left them on IP Switch, more out of that's where we put them and we&amp;nbsp;just haven't moved them; getting discovered was the goal at the time.&lt;/P&gt;
&lt;P&gt;We've entertained either creating another class or just using the Device Type attribute that already exists.&lt;/P&gt;
&lt;P&gt;Having asked our network engineers, they don't really care how it's classified, just that it's captured; so there's not a lot of urgency.&lt;/P&gt;
&lt;P&gt;Have you had this discussion with anyone else? I'd love some input.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 12:48:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919692#M22960</guid>
      <dc:creator>ggarcia1</dc:creator>
      <dc:date>2020-03-30T12:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with network SNMP discovery - ID on class/serial number</title>
      <link>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919693#M22961</link>
      <description>&lt;P&gt;I've been adding the Serial OID to the SNMP - Identity Info probe, then updating the SnmpIdentityInfoParser script include.&lt;/P&gt;
&lt;P&gt;The probe is pretty straight forward, but the script include has two things;&lt;/P&gt;
&lt;P&gt;a pile of variablized OIDs&lt;/P&gt;
&lt;P&gt;and a chain of serial number checks&lt;/P&gt;
&lt;P&gt;Depending on your instance version, your script may have a different layout, but both sections still exist.&lt;/P&gt;
&lt;P&gt;In the the pile of var OIDs, enter something like this: (copied three so you can see its pretty much the same each time)&lt;/P&gt;
&lt;P&gt;var oid_blueCoat = 'iso.org.dod.internet.private.enterprises.blueCoat.';&lt;BR /&gt; var oid_gigamon = 'iso.org.dod.internet.private.enterprises.gigamonSnmp.';&lt;BR /&gt; var oid_infoblox = 'iso.org.dod.internet.private.enterprises.infoblox.';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then in the chain of serial number checks, add an appropriate check. This requires knowing the rest of the path to the serial number location, so have the OID from the probe ready. In my instance version, this series of serial checks ends at an APC check, so I just started my checks right after that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//2-12-19 check for BlueCoat Serial Number...&lt;BR /&gt; this.addSerial('blueCoatProxy', snmp.getOIDText('iso.org.dod.internet.private.enterprises.blueCoat.blueCoatMgmt.bluecoatSGProxyMIB.sgProxyConfig.sgProxySerialNumber'));&lt;BR /&gt; &lt;BR /&gt; //2-13-19 check for Gigamon Serial Number...&lt;BR /&gt; this.addSerial('gigamon', snmp.getOIDText(oid_gigamon + 'gigamonSystem.serialNumber'));&lt;BR /&gt; &lt;BR /&gt; //2-20-19 check for InfoBlox Serial Number...&lt;BR /&gt; this.addSerial('infoblox', snmp.getOIDText(oid_infoblox + 'ibSNMP.ibProduct.ibOne.ibPlatformOne.ibPlatformModule.ibSerialNumber'));&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We're preparing to move to the New York version, which uses patterns more heavily, so we'll see what sorts of adjustments we'll have to make there to keep life consistent.&lt;/P&gt;
&lt;P&gt;Let me know if you need a hand.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 13:13:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/struggling-with-network-snmp-discovery-id-on-class-serial-number/m-p/919693#M22961</guid>
      <dc:creator>ggarcia1</dc:creator>
      <dc:date>2020-03-30T13:13:59Z</dc:date>
    </item>
  </channel>
</rss>

