TNSR Load Balancing Methods
-
Hello everybody,
I'm new to TNSR and I'm evaluating the software.
so are there ways to load balance like a gateway group in pfsense? I want to use TNSR as an edge router in the ISP network and we have many wan interfaces.
Thanks.
-
@testv7 well, TNSR is a fully functional router. You can do BGP with your ISP's and configure load balancing using BGP in the way you want, including ECMP.
-
@fractal_boy yes, but what to do if we don’t have our own IP addresses and ASN
-
Not yet, but maybe in the future.
-
did you try something like this?
R1 tnsr(config)# sh run route route table ipv4-VRF:0 id 0 route 0.0.0.0/0 next-hop 0 via 10.100.1.2 e1 next-hop 1 via 10.100.0.2 e2 exit exit R1 tnsr(config)# sh route Route Table ipv4-VRF:0 AF: ipv4 ID: 0 ----------------------------------------- 0.0.0.0/0 via 10.100.0.2 e2 weight 1 preference 0 via 10.100.1.2 e1 weight 1 preference 0