您当前的位置:首页 > 计算机 > 网络通信

Cisco PT 案例七:配置链路聚合 / 负载均衡

时间:10-31来源:作者:点击数:

环境

  • Cisco Packet Tracer 5.3
  • Windows 10

操作

操作:按照如图所示连接拓扑图

image.png

配置交换机0

Switch>enable
Switch#configure terminal
Switch(config)#hostname SA              (更改交换机名字)
SA(config)#interface port-channel 1         (聚合通道1)
SA(config-if)#exit
SA(config)#interface fa0/22
SA(config-if)#channel-group 1 mode on      (开启聚合通道1)
SA(config-if)#interface fa0/23
SA(config-if)#channel-group 1 mode on
SA(config-if)#interface fa0/24
SA(config-if)#channel-group 1 mode on
SA(config-if)#exit
SA(config)#interface port-channel 1
SA(config-if)#switchport mode trunk            (交换机间链路类型为trunk)
SA(config-if)#switchport trunk allowed vlan all     (允许所有VLAN通过)

配置交换机1

Switch>enable
Switch#configure terminal
Switch(config)#hostname SB
SB(config)#interface port-channel 1
SB(config-if)#exit
SB(config)#interface range fa0/22-fa0/24       (同时开启聚合通道1)
SB(config-if)#channel-group 1 mode on
SB(config-if)#exit
SB(config)#interface port-channel 1
SB(config-if)#switchport mode trunk
SB(config-if)#switchport trunk allowed vlan all
方便获取更多学习、工作、生活信息请关注本站微信公众号城东书院 微信服务号城东书院 微信订阅号
推荐内容
相关内容
栏目更新
栏目热门