saalvare
Cisco Employee
Cisco Employee
Member since ‎11-03-2003
‎11-08-2020

User Statistics

  • 265 Posts
  • 33 Solutions
  • 89 Helpful votes Given
  • 131 Helpful votes Received
Recent Badges
100 Helpful Vote
15 Accepted Solution
1 Accepted Solution
 30 Helpful Vote
5 Accepted Solution
1 Helpful Vote
10 Helpful Vote
50 Replies
20 Replies
10 Replies

User Activity

How would a simple YDK script would look for adding/removing ACEs in XR ACLs?  Let's say we store ACEs in XML files and pass the file as an argument along with the device and the type of ACE operation (add or remove):   $ ./nc-update-xr-ipv4-acl-cfg-...
You may wonder how you can create a loopback interface using the OpenConfig Interface model.  Here's how:   #!/usr/bin/env python # # Copyright 2016 Cisco Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not...
  Yes, you now got over 200 Python sample apps to using OpenConfig and XR native data models.  You'll find examples handling both config and operational data.  You can find the apps at: https://github.com/CiscoDevNet/ydk-py-samples/tree/master/sampl...
Yes, we've reached over 100 sample apps for gNMI in Python!  Plenty of examples using IOS XR native models and OpenConfig models.  You can find them at: https://github.com/CiscoDevNet/ydk-py-samples/tree/master/samples/basic/crud/gnmi/models All sam...
    The YDK-Py Vagrant sandbox is now updated with YDK 0.8.2:   vagrant@ydk-py:~$ pip3 list | grep ydk ydk 0.8.2 ydk-models-cisco-ios-xe 16.9.3 ydk-models-cisco-ios-xr 6.5.2 ydk-models-cis...
Community Statistics
Member Since ‎11-03-2003 01:18 PM
Date Last Visited ‎11-08-2020 07:08 AM
Posts 265
Total Helpful Votes Received 131
Helpful Votes Given To