三层交换机VLAN 间路由配置实例

合集下载

利用三层交换机实现vlan间路由

利用三层交换机实现vlan间路由

一、利用三层交换机实现vlan间路由1、设置PC机ip地址、子网掩码、默认网关P c1: 192.168.1.2 255.255.255.0 192.168.1.1P c2: 192.168.2.2 255.255.255.0 192.168.2.1 P c3: 192.168.1.3 255.255.255.0 192.168.1.12、设置二层交换机Switch>enSwitch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#vlan 2Switch(config-vlan)#exitSwitch(config)#vlan 3Switch(config-vlan)#exitSwitch(config)#int fa 0/2Switch(config-if)#switchport access vlan 2Switch(config-if)#int fa 0/3Switch(config-if)#switchport access vlan 3Switch(config-if)#int fa 0/1Switch(config-if)#switchport mode trunk3、设置三层交换机Switch>enSwitch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#vlan 2Switch(config-vlan)#exitSwitch(config)#vlan 3Switch(config-vlan)#exitSwitch(config)#int fa 0/1Switch(config-if)#switchport mode trunkSwitch(config)#int fa 0/2Switch(config-if)#switchport access vlan 2Switch(config-if)#int vlan 2//配置虚接口%LINK-5-CHANGED: Interface Vlan2, changed state to upSwitch(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan2, changed state to upSwitch(config-if)#ip address 192.168.1.1 255.255.255.0//pc1网关Switch(config-if)#no shutdownSwitch(config-if)#int vlan 3 //配置虚接口%LINK-5-CHANGED: Interface Vlan3, changed state to upSwitch(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan3, changed state to upSwitch(config-if)#ip address 192.168.2.1 255.255.255.0//pc2网关Switch(config-if)#no shutdownSwitch(config-if)#end4、测试结果分属于vlan2和vlan3之间的pc能相互ping通。

VLAN间路由与三层交换机配置(报告)

VLAN间路由与三层交换机配置(报告)

实验七:VLAN间路由和三层交换机配置实验目的:1、掌握单播路由的工作原理2、学习配置单播路由的命令和步骤3、学习配置三层交换机命令和步骤实验拓扑:实验步骤:1、绘制网络拓扑和地址规划PC0:192.168.1.2PC1:192.168.2.2PC2:192.168.1.4PC3:192.168.2.42、2层和3层交换机vlan的配置2层交换机VLAN配置:Switch1(config)#vlan 10Switch1(config-vlan)#name vlan10Switch1(config-vlan)#exitSwitch1(config)#vlan 20Switch1(config-vlan)#name vlan20Switch1(config-vlan)#exitSwitch1(config)#int f 1/1Switch1(config-if)#switchport mode accessSwitch1(config-if)#switchport access vlan 10Switch1(config-if)#exitSwitch1(config)#int f 2/1Switch1(config-if)#switchport mode accessSwitch1(config-if)#switchport access vlan 20Switch1(config-if)#exit3层交换机VLAN配置:Switch0(config)#vlan 10Switch0(config-vlan)#name vlan10Switch0(config-vlan)#exitSwitch0(config)#vlan 20Switch0(config-vlan)#name vlan20Switch0(config-vlan)#exitSwitch0(config)#int f 0/2Switch0(config-if)#switchport mode accessSwitch0(config-if)#switchport access vlan 10Switch0(config-if)#exitSwitch0(config)#int f 0/3Switch0(config-if)#switchport mode accessSwitch0(config-if)#switchport access vlan 20Switch0(config-if)#exit3、Trunk和路由器上单臂路由的配置Switch1(config)#int f 0/1Switch1(config-if)#switchport mode trunkSwitch1(config-if)#switchport trunk encapsulation dot1qSwitch1(config-if)#exitRouter0(config)#int f 0/0Router0(config-if)#no ip addressRouter0(config-if)#int f 0/0.1Router0(config-subif)#encapsulation dot1Q 1Router0(config-subif)#ip add 192.168.1.1 255.255.255.0Router0(config-subif)#exitRouter0(config)#int f 0/0.2Router0(config-subif)#encapsulation dot1Q 2Router0(config-subif)#ip add 192.168.2.1 255.255.255.0Router0(config-subif)#exitRouter0(config)#int f 0/0Router0(config-if)#no shRouter0(config-if)#exitRouter0(config)#int f 1/0Router0(config-if)#ip address 10.10.10.1 255.255.255.0Router0(config-if)#no sh4、三层交换机的配置Switch0(config)#ip routingSwitch0(config)#int vlan 10Switch0(config-if)#ip add 192.168.1.3 255.255.255.0Switch0(config-if)#no shSwitch0(config-if)#exitSwitch0(config)#int vlan 20Switch0(config-if)#ip add 192.168.2.3 255.255.255.0Switch0(config-if)#no shSwitch0(config-if)#exitSwitch0(config)#int f 0/1Switch0(config-if)#no switchportSwitch0(config-if)#ip add 10.10.10.2 255.255.255.0Switch0(config-if)#no shSwitch0(config-if)#exit5、路由器和三层交换机间路由协议的配置Router0(config)#route ripRouter0(config-router)#version 2Router0(config-router)#network 192.168.1.0Router0(config-router)#network 192.168.2.0Router0(config-router)#network 10.0.0.0Router0(config-router)#exitSwitch0(config)#route ripSwitch0(config-router)#version 2Switch0(config-router)#network 192.168.1.0Switch0(config-router)#network 192.168.2.0Switch0(config-router)#network 10.0.0.0Switch0(config-router)#exit6、验证4个PC间通信状况PC0:PC>ping 192.168.2.2Pinging 192.168.2.2 with 32 bytes of data:Reply from 192.168.2.2: bytes=32 time=111ms TTL=128Reply from 192.168.2.2: bytes=32 time=33ms TTL=128Reply from 192.168.2.2: bytes=32 time=43ms TTL=128Reply from 192.168.2.2: bytes=32 time=47ms TTL=128Ping statistics for 192.168.2.2:Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds:Minimum = 33ms, Maximum = 111ms, Average = 58msPC>ping 192.168.1.4Pinging 192.168.1.4with 32 bytes of data:Reply from 192.168.1.4: bytes=32 time=111ms TTL=128Reply from 192.168.1.4: bytes=32 time=33ms TTL=128Reply from 192.168.1.4: bytes=32 time=43ms TTL=128Reply from 192.168.1.4: bytes=32 time=47ms TTL=128Ping statistics for 192.168.1.4:Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds:Minimum = 33ms, Maximum = 111ms, Average = 58msPC>ping 192.168.2.4Pinging 192.168.2.4with 32 bytes of data:Reply from 192.168.2.4: bytes=32 time=111ms TTL=128Reply from 192.168.2.4: bytes=32 time=33ms TTL=128Reply from 192.168.2.4: bytes=32 time=43ms TTL=128Reply from 192.168.2.4: bytes=32 time=47ms TTL=128Ping statistics for 192.168.2.4:Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds:Minimum = 33ms, Maximum = 111ms, Average = 58ms7、路由器和三层交换机上的配置清单Router0#sh runBuilding configuration...Current configuration : 883 bytes!version 12.2no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname Router0!interface FastEthernet0/0no ip addressduplex autospeed auto!interface FastEthernet0/0.1encapsulation dot1Q 1 nativeip address 192.168.1.1 255.255.255.0!interface FastEthernet0/0.2encapsulation dot1Q 2ip address 192.168.2.1 255.255.255.0!interface FastEthernet1/0ip address 10.10.10.1 255.255.255.0duplex autospeed auto!router ripversion 2network 10.0.0.0network 192.168.1.0network 192.168.2.0!ip classless!line con 0line vty 0 4login!endSwitch0#sh runBuilding configuration...Current configuration : 1434 bytes!version 12.2no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption!hostname Switch0!ip routing!interface FastEthernet0/1no switchportip address 10.10.10.2 255.255.255.0duplex autospeed auto!interface FastEthernet0/2switchport access vlan 10switchport mode access!interface FastEthernet0/3switchport access vlan 20switchport mode access!interface Vlan1no ip addressshutdown!interface Vlan10ip address 192.168.1.3 255.255.255.0!interface Vlan20ip address 192.168.2.3 255.255.255.0!router ripversion 2network 10.0.0.0network 192.168.1.0network 192.168.2.0!ip classless!line con 0line vty 0 4login!end心得体会:本次实验综合性比较强,较以往实验难,在实验中就会发现书本上的命令在一些设备上不能用的情况,这就要求我们在熟悉命令的同时也不要忘记在设备上打?的技巧.。

cisco3560三层交换机vlan间路由配置实例

cisco3560三层交换机vlan间路由配置实例

interface vlan 4 //同上
ip address 172.16.4.252 255.255.255.0
no shutdown
standby 4 ip 172.16.4.254
standby 4 priority 110 preempt
ip access-group 101 in
switchport mode trunk
switchprot trunk allowed vlan all
interface gigbitethernet 0/7 //进入模块0上的吉比特以太口7
Switchport mode access //定义这个接口的工作模式为访问模式
interface vlan 5
ip address 172.16.5.252 255.255.255.0
no shutdown
standby 5 ip 172.16.5.254
standby 5 priority 110 preempt
ip access-group 101 in
interface gigabitethernet 0/11 //进入模块0上的吉比特以太口11
switchport trunk encapsulation dotlq //给这个接口封装为802.1Q
switchport mode trunk //定义这个接口的工作模式为trunk
Enable //进入私有模式
Configure terminal //进入全局模式
service password-encryption //对密码进行加密
hostname Catalyst 3550-12T1 //给三层交换机定义名称

三层交换机路由配置实例

三层交换机路由配置实例

三层交换机路由配置一、三层交换机VLAN间路由建立某公司有两个主要部门:技术部和销售部,分处于不同的办公室,为了安全和便于管理对两个部门的主机进行了VLAN划分,技术部和销售部分处于不同VLAN。

现由于业务需要销售部和技术部的主机能够相互访问,获得相应资源,两个部门的交换机通过一台三层交换机进行连接。

在交换机上建立2个Vlan:Vlan10分配给技术部及Vlan20分配给销售部。

为了实现两部门的主机能够相互访问,在三层交换机上开启路由功能,并在Vlan10中设置IP地址为192.168.10.1;在Vlan20中设置IP地址为192.168.20.1,查看三层交换机路由表,会发现在三层交换机路由表内有2条直连路由信息,实现在不同网络之间路由数据包,从而达到2个部门的主机可以相互访问,拓朴图如图所示。

第1步:开启三层交换机路由功能Switch#configure terminalSwitch(config)#hostname s3550S3550(conifg)#ip routing第2步:建立Vlan,并分配端口S3550(conifg)#vlan 10S3550(config-vlan)#name salesS3550(config-vlan)#exitS3550(conifg)#vlan 20S3550(config-vlan)#name technicalS3550(config-vlan)#exitS3550(conifg)#S3550(conifg)#interface fastethernet 0/10S3550(conifg-if)#switchport mode accessS3550(conifg-if)#switchport access vlan 10S3550(conifg-if)#exitS3550(conifg)# interface fastethernet 0/20S3550(conifg-if)#switchport mode accessS3550(conifg-if)#switchport access vlan 20S3550(config-vlan)#exitS3550(config)#第3步:配置三层交换机端口的路由功能S3550(config)#interface vlan 10S3550(conifg-if)#ip address 192.168.10.1 255.255.255.0 S3550(conifg-if)#no shutdownS3550(conifg-if)#exitS3550(config)#interface vlan 20S3550(conifg-if)#ip address 192.168.20.1 255.255.255.0S3550(conifg-if)#no shutdownS3550(conifg-if)#endS3550#第4步:查看路由表S3550#show ip route第5步:测试三层交换机Vlan间路由功能二、三层交换机与路由器间静态路由的建立某校园局域网由若干台交换机构成,现学校需要将校园网接入互联网,学校在出口使用一台路由器连接互联网。

cisco三层交换机vlan间路由配置实例

cisco三层交换机vlan间路由配置实例

cisco三层交换机vlan间路由配置实例下面以cisco3560实例说明如何在一个典型的快速以太局域网中实现VLAN。

所谓典型局域网就是指由一台具备三层交换功能的核心交换机接几台分支交换机(不一定具备三层交换能力)。

我们假设核心交换机名称为:COM;分支交换机分别为:PAR1、PAR2、PAR3,分别通过Port 1的光线模块与核心交换机相连;并且假设VLAN名称分别为COUNTER、MARKET、MANAGING……需要做的工作:1、设置VTP DOMAIN(核心、分支交换机上都设置)2、配置中继(核心、分支交换机上都设置)3、创建VLAN(在server上设置)4、将交换机端口划入VLAN5、配置三层交换1、设置VTP DOMAIN。

