While configuring your routing (likeルーティング設定している間(のような load balancing with dual ADSL connectionsデュアルadsl接続ロードバランシング ) you would often need to view the current route cache and also to occasionally delete the current cache. )あなたはしばしば、現在のルートを表示する必要も時折キャッシュとは、現在のキャッシュを削除します。 Here is how you can do it.ここではどのようにすることができます。


How to display the route cacheキャッシュのルートを表示する方法

ip route show cache IPルート詳細キャッシュ

A sample entry from the list is:サンプルのエントリのリストからは:
217.212.227.18 from 172.16.0.69 via 192.168.0.1 dev eth2 src 172.16.0.50 172.16.0.69経由で192.168.0.1から217.212.227.18 devよりeth2 src 172.16.0.50
cacheキャッシュ mtu 1500 advmss 1460 hoplimit 64 iif eth0 MTUの1500 advmss 1460 hoplimit 64 iif eth0の

This tells us that all requests from 172.16.0.69 (my machine’s IP) to 217.212.227.18 (Akamai machine) gets routed via eth2 interface using the gateway 192.168.0.1 (Tata Indicom Broadband).このことを教えてくれるから、すべての要求172.16.0.69 (自分のマシンのIP )を217.212.227.18 (のAkamaiマシン)を取得ルーティングeth2インターフェイス経由で使用して、ゲートウェイ192.168.0.1 ( Tata Indicomのブロードバンド) 。

How to delete the route cacheルートキャッシュを削除する方法

ip route flush cache IPルートフラッシュキャッシュ