
Feature Information for the RESTCONF Protocol To access Cisco Feature Navigator, go to An account on is not required.
CISCO ISE 2.4 CREATE LOCAL REPOSITORY SOFTWARE
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. Subsequent releases of that software release train also support that feature. Only the software release that introduced support for a given feature in a given software release train. The following table provides release information about the feature or features described in this module. To receive security and technical information about your products, you can subscribe to various services, such as the ProductĪlert Tool (accessed from Field Notices), the Cisco Technical Services Newsletter, and Really Simple Syndication (RSS) Feeds.Īccess to most tools on the Cisco Support website requires a user ID and password.įeature Information for the RESTCONF Protocol Resolving technical issues with Cisco products and technologies. The Cisco Support website provides extensive online resources, including documentation and tools for troubleshooting and YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF) Models for various releases of IOS-XE, IOS-XR, and NX-OS platforms are available here.

To access Cisco YANG models in a developer-friendly way, please clone the GitHub repository, and navigate to the vendor/ciscosubdirectory. YANG data models for various releases of IOS XE, IOS XR, and NX-OS platforms Nginx : Running ! nginx process is up due to the HTTP configuration, and it is restarted when RESTCONF is enabled. Ncsshd : Not Running ! NETCONF-YANG is not configured, hence ncsshd process is in not running. The following sample output from the show platform software yang-management process command shows that the nginx process and DMI processes are up and running: The nginx process gets restrated and DMI process are started, when the restconf command is configured. The following sample output from the show platform software yang-management process command shows the status of the all processes when a device is booted with the startup-configuration:ĭevice# show platform software yang-management process The rest of the edits are not attemptedīecause the first edit failed. While trying to edit a file, the first edit already exists and an error is reported. This section provides a few RESTCONF YANG-Patch examples. Urn:ietf:params:restconf:capability:yang-patch:1.0 Urn:ietf:params:restconf:capability:replay:1.0 Urn:ietf:params:restconf:capability:filter:1.0 Urn:ietf:params:restconf:capability:with-defaults:1.0 Urn:ietf:params:restconf:capability:fields:1.0 Urn:ietf:params:restconf:capability:depth:1.0 Urn:ietf:params:restconf:capability:defaults:1.0?basic-mode=explicit

$ curl -k -s -u admin:DMIdmi1! -location-trusted To verify if the RESTCONF YANG-Patch is supported issue the following RESTCONF Get request:
