Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I'm running a lab with some XRv9000 (v7.3.1) and an Opendaylight controller (v13.1 (Aluminium)). The goal is to push a Segment Routing LSP from the PCE over the IOS XRv, which is working. However when querying my controller for the PCEP topology ...
Hi All,
I'm trying a simple python script based on the YDK module to send some BGP configuration to ODL.
I've based my script on the example found in core/samples/path_odl_bgp.py and bgp_xr_opendaylight.py.
But when I run my script I got the foll...
Found out that when my device is in "connecting" state with my controller it's actually not complaining opendaylight-user@root>netconf:list-devices
NETCONF ID | NETCONF IP | NETCONF Port | Status
---------------------------------------...
Hi Abhirame, Would you be able to tell me if YDK 0.8.4 is working with ODL 0.11.1 ? I got a little bit further in the troubleshooting and it seems that YDK doesn't like the answer it receives from ODL.I can see that the connection is triggered (thank...
Unfortunately I got the same error with a new VM:
root@odl-02-501:/opt# python obgp.py
Traceback (most recent call last):
File "obgp.py", line 28, in <module>
odl_provider = OpenDaylightServiceProvider(repo , "127.0.0.1" , "admin" , "admin" ...
Thanks for your check.
Here's my env:
root@odl-01-501:/opt/netapps# pip list | grep ydkydk (0.7.2)ydk-models-cisco-ios-xe (16.8.1.post1)ydk-models-ietf (0.1.5.post1)ydk-models-openconfig (0.1.5)
Anything which would cause conflict ?
If not then...