In this section, we discuss how RYU controller discovers the topology.
- Switch Discovery
LLDP(Link Layer Discovery protocol)
- Host Discovery
(write our algo in the packet_in handler to discover the hosts, connected in the switch)
# References:
In this section, we discuss how RYU controller discovers the topology.
LLDP(Link Layer Discovery protocol)
(write our algo in the packet_in handler to discover the hosts, connected in the switch)
# References: