kayne Участник 18.08.2023 #1 Привет, нет у кого нить под рукой шпоры, на тему как настроить etherchannel и lacp между двумя свитчами ?
Привет, нет у кого нить под рукой шпоры, на тему как настроить etherchannel и lacp между двумя свитчами ?
quake Случайный прохожий 18.08.2023 #2 switch1(config)# interface range Gi0/0 -3 switch1(config-if-range)# channel-protocol lacp switch1(config-if-range)# channel-group 1 mode active switch1(config-if-range)# exit switch1(config)# interface port-channel 1 switch1(config-if)#switchport trunk encapsulation dot1q switch1(config-if)#switchport mode trunk switch2(config)# interface range Gi0/0 – 3 switch2(config-if-range)# channel-protocol lacp switch2(config-if-range)# channel-group 1 mode passive switch2(config-if-range)# exit switch2(config)# interface port-channel 1 switch2(config-if)#switchport trunk encapsulation dot1q switch2(config-if)#switchport mode trunk
switch1(config)# interface range Gi0/0 -3 switch1(config-if-range)# channel-protocol lacp switch1(config-if-range)# channel-group 1 mode active switch1(config-if-range)# exit switch1(config)# interface port-channel 1 switch1(config-if)#switchport trunk encapsulation dot1q switch1(config-if)#switchport mode trunk switch2(config)# interface range Gi0/0 – 3 switch2(config-if-range)# channel-protocol lacp switch2(config-if-range)# channel-group 1 mode passive switch2(config-if-range)# exit switch2(config)# interface port-channel 1 switch2(config-if)#switchport trunk encapsulation dot1q switch2(config-if)#switchport mode trunk