<?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: Catalyst 2960 Config for Wireshark Capture in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/catalyst-2960-config-for-wireshark-capture/m-p/4297581#M1078801</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Switch(config)# no monitor session 1
Switch(config)# monitor session 1 source interface gigabitethernet0/1
Switch(config)# monitor session 1 destination interface gigabitethernet0/2 encapsulation replicate
Switch(config)# end 
!
Switch(config)# no monitor session 1 source interface gigabitethernet0/1
Switch(config)# end 
!
&lt;/PRE&gt;
&lt;PRE&gt;Embedded packet capture

The config was something like:

(config mode)

ip access-list extended mycapf

    permit ip host xx.xx.xx.xx any

    permit ip any host xx.xx.xx.xx

(enable mode)

monitor capture mycap buffer size 2 circular

monitor capture mycap access-list mycapf

monitor capture mycap interface Te1/1/1

monitor capture mycap start
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/ios-embedded-packet-capture/116045-productconfig-epc-00.html" target="_self"&gt;here&lt;/A&gt; this link help you as its an example&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2021 12:32:57 GMT</pubDate>
    <dc:creator>Sheraz.Salim</dc:creator>
    <dc:date>2021-02-25T12:32:57Z</dc:date>
    <item>
      <title>Catalyst 2960 Config for Wireshark Capture</title>
      <link>https://community.cisco.com/t5/network-security/catalyst-2960-config-for-wireshark-capture/m-p/4297566#M1078798</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm the network admin for my organization and we've been having some security issues on our network recently so I'm trying to investigate using wireshark. But my issue is that wireshark only captures packets that come to my device's network interfaces even in promiscuous mode since we are using a switched network. So I'm trying to find a way to setup the network that will allow me capture packets passing through the entire network. Perhaps some configuration on the switch that may allow my port see traffic passing through other ports. Or something...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My network has a managed switch(CISCO 2960) as the core switch and connects through a trunk line to an unmanaged switch that distributes to our users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 11:56:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/catalyst-2960-config-for-wireshark-capture/m-p/4297566#M1078798</guid>
      <dc:creator>Elopower123</dc:creator>
      <dc:date>2021-02-25T11:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Catalyst 2960 Config for Wireshark Capture</title>
      <link>https://community.cisco.com/t5/network-security/catalyst-2960-config-for-wireshark-capture/m-p/4297573#M1078799</link>
      <description>&lt;P&gt;Make sure you capturing the right place where the traffic leaving from network to get more visibility.&lt;/P&gt;
&lt;P&gt;if the VLAN you need to add all VLANs - post the configuraiton you configured.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or refer below guide :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/12-2_55_se/configuration/guide/3750xscg/swspan.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/12-2_55_se/configuration/guide/3750xscg/swspan.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 12:12:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/catalyst-2960-config-for-wireshark-capture/m-p/4297573#M1078799</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-02-25T12:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Catalyst 2960 Config for Wireshark Capture</title>
      <link>https://community.cisco.com/t5/network-security/catalyst-2960-config-for-wireshark-capture/m-p/4297581#M1078801</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Switch(config)# no monitor session 1
Switch(config)# monitor session 1 source interface gigabitethernet0/1
Switch(config)# monitor session 1 destination interface gigabitethernet0/2 encapsulation replicate
Switch(config)# end 
!
Switch(config)# no monitor session 1 source interface gigabitethernet0/1
Switch(config)# end 
!
&lt;/PRE&gt;
&lt;PRE&gt;Embedded packet capture

The config was something like:

(config mode)

ip access-list extended mycapf

    permit ip host xx.xx.xx.xx any

    permit ip any host xx.xx.xx.xx

(enable mode)

monitor capture mycap buffer size 2 circular

monitor capture mycap access-list mycapf

monitor capture mycap interface Te1/1/1

monitor capture mycap start
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/ios-embedded-packet-capture/116045-productconfig-epc-00.html" target="_self"&gt;here&lt;/A&gt; this link help you as its an example&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 12:32:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/catalyst-2960-config-for-wireshark-capture/m-p/4297581#M1078801</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2021-02-25T12:32:57Z</dc:date>
    </item>
  </channel>
</rss>

