Troubleshooting network : méthodologie structurée for ingénieurs
Méthodologie structurée for troubleshooting network : approche systématique évite heures d'errance. OSI bottom-up vs top-down vs divide-and-conquer. Outils essentiels : ping, traceroute, tcpdump/Wireshark, show commands. Guide pratique 2026.
Méthodologies
- Bottom-up OSI : L1 cable → L2 switching → L3 routing → L4 ports → L7 apps
- Top-down : application → network (pour apps cassées)
- Divide-and-conquer : couper le problème en deux (tests to mi-chemin)
- Follow-the-path : tracer chemin physique/logique of paquet
- Compare : with baseline fonctionnelle
Outils de base
- ping : connectivité L3
- traceroute : chemin hop-by-hop
- arp -a : table ARP locale
- nslookup / dig : résolution DNS
- netstat / ss : connections locales
- Wireshark / tcpdump : capture paquets
- iperf : test bandwidth
Commandes switch/router
- show interfathese : erreurs CRC, collisions
- show mac address-table : MAC learning
- show ip route : table routing
- show ip bgp summary : état BGP
- show spanning-tree : état STP
- show cdp/lldp neighbors : voisins
- debug ip icmp : debug trafic (prod attention)
Problèmes fréquents
- Cable défectueux : vérifier show interfathese errors
- Duplex mismatch : late collisions = symptôme
- VLAN non autorisé sur trunk
- MTU mismatch : fragmentation
- Routing asymétrique : FW drop reverse flow
- DNS : nslookup échoue mais IP ping OK
- MTU 1500 vs 9000 : jumbo frames
Packet capture
- tcpdump -i eth0 -w capture.pcap 'host 10.0.0.5'
- Wireshark : UI, filtres avancés (ip.src==X, tcp.port==443)
- SPAN/mirror port sur switch for capture non-invasive
- FortiGate : diagnose sniffer packet any 'host 10.0.0.5' 4
Commander chez OPTINOC
Form factorion troubleshooting network + audit existant. Wireshark avancé, commandes Cisco/Juniper/FortiGate. Devis sous 48h.
