发新话题
打印

[网络转载] Juniper路由器防病毒Acl模板

Juniper路由器防病毒Acl模板

作者:晓河流水http://dontcry.spaces.live.com/ 声明:任何形式的摘抄必须保留上述作者和http地址
firewall   filter saynotovirus     term udp-deny        from           protocol udp          port [ 135 137 138 139 445 593 1434 1433 4444 ];        then
          count virus-upd-deny;
          discard; VXO    term tcp-deny         from          protocol tcp;           port [ 135 138 139 445 593 3333 5800 5900 ];         then   
          count virus-tcp-deny;   
          discard;
            term others         then accept;     vlan-tagging;   
    unit 10         description "ge-1/3/0.10,to-c6506-01 ge-3/1
        vlan-id 10;         family inet          filter
            input saynotovirus;
            output saynotovirus;           address 61.12.0.105/30;

[ 本帖最后由 云龙岩 于 2007-7-19 17:36 编辑 ]

TOP

发新话题