- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Cisco Catalyst switch config import to Meraki Dashboard to configure MS switches
Is it possible to import a catalyst switch configuration on meraki dashboard to set up an MS switch?
As I understand, similar thing is possible to import ASA config to an MX using ciscoconfparse.py.
Please suggest the steps, if this is possible to do.
Thanks,
Vibhati
- Labels:
-
Dashboard API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found this script and with some modification, I think it might be able to copy some basic configs into your Meraki switches... https://github.com/meraki/automation-scripts/blob/master/copyswitchcfg.py
How useful it will be I'm not sure because whenever migrating from a catalyst switches I've always rebuilt my Meraki switches from the ground up... I figure it is a good time to clean up any configs not needed and have a fresh start... let me know if this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yeah I would normally rebuild from ground up but we have some large switch stacks based on 3750's that we are moving to Meraki and want to retain the description and vlan info... a script to import this info would be very useful... will have a look at the script you suggest in my dev enviroment and revert back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok, so in my case I want to migrate cisco 3750-g&x switch configs to the MS platform.... there is in fact an api script to do this 🙂 (happy dance!!) its here....
https://github.com/meraki/automation-scripts/blob/master/migrate_cat3k/migrate_cat3k.py
cheers
Phill.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I’d go with building from the ground up as suggested above. Perfect time to tidy up the configuration. Guaranteed they’ll be ports in the wrong VLAN currently and unnecessary config on those ports.
we generally audit what’s in place, note down ports which haven’t been used for 6-12 months (we can shut those down), document and then build the new stacks as they’re deployed.
https://www.linkedin.com/in/darrenoconnor/
I'm not an employee of Cisco/Meraki. My posts are based on Meraki best practice and what has worked for me in the field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Old thread, but applicable to #merakicat. https://developer.cisco.com/codeexchange/github/repo/ecoen66/merakicat
