Hi,
I have the topology as showing here https://imgur.com/a/xB09y . I need to prove to my supplier which I connect through via reth2.0 that traffic is leaving my device correctly. To do this I want to do a packet capture and send it to them. Using the below settings a pcap is created but it doesnt contain any traffic for reth2.0 which should be 10.x.x.x. Instead it seems to contain traffic from reth1.0 mainly broadcast from a server with IP of 192.168.1.3.
Some help would be great I've been on this a while Image may be NSFW.
Clik here to view.
edit forwarding-options packet-capture
set file filename mytrace
set file size 5m
set maximum-capture-size 1500
set firewall filter PCAP term 1 then sample
set firewall filter PCAP term 1 then accept
set firewall filter PCAP term 2 then sample
set firewall filter PCAP term 2 then accept
set firewall filter PCAP term allow-all-else then accept
set interfaces reth2 unit 0 family inet filter output PCAP
set interfaces reth2 unit 0 family inet filter input PCAP
commit
I have tried the same filter but on reth1 and source / destination completed and I do see traffic from 192.168.1.100 > 100.0.55.30. But really I need to see a pcap showing the traffic leaving reth2 as thats the interface which my provider is connected too.