Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have successfully downloaded a python script as part of the plug and play process. The script runs however when I try to use a urllib.request statement it complains that there is no route to the server.
Here is part of my script.
url = 'http://{}:...
Hi!
I know that the snmp v3 user is not visable in the configuration for ios XE, but is there any way of extracting the password hash so that it can be copied to other routers?
I am looking at templating a router configuration via python/inja2 and ...
Hi!
I want to automate the configuration of vlans across a network based on Catalyst 9300 and Nexus 9XXX switches. I have enabled restconf on all the switches and I am able to look at the configuration. I have developed a python script for the Nexu...
When doing agent to agent or agent to queue transfers the customer ID (customer input and stored in a ECC variable) is not transfered to the second agent or queue. This appears to be due to the network VRU in the PG Explorere being configured to the...
Hi!We have implemented a tcl script that plays an announcement from the router flash. This has been implemented on three different routers all running a software version og 12.4.x. However when I try to implement the same script on a router (2821) ...
Hi!Thanks for the info. That was basically what I was trying to avoid, but since it appears to be the only solution I will look into using some form of vault or maybe via Ansible.
Hei Alexei
There are two ways to find what your looking for, the easy way is to configure what your after on a switch and then do a get to the switch using restconf/data/native. This should present you with the whole config and you can use the bit ...
Hei Andrea
Thanks for the info very useful if some what irritating. My purpose was to add a vlan to the configuration and the vlan-oper doesn't allow that as suggested by the name. What is also irritating is that if vlans don't appear in the config...
Hei Andrea
I have found the solution. It's not the url or restconf that's the problem. I tested on another switch and I noticed that vlans over 1005 where displayed in the configuration and the vlan container. Looking at my original switch the s...
Hei Andrea
Thats exactly what I'm looking for however the only real difference I can see between the URL you are using and the one I am using is the port 443, which is the default for https anyway. I was using software 17.3.4 when I posted this but ...