TS29.212-g30 5.4.2 Flow-Description AVP
- 管理人
- 2020年5月13日
- 読了時間: 2分
The Flow-Description AVP (AVP code is defined in 3GPP TS 29.214 [10]) is of type IPFilterRule, and defines a packet filter for an IP flow with the following information:
Flow-Description AVP(AVPコードは3GPP TS 29.214 [10]で定義されています)はタイプIPFilterRuleであり、次の情報でIPフローのパケットフィルターを定義します。
- Action shall be keyword permit"
-アクションはキーワード許可です
- Direction shall be keyword "out".
-方向はキーワード「out」とする。
- Protocol shall be the decimal protocol number or, to indicate that the value is not used for matching packets, the keyword "ip".
-プロトコルは、10進数のプロトコル番号であるか、値がパケットのマッチングに使用されないことを示すために、キーワード「ip」です。
- Source IP address (possibly masked) or, to indicate that the value is not used for matching packets, the keyword "any".
-送信元IPアドレス(マスクされている可能性があります)または、値がパケットのマッチングに使用されないことを示すには、キーワード「any」。
- Source port is optional and, if present, shall be the decimal port number or port range.
-送信元ポートはオプションであり、存在する場合、10進数のポート番号またはポート範囲にする必要があります。
- Destination IP address (possibly masked) or, to indicate that the value is not used for matching packets, the keyword "assigned".
-宛先IPアドレス(マスクされている可能性があります)、または値がパケットのマッチングに使用されないことを示すには、キーワード「assigned」。
- Destination port is optional and, if present, shall be the decimal port number or port range.
-宛先ポートはオプションであり、存在する場合、10進数のポート番号またはポート範囲にする必要があります。
The IPFilterRule type shall be used with the following restrictions:
IPFilterRuleタイプは、次の制限付きで使用されます。
-The parameter encoding shall comply with IETF RFC 6733 [61]. -パラメータのエンコードは、IETF RFC 6733 [61]に準拠する必要があります。
-No "options" shall be used. -「オプション」は使用されません。
-The invert modifier "!" for addresses shall not be used.
-反転修飾子「!」アドレスは使用しないでください。
The direction "out" indicates that the IPFilterRule "source" parameters correspond to the "remote" parameters in the packet filter and the IPFilterRule "destination" parameters correspond to the "local" (UE end) parameters. The Flow-Description AVP applies in the direction(s) as specified in the accompanying Flow-Direction AVP.
「out」の方向は、IPFilterRuleの「ソース」パラメーターがパケットフィルターの「リモート」パラメーターに対応し、IPFilterRuleの「宛先」パラメーターが「ローカル」(UEエンド)パラメーターに対応することを示します。 Flow-Description AVPは、付随するFlow-Direction AVPで指定された方向に適用されます。
Comments