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.
Hi,
I have compiled models of version 7.3.1 16I in ENV (Python 3.6.7, YDK 0.8.4, Pyang 1.6)
But we are facing issues while providing replace/delete with gnmi service for non root entities :-
https://github.com/CiscoDevNet/ydk-gen/issues/885
ACL :-...
Hi Yan,
As suggested by you, I am using gnmiService(classydk.gnmi.services.gNMIService) to delete for gnmi requests.
1) However I am facing issue with deleting a leaf of datatype 'str' :-
RP/0/RP0/CPU0:POD-TN3#sh run telemetry model-driven Mon Aug ...
Hi Yan,My requirement is to delete specific leaf “enable_subintf” which is configured under lldp container.RP/0/RP0/CPU0:AP-R2#sh run lldpWed Aug 5 10:10:27.779 ISTlldpsubinterfaces enable!But crud.delete delete’s entire lldp configuration as below, ...
Hi Yan,
Thanks for the reponse!!
Here, I am using gNMIServiceProvider to establish gNMI connection and trying to delete the leaf with the help of YFilter delete option as below,
import os
from ydk.path import Repository
from ydk.gnmi.providers impo...