Hi, I'm using arista ceos and when I execute 'show interface counters', the number of outOctets in the Ethernet2 interface is 0, but when I capture traffic on that interface with 'tcpdump -i eth2' I see packets that enter and exit from that interface. The configuration of this interface is the following:
interface Ethernet2
description "Connection with Internet"
speed forced 10000full
no switchport
ip address 10.100.1.1/24
!
Hi, I'm using arista ceos and when I execute 'show interface counters', the number of outOctets in the Ethernet2 interface is 0, but when I capture traffic on that interface with 'tcpdump -i eth2' I see packets that enter and exit from that interface. The configuration of this interface is the following:
interface Ethernet2 description "Connection with Internet" speed forced 10000full no switchport ip address 10.100.1.1/24 !