O mais provável é que o switch não permita a passagem dos pacotes. Alguns pcaps também podem ser úteis para diagnóstico.
Estou trabalhando em 2 servidores no Debian 7.10 com Broadcom Corporation NetXtreme BCM57800 1/10 Ethernet Gigabit.
Eu fiz o seguinte para os dois servidores:
ethtool -g eth0
Ring parameters for eth0:
Pre-set maximums:
RX: 4078
RX Mini: 0
RX Jumbo: 0
TX: 4078
Current hardware settings:
RX: 4078
RX Mini: 0
RX Jumbo: 0
TX: 4078
Mudei o mtu para 9000 com:
ifconfig eth0 mtu 9000
ifconfig eth0
valor mudou:
UP BROADCAST RUNNING MULTICAST MTU:9000 Metric:1
Mas não funciona quando tento enviar 9000 bytes com pacote:
ping -M do -s 8972 10.0.0.3
PING 10.0.0.3 (10.0.0.3) 8972(9000) bytes of data.
^C
--- 10.0.0.3 ping statistics ---
13 packets transmitted, 0 received, 100% packet loss, time 12095ms
No entanto, ainda está trabalhando com pacotes de 1500 bytes:
ping -M do -s 1472 10.0.0.3
PING 10.0.0.3 (10.0.0.3) 1472(1500) bytes of data.
1480 bytes from 10.0.0.3: icmp_seq=1 ttl=64 time=0.054 ms
1480 bytes from 10.0.0.3: icmp_seq=2 ttl=64 time=0.041 ms
Firmware da NIC:
/sbin/modinfo bnx2x
filename: /lib/modules/3.16.0-4-amd64/kernel/drivers/net/ethernet/broadcom/bnx2x/bnx2x.ko
firmware: bnx2x/bnx2x-e2-7.8.19.0.fw
firmware: bnx2x/bnx2x-e1h-7.8.19.0.fw
firmware: bnx2x/bnx2x-e1-7.8.19.0.fw
version: 1.78.19-0
license: GPL
description: Broadcom NetXtreme II BCM57710/57711/57711E/57712/57712_MF/57800/57800_MF/57810/57810_MF/57840/57840_MF Drive
Estou faltando alguma coisa aqui?
Tags broadcom debian linux jumboframes mtu