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 team,
I'm trying to cut down the NetconfSession is trying to open a netconf session to an unreachable host, the example below it takes about 130s until the instance comes back.
provider = NetconfServiceProvider(address=kwargs.get("host"),
...
I think there is a bug while using Config/Filter in CRUD read/read_config .
I have a script(test_6.py) as belows:
#!/usr/bin/env python
from argparse import ArgumentParser
from urlparse import urlparse
from ydk.services import CRUDService
from ydk...
I have one question need your clarification.
I have many IOS-XR devices running different software versions from version 6.1.1 to 6.5.1, could the current prebuilt bundles(ydk.models.cisco_ios_xr) meet my case? I just need to pip install it? or I hav...
ygorelik, thanks for your timely update, it still works well in python2 but not in python3, it shows as belows and please notice that both of them are built using GCC 4.8.5:
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]# sudo yum insta...