VTP DOMAIN 称为管理域。

交换VTP更新信息的所有交换机必须配置为相同的管理域。

如果所有的交换机都以中继线相连,那么只要在核心交换机上设置一个管理域,网络上所有的交换机都加入该域,这样管理域里所有的交换机就能够了解彼此的VLAN列表。

COM#vlan database 进入VLAN配置模式COM(vlan)#vtp domain COM 设置VTP管理域名称 COMCOM(vlan)#vtp server 设置交换机为服务器模式PAR1#vlan database 进入VLAN配置模式PAR1(vlan)#vtp domain COM 设置VTP管理域名称COMPAR1(vlan)#vtp Client 设置交换机为客户端模式PAR2#vlan database 进入VLAN配置模式PAR2(vlan)#vtp domain COM 设置VTP管理域名称COMPAR2(vlan)#vtp Client 设置交换机为客户端模式PAR3#vlan database 进入VLAN配置模式PAR3(vlan)#vtp domain COM 设置VTP管理域名称COMPAR3(vlan)#vtp Client 设置交换机为客户端模式注意:这里设置核心交换机为Server模式是指允许在该交换机上创建、修改、删除VLAN 及其他一些对整个VTP域的配置参数,同步本VTP域中其他交换机传递来的最新的VLAN 信息;Client模式是指本交换机不能创建、删除、修改VLAN配置,也不能在NVRAM中存储VLAN配置,但可同步由本 VTP域中其他交换机传递来的VLAN信息。

实验三 通过配置路由器或三层交换机实现VLAN间的通信

实验三 通过配置路由器或三层交换机实现VLAN间的通信

实验三实现VLAN间的通信一、通过路由器实现vlan间通信(单臂路由)实验拓扑图【准备知识】在路由器与交换机的端口上配置子接口,每个子接口的IP地址是每个VLAN的网关地址(也可以理解为下一跳地址),并在子接口上封装802.1Q协议。

也可以封装ISL协议(cisco专用协议,不兼容802.1Q)。

【实验步骤】1、交换机配置如下:Switch>enSwitch#conf tSwitch(config)#vlan 2Switch(config-vlan)#vlan 3Switch(config-vlan)#exitSwitch(config)#int fa0/2Switch(config-if)#sw ac vlan 2 //switchport access vlan 2的简写,端口fa0/2划到vlan 2中Switch(config-if)#int fa0/3Switch(config-if)#sw ac vlan 3Switch(config-if)#exitSwitch(config)#int fa0/1Switch(config-if)#switchport mode trunk //设置f0/1端口为trunk模式2、路由器配置如下:Router>enRouter#conf tRouter(config)#int fa0/0Router(config-if)#no shutdownRouter(config-if)#exitRouter(config)#int f0/0.1Router(config-subif)#encapsulation dot1q 2 //封装协议802.1Q,2为vlan 2 Router(config-subif)#ip address 192.168.1.1 255.255.255.0Router(config-subif)#exitRouter(config)#int f0/0.2Router(config-subif)#encapsulation dot1q 3 //封装协议802.1Q,3为vlan 3 Router(config-subif)#ip address 192.168.2.1 255.255.255.0Router(config-subif)#exitRouter(config)#【检测实验结果】VLAN 2中的pc1能ping 通VLAN 3中的pc2。

华为三层交换机VLAN间路由怎么设置

华为三层交换机VLAN间路由怎么设置

华为三层交换机VLAN间路由怎么设置华为三层交换机VLAN间路由怎么设置三层交换机怎么设置VLAN间路由?三层交换机相当于交换机和路由器的结合,可以生鲜不同VLAN的PC之间进行通信,下面我们就来看看三层交换机设置vlan路由的方法,需要的.朋友可以参考下网络设备中三层交换机具有网络层的功能,相当于交换机和路由器的结合,利用三层交换机实现不同VLAN的PC之间进行通信。

1、首先打开思科模拟器软件,找出一台三层交换机和两台PC,如下图所示:2、将三层交换机和两台PC用直通线连接起来,如下图所示:3、在三层交换机上划分VLAN,命令是:复制内容到剪贴板Switch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#vlan 2Switch(config-vlan)#exitSwitch(config)#int f0/5Switch(config-if)#switchport mode access Switch(config-if)#switchport access vlan 1Switch(config-if)#int f0/6Switch(config-if)#switchport mode access Switch(config-if)#switchport access vlan 2 如下图所示:4、开启三层交换机的三层交换路由功能,命令是:ip routing,如下图所示:5、给PC配置IP地址和网关,如下图所示:6、进入三层交换机里面配置VLAN,命令是:复制内容到剪贴板Switch(config)#int vlan 1Switch(config-if)#no shutSwitch(config-if)#ip add 172.16.10.1 255.255.255.0Switch(config-if)#int vlan 2 Switch(config-if)#no shutSwitch(config-if)#ip add 172.16.20.1 255.255.255.0 如下图所示:7、利用ping命令对PC之间进行通信测试,可以ping通的结果如下图所示:注意事项:1、配置PC时一定要让它们处于不同IP和网关。

实验报告—VLAN间路由与三层交换机配置

实验报告—VLAN间路由与三层交换机配置

实验:VLAN间路由配置
移动1331 43 林观科
⏹实验目的
1、掌握三层交换机的工作原理
2、学习配置三层交换机的命令和步骤
⏹实验要求
1、拓扑与地址规划;
2、三层交换机和VTP基本配置
3、验证连通性,并给出配置清单
⏹实验拓扑
⏹实验设备(环境、软件)
三层交换机1台,交换机2台,直通线7条,Pc机4台。

软件:GNS3模拟器
⏹实验设计到的基本概念和理论
将三层交换机配置成VTP的server,其他普通交换机配置成VTP CLIENT mode,从而实现各个vlan间的通信。

⏹实验过程和主要步骤
1、绘制网络拓扑和地址规划
地址规划如下:
2、Switch1的配置情况如下所示:
3、Switch2的配置情况如下所示:
4、Router1的配置情况如下所示:
5、显示路由器Router1上的路由表如下:
6、验证4个PC间通信状况
PC1到PC0的通信,PC1到PC2的通信,PC1到PC3的通信状况如下:
总结:
通过这次的实验,我懂得了如何实际地配置三层交换机的简单命令,从而实现不同vlan间的通信,同时深入的了解了路由器在不同区域间的进行通信的重要性。

知道的子接口与路由器中实际的接口的区别与联系,接口是路由器的实际物理接口,而子接口是路由器的逻辑接口(通过GNS3软件实现的),路由器在vlan间实现通信的过程,如何将信息进行传送。

此次实验的过程也不是那么的顺利,但是通过查找有关资料与仔细的看书还有和同学相互讨论才使实验顺利进行,从中了解了不少的知识。

三层交换机与路由器的配置_实例(图解)

三层交换机与路由器的配置_实例(图解)

三层交换机与路由器的配置实例(图解)目的:学会使用三层交换与路由器让处于不同网段的网络相互通信实验步骤:一:二层交换机的配置:在三个二层交换机上分别划出两VLAN,并将二层交换机上与三层交换或路由器上的接线设置为trunk接口二:三层交换机的配置:1:首先在三层交换上划出两个VLAN,并进入VLAN为其配置IP,此IP将作为与他相连PC的网关。

2:将与二层交换机相连的线同样设置为trunk接线,并将三层交换与路由器连接的线设置为路由接口(no switchsport)3:将路由器和下面的交换机进行单臂路由的配置实验最终结果:拓扑图下各个PC均能相互通信交换机的配置命令:SW 0:Switch>Switch>enSwitch#confConfiguring from terminal, memory, or network [terminal]?Enter configuration commands, one per line. End with CNTL/Z.Switch(config)#vlan 2Switch(config-vlan)#exitSwitch(config)#int f0/2Switch(config-if)#switchport access vlan 2Switch(config-if)#no shutSwitch(config-if)#int f0/3Switch(config-if)#switchport mode trunk%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to up Switch(config-if)#exitSwitch(config)#SW 1:Switch>enSwitch#confConfiguring from terminal, memory, or network [terminal]?Enter configuration commands, one per line. End with CNTL/Z.Switch(config)#int f0/2Switch(config-if)#switchport access vlan 2% Access VLAN does not exist. Creating vlan 2Switch(config-if)#no shutSwitch(config-if)#exitSwitch(config)#int f0/3Switch(config-if)#switchport mode trunk%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to up Switch(config-if)#SW 2:Switch>enSwitch#confConfiguring from terminal, memory, or network [terminal]?Enter configuration commands, one per line. End with CNTL/Z.Switch(config)#int f0/2Switch(config-if)#switchport access vlan 2% Access VLAN does not exist. Creating vlan 2Switch(config-if)#exitSwitch(config)#int f0/3Switch(config-if)#switchport mode trunkSwitch(config-if)#三层交换的配置命令:Switch>enSwitch#confConfiguring from terminal, memory, or network [terminal]?Enter configuration commands, one per line. End with CNTL/Z.Switch(config)#int f0/1Switch(config-if)#switchport mode trunk%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to down Switch(config-if)#exitSwitch(config)#int f0/2Switch(config-if)#switchport mode trunkSwitch(config-if)#exitSwitch(config)#vlan 2Switch(config-vlan)#exitSwitch(config)#int vlan 1Switch(config-if)#no shut%LINK-5-CHANGED: Interface Vlan1, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to upSwitch(config-if)#ip address 192.168.1.168 255.255.255.0Switch(config-if)#exitSwitch(config)#int vlan 2%LINK-5-CHANGED: Interface Vlan2, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan2, changed state to upSwitch(config-if)#ip addSwitch(config-if)#ip address 192.168.2.168 255.255.255.0Switch(config-if)#%LINK-5-CHANGED: Interface FastEthernet0/3, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to up Switch(config-if)#exitSwitch(config)#int f0/3Switch(config-if)#no switchport%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to upSwitch(config-if)#Switch(config-if)#ip address 192.168.10.1 255.255.255.0Switch(config-if)#no shutSwitch(config-if)#exitSwitch(config)#ip routingSwitch(config-if)#exitSwitch(config)#ip route 0.0.0.0 0.0.0.0 192.168.10.2Switch(config)#路由器的配置:Router>enRouter#confConfiguring from terminal, memory, or network [terminal]?Enter configuration commands, one per line. End with CNTL/Z.Router(config)#int f0/0Router(config-if)#no shut%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to upRouter(config-if)#exitRouter(config)#int f0/1Router(config-if)#no shut%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up Router(config-if)#exitRouter(config)#int f0/0Router(config-if)#no shutRouter(config-if)#exitRouter(config)#int f0/0.1Router(config-subif)#encapsulation dot1Q 1Router(config-subif)#ip address 192.168.3.168 255.255.255.0Router(config-subif)#exitRouter(config)#int f0/0.2Router(config-subif)#encapsulation dot1Q 2Router(config-subif)#ip addRouter(config-subif)#ip address 192.168.4.168 255.255.255.0Router(config-subif)#exitRouter(config)#ip route 0.0.0.0 0.0.0.0 192.168.10.1Router(config)#exit%SYS-5-CONFIG_I: Configured from console by consoleRouter#confConfiguring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z. Router(config)#int f0/1Router(config-if)#ip addRouter(config-if)#ip address 192.168.10.2 255.255.255.0 Router(config-if)#Welcome !!! 欢迎您的下载,资料仅供参考!。

三层交换机的VLAN间路由

三层交换机的VLAN间路由

三层交换机的VLAN间路由运行环境:GNS3网络拓扑:3600路由器充当交换机:先点路由器右键,点配置,有个插槽选项,适配卡上选一个NM-16SW,应用就可以了。

连线时用manual线连接,三层交换级缺省情况下,路由功能是打开状态, 除非用命令no ip routing关闭;可以通过change symbol更改路由器图标为交换机图标SW01配置过程:R3>enableR3#conf tEnter configuration commands, one per line. End with CNTL/Z.R3(config)#hostname SW01SW01(config)#exitSW01#vl*Mar 1 00:00:46.275: %SYS-5-CONFIG_I: Configured from console by consoleSW01#vlan daSW01#vlan databaseSW01(vlan)#vlan 10VLAN 10 added:Name: VLAN0010SW01(vlan)#vlan 20VLAN 20 added:Name: VLAN0020SW01(vlan)#exitAPPLY completed.Exiting....SW01#conf tEnter configuration commands, one per line. End with CNTL/Z.SW01(config)#int f0/1SW01(config-if)#swSW01(config-if)#switchport mode acSW01(config-if)#switchport mode accessSW01(config-if)#swiSW01(config-if)#switchport access vlan 10SW01(config-if)#no shutdonw^% Invalid input detected at '^' marker.SW01(config-if)#no shutSW01(config-if)#no shutdownSW01(config-if)#*Mar 1 00:01:35.819: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up*Mar 1 00:01:36.819: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to upSW01(config-if)#SW01(config-if)#int f0/2SW01(config-if)#swSW01(config-if)#switchport mode accessSW01(config-if)#swSW01(config-if)#switchport access vlan 20SW01(config-if)#no shutdownSW01(config-if)#*Mar 1 00:01:58.023: %LINK-3-UPDOWN: Interface FastEthernet0/2, changed state to up*Mar 1 00:01:59.023: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to upSW01(config-if)#SW01(config-if)#int f0/3SW01(config-if)#swSW01(config-if)#switchport mode trunkSW01(config-if)#no shutSW01(config-if)#*Mar 1 00:02:14.983: %DTP-5-TRUNKPORTON: Port Fa0/3 has become dot1q trunkSW01(config-if)#*Mar 1 00:02:16.419: %LINK-3-UPDOWN: Interface FastEthernet0/3, changed state to up*Mar 1 00:02:17.419: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to upSW01(config-if)#endSW01#*Mar 1 00:02:23.435: %SYS-5-CONFIG_I: Configured from console by consoleSW01#conf tEnter configuration commands, one per line. End with CNTL/Z.SW01(config)#int vlan 10SW01(config-if)#ip ad*Mar 1 00:02:34.603: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan10, changed state to upSW01(config-if)#ip add 192.168.1.254 255.255.255.0SW01(config-if)#no shutSW01(config-if)#no shutdownSW01(config-if)#int vlan 20SW01(config-if)#ip a*Mar 1 00:03:17.759: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan20, changed state to upSW01(config-if)#ip add 192.168.2.254 255.255.255.0SW01(config-if)#no shutdownSW01(config-if)#endSW01#*Mar 1 00:03:40.711: %SYS-5-CONFIG_I: Configured from console by consoleSW01#交换机SW02的配置过程:R4>enableR4#vlan databaseR4(vlan)#vlan 10VLAN 10 added:Name: VLAN0010R4(vlan)#vlan 20VLAN 20 added:Name: VLAN0020R4(vlan)#exitAPPLY completed.Exiting....R4#conf tEnter configuration commands, one per line. End with CNTL/Z.R4(config)#int f0/1R4(config-if)#swR4(config-if)#switchport mode accessR4(config-if)#swR4(config-if)#switchport access vlan 10R4(config-if)#no shutR4(config-if)#*Mar 1 00:05:21.887: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up*Mar 1 00:05:22.887: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to upR4(config-if)#int f0/2R4(config-if)#swR4(config-if)#switchport mode accessR4(config-if)#switR4(config-if)#switchport access vlan 20R4(config-if)#no shutR4(config-if)#*Mar 1 00:05:50.563: %LINK-3-UPDOWN: Interface FastEthernet0/2, changed state to up*Mar 1 00:05:51.563: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to upR4(config-if)#int f0/3R4(config-if)#swR4(config-if)#switchport mode trunkR4(config-if)#no shutR4(config-if)#*Mar 1 00:06:08.139: %DTP-5-TRUNKPORTON: Port Fa0/3 has become dot1q trunkR4(config-if)#*Mar 1 00:06:09.579: %LINK-3-UPDOWN: Interface FastEthernet0/3, changed state to up*Mar 1 00:06:10.579: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to upR4(config-if)#endR4#*Mar 1 00:06:13.131: %SYS-5-CONFIG_I: Configured from console by consoleR4#SW01#sh runBuilding configuration...Current configuration : 1507 bytes!version 12.3service timestamps debug datetime msecservice timestamps log datetime msecno service password-encryption!hostname SW01!boot-start-markerboot-end-marker!!no aaa new-modelip subnet-zero!!no ip domain lookup!ip cef!!!!!!!!!!!!!!!!!!!interface FastEthernet0/0 no ip address shutdown!interface FastEthernet0/1 switchport access vlan 10 no ip address!interface FastEthernet0/2 switchport access vlan 20 no ip address!interface FastEthernet0/3 switchport mode trunk no ip address!interface FastEthernet0/4 no ip address shutdowninterface FastEthernet0/5 no ip address shutdown!interface FastEthernet0/6 no ip address shutdown!interface FastEthernet0/7 no ip address shutdown!interface FastEthernet0/8 no ip address shutdown!interface FastEthernet0/9 no ip address shutdown!interface FastEthernet0/10 no ip address shutdown!interface FastEthernet0/11 no ip address shutdown!interface FastEthernet0/12 no ip address shutdown!interface FastEthernet0/13 no ip address shutdown!interface FastEthernet0/14 no ip address shutdown!interface FastEthernet0/15 no ip address shutdowninterface Vlan1no ip addressshutdown!interface Vlan10ip address 192.168.1.254 255.255.255.0 !interface Vlan20ip address 192.168.2.254 255.255.255.0 !!no ip http serverno ip http secure-serverip classless!!!!!!!!!!!line con 0exec-timeout 0 0logging synchronousline aux 0line vty 0 4!!endSW01#交换机SW02的配置SW02#sh runBuilding configuration...Current configuration : 1457 bytes!version 12.3service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption!hostname SW02!boot-start-markerboot-end-marker!!no aaa new-modelip subnet-zero!!no ip domain lookup!ip cef!!!!!!!!!!!!!!!!!!!interface FastEthernet0/0no ip addressshutdown!interface FastEthernet0/1switchport access vlan 10no ip addressinterface FastEthernet0/2 switchport access vlan 20 no ip address!interface FastEthernet0/3 switchport mode trunk no ip address!interface FastEthernet0/4 no ip address shutdown!interface FastEthernet0/5 no ip address shutdown!interface FastEthernet0/6 no ip address shutdown!interface FastEthernet0/7 no ip address shutdown!interface FastEthernet0/8 no ip address shutdown!interface FastEthernet0/9 no ip address shutdown!interface FastEthernet0/10 no ip address shutdown!interface FastEthernet0/11 no ip address shutdown!interface FastEthernet0/12 no ip address shutdowninterface FastEthernet0/13 no ip address shutdown!interface FastEthernet0/14 no ip address shutdown!interface FastEthernet0/15 no ip address shutdown!interface Vlan1no ip address shutdown!interface Vlan10no ip address!interface Vlan20no ip address!!no ip http serverno ip http secure-server ip classless!!!!!!!!!!!line con 0exec-timeout 0 0 logging synchronous line aux 0line vty 0 4!!endSW02#客户端配置:测试:。

华为三层交换机多VLAN配合D-link路由器组网实战

华为三层交换机多VLAN配合D-link路由器组网实战

华为三层交换机多VLAN配合D-link路由器组网实战练习设备简介:1.华为三层交换机Quidway S5324TP-SI2.D-link路由器DI-7100目的和要求:路由器默认地址:192.168.0.1/24交换机配置如下5个vlanVlan 1 192.168.0.254/24 port 0/0/1 (接路由器lan口)Vlan 10 192.168.10.1/24 port 0/0/2 to 0/0/6Vlan 20 192.168.20.1/24 port 0/0/7 to 0/0/12Vlan 30 192.168.30.1/24 port 0/0/13 to 0/0/18Vlan 40 192.168.40.1/24 port 0/0/19 to 0/0/24通过一根网线连接交换机的端口1和路由器的lan口,使vlan10到vlan40都可以上网且IP 都可以自动获取。

配置步骤:1.按要求在交换机上划分好vlan2.在交换机上配置好地址池3.在交换机上配置一条静态路由这条静态路由是连接交换机和路由器的,将所有的访问指向路由器的网关,即192.168.0.1.4.配置路由器的外网参数注意:这里的工作模式选NA T模式,其他模式都无法使用的。

5.配置路由器的内网参数注意:必须在这里添加Vlan 10到Vlan 40 的4个内网,否则无法使用。

6.在路由器上设置静态路由注意:该图中是在路由器里配置的静态路由,将vlan 10到vlan 40这4个网段的地址都指向了vlan 1的网关,即192.168.0.254,,这是连接vlan 1和vlan 10-40的。

前面在交换机里配置的那条静态路由是连接交换机和路由器的,这些静态路由都是缺一不可的。

7.重启路由器,使配置生效。

用一根网线连接交换机端口1和路由器上随便一个lan口,用一根网线连接电脑网卡和交换机其他端口,测试属于vlan 10到vlan 40的端口是否都可以自动获取相应IP并上网。

实验十一 用三层交换机实验VLAN间的路由

实验十一 用三层交换机实验VLAN间的路由

实验十一三层交换机VLAN间的路由和“学校-局端-国际互联网”通讯模型第组姓名:一.实验背景校园网中划分了三个VLAN,你希望通过一个三层交换机实现VLAN之间的通信。

本实验模拟了“学校—教育局—国际互联网”三级连通通讯模型,通过此模型,可以作为学校设计校园网的参考方案。

二. 实验任务. 用三层交换机实验VLAN间的通讯。

三层交换机和路由器之间通讯。

三.实验拓扑四.实验分工1、Pc4和pc1 作为学校内部电脑,分别使用ip地址:10.0.2.2 子网掩码:255.255.255.0,网关:10.0.2.1 和10.0.3.2 子网掩码:255.255.255.0 网关:10.0.3.12、三层交换机3550作为学校端三层交换机。

在其上面划分三个vlan,其中两个vlan 连接校内,一个vlan 连接教育局路由器。

三层交换机和教育局路由器所使用的ip是:172.16.0.1/172.16.0.2 255.255.255.252 。

创建默认路由,指向教育局路由器;3、路由器r0 模拟教育局端路由器,负责连通学校三层交换机和电信局的路由器;4、路由器r1模拟电信局端的路由器,负责互联网上的信息和教育局ip进行通信。

5、pc3作为互联网上的一台服务器,它的ip地址是:222.16.168.180 子网掩码: 255.255.255.192 网关:222.16.168.129五.实验步骤1.对S3550交换机作如下配置:Switch(config)#vlan 2 创建vlan 2Switch(config-vlan)#exitSwitch(config)#int vlan 2Switch(config-if)#ip address 10.0.2.1 255.255.255.0 给vlan2一个IP地址Switch(config-if)#no sh 激活Switch(config-if)#exitSwitch(config)#vlan 3创建Vlan 3Switch(config-vlan)#exitSwitch(config)#int vlan 3Switch(config-if)#ip address 10.0.3.1 255.255.255.0 给vlan3配一个IP地址Switch(config-if)#no sh 激活Switch(config)#int vlan 1 vlan 1 是默认vlan,不用创建Switch(config-if)#ip address 172.16.0.2 255.255.255.252 给vlan1配一个IP地址Switch(config-if)#no sh 激活Switch(config)#int fa0/2 进入交换机2 号端口Switch(config-if)#switchport access vlan 2 将2 号端口归到vlan2Switch(config-if)#exitSwitch(config)#int fa0/3 进入交换机3 号端口Switch(config-if)#switchport access vlan 3 将3 号端口归到vlan3Switch(config-if)#exit#因为默认状态下,交换机所有端口都归vlan1,所以没必要再人工将fa0/1号端口归入vlan1Switch(config)#ip route 0.0.0.0 0.0.0.0 172.16.0.1 255.255.255.252#给三层交换机设置的默认路由,将所有不明路径的数据包都扔给172.16.0.1(教育局端路由器接口)处理。

实验二(三层交换实现VLAN间通信及路由器简单配置)

实验二(三层交换实现VLAN间通信及路由器简单配置)
洛阳理工学院实验报告
系别
计算机
班级
B100509
学号
B0050917
姓名
李雷雷
课程名称
计算机网络
实验日期
实验名称
三层交换实现VLAN间通信原理及配置方法,掌握trunk链路的配置方法,掌握如何利用三层交换实现VLAN间相互通信的方法,掌握路由器的简单配置,实现telnet远程登录路由器
3、将三层交换机上连接PC的两个端口分别划分到VLAN10和VLAN20中
4、将三层交换机上与二层交换机相连的端口设置为TRUNK模式
5、在二层交换机上划分VLAN10和VLAN20
6、将二层交换机上连接PC的端口划分到VLAN10中
7、将二层交换机上与三层交换机相连的端口设置为TRUNK模式
8、在三层交换机上配置虚拟接口,配置VLAN10和VLAN20的IP地址
实验总结:
通过本次实验,我学会了三层交换VLAN间的通信和路由器简单配置。实验过程中,老师的讲解和同学的互相交流也使我掌握了一些实验中的技巧,认识到了一些易犯的错误并加以改正。
实验设备:三层交换实现VLAN间通信:三层交换机一台,二层交换机一台,PC机三台。
路由器简单配置:路由器一台,PC一台。
网络拓扑:(一)三层交换实现VLAN间通信
(二)路由器简单配置
实验内容:
(一)三层交换实现VLAN间通信:
1、配置两台交换机名称为SW1和SW2
2、在三层交换机上划分VLAN10和VLAN20
3、在PC机的Desktop上进入Teminal
4、将路由器命名为R1
5、配置路由器的特权模式密码
6、配置路由器的telnet登录
7、配置路由器telnet登录密码

