码迷,mamicode.com
首页 > 其他好文 > 详细

同一路由器不同vlan之间的通信(一)

时间:2014-09-28 23:48:55      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   ar   sp   div   2014   art   on   

还是废话不多说,第一步,看拓扑图。

bubuko.com,布布扣


bubuko.com,布布扣

先把pc上的ip都配好。開始设置

switch0:

>en

>conf t

>vlan 2

>exit

>int fa 0/1

>switchport access vlan 2

>exit

>int fa 0/2

>switchport access vlan 2

>exit

>int fa 0/3

>switchport mode trunk 

>end

bubuko.com,布布扣

bubuko.com,布布扣

switch1:

>en

>conf t

>vlan 3

>exit

>int fa 0/1

>switchport access vlan 3

>exit

>int fa 0/2

>switchport access vlan 3

>exit

>int fa 0/3

>switchport mode trunk 

>end

bubuko.com,布布扣

bubuko.com,布布扣

Router0:

>enable

>configure terminal

>interface fastEthernet 0/0

>no ip adderss     //清除ip

>no shutsown

>exit

>interface fastEthernet 0/0.1     //子接口设置

>encapsulation dot1Q 2    //封装协议 连到vlan 2

>ip address 192.168.0.1 255.255.255.0

>exit

>interface fastEthernet 0/1

>no ip adderss     //清除ip

>no shutsown

>exit

>interface fastEthernet 0/1.1     //子接口设置

>encapsulation dot1Q 3   //封装协议 连到vlan 3

>ip address 192.168.1.1 255.255.255.0

>end

bubuko.com,布布扣

bubuko.com,布布扣

pc0  CMD:

ping PC1

bubuko.com,布布扣

bubuko.com,布布扣

ping PC 3

bubuko.com,布布扣

bubuko.com,布布扣



资源下载   http://download.csdn.net/detail/lihuozhiling/7368489



同一路由器不同vlan之间的通信(一)

标签:blog   http   io   ar   sp   div   2014   art   on   

原文地址:http://www.cnblogs.com/mengfanrong/p/3999038.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!