[GTER] MTU x Telefonica

Danton Nunes danton at inexo.com.br
Thu Jun 18 00:51:18 -03 2009


On Wed, 17 Jun 2009, Adelmo Junior wrote:

> Pra descobrir o MTU:
> ping -f -l 1472 gelo.fertimitsui.com.br

que raio de ping é esse? -l para mim é 'preload'. se a intenção é fixar o 
tamanho de pacote a chabe que eu conheço é -s.

datagramas de UDP podem ser fragmentados e remontados sem problema, não 
acho que esse negócio de ping dê certo.

exemplo:

danton at phoenix:~$ /sbin/ip link show dev eth1
2: eth1: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen 1000
     link/ether 00:14:2a:2e:b5:b8 brd ff:ff:ff:ff:ff:ff
danton at phoenix:~$ ping -c 4 -s 2500 testbed
PING testbed.inexo.com.br (200.231.48.37) 2500(2528) bytes of data.
2508 bytes from testbed.inexo.com.br (200.231.48.37): icmp_seq=1 ttl=64 time=1.07 ms
2508 bytes from testbed.inexo.com.br (200.231.48.37): icmp_seq=2 ttl=64 time=1.06 ms
2508 bytes from testbed.inexo.com.br (200.231.48.37): icmp_seq=3 ttl=64 time=1.05 ms
2508 bytes from testbed.inexo.com.br (200.231.48.37): icmp_seq=4 ttl=64 time=1.05 ms

--- testbed.inexo.com.br ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3010ms
rtt min/avg/max/mdev = 1.052/1.063/1.079/0.025 ms

taí. mtu de 1500 e pings de 2500 passando na maior boa.



More information about the gter mailing list