Vlan间路由实验(三层交换机实现法)

Vlan间路由实验(三层交换机实现法)

今天我们来演示VLAN间路由的实验,配置方法有多种,我们首先来演示利用三层交换机实现V LAN间路由。

其实该实验还有另外一种实现方法:直接在交换机的物理接口配置IP而不用划分VLAN ,下面演示的是在交换机上划分VLAN的实现方法。

实验拓扑图:实验环境说明:1.分别启用路由器R1 、R2和交换机SW1;2.将路由器R1的Fa0/0端口的ip设为:192.168.1.2/24,关闭路由功能,用来模拟PC1,同时将默认网关设为:192.168.1.1;3.将路由器R2的Fa0/0端口的ip设为:192.168.0.2/24,关闭路由功能,用来模拟PC2,同时将默认网关设为:192.168.0.1;4.在交换机SW1上分别划分VLAN14、VLAN15两个VLAN,启用路由功能,用来充当三层交换机;5.将交换机SW1的Fa1/14端口的ip设为:192.168.0.1/24,并将该端口加入到VLAN14中;6.将交换机SW1的Fa1/15端口的ip设为:192.168.1.1/24,并将该端口加入到VLAN15中;实验结果要求:要求两台路由器可以相互ping通对方。

配置过程详解:交换机SW1的配置清单:1.开启交换机的路由功能,充当三层交换机使用SW1(config)#ip routingSW1(config)#exit2.在交换机SW1上划分VLAN:SW1#vlan dataSW1(vlan)#vlan 14SW1(vlan)#vlan 15SW1(vlan)#exit3.将交换机SW1的两个端口分别划入相应的VLAN:SW1(config)#int fa1/14SW1(config-if)#speed 100SW1(config-if)#duplex fullSW1(config-if)#switchport mod accSW1(config-if)#switchport acc vlan 14SW1(config-if)#exitSW1(config)#int fa1/15SW1(config-if)#speed 100SW1(config-if)#duplex fullSW1(config-if)#switchport mod accSW1(config-if)#switchport acc vlan 15SW1(config-if)#exit4.分别为每个VLAN设置ip:SW1(config)#int vlan 14SW1(config-if)#ip add 192.168.0.1 255.255.255.0SW1(config-if)#no shutSW1(config-if)#exitSW1(config)#int vlan 15SW1(config-if)#ip add 192.168.1.1 255.255.255.0SW1(config-if)#no shutSW1(config-if)#exit路由器R1的配置清单:R1(config)#no ip routing //关闭路由功能R1(config)#ip default-gateway 192.168.1.1 //配置默认网关R1(config)#int fa0/0 //进入端口模式R1(config-if)#speed 100 //设置速率R1(config-if)#duplex full //设为全双工模式R1(config-if)#ip add 192.168.1.2 255.255.255.0 //配置ip地址和子网掩码R1(config-if)#no shut //启动端口R1(config-if)#exit路由器R2 的配置清单:R2(config)#no ip routingR2(config)#ip default-gateway 192.168.0.1R2(config)#int fa0/0R2(config-if)#speed 100R2(config-if)#duplex fullR2(config-if)#ip add 192.168.0.2 255.255.255.0R2(config-if)#no shutR2(config-if)#exit验证实验结果:R1pingR2:R1r#ping 192.168.0.2Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.0.2, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 120/162/216 ms R2pingR1:R2#ping 192.168.1.2Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 120/137/188 ms OK ,到此VLAN间路由实验(三层交换机实现法)就圆满完成了。

三层交换机VLAN的划分和VLAN间路由实例

三层交换机VLAN的划分和VLAN间路由实例
三、实验设备 1、 SM32GF-8T 交换机 1 台 2、 PC 机 2 台 3、 直通网线若干
四、实验拓扑 使用 1 台交换机和两台 PC 机,还将其中 PC2 作为控制台终端,使用 Console 口配置方式;使用两根网 线分别将 PC1 和 PC2 连接到交换机的 RJ-45 接口上。
五、实验要求
Switch_config_if_range#interface range gigaEthernet0/5-8
Switch_config_if_range#switchport pvid 200 //将 5-8 端口添加到 VLAN200
% VLAN does not exist, Creating vlan 200.
Switch_config_if_range#exit
Switch_config#show running-config
//显示配置状态
Building configuration...
Current configuration: ! !version 2.2.0C build 50891 service timestamps log date service timestamps debug date ! ! ! ! ! ! ! ! spanning-tree mode rstp ! ! ! ! ! ! ! ! ! ! ! ! aaa authentication login default local aaa authentication enable default none aaa authorization exec default local ! username admin password 0 admin ! ! !
^ Parameter invalid Switch_config#interface range gigaEthernet0/1-4

华为交换机实现VLAN间路由实例

华为交换机实现VLAN间路由实例

