<?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: show cdp in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/80237#M6166</link>
    <description>&lt;P&gt;This looks like another great candidate for &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt; or &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/687"&gt;@Danny&lt;/a&gt; to turn into oneliner &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Mar 2020 19:41:48 GMT</pubDate>
    <dc:creator>Vladimir</dc:creator>
    <dc:date>2020-03-30T19:41:48Z</dc:date>
    <item>
      <title>show cdp</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/80229#M6164</link>
      <description>&lt;P&gt;hello i'm trying to see where my checkpoint is connected (which physical port)&amp;nbsp;&lt;/P&gt;&lt;P&gt;the physical port is eth 2 on the checkpoint&lt;/P&gt;&lt;P&gt;is there a command similar to "show cdp" in checkpoint CLI ?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 18:44:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/80229#M6164</guid>
      <dc:creator>nflnetwork29</dc:creator>
      <dc:date>2020-03-30T18:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: show cdp</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/80234#M6165</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sort of.&amp;nbsp; From the third edition of my book:&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;P&gt;Determining the Layer 2 switching path is a little more difficult and may involve&lt;BR /&gt;tracing cables. If you are using Cisco switches in your network, from the firewall you&lt;BR /&gt;can sniff and decode Cisco Discovery Protocol (CDP) frames from the switch attached to&lt;BR /&gt;the firewall with this command:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;tcpdump -vn -s 1500 -i (interface) 'ether[20:2] == 0x2000'&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fig16.jpg" style="width: 602px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/5238i4BE9A331D0708347/image-size/large?v=v2&amp;amp;px=999" role="button" title="fig16.jpg" alt="fig16.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;Figure 1-6: tcpdump Decode of CDP Traffic&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;From your testing workstation, you can do something similar in Wireshark. Start a&lt;BR /&gt;capture on your network interface and use the following filter:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;eth.dst == 01:00:0c:cc:cc:cc&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fig17.jpg" style="width: 559px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/5239iD26C6E37A9FD867A/image-size/large?v=v2&amp;amp;px=999" role="button" title="fig17.jpg" alt="fig17.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;Figure 1-7: Wireshark Decode of CDP Traffic&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The CDP traffic should tell you enough about the locally attached switch to identify&lt;BR /&gt;it. Keep in mind that there may be many other switches in the path between your testing&lt;BR /&gt;workstation and the firewall depending upon the architecture of your network; you need&lt;BR /&gt;to discover them all. If they are Cisco switches and you can obtain command-line access&lt;BR /&gt;to them, running the Cisco IOS command &lt;STRONG&gt;show cdp neighbors&lt;/STRONG&gt; is helpful for&lt;BR /&gt;identifying adjacent switches.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Depending on the vendor (and version) of the networking devices used in your&lt;BR /&gt;environment, they may be using the IEEE 802.1AB Link Layer Discovery Protocol&lt;BR /&gt;(LLDP) instead of CDP. The Cisco command &lt;STRONG&gt;show lldp neighbors&lt;/STRONG&gt; is helpful for&lt;BR /&gt;identifying adjacent switches; use this command to view and decode LLDP traffic:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;tcpdump -vn -s 1500 -i (interface) ether proto 0x88cc&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 19:36:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/80234#M6165</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2020-03-30T19:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: show cdp</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/80237#M6166</link>
      <description>&lt;P&gt;This looks like another great candidate for &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt; or &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/687"&gt;@Danny&lt;/a&gt; to turn into oneliner &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 19:41:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/80237#M6166</guid>
      <dc:creator>Vladimir</dc:creator>
      <dc:date>2020-03-30T19:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: show cdp</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/80238#M6167</link>
      <description>really? that seems like its overly complicated lol</description>
      <pubDate>Mon, 30 Mar 2020 19:44:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/80238#M6167</guid>
      <dc:creator>nflnetwork29</dc:creator>
      <dc:date>2020-03-30T19:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: show cdp</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/80279#M6170</link>
      <description>&lt;P&gt;Cisco Discover Protocol is not supported with Check Point.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 07:03:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/80279#M6170</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2020-03-31T07:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: show cdp</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/82849#M6405</link>
      <description>&lt;P&gt;There is self-written CDP deamon for Check Point. Works like a charm.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/oribit/cdpd-cp" target="_blank" rel="noopener"&gt;https://github.com/oribit/cdpd-cp&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 22:04:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/82849#M6405</guid>
      <dc:creator>Maria_Pologova</dc:creator>
      <dc:date>2020-04-22T22:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: show cdp</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/144711#M22564</link>
      <description>&lt;P&gt;What about LLDP?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 16:10:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/144711#M22564</guid>
      <dc:creator>xsxso</dc:creator>
      <dc:date>2022-03-24T16:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: show cdp</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/144743#M22568</link>
      <description>&lt;P&gt;Only in R81 and above per&amp;nbsp;&lt;SPAN&gt;sk117676, note the limitations about VSX.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 23:14:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/show-cdp/m-p/144743#M22568</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2022-03-24T23:14:09Z</dc:date>
    </item>
  </channel>
</rss>

