SDWAN default route usage
Hello,
I would like to ask a simple question. When I am going throught over SDWAN configuration examples sometimes I can see that a defalt route to SDWAN interface is created and sometimes not.
This one:
config router static edit 1 set distance 1 set sdwan enable next end
This will crewate default routes to all SDWAN interface members like:
Routing table for VRF=0 S* 0.0.0.0/0 [1/0] via 10.10.113.1, port1 [1/0] via 10.10.123.1, port2 [1/0] via 10.95.0.1, OL_I_11-1 [1/0] via 10.95.2.2, OL_I_12-1 [1/0] via 10.95.4.1, OL_I_11-2 [1/0] via 10.95.6.1, OL_I_12-2 B 10.10.111.0/24 [200/64700] via 10.95.0.1, OL_I_11-1, 3d19h48m [200/64700] via 10.95.2.1, OL_I_12-1, 3d19h48m B 10.10.112.0/24 [200/64700] via 10.95.6.2, OL_I_12-2, 3d19h48m
......
Do we really need it? Or what is the best practice where/when/why to use it?
Thanks.