|
Using BGP protocol in ODL?
Hi Guys, I downloaded the SP version of Controller with aim to test the BGP protocol. But using the web administration interface, I don't found any option for configuration or use. Using OSGI "ss bgp"
Hi Guys, I downloaded the SP version of Controller with aim to test the BGP protocol. But using the web administration interface, I don't found any option for configuration or use. Using OSGI "ss bgp"
|
By
Regivaldo
·
|
|
how to get topology data from BGP-LS
6 messages
Hi team I installed Opendaylight SP version, and want to use BGP-LS plugin. I configured the 41-bgp-example.xml, and can establish BGP-LS session with Cisco Router, And then how can I use these to get
Hi team I installed Opendaylight SP version, and want to use BGP-LS plugin. I configured the 41-bgp-example.xml, and can establish BGP-LS session with Cisco Router, And then how can I use these to get
|
By
xiao peng
·
|
|
OpenDaylight BGPECP plugin
Hello, the format of the resulting xml follows yang models described in http://tools.ietf.org/html/draft-clemm-netmod-yang-network-topo-00 Regards, Dana
Hello, the format of the resulting xml follows yang models described in http://tools.ietf.org/html/draft-clemm-netmod-yang-network-topo-00 Regards, Dana
|
By
Dana Kutenicsova -X (dkutenic - Pantheon Technologies SRO@Cisco)
·
|
|
BGP LS question
3 messages
Hello, I setup a simple testbed and established a bgp-ls peering to the controller (hydrogen binary release for now). I can see the topology using restconf at http://localhost:8080/restconf/operationa
Hello, I setup a simple testbed and established a bgp-ls peering to the controller (hydrogen binary release for now). I can see the topology using restconf at http://localhost:8080/restconf/operationa
|
By
Cengiz Alaettinoglu
·
|
|
PCEP setup
10 messages
I am trying to test PCE functionality of ODL. I built a small network of IOS XR routers. On the ODL side, I am using the default PCEP configuration (hydrogen SP release). On the XR, I created the foll
I am trying to test PCE functionality of ODL. I built a small network of IOS XR routers. On the ODL side, I am using the default PCEP configuration (hydrogen SP release). On the XR, I created the foll
|
By
Cengiz Alaettinoglu
·
|
|
How to change stateful PCEP version from 07 to 02
2 messages
Hi, all I'm now doing some test on stateful PCEP. I've deployed an ODL and successfully established a PCEP session to a Cisco IOS XR 5.1.1 device according to the configuration in Cengiz Alaettinoglu'
Hi, all I'm now doing some test on stateful PCEP. I've deployed an ODL and successfully established a PCEP session to a Cisco IOS XR 5.1.1 device according to the configuration in Cengiz Alaettinoglu'
|
By
Chang He
·
|
|
Connection refused issue
2 messages
Hi, I tried to follow the wiki bgpcep user guide in order to set up a test connection with a bgp (not ls) peer (attached the bgp configuration and the controller logs). I modified the 41-bgp-example.x
Hi, I tried to follow the wiki bgpcep user guide in order to set up a test connection with a bgp (not ls) peer (attached the bgp configuration and the controller logs). I modified the 41-bgp-example.x
|
By
Loffredo Tullio
·
|
|
R: Connection refused issue
Hello Dana, please find attached the zipped configuration file. Regards, Tullio Da: Dana Kutenicsova -X (dkutenic - Pantheon Technologies SRO at Cisco) [mailto:dkutenic@...] Inviato: mercoledì 2 april
Hello Dana, please find attached the zipped configuration file. Regards, Tullio Da: Dana Kutenicsova -X (dkutenic - Pantheon Technologies SRO at Cisco) [mailto:dkutenic@...] Inviato: mercoledì 2 april
|
By
Loffredo Tullio
·
|
|
R: R: Connection refused issue
3 messages
Hi all, I think the problem is solved. I tried to compile and build the service provider edition from the source integration project and the bgp session now is up and running. Probably the problem was
Hi all, I think the problem is solved. I tried to compile and build the service provider edition from the source integration project and the bgp session now is up and running. Probably the problem was
|
By
Loffredo Tullio
·
|
|
R: Connection refused issue
Resending……I was not subscribed to bgpcep-users group.
Resending……I was not subscribed to bgpcep-users group.
|
By
Abhishek Kumar
·
|
|
R: R: R: Connection refused issue
I don't see any "Remote RPC Server started" notification. If you like, you can suggest me an easy way to test the RPC server availability. When I built and started the controller, I didn't change any
I don't see any "Remote RPC Server started" notification. If you like, you can suggest me an easy way to test the RPC server availability. When I built and started the controller, I didn't change any
|
By
Loffredo Tullio
·
|
|
R: Connection refused issue
The easiest way to debug would be to put a break point in org.opendaylight.controller.sal.connector.remoterpc.ServerImpl.java in the start() method. You’ll see the following line: String hostIpAddress
The easiest way to debug would be to put a break point in org.opendaylight.controller.sal.connector.remoterpc.ServerImpl.java in the start() method. You’ll see the following line: String hostIpAddress
|
By
Abhishek Kumar
·
|
|
R: R: Connection refused issue
Hi, following my ifconfig output: tullio@tullio-vm-1:~$ ifconfig -a eth0 Link encap:Ethernet HWaddr 00:50:56:91:3a:6d inet addr:163.162.61.205 Bcast:163.162.61.255 Mask:255.255.255.192 inet6 addr: fe8
Hi, following my ifconfig output: tullio@tullio-vm-1:~$ ifconfig -a eth0 Link encap:Ethernet HWaddr 00:50:56:91:3a:6d inet addr:163.162.61.205 Bcast:163.162.61.255 Mask:255.255.255.192 inet6 addr: fe8
|
By
Loffredo Tullio
·
|
|
R: R: Connection refused issue
Hi, I tried to debug the findIpAddress() method in org.opendaylight.controller.sal.connector.remoterpc.ServerImpl.java, causing the "Failed to find a suitable host address" error when I try to start t
Hi, I tried to debug the findIpAddress() method in org.opendaylight.controller.sal.connector.remoterpc.ServerImpl.java, causing the "Failed to find a suitable host address" error when I try to start t
|
By
Loffredo Tullio
·
|
|
R: Connection refused issue
Hi Loffredo, I had submitted a patch yesterday (https://git.opendaylight.org/gerrit/#/c/5986/). Could you please pick it up and try? You may notice that the patch’s verify job failed due to a failing
Hi Loffredo, I had submitted a patch yesterday (https://git.opendaylight.org/gerrit/#/c/5986/). Could you please pick it up and try? You may notice that the patch’s verify job failed due to a failing
|
By
Abhishek Kumar
·
|
|
BGP-LS summary information
2 messages
Hello Team, We are trying to establish BGP connection between two independent topologies in SDN where two switches are physically connected. As we are new to opendaylight controller and SDN environmen
Hello Team, We are trying to establish BGP connection between two independent topologies in SDN where two switches are physically connected. As we are new to opendaylight controller and SDN environmen
|
By
Geetanjali Kamte
·
|
|
Unable to add TE/LSP
3 messages
Hello, We have got an ODL controller up and running talking BGP-LS with a router + we have got PCEP with that router. We are trying to add a PCE initialized TE/LSP as a next step. But we are unable to
Hello, We have got an ODL controller up and running talking BGP-LS with a router + we have got PCEP with that router. We are trying to add a PCE initialized TE/LSP as a next step. But we are unable to
|
By
Muthu
·
|
|
Changing TE/LSP setup & hold priority
Hello All, Have ODL controller talking PCEP with XR running router (version 5.1.1) and I am able to create LSP, update LSP with ERO and delete .. If I try to change the TE Tunnel/LSP priorties using t
Hello All, Have ODL controller talking PCEP with XR running router (version 5.1.1) and I am able to create LSP, update LSP with ERO and delete .. If I try to change the TE Tunnel/LSP priorties using t
|
By
Muthu
·
|
|
bgp run time error
2 messages
Hi, I am trying to run the BGPCEP of opendaylight controller as a separate entity.We have been able to resolve the port numbers and other dependencies as well. Still while running the BGP code we are
Hi, I am trying to run the BGPCEP of opendaylight controller as a separate entity.We have been able to resolve the port numbers and other dependencies as well. Still while running the BGP code we are
|
By
Rafat Jahan
·
|
|
Problems with build and run of bgpcep ?
5 messages
Hi, Sorry to ask what’s probably an obvious question but I did a git of bgpcep and did a successful build but the plugin directory for running bgpcep is not being updated with the new jars. I’m probab
Hi, Sorry to ask what’s probably an obvious question but I did a git of bgpcep and did a successful build but the plugin directory for running bgpcep is not being updated with the new jars. I’m probab
|
By
Brian
·
|