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 <[EMAIL PROTECTED]> 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@puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to