- 1、本文档共102页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
03核心层交换机配置课件
;VLAN间路由;Page */46;什么是三层交换机;三层交换实现VLAN间路由;;三层交换实现VLAN间路由(续);三层交换的路由功能;三层交换机和路由器相连的网络;路由器配置;三层交换机和路由器相连的网络(续);三层交换机路由协议的配置;查看三层交换机路由配置;;在2层交换机上配置VLAN
SW-2L(config)#vlan 2
SW-2L(config-vlan)#vlan 3
SW-2L(config-vlan)#exit
SW-2L(config)#interface range f0/11 - 15
SW-2L(config-if-range)#switchport access vlan 2
SW-2L(config-if-range)#switchport mode access
SW-2L(config)#interface range f0/16 - 23
SW-2L(config-if-range)#switchport access vlan 3
SW-2L(config-if-range)#switchport mode access;在2层交换机上配制Trunk接口
SW-2L(config)#interface f0/24
SW-2L(config-if)#switchport mode trunk;在3层交换机上配置与2层交换机相同的VLAN(配置步骤与方法相同)
在3层交换机上启动路由
SW-3L(config)#ip routing;在3层交换机上配置各VLAN的IP地址
SW-3L(config)#interface vlan 1
SW-3L(config-if)#ip address 192.168.1.1 255.255.255.0
SW-3L(config-if)#no shut
SW-3L(config)#interface vlan 2
SW-3L(config-if)#ip address 192.168.2.1 255.255.255.0
SW-3L(config-if)#no shut
SW-3L(config)#interface vlan 3
SW-3L(config-if)#ip address 192.168.3.1 255.255.255.0
SW-3L(config-if)#no shut;在3层交换机上查看路由表
SW-3L#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
C 192.168.1.0/24 is directly connected, Vlan1
C 192.168.2.0/24 is directly connected, Vlan2
C 192.168.3.0/24 is directly connected, Vlan3;在主机192.168.2.156上ping 192.168.3.156
C:\ping 192.168.3.156
Pinging 192.168.3.156 with 32 bytes of data:
Reply from 192.168.3.156: bytes=32 time1ms TTL=254
Reply from 192.168.3.156: bytes=32 time1ms TTL=254
Reply from 192.168.3.156: bytes=32 time1ms TTL=254
Reply from 192.168.3.156: bytes=32 time1ms
文档评论(0)