RESTCONF – How to Enable RESTCONF Server in Cisco IOS-XR?

ciscocisco-ioscisco-ios-xrios-xe

I aim to enable RESTCONF server on Cisco IOS-XRv 9000.

I did not find online anything about enabling HTTP server in this IOS-XR version. However, with NETCONF server can be enabled.

For IOS-XE is quite easy to enable RESTCONF where you use only

(config)# ip http server
(config)# restconf-yang

But in IOS-XR is not the same. Anyone can help 🙂

Best Answer

RESTCONF is not supported on IOS-XR. Only NETCONF and gRPC.