update monitoring cli
diff --git a/emuvim/dcemulator/net.py b/emuvim/dcemulator/net.py
index f3c7a68..609d46c 100755
--- a/emuvim/dcemulator/net.py
+++ b/emuvim/dcemulator/net.py
@@ -29,7 +29,7 @@
         # call original Docker.__init__ and setup default controller
         Dockernet.__init__(
             self, controller=RemoteController, switch=OVSKernelSwitch, **kwargs)
-        #self.addController('c0')
+        self.addController('c0')
 
         # graph of the complete DC network
         self.DCNetwork_graph=nx.DiGraph()