Ou bien : payload icmp + header icmp + header ip + header ethernet avec tag VLAN (ajouté en interne uniquement) 9170 + 8 + 20 + 14 + 4 = 9216
Thomas 15 déc. 2023 17:32:30 Paul Rolland (ポール・ロラン) <[email protected]>: > Hello, > > On Fri, 15 Dec 2023 17:20:57 +0100 > Laurent-Charles FABRE <[email protected]> wrote: > >> Switch 1 : >> Route Port,The Maximum Transmit Unit is 9600,The Maximum Frame Length is >> 9216 > >> Le plus gros paquet que je passe: >> ping -f -s 9170 10.0.61.75 >> PING 10.0.61.75: 9170 data bytes, press CTRL_C to break >> Reply from 10.0.61.75: bytes=9170 Sequence=1 ttl=254 time=1 ms >> >> Y'a un truc qui m'échappe >> Qui saurait me dire pourquoi 9170 ? > > Maximum frame, c'est cote Ethernet ca, non ? > Donc, tu as: > 9170 octets de data ICMP + 8 octets de header ICMP + 20 octets de header IP > soit 9198 octets... pour arriver a 9216, il te faut encore 18 octets : > - 6 de dest mac, > - 6 de src mac, > - 2 d'ether type > - 4 de fcs > > Ca doit ca a peu pres... > > Mais comme tu as ecrit, c'est le bon jour pour passer pour une buse ;) > > Paul > > -- > Paul Rolland E-Mail : rol(at)witbe.net > CTO - Witbe.net SA Tel. +33 (0)1 47 67 77 77 > 18 Rue d'Arras, Bat. A11 Fax. +33 (0)1 47 67 77 99 > F-92000 Nanterre RIPE : PR12-RIPE > > Please no HTML, I'm not a browser - Pas d'HTML, je ne suis pas un > navigateur "Some people dream of success... while others wake up and work > hard at it" > > "I worry about my child and the Internet all the time, even though she's > too young to have logged on yet. Here's what I worry about. I worry that 10 > or 15 years from now, she will come to me and say 'Daddy, where were you > when they took freedom of the press away from the Internet?'" > --Mike Godwin, Electronic Frontier Foundation > > > --------------------------- > Liste de diffusion du FRnOG > http://www.frnog.org/ --------------------------- Liste de diffusion du FRnOG http://www.frnog.org/
