ccadit Posted April 8, 2015 Posted April 8, 2015 we have a route at the moment which directs all traffic to our internet link as below however we now have a second link how do we put this in as a redundant link if the first one goes down? I can't seem to find a definitive answer on the Internet, I have read mention of giving them both metrics? ip route 0.0.0.0 0.0.0.0 192.168.0.1
RobD Posted April 8, 2015 Posted April 8, 2015 Do mean something like this: ip route 0.0.0.0 0.0.0.0 192.168.0.1 distance 100 ip route 0.0.0.0 0.0.0.0 192.168.0.2 distance 200 From: HP Support document - HP Support Center 1
Muz Posted April 23, 2015 Posted April 23, 2015 This is what's known as a 'floating static route' by the way, at least in the Cisco world! 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now