BlueCoatでPath MTU Discovery設定をする方法です。
BlueCoatはアプライアンスのプロキシサーバです。
Windows updateがプロキシ経由だとうまくいかない!ときなんかに対処したりします。
①まず、enableコマンドで特権モードに入ります。
ProxySG> enable
Enable Password:
②configure terminalコマンドで設定モードに入ります。
ProxySG#configure terminal
③設定モードで、tcp-ip pmtu-discovery enableを実行します。
#(config)tcp-ip pmtu-discovery enable
問題なければ 「ok」 と表示されます。
[確認方法]
以下のように、show tcp-ip コマンドで確認します。
Path MTU Discovery: enabled となっていれば変更されています。
Blue Coat SG200 Series #show tcp-ip
RFC-1323 support: enabled
TCP Newreno support: disabled
IP forwarding: disabled
ICMP bcast echo response: disabled
ICMP timestamp echo response: disabled
Path MTU Discovery: enabled
PMTU expiration period: 600 seconds
PMTU probe interval: 120 seconds
TCP 2MSL timeout: 120 seconds
TCP window size: 65535 bytes
Blue Coat SG200 Series #
以上です!