Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
conf t
ip route 0.0.0.0 0.0.0.0 Gateway
route-map static-to-bgp permit 10
set orgin igp
router bgp X
redistribute static route-map static-to-bgp
exit