FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
acvaldez
Staff
Staff
Article Id 339192
Description This article describes how to verify MTU in OSPF Neighborship During Database Exchange Using Wireshark.
Scope FortiGate OSPF.
Solution SCENARIO 4 DIAGRAM.png

 

  1. Run a packet capture on the FortiGate for the neighbor IP address (100.100.100.100):
 
diag sniff packet any ‘host 100.100.100.100 and port 89’ 6 0 a
 
  1. Convert the captured packet data using the following guide: Technical Tip: How to import 'diagnose sniffer packet' data to WireShark
  2. Open the converted pcap file in Wireshark and apply the filter:
 
ospf.db.interface_mtu
 
  1. In the packet header, expand the following:
  • Open Shortest Path First (OSPF) section.
  • Expand DB Description.
  • The MTU value used will be visible in this section.
 
scenario 4 mtu via wireshark.png
Contributors