Link to home
Start Free TrialLog in
Avatar of Technical Information
Technical Information

asked on

Cisco Router help

Hi

I'm looking to change the WAN ip and default route on a Cisco router. Client has moved office. Can anyone assist.
Avatar of Bryant Schaper
Bryant Schaper
Flag of United States of America image

Sure, you would go under in the interface such as this:

conf t
interface gig 0/1
ip address 10.0.0.1 255.255.255.0

exit

ip route 0.0.0.0 0.0.0.0 10.0.0.2 is the new route, remove the old route.

Can I see the config? or are you good with that?
What kind of access do you have?

Basically commands that Bryant gave are OK.

Sure, this can be done this way only if you are not accessing to that router through WAN interface.
For access through WAN you must prepare those commands on router flash and run commands from router.
Avatar of Technical Information
Technical Information

ASKER

Thanks,

I have the router so wont be accessing via WAN - so for example if I have a WAN IP of;

212.223.76.122
255.255.255.248
84.34.121.12

and I want to change it to

86.232.12.111
255.255.255.248
197.32.222.12

What command would I run?
ASKER CERTIFIED SOLUTION
Avatar of Bryant Schaper
Bryant Schaper
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Fantastic thanks.