- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 11:14 AM
Hello,
I do a lot of work with SG300/350 and the CBS350 with different number of ports.
I would like to know if I can back up the running config from say a CBS350 8 port to a CBS350 48 port for example of even to any of the SG300/350 switches and if there are any specific steps I need to follow?
Best Regards
Abbydoc
Solved! Go to Solution.
- Labels:
-
Other Switches
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 01:26 PM
There is no reference documents here, it's all requirement of business to business
take the example one of the switch works as standard setup as per the needs
from SSH or console show run copy all the config to notepad.
1. change the hostname (for the new switch)
2. Interface config standard (depends on mode and port)
3. VLAN config
4. Interface IP address
: Look at the show run to give you a rough idea of what part of the config is mandatory.
Enterprise switch follows below thread - there is an excel download and input the values for the new switch and change as per the needs)
https://community.cisco.com/t5/network-management/cisco-switch-configuration-generator/td-p/3338058
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 12:29 PM
You can backup using the back config from GUI, but I would not suggest directly copying it into the new Switch since the port config may have differences.
Instead, remove the port config make a Template of the base config and paste it on the switch, that should work.
If you have many switches built, do basic template put in TFTP and start copying the config from TFTP to device after basic IP configuration.
or you looking any PNP or ZTP setup ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 01:16 PM
@balaji.bandi Thank you for the prompt reply.
Which part of the port config do I remove from the config backup?
How do I make a template?
Is there a reference document guide that could help with detailed steps?
Regards,
AbbyDoc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 01:26 PM
There is no reference documents here, it's all requirement of business to business
take the example one of the switch works as standard setup as per the needs
from SSH or console show run copy all the config to notepad.
1. change the hostname (for the new switch)
2. Interface config standard (depends on mode and port)
3. VLAN config
4. Interface IP address
: Look at the show run to give you a rough idea of what part of the config is mandatory.
Enterprise switch follows below thread - there is an excel download and input the values for the new switch and change as per the needs)
https://community.cisco.com/t5/network-management/cisco-switch-configuration-generator/td-p/3338058
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 02:42 PM
@balaji.bandi Hi,
Thanks for your help last time.
I would like to import the attached backed up config into a CBS 350-8P-E-2G switch?
What will I need to do to make it work?
Regards,
AbbyDoc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2023 12:25 AM
i am not clear, you like to use the backup config in to new switch - with new IP information and new VLAN and add in to new switch ?
or you looking to Migrate the config from old to new ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2023 03:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2023 08:11 AM - edited 02-01-2023 08:12 AM
remove config from :
interface GigabitEthernet1/0/1
....................
interface TenGigabitEthernet1/0/4
.................
Remove below config
ip igmp snooping vlan 1 forbidden mrouter interface gi1/0/13-24
ip igmp snooping vlan 10
ip igmp snooping vlan 10 mrouter interface gi1/0/1,gi1/0/23-24,te1/0/1
ip igmp snooping vlan 10 immediate-leave
ip igmp snooping vlan 261
ip igmp snooping vlan 261 mrouter interface gi1/0/23-24,te1/0/1
ip igmp snooping vlan 261 immediate-leave
ip igmp snooping vlan 10 static 224.0.0.230 interface gi1/0/1-12,gi1/0/23-24,te1/0/1
ip igmp snooping vlan 10 static 224.0.0.231 interface gi1/0/1-12,gi1/0/23-24,te1/0/1
ip igmp snooping vlan 10 static 224.0.0.232 interface gi1/0/1-12,gi1/0/23-24,te1/0/1
ip igmp snooping vlan 10 static 224.0.0.233 interface gi1/0/1-12,gi1/0/23-24,te1/0/1
ip igmp snooping vlan 10 static 224.0.0.251 interface gi1/0/1-12,gi1/0/23-24,te1/0/1
ip igmp snooping vlan 10 static 224.0.1.129 interface gi1/0/1-12,gi1/0/23-24,te1/0/1
ip igmp snooping vlan 10 static 224.0.23.175 interface gi1/0/1-12,gi1/0/23-24,te1/0/1
ip igmp snooping vlan 10 static 239.255.255.250 interface gi1/0/1-12,te1/0/1
Remove Crypto :
from
---- BEGIN SSH2 PRIVATE KEY ----
to
-----END CERTIFICATE-----
save config and paste the new config to new switch.
paste few lines at a time so you can see any error (make sure you capture the console output)
Once all config accepted, above interface config and igmp config add accordingly ports you have in new switch.,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2023 09:10 AM
I am not good with the Command line interface. Can I remove all the lines and use the web option to apply the config?
Regards,
AbbyDoc
