利用三层交换机实现VLAN间路由转发- 智屋- zhiwu88 - 和讯博客
利用三层交换机实现VLAN间路由转发 [原创 2010-05-01 16:23:23]   



PC0
IP地址:192.168.1.2/24
网关:192.168.1.1
接口:Fast Ethernet 0/2

PC1
IP地址:192.168.2.2/24
网关:192.168.2.1
接口:Fast Ethernet 0/3

PC2
IP地址:192.168.1.3/24
网关:192.168.1.1
接口:Fast Ethernet 0/2

二层接入交换机2960
建立VLAN2和VLAN3,并把Fast Ethernet 0/1设置为Trunk口。

Switch>
Switch>en
Switch#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#vlan 2
Switch(config-vlan)#exit
Switch(config)#vlan 3
Switch(config-vlan)#exit
Switch(config)#int fa0/2
Switch(config-if)#switchport access vlan 2
Switch(config-if)#int fa0/3
Switch(config-if)#switchport access vlan 3
Switch(config-if)#int fa0/1
Switch(config-if)#switchport mode trunk

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
Switch(config-if)#^Z
Switch#

三层转发交换机3560
建立VLAN2和VLAN3,并把Fast Ethernet 0/1设置为Trunk口,VLAN2的IP地址设置为192.168.1.1,VLAN2的IP地址设置为192.168.2.1。

Switch>EN
Switch#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#vlan 2
Switch(config-vlan)#exit
Switch(config)#vlan 3
Switch(config-vlan)#exit
Switch(config)#
Switch(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 addr 192.168.1.1 255.255.255.0
Switch(config-if)#int vlan 3

%LINK-5-CHANGED: Interface Vlan3, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan3, changed state to upSwitch(config-if)#ip addr 192.168.2.1 255.255.255.0
Switch(config-if)#exit
Switch(config)#int fa0/2
Switch(config-if)#switchport access vlan 2
Switch(config-if)#int fa0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#no shut
Switch(config-if)#^Z
Switch#

 



郑重声明:资讯 【利用三层交换机实现VLAN间路由转发- 智屋- zhiwu88 - 和讯博客】由 发布,版权归原作者及其所在单位,其原创性以及文中陈述文字和内容未经(企业库qiyeku.com)证实,请读者仅作参考,并请自行核实相关内容。若本文有侵犯到您的版权, 请你提供相关证明及申请并与我们联系(qiyeku # qq.com)或【在线投诉】,我们审核后将会尽快处理。
—— 相关资讯 ——