cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1738
Views
3
Helpful
2
Replies

Moving Network/Devices Between Org

Jun Sarceno
Visitor

Looking for some assistance in moving networks/devices between Org(using API). I’ve tried using automated scripts (migrate_networks and migrate_devices) but migrate_networks.py is copying not network group policy attached to VLANS. I’m also open to other automated scripts that help migrate between organizations.

2 Replies 2

badreddine
Level 4
Level 4

Hello,

I think, the most effective approach would involve using API calls to extract group policies and VLAN settings in JSON format and subsequently applying them to the destination network. Alternatively, otherwise, you can submit an issue on the Meraki automation scripts repository: https://github.com/meraki/automation-scripts.

Thanks for your reply. Will look at the option of extracting/applying GP and VLANS. Was just hoping that it would be built in to the scripts in GitHub.