[Contents] [Prev] [Next] [Index] [Report an Error]


[edit firewall] Hierarchy Level

firewall {
    policer policer-name {
        filter-specific
        if-exceeding {
            bandwidth-limit bps;
            bandwidth-percent number;
            burst-size-limit bytes;
        }
        then {
            policer-action;
        }
    }
    family family-name {
        filter filter-name {
            accounting-profile name;
            interface-specific; 
        }
        prefix-action name {
            count;
            destination-prefix-length prefix-length;
            policer policer-name;
            source-prefix-length prefix-length;
            subnet-prefix-length prefix-length;
        }
        prefix-policer {
            policer policer-name;
        }
    }
} # End of [edit firewall] hierarchy level

[Contents] [Prev] [Next] [Index] [Report an Error]