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 am having a little trouble finding any documentation if this is possible, I would like to submit part of a field and get back all the results that contain that value in the query api. example it I have name [ "NameA", "NameB', "Today"] and I query ...
I have a router that has a very large config, (almost 100k lines when retrieved from NSO in json format) when I do a GET on the config?deep it takes almost 1 to 1.5 minutes to return. I have done some testing and RAM is good, but I am seeing that I m...
I am updating Service policy on a ME3800 and the NED is giving me an error for the following message: Aborted: External error in the NED implementation for device Router1: command: service-policy output NSO-PARENT-CORE-EGRESS-v3.3: police burst (bc)...
I am trying to figure out what the equivalent to the following command via the API or equivalent interface, any input is appreciated NCS# devices commit-queue prune device [ LAB-ASR901-1 ]
I have NCS 4.7.2 with IOSXR 4.7.11 and I am seeing where I am not seeing all the output service policies for a given interface, example :Router config:interface TenGigE0/0/0/22description Ntwk_to_ASR9904-1_te0/1/0/4mtu 9216service-policy input CORE-I...
You could make it so that each interface is a different instance in you service model with a couple of extra fields to identify the remove device/interface so you know when you are working on the interface where it goes to. I did a project for manag...
Well after posting the question, I figured out the answer so I will post the answer along with the question for others that might be searching as well. To query the xpath 1.0 you need to use one of a couple functions. contains(<Field Name>, <Search V...
I think you are thinking of the interaction from NSO to the device, I am trying to go from an external application to NSO and pull the devices config that is stored in NSO (after completing a sync) via the /rest or /api . Even if i pull as a xml or J...
The first and biggest thing that comes to mind is access to the devices. If you use ACL's to control access to the devices, need to make sure that is updated. Also there are a few spots in the /etc/ncs/ncs.conf file that could have IP addresses set, ...