标签: port-channel实验与测试
port-channel实验与测试
?
两个交换机用三层+二层进行连接
?
中断三层的时候,会有10秒左右的时间进行重连。
?
在建立 PORT-CHANNEL时 最好指定协议 和 主动。
?
在接口模式下,要一个一个的进行增加 channel-group ,我用批量增加有时提示错误,或是无效。也可能是ISO版本问题。
?
interface Port-channel1
?no switchport
?ip address 172.18.0.2 255.255.255.252
!
interface FastEthernet0/1
?no switchport
?no ip address
?channel-protocol lacp
?channel-group 1 mode active
?
起channel的端口必须都属性相同。
?
或是二层,或是三层。
?