Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 422 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 422 Bytes

APIC-EM-to-DNA-Center-migration

This script will help to migrate devices from APIC-EM PnP projects / device inventory to DNA-Center.

It is a simple shell script which calls the API of APIC-EM and DNA-C.

Usage: migration.sh [-a] [-d] [-h] [-m]

  • -a APIC-EM IP address
  • -d DNA-Center IP address
  • -h Help menue
  • -m Start migration

Required is "jq" to process the JSON output on the linux box.