相关文章  
  • 美化中文的显示效果
  • 顶级防火墙LooknStop的详细配置
  • Request对象:提交表单数据
  • 网管员经常犯的10个错误
  • ftp操作常识问题集锦
  • 两个网络扫描工具
  • 对网络入侵检测系统安全进行分析
  • 在Ubuntu下安装ies4linux使用网银
  • Firewoks制作立体质感水晶
  • 网络管理员必须熟练掌握的CMD命令
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    Cisco路由器配置语句全攻略4

    99Apple Talk ACL-->
    router(config)# interface Type Port
    router(config-if)# ip access-group Access-List-Number [ in   out ]
    router(config-if)# ^z

    配置扩展ACL:

    router(config)# access-list Access-List-Number [ permit   deny ] [ Protocol   Protocol-Number ] source source-wildcard [ Source-Port ] destination destination-wildcard [ Destination-Port ] [ established ]
    router(config)# interface Type Port
    router(config-if)# ip access-group Access-List-Number [ in   out ]
    router(config-if)# ^z

    配置命名ACL:

    router(config)# ip access-list [ standard   extended ] ACL-Name
    router(config [ std-   ext- ] nacl)# [ permit   deny ] [ IP-Access-List-Test-Conditions ]
    router(config [ std-   ext- ] nacl)# no [ permit   deny ] [ IP-Access-List-Test-Conditions ]
    router(config [ std-   ext- ] nacl)# ^z
    router(config)# interface Type Port
    router(config-if)# ip access-group [ACL-Name   1~199 ] [ in   out

    页码:[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]4页、共14页

         

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

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