09-28-2020 11:37 PM
Hi,
I’m setting up a channel-group with a couple of member interfaces and need to set some priorities on the interfaces so one interface is preferred over the other. I’ve been looking through the command reference documentation but cannot find the relevant command.
If someone could pass on or pint me in the right direction? Thanks.
Solved! Go to Solution.
09-29-2020 06:59 AM
Hi,
you can add priorities under the interface stanza:
core-21(config)# interface TenGigabitEthernet 21/0/3
core-21(conf-if-te-21/0/3)# lacp port-priority ?
Possible completions:
<1-65535> LACP port priority <1-65535> (default = 32768)
core-21# show running-config interface TenGigabitEthernet 21/0/3
interface TenGigabitEthernet 21/0/3
fabric isl enable
fabric trunk enable
channel-group 65 mode active type standard
lacp port-priority 4000
lacp timeout long
no shutdown
Regards.
09-29-2020 07:03 AM
awesome thanks for you reply!
09-29-2020 06:59 AM
Hi,
you can add priorities under the interface stanza:
core-21(config)# interface TenGigabitEthernet 21/0/3
core-21(conf-if-te-21/0/3)# lacp port-priority ?
Possible completions:
<1-65535> LACP port priority <1-65535> (default = 32768)
core-21# show running-config interface TenGigabitEthernet 21/0/3
interface TenGigabitEthernet 21/0/3
fabric isl enable
fabric trunk enable
channel-group 65 mode active type standard
lacp port-priority 4000
lacp timeout long
no shutdown
Regards.