文章分类 | 推荐文章 | 最新文章 | 热点文章 | 最新软件 | 精品软件 | 下载排行 | 推荐下载 | 免费看大片 | WPS | 杀毒软件
清风网络
首 页 软件下载 网络学院 数码学院
QQ 电脑入门 游戏 操作系统 图形处理 办公软件 媒体动画 精文荟萃 工具软件 网络编程 程序开发 网络技术 认证考试 网站建设 文章专栏
当前位置:清风网络学院网络技术Cisco网络如何建立一个 CCIE Home Lab之Part Six
精品推荐
特别推荐
·Cisco管理的35个常见问题及解答
·思科路由过滤命令详细解说
·Cisco PIX防火墙配置指南
·思科Cisco交换机VLAN的配置技巧
·Cisco教程:路由器的配置及测试
·Cisco 路由器配置语句汇总
·CISCO相关技术大集合
·Cisco防火墙选购配置完全指南
·CCNA网络小菜鸟笔记
·Cisco公司网络工程实施案例
热点TOP10
·思科Catalyst交换机密码恢复妙招
·如何设置思科模拟器中pc的ip地址?
·Cisco VPN 客户端
·Cisco图标
·[认证宝典]CISCO实验模拟器完全攻略
·SSH在Cisco设备上设置实例
·hp open view与nortel optivity,cisco work的区别
·使用Cisco Network Assistant实现快速配置
·cisco 命令手册--精选文章
·Cisco Catalyst 4506双机热备配置

如何建立一个 CCIE Home Lab之Part Six

日期:2008年3月16日 作者: 查看:[大字体 中字体 小字体]


  
  This example will match all TCP traffic in VLANs 20-22 and drop it:
  
  Switch(config)# ip access-list extended ip1
  Switch(config-ext-nacl)# permit tcp any any
  Switch(config-ext-nacl)# exit
  Switch(config)# vlan access-map VLANmap1 10
  Switch(config-access-map)# match ip address ip1
  Switch(config-access-map)# action drop
  Switch(config)# vlan filter VLANmap1 vlan-list 20-22
  
  A nice feature of the VLAN map is that you don抰 have to necessarily have the switch
  acting as a Layer 3 device. Let抯 say that you have 3 Catalyst 3550 Series
  switches in your network. You only want one of these switches acting as your Layer 3
  搑outer,?and you want your other 2 switches simply acting as intelligent layer 2 devices.
  You can configure VLAN maps on your Layer 2 switches to forward or drop certain traffic and filter this at the ingress point. For example, let抯 say you have a PC hanging off of each layer 2 switch (PC 1 and PC 2), each of these switches (Switch X and Y) are
  connected to the switch acting as the router (Switch Z). Let抯 continue in our imaginary
  network and say that PC 1 is connected to Switch X, and PC 2 is connected to Switch Y.
  Let抯 also say that we do not want PC 1 to access HTTP information on PC 2. How can we accomplish this with layer 2? By using VLAN Maps! You can configure something similar to this:
  
  Switch(config)# ip access-list extended http
  Switch(config-ext-nacl)# permit tcp host PC1 host PC2 eq www
  Switch(config-ext-nacl)# exit
  
  Switch(config)# ip access-list extended match_all
  Switch(config-ext-nacl)# permit ip any any
  Switch(config-ext-nacl)# exit
  
  Switch(config)# vlan access-map map2 10
  Switch(config-access-map)# match ip address http
  Switch(config-access-map)# action drop
  Switch(config-access-map)# exit
  
  Switch(config)# vlan access-map map2 20
  Switch(config-access-map)# match ip address match_all
  Switch(config-access-map)# action forward
  
  Switch(config)# vlan filter map2 vlan 1
  
  This will kill HTTP traffic from PC1 to PC2 at Switch X, therefore reducing bandwidth, and unnecessary processor utilization at Switch Z (router). This traffic will just not get bridged to the forwarding engine.
  
  If you wanted to accomplish this with a Router ACL you would have to enable IP routing
  on your Switches X and Y.
  
  Port Based Security

上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] 下一页 




上一篇:Cisco 网络故障的基本排除方法

下一篇:如何建立一个 CCIE Home Lab之Part Five

相关文章:
·如何戳破她的处女膜?(图)
·我和一个偷尝禁果的女孩的故事
·教你学习如何破解XP登陆密码
·“黑客”教你如何远程控制计算机
·教你如何复制别人的QQ空间
·如何实现局域网打印机共享
·如何刺激女性私处更有效
·如何让Windows桌面图标任我排
·如何显示输入法图标(输入法图标消失)
·将系统装到U盘中 如何自制XP@USB启动盘
相关软件:
·自己动手建立企业网站
·如何安装双系统
·一个真实的宋美龄
·如何加固Windows XP 主机安全
·一个人的ktv
·如何评估您的商机
·如何开公司
·功能较强的一个FLASH编辑器
·零起点教你如何破解软件和制作注册机 and 视频+程序
·3D HOME 图解中文教程

特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
[打印本页] [关闭窗口] 转载请注明来源:http://www.vipcn.net
| 帮助(?) | 版权声明 | 友情连接 | 关于我们 | 信息发布
Copyright 2007 www.vipcn.net All Rights Reserved. 鄂ICP备05000083号Powered by:viphot