opennetworkinglab / flowvisor

FlowVisor - A network hypervisor
Other
164 stars 67 forks source link

Bad Out port issue #292

Open priyathamganta opened 4 years ago

priyathamganta commented 4 years ago

Hi everyone,

I have a custom topology with 3 switches and 4 hosts as shown in the attached script. I wanted to create 2 slices - video and non -video similar to that in Flowvisor exercise but with different topology. I'm getting bad out port error as in the attached screenshot and the hosts are not able to ping each other. I'm using beacon controllers running on ports 10001 and 10002 as in the flowvisor example. Can anyone troubleshoot it? error links rules topo

Multhree commented 4 years ago

Hi, when I start FlowVisor wiht the commandflowvisor /etc/flowvisor/config.json, I encounted a problem

Starting FlowVisor
--- Setting logging level to NOTE
2019-10-24 12:08:32.887:INFO::Logging to StdErrLog::DEBUG=false via org.eclipse.jetty.util.log.StdErrLog
2019-10-24 12:08:32.904:INFO::jetty-7.0.2.v20100331
2019-10-24 12:08:33.270:INFO::Started SslSelectChannelConnector@0.0.0.0:8081
Startup failed : null

Do you know how to solve it?