01-08-2023 08:38 AM
I want to know if the packets go through the switch.
Is it possible to log frames with origin and destination on the switch?
I'm not asking, check with wireshark.
Solved! Go to Solution.
01-12-2023 01:22 AM
hi,
you can use debug ip packet privilege command.
you can also use an ACL to be more granular/specific in your output and also not to overwhelm CPU.
01-08-2023 08:44 AM
what is SW platform ?
if your SW platform support capture you can use it to capture the traffic enter the SW.
01-10-2023 03:57 PM
2960 3850 9200 9300
Viewing with wireshark using SPAN is not what I want.
01-10-2023 04:10 PM
Session Presentation (ciscolive.com)
check this ciscolive
01-08-2023 12:03 PM
There are different ways to do this, depending on requirements.
1. you can SPAN the session to mirror the traffic
2. if you have the latest model of switch, you can packet capture inside
3. same way if you have the latest model switch IOS code support, you can use NetFlow
01-10-2023 03:57 PM
Viewing with wireshark using SPAN is not what I want.
01-11-2023 12:21 AM
how about other tools which i suggested, what have you tried?
01-11-2023 12:23 AM
If the switch supports QoS, you can define class-map that identify your flow, then a policy-map that have your class-map. Then put your policy-map into an interface. Then you can look up the counters in the policy-map with "show service-policy interface <nr>"
01-11-2023 12:31 AM
What do you want to accomplish exactly, why don't you want to use SPAN ? The 9300 supports circular and linear packet capture, see the link below. It is still recommended to export a .pcap file (to e,g, wireshark). Why don't you want to use Wireshark ?
https://www.engineerkhan.com/networking/packet-capture-on-cisco-9300-switches/
01-11-2023 05:06 PM
What I want is something like this.
01-11-2023 05:16 PM
01-12-2023 01:45 AM
are you ever check the link I share ?
01-12-2023 12:11 AM
Like this using ASA ? or on what device you looking to do ?
ASA already doing that task, what you expecting here ?
01-12-2023 12:56 AM
Like the ASA, I want similar functionality on a 2960 or 9200 switch.
01-12-2023 01:22 AM
hi,
you can use debug ip packet privilege command.
you can also use an ACL to be more granular/specific in your output and also not to overwhelm CPU.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide