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

78、VLAN间路由配置实验之单臂路由

时间:2015-12-25 19:29:34      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:78、vlan间路由配置实验之单臂路由

1、实验拓扑

技术分享

2、实验配置

R1配置

interface FastEthernet0/0

no shut

interface FastEthernet0/0.10

encapsulation dot1Q 10

ip address 192.168.10.254 255.255.255.0

interface FastEthernet0/0.20

encapsulation dot1Q 20

ip address 192.168.20.254 255.255.255.0


S2配置

vlan 10

vlan 20

interface FastEthernet0/1

switchport access vlan 10

switchport mode access

spanning-tree portfast

interface FastEthernet0/2

switchport access vlan 20

switchport mode access

spanning-tree portfast

interface FastEthernet0/3

switchport mode trunk

switchport nonegotiate


3、实验测试

技术分享


本文出自 “开源殿堂” 博客,请务必保留此出处http://kaiyuandiantang.blog.51cto.com/10699754/1728350

78、VLAN间路由配置实验之单臂路由

标签:78、vlan间路由配置实验之单臂路由

原文地址:http://kaiyuandiantang.blog.51cto.com/10699754/1728350

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