[an error occurred while processing this directive]

Объединение сетевых интерфейсов при помощи протокола LACP во FreeBSD 7
Собираем ядро с поддержкой LACP (Link aggregation control protocol):
   device lagg

Объединяем интерфейсы em0 и em1:
   ifconfig em0 up
   ifconfig em1 up
   ifconfig lagg0 create
   ifconfig lagg0 up laggproto lacp laggport em0 laggport em1
   ifconfig lagg0 10.10.10.18 netmask 255.255.255.0
   route add -net 0.0.0.0 10.10.10.1 0.0.0.0

На Cisco и к каждому нужному интерфейсу прописываем:
   interface GigabitEthernet2/2
      .... 
      channel-protocol lacp
      channel-group 23 mode active
   
   interface GigabitEthernet2/16
      ....
      channel-protocol lacp
      channel-group 23 mode active
 
29.10.2007 , Автор: s@sh@ , Источник: http://www.lissyara.su/?id=1522...
Ключи: lacp, balance, freebsd, ethernet
Раздел:    Корень / Администратору / Система / FreeBSD специфика / Установка и апгрейд FreeBSD и приложений.

[an error occurred while processing this directive]

[an error occurred while processing this directive]