I'm using Virtual Environment 9.1.6 with an EVPN network at Hetzner. I've noticed that the number of errors and dropped packets on the vrf_evpn interface keeps growing, but the network is working fine or at least that's how it seems to me.
There are no errors on other interfaces. I reduced the MTU for the VM network to 1350, following Hetzner vSwitch recommendations (1400 maximum minus overhead).
Is it possible that a large number of errors and dropped packets on vrf_evpn is not a problem, or do I need to fix something? Please advise me on which direction to go.
There are no errors on other interfaces. I reduced the MTU for the VM network to 1350, following Hetzner vSwitch recommendations (1400 maximum minus overhead).
Bash:
ip -s link show dev vrf_evpn
72: vrf_evpn: <NOARP,MASTER,UP,LOWER_UP> mtu 65575 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether aa:d1:34:82:55:4c brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
42710078845 135885679 0 0 0 0
TX: bytes packets errors dropped carrier collsns
104476795504 104912493 724156 724156 0 0
Is it possible that a large number of errors and dropped packets on vrf_evpn is not a problem, or do I need to fix something? Please advise me on which direction to go.