相关文章  
  • 防火墙技术发展思路初探
  • 网络防火墙选购指南
  • 防火墙知识:常见问题解答
  • 八种防火墙产品评测(1)
  • 八种防火墙产品评测(2)
  • 网络安全学习笔记
  • 安全加密路由器浅析
  • 防火墙选择哪一款
  • 决胜应用与安全还要看三层交换
  • 防火墙选型需要注意的几个问题
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    CISCO网络安全随笔7


      3、使用ip reflexive-list timeout 命令改变临时自反访问表表项的全局超时缺省值。格式:ip reflexive-list timeout seconds
      ð解决方案一:
      interface serial 0
      ip access-group outfilter out
      ip access-group infilter in
      !
      ip access-list extended outfilter
      permit tcp any any eq 80 reflect my-packets timeout 240
      permit tcp any any eq 23 reflect my-packets timeout 60
      permit udp any any eq 53 reflect my-packets timeout 180
      ip access-list extended infilter evaluate my-packets
      ð解决方案二:
      interface serial 0
      ip access-group infilter0 in
      ip access-group outfilter0 out
      !
      ip reflexive-list timeout 180
      !
      ip access-list extended infilter0
      evaluate my-packets0
      !
      ip access-list extended outfilter0
      permit tcp any any eq 23 reflect

    页码:[1] [2] [3] [4] [5] [6] [7] [8] [9]7页、共9页

         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved