cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
449
Views
0
Helpful
2
Replies

XR and NETCONF

Evan Roggenkamp
Level 1
Level 1

I am wondering if anyone has any additional information in regards to SSH NETCONF as referenced in the below link, and additionally in regards to this capability on IOS XR-V. Thus far I have not been able to get this working.

 

https://supportforums.cisco.com/discussion/11987651/netconf-implementation-ios-xr

 

Thanks in advance.

2 Replies 2

Evan Roggenkamp
Level 1
Level 1

Nobody knows? If you have NETCONF working in XR can you please share insights? 

 

Thanks

 

hi evan,

netconf is supported as you noted, but the over ssh part is only in 513 (or 52x not sure, need to check).

IF you are looking for a netconf example, this is a sample query that can be used:

 

<?xml version="1.0" encoding="UTF-8" ?>
     <hello xmlns="urn:ietf:params:netconf:base:1.0">
       <capabilities>
         <capability>urn:ietf:params:netconf:base:1.0</capability>
       </capabilities>
     </hello>
     ]]>]]>
     
     <?xml version="1.0" encoding="UTF-8" ?>
     <rpc message-id="1" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
       <get>
         <filter>
     <Operational><Bundles></Bundles></Operational>
         </filter>
       </get>
     </rpc>
     ]]>]]>

xander

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: