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.
I am facing performance issue to add 2000 interfaces information under YANG models
- yang model "from ydk.models.cisco_ios_xr import Cisco_IOS_XR_infra_statsd_oper" take about 30 seconds
- yang model 'from ydk.models.juniper_show_interfaces import sh...
I am trying to use "extend to add two values under "Cisco_IOS_XR_mpls_vpn_oper.L3vpn.Vrfs.Vrf.Interface()" to add two interface to the list but when I am trying to encode I can see only one value appear
I also tried append interface1 then interface...
I tried to run sample code for openconfig BGP and got the below error, this error received even when run the same sample code from vagrant virtual vm
auto@yang-vm:~/ydk-py-samples/samples/basic/codec/models/openconfig/openconfig-bgp$ python3 cd-enc...
@abhiramebelow the required output, Could you please advise if it is related to RAM or not?auto@yang-vm:~$ time python3 -c 'from ydk.models.cisco_ios_xr import Cisco_IOS_XR_infra_statsd_oper'real 0m7.505suser 0m0.364ssys 0m0.795sauto@yang-vm:~$## The...
I am converting some data from text to json using textfsm and YDK
it take 30 second for 2000 interface when I am using "Cisco-IOS-XR-infra-statsd-oper:interfaces" yang model and it take 200 second with another customized YANG Model.
I am trying to mi...