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.
Hi All New to NSO so please forgive me. I have run into this issue multiple times and understand I am doing something wrong, and not understanding the logic behind this. Whenever I want to apply a configuration to multiple devices and that configurat...
Hi AllTrying to learn Cisco NSO, I have a lab with 7 IOSXR 9000v Routers and a single NSO server but am getting an error that I cant figure out, Any help would be most appreciated. admin@ncs(config)# commit dry-run outformat native
n...
Hi AllTrying to learn Cisco NSO, I have a lab with 7 IOSXR 9000v Routers and a single NSO server but am getting an error that I cant figure out, Any help would be most appreciated. admin@ncs(config)# commit dry-run outformat native
n...
Hi All I am new to developing as you will see from my code :P, I am a network engineer trying to learn Devops, and I am struggling a bit with create services that apply configs to multiple devices.I am trying to create my own code to create a l3vpn s...
Hi All
I Am trying to configure Call Manager so that when an External Caller calls in and is forwarded to an external number, It will keep the caller as the originator. Currently it is changing it to the transformation under the Route Pattern is the...
Thanks for the comments, I have resolved this by adding Python logic to my service and utilising a for loop to iterate through each device. circ = service.circuits
for c in circ:
circuit = c.circuitid
...
Thank you!That trace is a very handy tool that I was not aware existed, and allowed me to see that it was something as simple as a permissions issue, and not being able to execute the command on the Router.
Thanks Richard, Created a separate Route Pattern to test and managed to prove that this was the case that the ISDN Provider was translating the number.
Hi Richard
I Have Confirmed with the provider of The ISDN that it will allow this as this was my initial concern bur they are adamant that this will allow in so i need to proved that it is the ISDN.
Any idea how i can achieve this.
Thanks For your...
And i do not know how to verify this as it looks like it is working sometime and sometimes is not.This graph is all from when the FTP transfer was occuring and not much other traffic.Traffic is OutboundAnd keeps changing From the output of Show servi...