02-10-2013 08:22 AM - edited 03-07-2019 11:37 AM
Hi everybody.
I came up some question on different topics related to ccnp switch's curriculum.
Etherchannel:
Cisco documents say Cisco uses proprietary hashing algorithm to compute a binary pattern that selects a link in the bundle.
For example below a 2961 router with a switch module " NM-16ESW" performs" XOR" operation to compute the binary value to select a link.
R1#show etherchannel load-balance
Po1 ---> Source XOR Destination IP address
1)Would you guys share the output " show etherchannel load-balance" on your platforms?( i just want to see how different platform support different algorithm besides xor)
Layer 3 etherchannel on a sw.
On router, we first create etherchannel and then assign int into port channel.
Suppose we have a layer 3 switch and we want to put ports f1/1-2 in port channel 1. Can i configure like this:
sw(con) int range f1/1-2
no switchport
channel-group 1 mode desirable.
Or we must create a port channel just like we do on router and then assign ports to port channel?
Backbone fast:
Suppose we have a switch with three ports, f1/1.f1/2.f1/3.
f1/1 ( root port)
f1/2( blocking)
f1/3 ( designated port).
Backbone fast is enabled on our network. Suppose sw receives a inferior bpdu on its currect root port f1/1. Sw sends out RLQ on its designated port(f1/2) and Blocked port (f1/3). Suppose sw receives the rlq reply on its designated port ( f1/2).
What will sw do? Will it expire the max-age timer on its root port ( f1/1) or will sw wait for all the rlq responses then expire the max-age timer on its root port ( f1/1) ?
thanks and have a great weekend.
Solved! Go to Solution.
02-10-2013 11:17 AM
6500
EtherChannel Load-Balancing Configuration:
src-dst-ip
mpls label-ip
EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source XOR Destination MAC address
IPv4: Source XOR Destination IP address
IPv6: Source XOR Destination IP address
MPLS: Label or IP
4500
EtherChannel Load-Balancing Configuration:
src-dst-ip
EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source XOR Destination MAC address
IPv4: Source XOR Destination IP address
IPv6: Source XOR Destination IP address
7000
sh port-channel load-balance
System config:
Non-IP: src-dst mac
IP: src-dst ip rotate 0
02-10-2013 11:23 AM
LABO01(config)#int range g1/40-41
LABO01(config-if-range)#no sw
LABO01(config-if-range)#channel-group 1 mode desirable
Creating a port-channel interface Port-channel 1
LABO01(config-if-range)#
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(RD) PAgP Gi1/40(D) Gi1/41(D)
02-10-2013 11:17 AM
6500
EtherChannel Load-Balancing Configuration:
src-dst-ip
mpls label-ip
EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source XOR Destination MAC address
IPv4: Source XOR Destination IP address
IPv6: Source XOR Destination IP address
MPLS: Label or IP
4500
EtherChannel Load-Balancing Configuration:
src-dst-ip
EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source XOR Destination MAC address
IPv4: Source XOR Destination IP address
IPv6: Source XOR Destination IP address
7000
sh port-channel load-balance
System config:
Non-IP: src-dst mac
IP: src-dst ip rotate 0
02-10-2013 11:23 AM
LABO01(config)#int range g1/40-41
LABO01(config-if-range)#no sw
LABO01(config-if-range)#channel-group 1 mode desirable
Creating a port-channel interface Port-channel 1
LABO01(config-if-range)#
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(RD) PAgP Gi1/40(D) Gi1/41(D)
02-11-2013 05:49 AM
Hi Sarah,
Backbonefast will only send RLQ on non-designated port. .
02-11-2013 06:01 AM
Precision, RLQ query are sent on non-designated port. RLQ answer are flooded to all designated ports.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide