pieewiee / CiscoPrimeMapExport

Cisco Prime Map Export - Version 3.7
1 stars 0 forks source link

Cisco Prime Map export tool

This tool will export Cisco Prime maps and draw Wireless access points.

alt text

Features:

How To Use:

At first you need to edit the config file and specify your cisco prime domain and credentials. See messages.log file for debugging purposes.

powershell -f export_maps.ps1 -campus "your campus"

Config:

the config is a json file located in the config folder.

{
    "Domain": "https://your.cisco.prime",
    "username": "username",
    "password": "password",
}