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

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
  • 485 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
  • 6295 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
  • 677 Views
  • 3 replies
  • 0 Helpful votes

Looking at creating a network topology application and came across NeXt UI. Is this still maintained and updated, per the github training for it: To my best knowledge, Next UI is no longer actively maintained. I will keep this repository as a monumen...

tsiemers1 by Spotlight
  • 1442 Views
  • 0 replies
  • 0 Helpful votes

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'm trying to change admin status of an interface on a XE device (ASR920).However running the code below does not seem to have any affect! It runs with no errors, but the interface status doesn't change.Also if setting shutdown to Empty() brings ...

MahdiR by Level 1
  • 586 Views
  • 2 replies
  • 10 Helpful votes