Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

論理システムに対してサポートされていないファイアウォール フィルター ステートメント

表 1 は、 階層レベルではサポートされているが 階層レベルではサポートされていない ステートメントを示しています。[edit firewall][edit logical-systems logical-system-name firewall]

表 1: 論理システムに対してサポートされていないファイアウォールステートメント

ステートメント

説明

accounting-profile

[edit]
logical-systems {
    ls1 {
        firewall {
            family inet {
                filter myfilter {
                    accounting-profile fw-profile;
                    ...
                    term accept-all {
                        then {
                            count counter1;
                            accept;
                        }
                    }
                }
            }
        }
    }
}

この例では、 階層で会計プロファイルが設定されているため、 ステートメントは許可されていません。accounting-profilefw-profile[edit accounting-options]

hierarchical-policer

[edit]
logical-systems {
    lr1 {
        firewall {
            hierarchical-policer {
                ...
            }
        }
    }
}

この例では、 ステートメントにはサービスクラス設定が必要ですが、 これは論理システムではサポートされていません。hierarchical policer

load-balance-group

[edit]
logical-systems {
    ls1 {
        firewall {
            load-balance-group lb-group {
                next-hop-group nh-group;
            }
        }
    }
}

ステートメント は 階層レベル(階層外)で 設定する必要があるため、 この設定は許可されません。next-hop-group nh-group[edit forwarding-options next-hop-group][edit logical-systems logical-system-name firewall]

現在、この ステートメントは論理システムでサポートされている唯一の転送オプションです。forwarding-options dhcp-relay

virtual-channel

[edit]
logical-systems {
    ls1 {
        firewall {
            family inet {
                filter foo {
                    term one {
                        from {
                            source-address 10.1.0.0/16;
                        }
                        then {
                            virtual-channel sammy;
                        }
                    }
                }
            }
        }
    }
}

仮想チャネル は 階層レベルで定義された オブジェクトを参照しており、サービスクラスは論理システムではサポートされていないため、この設定は許可されません。sammy[edit class-of-service]

注:

この ステートメントは、ファイアウォールフィルターが論理システムの外部に設定されている場合、Jシリーズデバイスでのみサポートされます。virtual-channel