Skip to content

pieewiee/CiscoPrimeMapExport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Cisco Prime Map Export - Version 3.7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published