[GTER] Ex3300 junos

Diogo Montagner diogo.montagner at gmail.com
Fri Jan 31 18:52:49 -02 2014


Rodrigo,

tenta a configuração abaixo. Como a sua porta está em access, você pode
remover a parte FROM do filtro, deixando ele com apenas o THEN.

lab at exVC.151# show interfaces ge-0/0/15
unit 0 {
    family ethernet-switching {
        filter {
            input polEth;
        }
    }
}

{master:0}[edit]
lab at exVC.151# show firewall family ethernet-switching filter polEth
term A {
    from {
        vlan A1;
    }
    then {
        accept;
        policer police1M;
    }
}

{master:0}[edit]
lab at exVC.151# show firewall policer police1M
if-exceeding {
    bandwidth-limit 1m;
    burst-size-limit 5k;
}
then discard;

{master:0}[edit]
lab at exVC.151#

./diogo -montagner
JNCIE-SP 0x41A


2014-02-01 Rodrigo Augusto <rodrigo at 1telecom.com.br>:

> Ola, tenho como limitar banda no junos em uma porta ethernet-switching?!
> Essa porta esta access e tem uma vlan nela( entrega de ponto a ponto) no
> roteador faco o limite tranquilo( family inet policer input ou output), mas
> parei onde coloco input e output no ethernet-switching
>
> Enviado via iPhone
> Grupo Connectoway
> --
> gter list    https://eng.registro.br/mailman/listinfo/gter
>



More information about the gter mailing list