Unsolved
This post is more than 5 years old
29 Posts
0
2034
July 17th, 2017 08:00
Powerconnect 6248 Route Preference
I have about 8 or 9 static routes configured all with preference 1 in my powerconnect 6248. I want to change all of them at once to like 10 or 20 so that I can at least have some wiggle room to add some one off preferred routes.
Is there a command I can run that will change all of these routes at once to lets say 20?
No Events found!


tstri58867
29 Posts
0
July 17th, 2017 11:00
what command can I run to show the statics routes in the cli?enable ... show ip route?
tstri58867
29 Posts
0
July 17th, 2017 11:00
that doesnt work
i typed enable
then show running-config | include route
says "invalid input"
tstri58867
29 Posts
0
July 17th, 2017 12:00
2.2.0.3
tstri58867
29 Posts
0
July 17th, 2017 14:00
I have the list of all the routes in the show run
How do I set it up to be reconfigured with a higher metric?
enable
config
ip route SUBNET ^ MASK ^ NEXT HOP ^ PREFERENCE?
EX.
ip route 10.10.10.0 255.255.255.0 172.18.15.199 20
Thanks