实验目标:
<1>掌握单臂路由器配置方法
<2>通过单臂路由器实现不同VLAN之间互相通信
技术原理:
单臂路由,是为实现VLAN间通信的三层网络设备路由器。它只需要一个以太网,通过创建子接口可以承担所有VLAN的网关,而在不同的VLAN间转发数据。
实验步骤:
<1>建立如图所示的拓扑图
<2>对Switch进行设置
en
conf t
vlan 2
exit
vlan 3
exit
interface fastEthernet 0/2
switchport access vlan 2
exit
int fa 0/3
switchport access vlan 3
exit
int fa 0/1
switchport mode trunk
<3>对Router进行配置
en
conf t
int fa 0/0
no shutdown
exit
interface fast 0/0.1
encapsulation dot1Q 2
ip address 192.168.1.1 255.255.255.0
exit
int fa 0/0.2
encapsulation dot1q 3
ip address 192.168.2.1 255.255.255.0
end
show ip route
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。