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, want to READ just extended communites and networks from bgp_oper model. Nothing more. But I face some problem with vrf.vrf_name = READ() object. It works for one VRF if I put the name explicitly but it doesnt work with READ() object. Can you pl...
Hi, while trying to check data in Cisco_IOS_XR_ip_rib_ipv4_oper modul getting error ydk.errors.YPYModelError: 0 already in list. Logs and sample code in attachment. Any idea pls if doing something wrong?Traceback (most recent call last): File "rib_o...
Hi Yftach,from some junos release all show cli commands should have rpc equivalent, have you tried to look this way? show interfaces descriptions | display xml rpc rpc-reply xmlns:junos=__"http://xml.juniper.net/junos/15.1R5/junos"> <rpc> ...
Hi, not sure if doing it right with ncclient, as I am not very familiar with it and also not with rpc, but I am able to get list of vrfs, but list of networks is empty, details in attachment. thanks a lot
hi,same error also with network object for vrf default. I think it's due to common_attributes was part of network object too.Traceback (most recent call last): File "CAD/bgp_oper.py", line 42, in <module> bgp_routes = crud.read(provider, network)...