What's new

Persistent IPv6 Static Routes???

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

sdh91

New Around Here
I am looking for a way to make some IPv6 routes persistent in my router.

Thus far I can add the routes via ssh to the route with a command similar to below.
Code:
route -A inet6 add 26XX:XXXX:XXXX:XXXX:1000::/68 gw 26XX:XXXX:XXXX:0001::2 dev br0

The only issue I have is after every reboot the routes are gone. I would like either a way to edit a route list or a way to have the router read a file with the routes and add it back to the table after each reboot.
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top