[信息与通信]VLAN间路由器.pptVIP

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
[信息与通信]VLAN间路由器

实验步骤1: 在S1上划分VLAN S1(config)#vlan 2 S1(config-vlan)#exit S1(config)#int f0/5 S1(config-if)#switchport mode access S1(config-if)#switchport access vlan 1 S1(config-if)#int f0/6 S1(config-if)#switchport mode access S1(config-if)#switchport access vlan 2 实验步骤2: 配置三层交换 S1(config)#ip routing //以上开启S1的路由功能,这时S1就启用了三层功能。 S1(config)#int vlan 1 S1(config-if)#no shutdown S1(config-if)#ip address 172.16.1.254 255.255.255.0 S1(config)#int vlan 2 S1(config-if)#no shutdown S1(config-if)#ip address 172.16.2.254 255.255.255.0 //在vlan接口上配置IP地址即可,VLAN 1接口上的地址就是PC1的网关了,VLAN 2接口上的地址就是PC2的网关了。 实验调试1: S1#show ip route (此处省略) 172.16.0.0/24 is subnetted, 2 subnets C 172.16.1.0 is directly connected, Vlan1 C 172.16.2.0 is directly connected, Vlan2 //和路由器一样,三层交换机上也有路由表。 实验调试2: 在PC1和PC2上配置IP地址和网关,PC1的网关指向:17.16.1.254, PC1的网关指向:17. 16.2.254; 测试PC1和PC2的通信; 注意:如果计算机有两个网卡,请去掉另一网卡上设置的网关。 命令汇总 * Purpose: This slide discusses the solution of ISL. Emphasize: The Inter-Switch Link (ISL) protocol is used to inter-connect two VLAN-capable Fast Ethernet devices, such as the Catalyst 5000 or Cisco 7500 routers. The ISL protocol is a packet-tagging protocol that contains a standard Ethernet frame and the VLAN information associated with that frame. ISL is currently supported over Fast Ethernet links, but a single ISL link, or trunk, can carry traffic from multiple VLANs. The concept of ISL was discussed in the “Defining Common Workgroups” chapter. How to configure ISL links is discussed later in this chapter. Discuss the example in the SG. Transition: Following is a discussion of ISL links to single router. * Purpose: This figure shows the configuration of the router on a stick. Emphasize: Highlight the two different interconnecting networks, 10.1.1.0 and 10.2.2.0. * Purpose: This figure shows the configuration of the router on a stick. Emphasize: Highlight the two different interconnecting networks, 10.1.1.0 and 10.2.2.0. * * * * RS—15-* * 第十五章 VLAN间路由 本章提要 单臂路由的原理和配置 三层交换原

文档评论(0)

skvdnd51 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档