Hi,
I'm trying to sniff and analyze traffic on one of my interfaces that is forwarding traffic but infortunately I'm only able to see traffic that is destined directly to the interface (BGP messages, L2 messages and ICMP destined to the interface direct IP address).
I have a LACP bundle so I tried to check for the packets at all interface level (physical, logical bundle, and sub-interface) without any success. I also tried to go directly to the UNIX shell and the result is same.
Given the example below, the interface ae0.10 can be the default gateway for it's subnet, but I'm only able to see the packets destined or originated from the interface itself and not the forwarded ones.
ge-0/0/0 {
gigether-options {
802.3ad ae0;
}
}
ge-0/0/1 {
gigether-options {
802.3ad ae0;
}
}
ae0 {
vlan-tagging;
aggregated-ether-options {
lacp {
active;
}
}
unit 10 {
vlan-id 10;
family inet {
address 10.0.0.10/28;
}
}
Is there a way to see all the traffic that is being forwarded through that interface?
Thanks
#monitortrafficinterface