01-03-2017 08:24 AM
Hello.
I would like to inquire the following regarding the configuration snippet below:
Bundle-Ether 100 consists of two physical links.
interface Bundle-Ether100
interface Bundle-Ether100.1 l2transport
encapsulation dot1q 50
interface Bundle-Ether100.2 l2transport
encapsulation dot1q 60
RP/0/RSP0/CPU0:router(config)#interface bundle-ether 100.1 l2transport
RP/0/RSP0/CPU0:router(config-subif)# bundle load-balancing hash 1
RP/0/RSP0/CPU0:router(config)# interface bundle-ether 100.2 l2transport
RP/0/RSP0/CPU0:router(config-subif)# bundle load-balancing hash 2
<!--break-->
My understanding is that if one physical link fails I should expect traffic outage for either 100.1 or 100.2, depending on which one of the two physical members fails.
Does anybody know for sure if my assumption is correct or mistaken?
Unfortunately, there is no opportunity to test the said assumption in a lab environment.
Thanks in advance.
Y.K.
Solved! Go to Solution.
01-03-2017 09:53 AM
if one member fails both EFPs will be routed over the same bundle member. The bundle hash comes into the picture only when there are multiple bundle members available.
01-03-2017 09:53 AM
if one member fails both EFPs will be routed over the same bundle member. The bundle hash comes into the picture only when there are multiple bundle members available.
01-03-2017 10:28 PM
Thank you Aleksandar.
Y.K.
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