| Notes - MTU and PMTU |
| General Info - General Info | ||||||||||||
| Thursday, 18 December 2008 22:23 | ||||||||||||
|
This is by no-means a full guide to MTU or PMTU but a small collection of notes. Protocol Overhead
ExampleTo send a ping with a full 1500 byte packet , you can run the command below. ping -s 1500 [destination ip] Check fragmentationNote: The -M switch option in ping is for "Select Path MTU Discovery strategy" do - (prohibit fragmentation, even local one), ping -M do -s 1472 google.com 1. If the top ping works, then all the nodes that you routed through on your way to google should have an MTU of 1500. 2. The bottom ping shouldn`t work and you should see the following, From 10.1.1.20 icmp_seq=1 Frag needed and DF set (mtu = 1500) This is because you own NIC will fragment the packets due to exceeding the MTU value. ReferencesFor full guides and various Cisco commands please check out the following links. mtu-manipulation |
Latest Articles
- F5 LTM VE 10.2.x - Interfaces not recognised
- Cisco ASA - Security Levels / NAT Control
- F5 LTM - OneConnect
- Django - CSRF verification failed. Request aborted.
- F5 LTM VE - Unable to attach to PCI device 02:01.00 for Interface 1.1
- F5 LTM - Connection Management
- Brocade ADX - FTP
- PKI - Chain of Trust
- Juniper SRX - Site to Site VPN using a Dynamic IP address
- F5 LTM - How do I perform software installations ?
- Juniper SRX - NAT
- Juniper SRX - How to configure a route based VPN
- Juniper SRX - Dynamic VPN
- Juniper SRX - How to configure a policy based VPN
- Brocade ADX - NAT
- Brocade ADX - CSW nested rules
- How do I upgrade a Juniper SRX Series gateway
- Cisco ASA - How do I capture ARP`s ?
- Juniper SRX - Configuring Source NAT with pool
- Running a packet capture on a Juniper SRX
Popular
- Proxy ARP – SPLAT
- Check Point Commands
- IPSO - Commands
- ASA 8.3 - How to configure NAT
- vSphere - Creating User and Group Permissions
- PEMU - Free Cisco PIX Firewall Emulator / Simulator
- Configuring Wireless Connectivity within Backtrack 4 r2
- Juniper Netscreen Commands
- Juniper Netscreen - NAT Explained
- How do I install snmpwalk / snmpget using Yum ?
- Netscreen - NSRP
- ESX Convertor - The session is not authenticated
- Troubleshooting a Netscreen Site 2 Site VPN
- ESX - ViClient Cannot connect to host
- Endpoint Connect Installation / Troubleshooting Guide
- Check Point - How to Reset SIC
- ESXi - Connecting to a named pipe
- Netscreen - Routing Basics / Virtual Routers / PBR
- Check Point Logging Troubleshooting Guide
- Configuring Windows 2008 R2 as an NTP Server
