From: Brian C. <b.c...@po...> - 2019-04-19 12:34:45
|
> We have both Ipv4 and Ipv6 traffic passing through our WAN switch. > However, We need to get the exact number of Ipv4 and Ipv6 traffic packets > forwarded by our WAN switch(Extreme switch). There is no standard MIB that I know that counts v4 and v6 packets separately. You could see if your Extreme device has a vendor-proprietary MIB which does this. But if not, then you need to analyse your traffic with Netflow (many tools available: nfdump + nfsen-ng is one set) |