Difference between revisions of "MTU"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
* [[Jumbo frames]] | * [[Jumbo frames]] | ||
* debug1: expecting SSH2_MSG_KEX_ECDH_REPLY | * debug1: expecting SSH2_MSG_KEX_ECDH_REPLY | ||
+ | * [[Path MTU Discovery (PMTUD)]] | ||
== See also == | == See also == |
Revision as of 13:48, 9 December 2020
Cisco IOS: show system mtu
Change configuration on Linux:
ip link set dev eth0 mtu 9000
(Jumbo frames)
ifconfig -a | grep mtu
ping -M do -s 9000 <some_ip_address>
Select Path MTU Discovery strategy. hint may be either do (prohibit fragmentation, even local one), want (do PMTU discovery, fragment locally when packet size is large), or don't (do not set DF flag).
netsh interface ipv4 show interfaces
Related terms
- Jumbo frames
- debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
- Path MTU Discovery (PMTUD)
See also
Advertising: