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

Is NetconfService <edit-config> "operation" attribute implemented?

Anton Abik
Level 4
Level 4

Hi,

I want to use ydk.services.NetconfService instead of ydk.services.CRUDService. Looking at sphinx YDK documentation I cannot see "operation" attribute under edit_config() NetconfService method. Per RFC 4741 - NETCONF Configuration Protocol operation attribute may contain merge, replace, create delete.

I am asking this since I want to "delete" some config using NetconfService :-)

Thanks a lot for any input

1 Accepted Solution

Accepted Solutions

abhirame
Cisco Employee
Cisco Employee

Hi Anton,

You may want to look at the YFiter. See some examples here.

View solution in original post

2 Replies 2

abhirame
Cisco Employee
Cisco Employee

Hi Anton,

You may want to look at the YFiter. See some examples here.

Thanks a lot! I am still using ydk 0.5.5 without the YFilter functionality. Seems I need to upgrade