Здрасвуйте.
Такое дело, настраиваю LACP между коммутаторами DES3010G и Catalyst 3750, но линк не поднимается.
Конфиг Catalyst
Цитата:
interface Port-channel1
interface GigabitEthernet1/0/1
switchport trunk encapsulation dot1q
switchport trunk native vlan 123
switchport trunk allowed vlan 123
switchport mode trunk
no cdp enable
channel-group 1 mode active
interface GigabitEthernet1/0/2
switchport trunk encapsulation dot1q
switchport trunk native vlan 123
switchport trunk allowed vlan 123
switchport mode trunk
no cdp enable
channel-group 1 mode active
port-channel load-balance src-mac
Конфиг 3010G
Цитата:
create link_aggregation group_id 1 type lacp
config link_aggregation algorithm mac_destination
config link_aggregation group_id 1 master_port 6 ports 6,8 state enable
Что не правильно ?