ā04-24-2024 01:18 PM
Hello, I know very little about configuring cisco hardware and need some help..... we are currently running an 1800 router and I obtained a new to me 1921 router and would like to replace the 1800 router with the newer one, I managed to get it factory reset but need help getting the config from the 1800 to the 1921 I have the config file and tried copying it but the 1921 is different. Can someone convert my config file for me?
Thanks
ā04-24-2024 01:52 PM
Hello @cwasilak ,
can you share the config for the 1800 router and also for the new 1921 router?
ā04-25-2024 04:32 AM
LG,
Thanks for getting back to me, the 1921 has no config currently I was able to default back to new, as for the 1800 I can, but I noticed it has a Self-Signed-Certificate I do not know if it is ok to publish this publicly (excuse my ignorance) Thanks
ā04-25-2024 04:42 AM
ā04-25-2024 04:48 AM
understood, I will post them in a little bit, thank you
ā04-25-2024 05:00 AM
ā04-25-2024 07:34 AM
This is the configuration - just paste it in the 1921 in config mode. You should have the same users and passwords, including enable, like you have on the 1800. After you have pasted the config, move the cable from FastEthernet0/0 to GigabitEthernet0/0 and test that it's working.
After testing is succesfull, exit config mode (CTRL-Z) and save the config with the command copy running-config startup-config
ā04-25-2024 08:11 AM
Thank you I will give it a try hopefully later today and let you know, where do I start pasting from ? the host name?
Current configuration : 950 bytes
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname SR-1921-1
ā04-25-2024 09:29 AM
You select everything starting with version 15.4 until end and copy it.
Then you access the router via console and issue the following commands:
Router>enable
Router#configure terminal
Router(config)#
and here you paste what you copied from the config file. After the paste operation has finished, you will see that the router prompt is Router#
Now issue the command copy running-config startup-config to save the config in nvram.
ā04-25-2024 12:23 PM
ā04-25-2024 12:58 PM
You did everything ok - the pasting of the configuration I sent was without any error. I did notice something strange in the configuration of the 1800 router - it has only one interface configured, the LAN interface FastEthernet0/0. A router with only one interface doesn't really make sense because routers are supposed to route packets between networks attached to different interfaces.
Another thing I noticed is the fact you have in the 1800 router configuration some static routes:
ip route 0.0.0.0 0.0.0.0 10.255.255.253
ip route 10.0.0.0 255.255.255.0 10.255.255.252
ip route 10.10.1.0 255.255.255.0 10.255.255.252
ip route 10.10.5.0 255.255.255.0 10.255.255.252
ip route 10.10.100.0 255.255.255.0 10.255.255.252
ip route 10.10.200.0 255.255.255.0 10.255.255.252
which point to next hop 10.255.255.253, for the default route, and 10.255.255.252 for the other static routes. This is ok from a configuration standpoint, but it will only apply to traffic originated from the router itself.
The question is, what purpose does this router serve? Do you have a network topology diagram which you can share?
ā04-25-2024 01:21 PM
I know it does not make any sense, I inherited this disaster, all i know is that when I unplug it I lose internet, I am not sure if I loose internal network also never checked, but basically here is my topo : Cable modem goes into ASA5510 2 lines leave the asa5510 one goes to a 3560G for the clients (Access Switch) and the other goes into port 1 on another 3560G (Distribution switch/Vlan Gateway) for the servers and the router is plugged into port 2 on this switch.
ā04-25-2024 01:35 PM
Ok. Can you share the config for the 3560G (Distribution switch/Vlan Gateway)?
ā04-25-2024 01:49 PM
ip address 10.10.100.254
Vlan 2 Data
Vlan 5 Wireless
Vlan 50 Server
Vlan 60 Blacco
Vlan 200 Video
Vlan 500 Management
Vlan 777 Router-FW
Gateways
Vlan interface 2 10.10.1.254 255.255.255.0
Vlan interface 5 10.10.5.254 255.255.255.0
Vlan Interface 50 10.0.0.254 255.255.255.0
Vlan interface 60 10.10.60.254 255.255.255.0
Vlan interface 200 10.10.200.254 255.255.255.0
Vlan interface 500 10.10.100.254 255.255.255.0
Vlan interface 777 10.255.255.252 255.255.255.0
ā04-25-2024 01:56 PM
Can you share the output of the show running-config ?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide