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.
Hello again fellow developers!I come to you yet again in distress and in need of an answer. I am trying to use the model under to retrieve interface information:import ydk.models.cisco_ios_xr.Cisco_IOS_XR_ifmgr_cfg as ifmgr_cfgThe code:model = ifmgr_...
Hi!I am trying to retrieve information on interfaces from a XR. But I only get error messages..sysView.Interfaces.Interface.append(interface)
AttributeError: type object 'Interface' has no attribute 'append' The code I am trying to run: service = ...
Hi!I am trying to retrieve information from a cisco XR device.I want the information on the interfaces. The code i am running:service = NetconfService()
provider = NetconfServiceProvider(address=ip_address,
username...
Good day ElvisLou,Not sure if I fully understand what you mean, but the logging I have in my code is done this way:log = logging.getLogger('ydk')
log.setLevel(level)
handler = logging.StreamHandler()
formatter = logging.Formatter("%(asctime)s - %(nam...
Good morning Baalagar! Its a while, but I think I encountered something of a similar issue. The way I solved it was to check if the router/switch (the device in question) had port 830 opened by the network department.And in my case it did not. So I h...
Good morning Yangorelik!Yet again you come to my rescue, thank you so much The solution you provided worked right away. Hope you have a good day,Kind regards,Simon Johansen
Good day yangorelik!Thank you so much for such a detailed answer Your solution worked.I encountered two issues after implementing your example: The first was to find the "data_node_name". But the IT had the answer.My data_node_name was: "0/RSP0/CPU...