While working with Mininet, what should be started first: the POX controller or Mininet and why?
Asked
Active
Viewed 47 times
0
-
I would guess the controller, so that mininet is able to establish a connection when you `start` the network. – larsks Jun 15 '22 at 23:54
1 Answers
0
I've tried both options and each seems to work. I'd prefer starting with the controller so that Mininet will be ready to go. If you start with Mininet instead, you will not have connectivity (e.g. Pingall would fail) until the POX controller is running.

LKK
- 1
- 2