Link to home
Create AccountLog in
Switches / Hubs

Switches / Hubs

--

Questions

--

Followers

Top Experts

Avatar of B_J_RUSSELL
B_J_RUSSELL

How to copy a Cisco Catalyst Switch Configuration?
I have four Cisco Catalyst 3550 Switches. I have one of the configured and working. I would like to copy the configuration from the one that is working, and "paste" it to the other three. The only thing I need to change is the TCP/IP address. All four switches will be part one the same LAN, connected via fiber optic cable, using GBICs, on the same VLAN. Step by step directions for the "copy and paste" would be perfect. I would also need to know how to change the TCP/IP address, after "pasting" the configuration to each of the other three switches.

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of from_expfrom_exp🇱🇻

you can try to use ftp or tftp server to upload configuration, however, it is rather handy to use just show running-config feature from cli (with enough buffer set for telnet/ssh window) and literaly copy-paste config from one window, to notepad, where you will edit it and then to a second switch where you just paste that config from "configure terminal" mode.

Avatar of B_J_RUSSELLB_J_RUSSELL

ASKER

Don't have FTP or TFTP server. I can display running config but, not sure how to complete your instructions. Would you please list a "step by step" explaination?

ASKER CERTIFIED SOLUTION
Avatar of from_expfrom_exp🇱🇻

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

Thanks very much for your help. Your answer was exactly what I needed and extremely easy to follow.

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.

Switches / Hubs

Switches / Hubs

--

Questions

--

Followers

Top Experts

A switch is a device that filters and forwards packets of data between LAN segments. Switches operate at the data link layer or the network layer of the Open Systems Interconnection (OSI) Reference Model and therefore support any packet protocol. LANs that use switches to join segments are called switched LANs or, in the case of Ethernet networks, switched Ethernet LANs. A hub is a connection point for devices in a network. Hubs are commonly used to connect segments of a LAN. A hub contains multiple ports; when a packet arrives at one port, it is copied to the other ports so that all segments of the LAN can see all packets.