policy (Multicast-Only Fast Reroute)
構文
policy policy-name;
階層レベル
[edit logical-systems logical-system-name routing-instances routing-instance-name routing-options multicast stream-protection], [edit logical-systems logical-system-name routing-options multicast stream-protection], [edit routing-instances routing-instance-name routing-options multicast stream-protection], [edit routing-options multicast stream-protection]
説明
マルチキャスト専用高速再ルート(MoFRR)を設定する場合、MoFRR 設定に影響される制限されたマルチキャスト ストリームのセットをフィルタリングするルーティング ポリシーを適用します。送信元アドレスまたはグループ アドレスに基づくフィルターを適用できます。
次がその例です。
routing-options { multicast { stream-protection { policy mofrr-select; } } } policy-statement mofrr-select { term A { from { source-address-filter 225.1.1.1/32 exact; } then { accept; } } term B { from { source-address-filter 226.0.0.0/8 orlonger; } then { accept; } } term C { from { source-address-filter 227.1.1.0/24 orlonger; source-address-filter 227.4.1.0/24 orlonger; source-address-filter 227.16.1.0/24 orlonger; } then { accept; } } term D { from { source-address-filter 227.1.1.1/32 exact; } then { reject; #MoFRR disabled } } term E { from { route-filter 227.1.1.0/24 orlonger; } then accept; } ... }
必要な権限レベル
ルーティング—設定でこのステートメントを表示します。
ルーティング制御—設定にこのステートメントを追加します。
リリース情報
Junos OS リリース 14.1 で導入されたステートメント。