如何使用Juniper路由器防病毒

2012-11-14
  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;
  }
  }
  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;
  }
  }
  }
  ge-2/3/0 {
  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 161.112.10.105/30;
  }
  }

  编辑:

  

分享到:
0
相关阅读
友情链接
© 2018 我考网 http://www.woexam.com 中国互联网举报中心 湘ICP备18023104号 京公网安备 11010802020116号
违法和不良信息举报:9447029@qq.com