华为交换机实现VLAN间路由实例Cisco 三层交换机实现VLAN间路由华为三层交换机VLAN间路由配置:(1)在二层交换机上配置VLAN2、VLAN3,分别将端口2、端口3划到VLAN2、VLAN3;(2)将二层交换机与三层交换机相连的端口F0/1都定义为trunk模式;(3)在三层交换机上配置VLAN2、VLAN3,此时验证二层交换机VLAN2、VLAN3下带主机之间不能互相通信;(4)设置三层交换机VLAN间通信,创建VLAN2、3的虚拟接口,并配置虚拟接口VLAN2、3的IP地址;(5)查看三层交换机路由表(6)将二层交换机华为三层交换机VLAN间路由配置:(1)在二层交换机上配置VLAN2、VLAN3,分别将端口2、端口3划到VLAN2、VLAN3;(2)将二层交换机与三层交换机相连的端口F0/1都定义为trunk 模式;(3)在三层交换机上配置VLAN2、VLAN3,此时验证二层交换机VLAN2、VLAN3下带主机之间不能互相通信;(4)设置三层交换机VLAN间通信,创建VLAN2、3的虚拟接口,并配置虚拟接口VLAN2、3的IP地址;(5)查看三层交换机路由表(6)将二层交换机VLAN2、VLAN3下的主机默认网关分别设置为相应虚拟接口的IP地址;(7)验证二层交换机VLAN2、VLAN3下的主机之间可以互相通信;(1)在二层交换机上配置VLAN2、VLAN3,分别将端口2、端口3划到VLAN2、VLAN3;[Switch2]vlan 2[Switch2-vlan2]port Ethernet 0/2[Switch2-vlan2]vlan 3[Switch2-vlan3]port ethernet 0/3[Switch2-vlan3]quit(2) 两主机互ping,不通;(3) 定义二层交换机与三层交换机相连的端口F0/1为tag vlan (trunk)模式,允许所有vlan通过;[Switch2]interfa e 0/1 (进入交换机接口0/1)[Switch2-Ethernet0/1]port link-type trunk (将端口设置为trunk)[Switch2-Ethernet0/1] port trunk permit vlan all //允许所有vlan通过。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
COM(config-if)#switchport trunk encapsulation isl配置中继协议
COM(config-if)#switchport mode trunk
COM(config)#interface gigabitEthernet 2/3
COM(config-if)#switchport
参数,同步本VTP域中其他交换机传递来的最新的VLAN信息;Client模式是指本交换机不能创建、删除、修改
VLAN配置,
也不能在NVRAM中存储VLAN配置,但可同步由本VTP域中其他交换机传递来的VLAN信息。
2、配置中继为了保证管理域能够覆盖所有的分支交换机,必须配置中继。
Cisco交换机能够支持任何介质作为中继线,为了实现中继可使用其特有的ISL标签。ISL(Inter-Switch Link)是一个在交
换机之间、交换机与路由器之间及交换机与服务器之间传递多个VLAN信息及VLAN数据流的协议,通过在交换机直接相连
的端口配置ISL封装,即可跨越交换机进行整个网络的VLAN分配和进行配置。
在核心交换机端配置如下:
COM(config)#interface gigabitEthernet 2/1
COM(config-if)#switchport
PAR1(vlan)#vtp domain COM设置VTP管理域名称COM
PAR1(vlan)#vtp Client设置交换机为客户端模式
PAR2#vlan database进入VLAN配置模式
PAR2(vlan)#vtp domainCOM设置VTP管理域名称COM
PAR2(vlan)#vtp Client设置交换机为客户端模式
CISCO 3560三层交换机VLAN间路由配置实例
所谓典型局域网就是指由一台具备三层交换功能的核心交换机接几台分支交换机(不一定具备三层交换能力)。我们
假设核心交换机名称为:COM;分支交换机分别为:PAR1、PAR2、PAR3,分别通过Port 1的光线模块与核心交换机相连;
并且假设VLAN名称分别为COUNTER、MARKET、MANAGING……
PAR2(config)#interface gigabitEthernet 0/1
PAR2(config-if)#switchport mode trunk
PAR3(config)#interface gigabitEthernet 0/1
PAR3(config-if)#switchport mode trunk
交换机上进行设置。
4、将交换机端口划入VLAN
例如,要将PAR1、PARK、PAR3……分支交换机的端口1划入COUNTER VLAN,端口2划入MARKET VLAN,端口3划入MANAGING
VLAN……
PAR1(config)#interface fastEthernet 0/1配置端口1
PAR1(config-if)#switchport access vlan 10归属COUNTER VLAN
……
此时,管理域算是设置完毕了。
3、创建VLAN一旦建立了管理域,就可以创建VLAN了。
COM(vlan)#Vlan 10 name COUNTER创建了一个编号为10名字为COUNTER的VLAN
COM(vlan)#Vlan 11 name MARKET创建了一个编号为11名字为MARKET的VLAN
需要做的工作:
1、设置VTP DOMAIN(核心、分支交换机上都设置)
2、配置中继(核心、分支交换机上都设置)
3、创建VLAN(在server上设置)
4、将交换机端口划入VLAN
5、配置三层交换
1、设置VTP DOMAIN。VTP DOMAIN称为管理域。
交换VTP更新信息的所有交换机必须配置为相同的管理域。如果所有的交换机都以中继线相连,那么只要在核心交换机上
COM(config-if)#switchport trunk encapsulation isl配置中继协议
COM(config-if)#switchport mode trunk
COM(config)#interface gigabitEthernet 2/2
COM(config-if)#switchport
PAR1(config)#interface fastEthernet 0/2配置端口2
PAR1(config-if)#switchport access vlan 11归属MARKET VLAN
设置一个管理域,网络上所有的交换机都加入该域,这样管理域里所有的交换机就能够了解彼此的VLAN列表。
COM#vlan database进入VLAN配置模式
COM(vlan)#vtp dቤተ መጻሕፍቲ ባይዱmain COM设置VTP管理域名称COM
COM(vlan)#vtp server设置交换机为服务器模式
PAR1#vlan database进入VLAN配置模式
COM(config-if)#switchport trunk encapsulation isl配置中继协议
COM(config-if)#switchport mode trunk
在分支交换机端配置如下:
PAR1(config)#interface gigabitEthernet 0/1
PAR1(config-if)#switchport mode trunk
COM(vlan)#Vlan 12 name MANAGING创建了一个编号为12名字为MANAGING的VLAN
……
注意,这里的VLAN是在核心交换机上建立的,其实,只要是在管理域中的任何一台VTP属性为Server的交换机上建立VLAN,
它就会通过VTP通告整个管理域中的所有的交换机。但如果要将具体的交换机端口划入某个VLAN,就必须在该端口所属的
PAR3#vlan database进入VLAN配置模式
PAR3(vlan)#vtp domain COM设置VTP管理域名称COM
PAR3(vlan)#vtp Client设置交换机为客户端模式
注意:这里设置核心交换机为Server模式是指允许在该交换机上创建、修改、删除VLAN及其他一些对整个VTP域的配置
相关文档
最新文档