Hi Rafael,

If I have guessed correct that lagg0 consists of igb0 - igb2 and lagg1
consitst of igb3 - igb5 can try the following:

ifconfig_igb0 = "up"
ifconfig_igb1 = "up"
ifconfig_igb2 = "up"
ifconfig_igb3 = "up"
ifconfig_igb4 = "up"
ifconfig_igb5 = "up"
cloned_interfaces = "lagg0 lagg1"
ifconfig_lagg0 = "up laggproto lacp laggport igb0 laggport igb1 laggport
igb2"
ifconfig_lagg1 = "up laggproto lacp laggport igb3 laggport igb4 laggport
igb5"

vlans_lagg0 = "1022 1023 623 311"
create_args_lagg0_1022="vlan 1022"
create_args_lagg0_1023="vlan 1023"
create_args_lagg0_623="vlan 623"
create_args_lagg0_311="vlan 311"

vlans_lagg1 = "12 101 3101 3102 3103 3104 3105"
create_args_lagg0_12="vlan 12"
create_args_lagg0_101="vlan 101"
create_args_lagg0_3101="vlan 3101"
create_args_lagg0_3102="vlan 3102"
create_args_lagg0_3104="vlan 3104"
create_args_lagg0_3105="vlan 3105"

ifconfig_lagg1_101 = "inet 10.0.100.254 255.255.255.252"


At least a similar config works for me. Please only check the correct
portocol to be used on the lagg interface (check the lagg man pages and
check the remote system/switch/router capabilities and setting).

Regards,

Lyubomir
_______________________________________________
Bsdrp-users mailing list
Bsdrp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bsdrp-users

Reply via email to