cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
987
Views
0
Helpful
2
Replies

Bundle-Ether EFP Load Balancing

y.koulouris
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

Aleksandar Vidakovic
Cisco Employee
Cisco Employee

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.

View solution in original post

2 Replies 2

Aleksandar Vidakovic
Cisco Employee
Cisco Employee

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.

Thank you Aleksandar.

Y.K.