Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 801 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 801 Bytes

Cisco Prime Map export tool

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

alt text

Features:

  • loop through a whole Cisco prime site
  • export as image file
  • draw all wireless Access Points and the names
  • Supported Version: Cisco Prime 3.7v

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",
}