Tools

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

Forum Posts

Both ydk-gen and ydk-py have been updated at github.Here is a list of features that have gone into the release:2017-08-01 version 0.6.0PythonIntroduced new YDK python core package using pybind11 to wrap around YDK C++ core(#507)Introduced ydk.path mo...

abhirame by • Cisco Employee
  • 1120 Views
  • 0 replies
  • 5 Helpful votes

Both ydk-gen and ydk-cpp have been updated at github.Here is a list of features that have gone into the release:Renamed some of the methods in path API to be verbs like DataNode::get_schema() instead of nouns like DataNode::schema() (#498)Add option ...

abhirame by • Cisco Employee
  • 522 Views
  • 0 replies
  • 5 Helpful votes

Hi Team,I've observed that when we enable the service mode prior to packet capture, we're not able to start the traffic in normal mode unless we force start the ports for inducing the traffic.>>> rs = t.set_service_mode(ports = 1, enabled=True)>>> ca...

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 • Community Member
  • 2748 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
  • 10492 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...

Treemanzhou1 by • Community Member
  • 1978 Views
  • 3 replies
  • 5 Helpful votes

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

divyanaiga72 by • Community Member
  • 1312 Views
  • 1 replies
  • 0 Helpful votes