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, I'm using RESTConf to query our Catalyst 9300s, but when it comes to CDP Neighbors I am coming unstuck. I have a switch which I know has 3 Access Points and 2 9300s as neighbors, and when I view the switch's WebUI or command line, it shows al...
If I change the query to:https://x.x.x.x/restconf/data/Cisco-IOS-XE-cdp-oper:cdp-neighbor-detailsI get the same number of entities (I'm just displaying device-name and platform-name sub-properties here), but just displayed within the cdp-neighbor-det...
You have to take into account URL encoding. Replace the forward slashes in 1/0/1 with %2F, so that it reads 1%2F0%2F1. You will then get the output. This is why you get a result when using VLAN13, as there are no forward slashes in the request.
This is late I know, but did you ever find a satisfactory answer to your question in a way that made sense? I've been trawling programmability guides, command reference documents, forums, and have found the information to be contradictory and patchy.