コンテンツフィルタリングは、3GPP および 3GPP2 ネットワークで使用可能なインラインサービスです。HTTP リクエスト内の URL に基づいてモバイルサブスクライバからの HTTP リクエストをフィルタ処理します。これにより、オペレータは個々のサブスクライバがアクセスできるコンテンツをフィルタ処理して制御できるため、サブスクライバが常識的に容認されないコンテンツや望まないコンテンツに思いがけずさらされることはありません。
コンテンツフィルタリング機能は、非 CUPS アーキテクチャで実装されているものと同じです。詳細については、『 CF Administration Guide』 の「 Content Filtering Support Overview」の章 [英語] を参照してください。
コンテンツフィルタリングの設定
コンテンツフィルタリングを有効にするには、次の追加設定を使用します。
configure
require user-plane content-filtering
content-filtering category database directory path path_address
content-filtering category database max-version version_number
end
(注)
|
コンテンツフィルタリングを有効にするには、ブート時に上記の設定をユーザープレーンで設定する必要があります。ユーザープレーン設定後に上記の設定を定義すると、エラーや不整合が発生します。
|
(注)
|
この機能を有効にするには、ユーザープレーンのライセンスと既存のコンテンツ フィルタリング ライセンスがユーザープレーンで必要です。
|
(注)
|
ICSR ユーザープレーン 1:1 の場合、データベースは両方の UP に個別にロードされます。コントロールプレーンの残りのコンテンツフィルタリング設定はそのままです。コンテンツフィルタリングの設定は、コントロールプレーンからアクティブユーザープレーンにプッシュされ、次にスタンバイユーザープレーンにプッシュされます。
|
コントロールプレーンでの設定
次の設定例は、コンテンツフィルタリング機能に対応するためにコントロールプレーンで必要な変更を示しています。
config
active-charging-service ACS
content-filtering category policy-id 1
analyze priority 1 category ABOR
analyze priority 2 category ADVERT action allow
analyze priority 2 category ADVERT action allow action content-insert "Content Restricted : The Web Guard feature has been enabled on your line. Web Guard has restricted your access to this content. The person on your Wireless account who is designated as the Primary Account Holder can disable this restriction through the account management website"
exit
rulebase cisco
content-filtering mode category static-only
content-filtering flow-any-error permit
content-filtering category policy-id 5
コントロールプレーンの設定は、PFD メカニズムを使用してユーザープレーンにプッシュされます。
ユーザープレーンのコンテンツフィルタリング設定を検証するには、次の show コマンドを使用します。
ユーザープレーンでの CFDB の生成を確認するには、次の show コマンドを使用します。
-
show content-filtering category database facility srdbmgr
-
show content-filtering category database verbose debug-only
-
show content-filtering category database verbose
-
show content-filtering category database url
-
show content-filtering category url
特定のサブスクライバの PCRF から受信したコンテンツ フィルタリング ポリシー ID は、コールの確立時にユーザープレーンに送信されます。PFCP メッセージの Sx 確立要求や Sx 変更要求には、CF ポリシー ID が含まれています。
ユーザープレーンの CF ポリシー ID を確認するには、次のコマンドを使用します。
show subscribers user-plane-only callid full all
CUPS のコンテンツフィルタリングをサポートするために、次のフィールドが表示されます。
SRDB 要求/応答/CF ポリシーアクションをモニターするには、次の show コマンドを使用します。
-
show user-plane-service inline-services content-filtering category statistics
-
show user-plane-service inline-services content-filtering category statistics rulebase name
-
show content-filtering category statistics
-
show content-filtering category statistics facility srdbmgr instance 1
-
show content-filtering category statistics volume all
(注)
|
非 CUPS アーキテクチャでコンテンツフィルタリング用に定義された既存のすべてのバルク統計情報は、CUPS にも適用できます。
|