You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Setup a SPAN session a Cisco switch with an 802.1q trunk as the source and with the destination option 'encapsulation replicate'
interface GigabitEthernet1/0/1
description A Trunk Port
switchport mode trunk
end
monitor session 1 source interface Gi1/0/1
monitor session 1 destination interface Gi1/0/2 encapsulation replicate
Use dumpcap to capture that data.
Load that pcap in grassmarlin and notice that either no or very few hosts are listed. The only hosts listed are those that passed unencapsulated data (eg for spanning tree or CDP)
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: