cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
983
Views
10
Helpful
2
Replies

port channel or ether channel load balance forwarding path

yang yang
Level 1
Level 1

Hi

 I have question about the port-channel or call ether-channel LACP question. As i know, we can change the load balance behavior by change the st-ip | dst-mac | src-dst-ip | src-dst-mac | src-ip | src-mac  OR  each member port priority. the question is how to test or how to make sure the specific mac IP traffic will go thought witch member interface?

  for what i know that N9k can use command E.g : ' show port-channel load-balance forwarding-path interface port-channel 1 dst -mac ? '  I have see the following link show the C3750/C3560 can use test E.g :'test ether-channel load-balance interface port-channel number {ip | mac} [source_ip_add | source_mac_add] [dest_ip_add | dest_mac_add]' . how about the C9300/C9300X and C9606 to check the same thing? shall i use 'python yang' to the C9300/C9300X and C9606? if need 'python yang' could any one help to provide the direction here i should check?

https://www.cisco.com/c/en/us/support/docs/lan-switching/etherchannel/12023-4.html

Please guide me.

Thanks in regards,

yangyang

 

1 Accepted Solution

Accepted Solutions

show platform software fed switch active etherchannel 1 load- balance mac <src mac> <dst mac>

View solution in original post

2 Replies 2

show platform software fed switch active etherchannel 1 load- balance mac <src mac> <dst mac>

yang yang
Level 1
Level 1

Thanks for the help.