- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2017 10:03 AM - edited 03-05-2019 08:30 AM
Hello,
I recently had the requirement to change more than 200 Cisco NCS 5000 Series' hostnames. I tought in creating and execute some kind of script in order to complete this task within the minimum amount of time as possible.
Can this be achieved? Can 200 Cisco NCS 5000 routers' hostname be modified using a script?
Please let me know your comments. Many thanks in advance,
Ruben D. Colmenares
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2017 10:38 AM
I'm unfamiliar with the NCS 5000. If they have CLI access, and if hostname can be set via CLI, then yes, you might use a script.
Or, if the device configs can be updated via SNMP, or one of the newer config access protocols, answer should be yes again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2017 10:19 AM
Hi Ruben,
One way if you have a NCM (Network Configuration Manager) tool, otherwise it should be completed manually.
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2017 10:38 AM
I'm unfamiliar with the NCS 5000. If they have CLI access, and if hostname can be set via CLI, then yes, you might use a script.
Or, if the device configs can be updated via SNMP, or one of the newer config access protocols, answer should be yes again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2017 11:36 AM
python + paramiko
