[j-nsp] (no subject)

Peder Bach pederbach at gmail.com
Mon Feb 4 10:25:36 EST 2008


firewall {
    filter 2000 {
        /* access-list 2000 permit tcp any any established log */
        term T1 {
            from {
                protocol tcp;
                tcp-established;
            }
            then {
                accept;
                log;
            }
        }
    }
}


On Feb 4, 2008 3:54 PM, sunnyday <cscosunny at gmail.com> wrote:
> Hello i want to convert a cisco command on junose
>
> access-list 2000 permit tcp any any established log
>
>
> i can seem to find the established option in classifier-list conf
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>


More information about the juniper-nsp mailing list