Comment # 5
on bug 12012
from Alex HQuest
You are correct, the Windows card was plugged to a free interface at the
router, then the router was set to forward all the traffic to that particular
interface/MAC address combination.
Export to Wireshark was made using standard Cisco Router IP Traffic Export
(RITE):
ip traffic-export profile intranet
interface FastEthernet3
bidirectional
mac-address 4c72.b9b4.20cb !MAC address for the Windows PC running Wireshark
interface Dialer 1
ip traffic-export apply intranet
The capture to a file was also made using standard Cisco RITE:
ip traffic-export profile capture mode capture
bidirectional
length 512
interface Dialer 1
ip traffic-export apply capture size 5242880
You are receiving this mail because:
- You are watching all bug changes.