Software Defined Networking
1828283 Members
3234 Online
109975 Solutions
New Discussion

I CAN NOT VIEW END HOST ON THE GUI

 
Mo1989
New Member

I CAN NOT VIEW END HOST ON THE GUI

Controller version:hp-sdn-ctl_2.7.18.050_amd64.deb

HI i am having issues viewing topology i created using mininet on ubunutu server  for current controller.

i am only able to view swiches and not end host. Also ping host does not work for me.

Please help me!

kind regards

Mo

1 REPLY 1
ShaunWackerly
HPE Pro

Re: I CAN NOT VIEW END HOST ON THE GUI

Hi Mo,

The most common reason for this condition is that you've set up a looped mininet topology, but the VAN SDN controller has been configured with hybrid.mode=true (default setting). When hybrid.mode=true, VAN will delegate forwarding decisions to the controlled switches, except for the packets it wants to see. Since VAN doesn't capture ping packets, the ping packets are forwarded through the looped topology. Essentially, with hybrid.mode=true VAN is relying on the controlled switches to resolve loops (via a traditional protocol like spanning-tree), but the mininet switches do not resolve loops.

If this matches what you're seeing, you'll need to change the VAN setting to hybrid.mode=false and restart the sdnc process.

Shaun

I am an HPE Employee