cancel
Showing results for 
Search instead for 
Did you mean: 

VDX6740 Channel-Group Interface Priority

VDX6740 Channel-Group Interface Priority

Russ
Contributor

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. 

1 ACCEPTED SOLUTION

joergkost
Contributor II

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.

View solution in original post

2 REPLIES 2

Russ
Contributor

awesome thanks for you reply! 

joergkost
Contributor II

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.

GTM-P2G8KFN