Hi
Is egress policing or shaping supported on EX3300 platform ?

I tried to configure policing 2Mbps for port ge-0/0/0, but receiving error
at commit:

    Referenced filter 'Police-2M' can not be used as policer not supported
on egress
error: configuration check-out failed

Input filters commiting & works without problems.

My config:

interfaces {
    ge-0/0/0 {
        unit 0 {
            family ethernet-switching {
                filter {
                    input Police-2M;
                    output Police-2M;
                }
            }
        }
    }
}
firewall {
    family ethernet-switching {
        filter Police-2M {
            term Default {
                then policer 2Mbps;
            }
        }
    }
    policer 2Mbps {
        if-exceeding {
            bandwidth-limit 2m;
            burst-size-limit 100k;
        }
        then discard;
    }
}


Rob
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to