Tools

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

Developer Sustainability Week Events

Build for Better Code Challenge

Cisco U. Spotlight Registration


>> View previously featured conversations <<

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 1
  • 855 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
  • 855 Views
  • 2 replies
  • 0 Helpful votes

I have a Catalyst 4500 L3 Switch running  IOS XE version 03.11.02.E. According to Cisco it should support netconf.Configuring netconf-yang by running "netconf-yang" in the terminal in config mode seems to have no effect. The command however, runs wit...

MahdiR by Level 1
  • 642 Views
  • 0 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 ...

kmathiya by Cisco Employee
  • 686 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 Level 1
  • 7625 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.servic...

arynair by Cisco Employee
  • 896 Views
  • 3 replies
  • 0 Helpful votes
Top Solution Authors