Hi Ankit,
From the above show openflow - (Total number of VLAN(s): 0), I could see that you have not enabled OpenFlow on ports/VLANs that connecting the switches that is the reason for not seeing the topology. Open Flow process processes the packets that ingress on open flow enabled ports only.
Since EXOS doesn't allow to enable open flow on port directly, you need create a VLAN in all the switches and add the connecting ports and then enable open flow on the VLAN. Here is an example configuration
create vlan "v11"
configure vlan v11 tag 11
configure vlan v11 add ports 22, 25-26 tagged
enable openflow vlan "v11"
Regards,
Ravi Masadi