Tools

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

Is there a way to extend the supported capabilities of a device?I've a Catalyst 4500 L3 Switch running IOS XE 03.11.02.E but it doesn't support any of the XE yang models.Most of the models it supports are IETF models, and when I use those models noth...

MahdiR by • Level 2
  • 1307 Views
  • 2 replies
  • 0 Helpful votes

Hi, I am trying to a crud.read() using bgp_oper for ios-xr. However this error breaks the code Couldn't fetch child entity extended-nh-encoding-capability-suppressed-info in parent /Cisco-IOS-XR-ipv4-bgp-oper:bgp/config-instances/config-instance[inst...

arynair by • Cisco Employee
  • 1226 Views
  • 2 replies
  • 0 Helpful votes

Hello, I'm trying to get the equivalent of "show ip mroute" with RESTCONF on catalyst 9500 with ios-xe version 16.12.3a.I checked several Yang modules, but it seems the only ones to have these information are MIB modules, like Cisco-IPMROUTE-MIB.I di...

HI Team, IOS XR build system is upgraded to PYANG 1.7.4, where all yang modules goes through compilation check before getting package. New models are developed with Yang v1.1, whereas validation of v1.1 is not supported with existing ydk-gen (pyang 1...

kmathiya by • Cisco Employee
  • 986 Views
  • 1 replies
  • 0 Helpful votes

>>> from ydk.models.cisco_ios_xr import Cisco_IOS_XR_ip_static_cfg>>> from ydk.providers import NetconfServiceProvider>>> from ydk.services import CRUDService>>> ncc = NetconfServiceProvider(address='172.27.121.52',username='root',password='lab',port...

baalagar by • Community Member
  • 10717 Views
  • 11 replies
  • 0 Helpful votes

I am able to push all other interface configs except the plocy ap under service-policy.please help resolve this   from ydk.models.cisco_ios_xr import Cisco_IOS_XR_ifmgr_cfg as xr_intf from ydk.providers import NetconfServiceProvider from ydk.services...

arynair by • Cisco Employee
  • 1348 Views
  • 3 replies
  • 0 Helpful votes

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=user_name, password=password) mod...

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 = Net...