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.p...