<?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 How to keep interface from changing in SNMP | sk71600 in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-keep-interface-from-changing-in-SNMP-sk71600/m-p/118457#M21739</link>
    <description>&lt;P&gt;Hi Guys,&lt;/P&gt;
&lt;P&gt;One thing that really bugs me when it comes to monitoring check point is the interface name changes in SNMP.&lt;BR /&gt;Maybe just me, but it took me years to find a solution for this (yes iknow the SK is old, but you still need to find it)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk71600" target="_blank" rel="noopener"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk71600&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F_cWFKQFl3w8%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D_cWFKQFl3w8&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F_cWFKQFl3w8%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="518" height="291" scrolling="no" title="Check Point VSX | How to keep interface from changing in SNMP" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Magnus&lt;/P&gt;</description>
    <pubDate>Tue, 12 Oct 2021 08:36:53 GMT</pubDate>
    <dc:creator>Magnus-Holmberg</dc:creator>
    <dc:date>2021-10-12T08:36:53Z</dc:date>
    <item>
      <title>How to keep interface from changing in SNMP | sk71600</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-keep-interface-from-changing-in-SNMP-sk71600/m-p/118457#M21739</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;
&lt;P&gt;One thing that really bugs me when it comes to monitoring check point is the interface name changes in SNMP.&lt;BR /&gt;Maybe just me, but it took me years to find a solution for this (yes iknow the SK is old, but you still need to find it)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk71600" target="_blank" rel="noopener"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk71600&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F_cWFKQFl3w8%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D_cWFKQFl3w8&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F_cWFKQFl3w8%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="518" height="291" scrolling="no" title="Check Point VSX | How to keep interface from changing in SNMP" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Magnus&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 08:36:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-keep-interface-from-changing-in-SNMP-sk71600/m-p/118457#M21739</guid>
      <dc:creator>Magnus-Holmberg</dc:creator>
      <dc:date>2021-10-12T08:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep interface from changing in SNMP | sk71600</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-keep-interface-from-changing-in-SNMP-sk71600/m-p/119322#M21740</link>
      <description>&lt;P&gt;Thought I would feedback on implementing SK71600 on a checkpoint appliance:&lt;BR /&gt;- SK show only a SNMPv2 example rather then v3, no biggy but would be nice to include this.&lt;BR /&gt;- snmpwalk example results on an appliance comes back with NIC models rather then interface names. In order to get the interface names use 'IF-MIB-ifName'.&lt;BR /&gt;snmpwalk -v 3 -l authPriv -u &amp;lt;SNMPUser&amp;gt; -a SHA -A &amp;lt;AuthPass&amp;gt; -x AES -X &amp;lt;PrivPass&amp;gt; localhost IF-MIB::ifName&lt;BR /&gt;IF-MIB::ifName.1 = STRING: lo&lt;BR /&gt;IF-MIB::ifName.2 = STRING: Sync&lt;BR /&gt;IF-MIB::ifName.3 = STRING: Mgmt&lt;BR /&gt;IF-MIB::ifName.4 = STRING: eth1-05&lt;BR /&gt;IF-MIB::ifName.5 = STRING: eth1-06&lt;/P&gt;
&lt;P&gt;In my case I had a total of three drivers:&lt;BR /&gt;e1000e = onboard NICs&lt;BR /&gt;igb = 1GB Nics in Slot&lt;BR /&gt;ixge = 10GB Nics in Slot&lt;/P&gt;
&lt;P&gt;I want to load the drives in the above order so I did this:&lt;BR /&gt;cp /etc/modprobe.conf /etc/modprobe.conf_ORIGINAL&lt;BR /&gt;echo "# -- Orders how the drivers are loaded, in this case: e1000e, igb and finally ixgbe" &amp;gt;&amp;gt; /etc/modprobe.conf&lt;BR /&gt;echo "install igb /sbin/modprobe e1000e ; sleep 5 ; /sbin/modprobe --ignore-install igb" &amp;gt;&amp;gt; /etc/modprobe.conf&lt;BR /&gt;echo "install ixgbe /sbin/modprobe igb ; sleep 5 ; /sbin/modprobe --ignore-install ixgbe" &amp;gt;&amp;gt; /etc/modprobe.conf&lt;BR /&gt;cat /etc/modprobe.conf&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only thing I could not do is actually order the interfaces in sequential order so if I have 5 interfaces using 'igb' driver I could not order them so that index 1 = eth1-01 and index 5 = eth1-05 as an example.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 12:04:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-keep-interface-from-changing-in-SNMP-sk71600/m-p/119322#M21740</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2021-05-25T12:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep interface from changing in SNMP | sk71600</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-keep-interface-from-changing-in-SNMP-sk71600/m-p/160039#M28162</link>
      <description>&lt;P&gt;Thank you for sharing your experience but I do not understand why to spend the effort.&lt;/P&gt;&lt;P&gt;* The order changes anyway: when you add new interfaces, when you remove interfaces.&lt;/P&gt;&lt;P&gt;* The solution does not help with ordering of VLAN (and maybe other non-physical) interfaces.&lt;/P&gt;&lt;P&gt;* The&amp;nbsp;&lt;SPAN&gt;sk71600 explains that correctly working SNMP monitoring tool has to re-discover the interfaces after the machine is rebooted. Part of the discovery is mapping to&amp;nbsp;IF-MIB::ifName values which you then use to refer to the interfaces by their names.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Summary: The SNMP monitoring tool has to be fixed to not use the changing table index number when referring to an interface.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 09:53:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-keep-interface-from-changing-in-SNMP-sk71600/m-p/160039#M28162</guid>
      <dc:creator>Václav_Brožík</dc:creator>
      <dc:date>2022-10-20T09:53:29Z</dc:date>
    </item>
  </channel>
</rss>

