<?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>topic Re: SNMP MIB only has two field name, right ? in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/SNMP-MIB-only-has-two-field-name-right/m-p/22768#M5364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By two fields are you talking about two varbinds?&lt;/P&gt;&lt;P&gt;The trap definitions in the netapp.mib state that each message will be comprised of two varbinds:&lt;/P&gt;&lt;P&gt;        "OBJECTS                         {productTrapData, productSerialNum}"&lt;/P&gt;&lt;P&gt;In my experience productTrapData contains the message payload about the alerting event and productSerialNum contains the serial number of the Filer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the best of my knowledge the varbind structure cannot be changed but I'm not an SNMP guru.&lt;/P&gt;&lt;P&gt;The only customization you can do it create your own traps but the basic object structure of the trap needs to follow the structure outlined above (again to the best of my knowledge).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Dec 2009 17:42:37 GMT</pubDate>
    <dc:creator>RichardSopp</dc:creator>
    <dc:date>2009-12-01T17:42:37Z</dc:date>
    <item>
      <title>SNMP MIB only has two field name, right ?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SNMP-MIB-only-has-two-field-name-right/m-p/22758#M5360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Arial','sans-serif'; "&gt;Our customer is&amp;nbsp; asking me about NetApp SNMP MIB. They found NetApp MIB only has 2 field name,&amp;nbsp; one is product serial name, the other is description. They would like to confirm&amp;nbsp; if this specification can not be changed to provide more field name with more&amp;nbsp; information. Can you help me to confirm who can give me the&amp;nbsp; firmed answer for customer. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Clive Chiang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:21:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SNMP-MIB-only-has-two-field-name-right/m-p/22758#M5360</guid>
      <dc:creator>chun</dc:creator>
      <dc:date>2025-06-05T07:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP MIB only has two field name, right ?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SNMP-MIB-only-has-two-field-name-right/m-p/22763#M5363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clive,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;A MIB file is just a documentation of what objects are supported by a device. Changing it has no impact on what the device supports.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN style="font-style: normal; font-weight: normal; "&gt;The NetApp MIB contains many more objects (50 or more). Not sure what the customer means by “only two fields”. The MIB file can be seen here:&lt;/SPAN&gt;&lt;SPAN&gt; &lt;A href="http://now.netapp.com/NOW/download/tools/mib/" target="_blank"&gt;http://now.netapp.com/NOW/download/tools/mib/&lt;/A&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Regards,&lt;/P&gt;&lt;P class="MsoNormal"&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 16:20:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SNMP-MIB-only-has-two-field-name-right/m-p/22763#M5363</guid>
      <dc:creator>ssantosh</dc:creator>
      <dc:date>2009-12-01T16:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP MIB only has two field name, right ?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SNMP-MIB-only-has-two-field-name-right/m-p/22768#M5364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By two fields are you talking about two varbinds?&lt;/P&gt;&lt;P&gt;The trap definitions in the netapp.mib state that each message will be comprised of two varbinds:&lt;/P&gt;&lt;P&gt;        "OBJECTS                         {productTrapData, productSerialNum}"&lt;/P&gt;&lt;P&gt;In my experience productTrapData contains the message payload about the alerting event and productSerialNum contains the serial number of the Filer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the best of my knowledge the varbind structure cannot be changed but I'm not an SNMP guru.&lt;/P&gt;&lt;P&gt;The only customization you can do it create your own traps but the basic object structure of the trap needs to follow the structure outlined above (again to the best of my knowledge).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 17:42:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SNMP-MIB-only-has-two-field-name-right/m-p/22768#M5364</guid>
      <dc:creator>RichardSopp</dc:creator>
      <dc:date>2009-12-01T17:42:37Z</dc:date>
    </item>
  </channel>
</rss>

