• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

adding a static route

rasczak

Lifer
I'm working on a cisco router (2800 series)

I've been pulling my hair trying to add a static route to this appliance.

I've tried:

ciscorouter(config)# ip route 192.168.241.0 255.255.255.0 10.10.10.1

and

ciscorouter(config)# ip route 192.168.241.0 255.255.255.0 Serial0/1/0

after I enter the command, I exit, and do a show config, but the static route is not there. Am I missing a step?

Thanks!
 
The "show config" command shows the startup configuration, not the currently running configuration. Try "show run" instead (short for "show running-config".

Also, you can view your current routing table using the command "show ip route".
 
I was able to add it. I had forgotten about the "write" command. 😱 lol

thanks for you help guys.

Dont get used to the wr/write command, cisco is removing it from what i hear. They already have on the nexus line. Have to do the whole "copy run start" now.
 
Back
Top