展開モード
ご意見をお寄せいただきありがとうございました

この記事は機械翻訳されています.免責事項

ルーターを構成する

アプライアンスは、WCCP-GREまたはWCCP-L2を自動的にネゴシエートします。主な選択肢は、 ユニキャスト操作 (アプライアンスが各ルーターのIPアドレスで構成されている)または マルチキャスト操作 (アプライアンスとルーターの両方がマルチキャストアドレスで構成されている)のいずれかです。

標準(ユニキャスト)動作:通常の動作では、ルータ全体の WCCP バージョン 2 と WCCP グループ ID を宣言し、各 WAN インターフェイスでリダイレクションを有効にします。次に、Cisco IOSの例を示します。

``` pre codeblock config term ip wccp version 2 ! We will configure the appliance to use group 51 for TCP and 52 for UDP. ip wccp 51 ip wccp 52

! Repeat the following three lines for each WAN interface ! you wish to accelerate: interface your_wan_interface ! If Reverse Path Forwarding is enabled (with an ip verify unicast ! source reachable” statement), delete or comment out the statement: ! ip verify unicast source reachable-via any ! Repeat on all ports.

ip wccp 51 redirect out ip wccp 51 redirect in ip wccp 52 redirect out ip wccp 52 redirect in

! If the appliance is inline with one of the router interfaces ! (NOT SUPPORTED), add the following line for that interface ! to prevent loops: ip wccp redirect exclude in ^Z

複数のルーターが同じアプライアンスを使用する場合、それぞれが上記のように構成され、同じサービスグループまたは異なるサービスグループを使用します。 **マルチキャスト操作:**アプライアンスと各ルーターにマルチキャストアドレスを与える場合、構成は通常の操作とは少し異なります。次に、Cisco IOSの例を示します。 ``` pre codeblock config term ip wccp version 2 ip wccp 51 group-address 225.0.0.1 ! Repeat the following three lines for each WAN interface ! you wish to accelerate: interface your_wan_interface ! If Reverse Path Forwarding is enabled (with an ip verify unicast ! source reachable” statement), delete or comment out the statement: ! ip verify unicast source reachable-via any ip wccp 51 redirect out ip wccp 51 redirect in ! ! The following line is needed only on the interface facing the other router, ! if there is another router participating in this service group. ip wccp 51 group-listen !If the appliance is inline with one of the router interfaces, !(which is supported but not recommended), add !the following line for that interface to prevent loops: ip wccp redirect exclude in ^Z
このコンテンツの正式なバージョンは英語で提供されています。Cloud Software Groupドキュメントのコンテンツの一部は、お客様の利便性のみを目的として機械翻訳されています。Cloud Software Groupは機械翻訳されたコンテンツを管理していないため、誤り、不正確な情報、不適切な用語が含まれる場合があります。英語の原文から他言語への翻訳について、精度、信頼性、適合性、正確性、またはお使いのCloud Software Group製品またはサービスと機械翻訳されたコンテンツとの整合性に関する保証、該当するライセンス契約書またはサービス利用規約、あるいはCloud Software Groupとのその他すべての契約に基づき提供される保証、および製品またはサービスのドキュメントとの一致に関する保証は、明示的か黙示的かを問わず、かかるドキュメントの機械翻訳された範囲には適用されないものとします。機械翻訳されたコンテンツの使用に起因する損害または問題について、Cloud Software Groupは責任を負わないものとします。
ルーターを構成する