Страница 1 из 1

MES3124F LACP Cisco7600

Добавлено: 24 ноя 2015 17:00
serg_cl
Добрый день, подскажите пример конфигурации для объединения двух портов MES3124F в Port-Channel для увеличения пропускной способности соединения с CISCO 7600 с балансировкой по IP адресу источника.

Re: MES3124F LACP Cisco7600

Добавлено: 24 ноя 2015 17:06
Евгений Т
Добрый день.
Пример настройки балансировки
console(config)#Port-Channel load-balance
src-dst-mac-ip Port channel load balancing is based on source and
destination of MAC and IP addresses.
src-dst-mac Port channel load balancing is based on source and
destination MAC address.
src-dst-ip Port channel load balancing is based on source and
destination IP address.
src-dst-mac-ip-port Port channel load balancing is based on source and
destination of MAC and IP addresses and on source and
destination TCP/UDP port numbers.
Для настройки lacp
int gi 0/1
ch 1 mode auto
ex
int po 1
sw mo tr
sw tr al vl ad xxx
ex

Re: MES3124F LACP Cisco7600

Добавлено: 24 ноя 2015 17:15
serg_cl
Спасибо, буду пробовать!