cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
631
Views
15
Helpful
4
Replies

variance

Ibrahim Jamil
Level 6
Level 6

Hi

i have unequal cost to reach a particular destination (100Mbps and 155Mbps) , Cisco EIGRP is running on this two path , in routing table i only see 1 path (155Mbps) to reach 10.155.0.0/24 i need to achieve load balancing in this links , i read that variance could achieve this task , do i need to configure it on both side

thanks

ibrahim

4 Replies 4

Nagendra Kumar Nainar
Cisco Employee
Cisco Employee

Hi Ibrahim,

If you need to install 2 unequal cost path in RIB, you need the variance configured. For example, Assume you have 2 available path P1 and P2 and if locally calculated FD for P1 is 100 and for P2 is 200, the variance should be configured as 2 or more inorder to get both the paths installed in RIB.

HTH,

Nagendra

Raju Sekharan
Cisco Employee
Cisco Employee

Hi Ibrahim,

You need to configure variance  on both routers if this is a back to back betwen 2 routers to acheive load-balancing in both directions

Nagendra has already explained how to calculate  the variance value

Thanks

Raju

cadet alain
VIP Alumni
VIP Alumni

Hi,

you could also make the 2 paths equal using an offset-list and then you wouldn't need the variance command.

Note that the variance command will work only for paths that pass the feasibility condition so the path with the worst FD must have an AD strictly < to FD of successor.

Regards.

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

thanks to all ,

Alain my freind , how would i make he 2 paths equal using an offset-list

thanks