交换机链路聚合(技术)
发布时间
阅读量:
阅读量

1、设置IP地址
2、配置交换机端口聚合
第一步:设定主机名称
Switch(config)#hostname SwitchA
第二步:建立port-channel 1接口
SwitchA(config)#interface port-channel 1
SwitchA(config-if)#exit
第三步:将物理端口加入至port-channel 1组中。
SwitchA(config)#int f0/23
SwitchA(config-if)#channel-group 1 mode on
SwitchA(config-if-range)#exit
SwitchA(config-if)#int f0/24
SwitchA(config-if)#channel-group 1 mode on
SwitchA(config-if-range)#exit
第四步:调整级联端口的模式为trunk类型。
SwitchA(config)#interface port-channel 1
SwitchA(
全部评论 (0)
还没有任何评论哟~
