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

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

时间:2016-10-11 00:56:35      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:交换机   access   接口   

Switch> 

Switch>en 

Switch#conf t 

Switch(config)#vlan 10(划分vlan 10 

Switch(config-vlan)#exit 

Switch(config)#vlan 70(划分vlan 70

Switch(config-vlan)#exit  

Switch(config)#int f 0/3(进入3号端口的接口模式) 

Switch(config-if)#switchport access vlan 70(将3号端口划分到vlan 70 

Switch(config-if)#end 

Switch(config)#int f 0/4(进入3号端口的接口模式) 

Switch(config-if)#switchport access vlan 10(将4号端口划分到vlan 10 

Switch(config-if)#end 

Switch#show vlan(查看vlan信息)  

Switch(config)#int f 0/15(进入15号端口的接口模式) 

Switch(config-if)#switchport mode trunk (将该端口的工作模式设置为trunk,也就是Tag-vlan

Switch(config-if)#exit 

Switch(config)#interface vlan 10(进入vlan 10的接口模式) 

Switch(config-if)#no shutdown(开启该端口的状态)

Switch(config-if)#exit 

Switch(config)#interface vlan 70(进入vlan 3的接口模式)

Switch(config-if)#no shutdown (开启该端口的状态)

Switch(config-if)#exit 

Switch(config)#end 

Switch#show ip int b(查看路由表)

技术分享

技术分享

技术分享


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

标签:交换机   access   接口   

原文地址:http://12064606.blog.51cto.com/12054606/1860102

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