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.
Hello,Somebody knows how to translate this NETCONF query to a RESTCONF query ?<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101">
<get>
<filter>
<matm-oper-data xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-matm-oper">
...
Hello, I'm wondering how to remove elements of the config of a switch through RESTCONF. For example, I can add a class-map with RESTCONF by sending a PATCH, PUT or POST to this URL "data/Cisco-IOS-XE-native:native/policy", with this data:{
'Cisco-IO...
Hi All, Is there a way to run show commands through RESTCONF on IOS-XE ? For example, I want to run the the command "show ip igmp snooping groups" as I didn't find any YANG model to retrieve the operational data of the IGMP snooping.Also I didn't fin...
Hi all,I'm currently testing the Catalyst 9300.It's configured as a VXLAN leaf, here the base configuration of VXLAN/BPG EVPN:l2vpn evpnreplication-type static!vlan configuration 84member evpn-instance 84 vni 11084!interface GigabitEthernet1/0/1descr...
OK, now I correctly understand.I was able to resolv my self another URL where there is a lot of keys with I was fighting since a day: restconf/data/Cisco-IOS-XE-bgp-oper:bgp-state-data/bgp-route-vrfs/bgp-route-vrf=cpe-mgmt-vrf/bgp-route-afs/bgp-route...
Hello,OK thanks, I understand better, and if I'm right, if I want to get entries related to a MAC address, I have the 3 keys in the URL:name matm-mac-entry
nodetype list
description Lists all MAC entries associated with this VLAN
module Cisco-IOS-XE-...
Finally I found myself. For information:To delete a policy-map: data/Cisco-IOS-XE-native:native/policy/policy-map=policy-map_nameTo delete a policy-map: data/Cisco-IOS-XE-native:native/policy/class-map=class-map_nameTo delete a VLAN: data/Cisco-IOS-X...