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

Hi, I'm looking to get detail of a BGP prefix on IOS-XR router using netconf/yang similar to what the CLI "show bgp 1.1.1.1/32" achieves. So far I can't do that.If I use the filter below<bgp xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-bgp-oper"...

thanhuwng by Level 1
  • 2142 Views
  • 3 replies
  • 0 Helpful votes

How to retrieve the interface configuration??I saw the "nc-read-xr-ifmgr-cfg-11-ydk.py", the process is just "pass"def process_interface_configurations(interface_configurations):    """Process data in interface_configurations object."""    passI trie...

yitung by Cisco Employee
  • 8173 Views
  • 18 replies
  • 2 Helpful votes

Hi developers     Here is my script to create a bgp neighbor , How can I  remove the neighbor then?  I tried to def config_bgp(bgp):    """Add config data to bgp object."""    # global configuration    instance = bgp.Instance()    instance.instance_n...

Resolved! bgp_oper error

  Hi, want to READ just extended communites and networks from bgp_oper model. Nothing more. But I face some problem with vrf.vrf_name = READ() object. It works for one VRF if I put the name explicitly but it doesnt work with READ() object. Can you pl...

Hi,        I tried to clear isis process using Yang xml RPC but facing some issues. Please do the needful.def clear_isis(host, user, password):    try:        with manager.connect(host=host,  username=user, password=password, look_for_keys=False,host...

Hi ALL,Can any one suggest about how to filter the received frames using python APIs using source mac address/destination mac address for automation purpose.

kasai by Cisco Employee
  • 1277 Views
  • 1 replies
  • 0 Helpful votes

Hi Experts,I'm testing TRex to see how it can help us to improve our testing methodology and I encountered a problem.I'm testing a FW and one of the ways the FW works is like this.Client sends Syn to serverFW captures the Syn and returns to the clien...

roic by Level 1
  • 1919 Views
  • 5 replies
  • 0 Helpful votes

Hi all,I pulled all the yang models from NFVIS, made a custom bundle profile with them, and generated a python API with ydk-gen. I can now perform CRUD operations on the ESC-lite instance running alongside NFVIS (to alter images, flavors, networks, e...

eliwill by Cisco Employee
  • 583 Views
  • 1 replies
  • 0 Helpful votes

Have installed on OSX but get a failure when installing on ubuntu.  Tried from library, from source package... tried sudo... tried python and python3... always fails at this spot: Running setup.py (path:/tmp/pip-build-hbq_7guk/pynacl/setup.py) egg_in...

New to this stuff so sorry if this is not well thought-out.  Really glad you folks are paving the way for easier programmability of IOS-XE.YDK-py seems unnecessarily complicated at the moment.Is there currently any effort in creating useful pre-built...

Unanswered Topics
Top Solution Authors