we have a NCS (Cisco Prime Network Control System) to monitor our wireless network.
To update AP names and location i have to search for the ap mac address in the web interface, and configure them one by one.
Is there a way to do this programmatically? That is, build a piece of software that reads a tab seperated file with AP mac-address, wanted name and location, that connects to the NCS and update this information?
I have programming experience, but I've never done anything with SNMP or similar.
What is the best approach here?