一、实验拓扑图
1.实验拓扑图
二、实验目的
1.配置单臂路由和Eth-trunk
三、单臂路由和Eth-trunk
1.单臂路由(router-on-a-stick)是指在路由器的一个接口上通过配
置子接口的方式,实现原来相互隔离的不同VLAN(之间的互联互通。
2.Eth-Trunk接口是一种可以动态创建的接口,该类型接口可以绑定若
干物理的以太网接口作为一个逻辑接口使用,实现增加带宽提高靠性的目的。
①.通Trunk接口实现负载担Eth-Trunk接口内实现流量负载担。
②.某员接口连接物理链路现故障流量切换其用链路提高整Trunk
链路靠性。
③.Trunk接口总带宽各员接口带宽。
四、简单配置
1.sysname LSW1
#
vlan batch 5 to 6
#
interface Ethernet0/0/1
port link-type access
port default vlan 5
#
interface Ethernet0/0/2
port link-type access
port default vlan