sudo ./trellis.py
--controllers 172.16.0.1
I am not able to see the Mininet nodes in the ONOS Web GUI running on the URL: http://localhost:8181/onos/ui/#/topo2
Am I missing anything? Anyone who has successfully got the Mininet nodes displayed in the ONOS GUI can share your learning so that I am unblocked.
Regards,
--Sreeni Saya
--
You received this message because you are subscribed to the Google Groups "trellis-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trellis-dev...@opennetworking.org.
To view this discussion on the web visit https://groups.google.com/a/opennetworking.org/d/msgid/trellis-dev/5c0b4ad8-6751-4cfe-90d8-4989912b005c%40opennetworking.org.
Do you see those devices connecting to ONOS? These devices should be shown in "devices" command output in ONOS CLI.
I'd suggest checking the connectivity between Mininet host and ONOS host first.
Thanks,Charles Chan, Ph.D.Member of Technical Staff, Open Networking Foundation
On Thu, Aug 15, 2019 at 7:12 AM Sreenivasulu Saya <saya...@gmail.com> wrote:
Hi,--I have followed the instruction given in the Trellis GitHub: https://github.com/opennetworkinglab/routing/blob/master/trellis/README.mdWhen I tried to execute the following command:sudo ./trellis.py
--controllers 172.16.0.1I am not able to see the Mininet nodes in the ONOS Web GUI running on the URL: http://localhost:8181/onos/ui/#/topo2Am I missing anything? Anyone who has successfully got the Mininet nodes displayed in the ONOS GUI can share your learning so that I am unblocked.Regards,--Sreeni Saya
You received this message because you are subscribed to the Google Groups "trellis-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trell...@opennetworking.org.
Hi Sreeni,
Problem still exists ?
Regards
Jayakumar
From: trell...@opennetworking.org [mailto:trell...@opennetworking.org]
On Behalf Of Sreenivasulu Saya
Sent: Friday, August 16, 2019 5:40 PM
To: trellis-dev <trell...@opennetworking.org>
Cc: saya...@gmail.com
Subject: Re: [trellis-dev] Need help in Trellis Configuration with ONOS
[**EXTERNAL EMAIL**]
To unsubscribe from this group and stop receiving emails from it, send an email to
trellis-dev...@opennetworking.org.
To view this discussion on the web visit
https://groups.google.com/a/opennetworking.org/d/msgid/trellis-dev/251e2aae-b61a-4129-9a8d-db2e1a203ae9%40opennetworking.org.
Hi Sreenivasulu,
Following are steps I used for compiling ONOS-2.0, hope you have checked out onos-2.0 branch to onos-2.0 folder
cd onos-2.0
export ONOS_ROOT=`pwd`
source tools/dev/bash_profile
bazel build onos
Note : Assume that bazel (version 0.24.1) and Java version : "1.8.0_161" installed.
Trellis Topology needs Quagga, please follow below steps
sudo groupadd quagga
sudo useradd -g quagga -s /bin/false quagga
git clone -b quagga https://gerrit.opencord.org/quagga
cd quagga
./bootstrap.sh
./configure --enable-fpm --sbindir=/usr/lib/quagga --enable-user=quagga --enable-group=quagga --enable-vty-group=quagga --prefix=/usr --sysconfdir=/etc/quagga --localstatedir=/var/state/quagga
make
sudo make install
sudo ldconfig
sudo apt-get install mininet isc-dhcp-server
git clone https://gerrit.onosproject.org/routing
onos-netcfg localhost routing/trellis/trellis.json
cd routing/trellis
sudo ./trellis.py --controllers localhost
Note : onos-netcfg command is available in terminal if you follow below steps in current terminal
cd onos-2.0
export ONOS_ROOT=`pwd`
source tools/dev/bash_profile
Please let me know steps are working fine.
Thanks & Regards
Jayakumar
From: Sreenivasulu Saya [mailto:saya...@gmail.com]
Sent: Monday, August 26, 2019 9:19 PM
To: Jayakumar Thazhath <jayakumar...@infosys.com>
Subject: Re: [trellis-dev] Need help in Trellis Configuration with ONOS
[**EXTERNAL EMAIL**]
Hi Jayakumar,
Yes, the problem still exists. I have compiled the ONOS as per the documentation...
When I tried to open the ONOS Web GUI in the browser with the URL: http://localhost:8181/onos/ui/
I see the following message in the browser window: "ONOS GUI not ready yet... please stand by.."
I have started the ONOS service on my Ubuntu 18.06 laptop.
In the ONOS Tutorial VM, I am able to get the ONOS Web GUI, Trellis Topology (simulated with Mininet) and able to activate the reactive forwarding application and then the link connectivity test between the hosts is working fine when I did 'pingall' in Mininet.
But the VM has ONOS 1.15.0, and I want to work with the latest version 2.x version and installing directly on the laptop. Unfortunately, the ONOS documentation is poor and does not give the complete instructions for getting ONOS working. Looks like I am missing something that is not documented.. I have been working on this for the past few days.... without much success.
If you can help me, I would greatly appreciate. You can call me on my Cell Ph: 98450-55842.
Regards,
--Sreeni Saya
./configure --enable-fpm --sbindir=/usr/lib/quagga --enable-user=quagga --enable-group=quagga --enable-vty-group=quagga --prefix=/usr --sysconfdir=/etc/quagga --localstatedir=/var/state/quagga
To view this discussion on the web visit https://groups.google.com/a/opennetworking.org/d/msgid/trellis-dev/SG2PR02MB2367D49E67703C4C473F7DFC8DA00%40SG2PR02MB2367.apcprd02.prod.outlook.com.
sudo apt-get update
sudo apt-get install -y gawk texinfo python-pip build-essential iptables automake autoconf libtool
sudo pip install -U pip
sudo pip install ipaddress
I am wondering which OS you are using? I didn't see this error with Ubuntu 16.04 and the above-mentioned dependencies.To view this discussion on the web visit https://groups.google.com/a/opennetworking.org/d/msgid/trellis-dev/CADDsu38YZJggtFAwOTaK1wW4-ea%2BaZHh7imQYqfEUSUWypkjiw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/opennetworking.org/d/msgid/trellis-dev/251e2aae-b61a-4129-9a8d-db2e1a203ae9%40opennetworking.org.
Sreeni,
Which is your OVS version ? sudo ovs-vsctl –version ? OVS version above 2.5.0+ worked for me.
--
You received this message because you are subscribed to the Google Groups "Trellis Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
trellis-dev...@opennetworking.org.
To view this discussion on the web visit
https://groups.google.com/a/opennetworking.org/d/msgid/trellis-dev/a9cc6a78-961b-4527-9410-271d628e81ce%40opennetworking.org.
To view this discussion on the web visit https://groups.google.com/a/opennetworking.org/d/msgid/trellis-dev/a9cc6a78-961b-4527-9410-271d628e81ce%40opennetworking.org.