Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
docker pull dzhanghuawei/pncsimulator:1.0.56

Step 2. Start the simulator container(s)

...

Code Block
docker run –p 18181:8181 –d –name pncsimu-18181 –t dzhanghuawei/pncsimulator:1.0.56

It should be noted that, we redirect the request from host:18181 to container:8181. You can configure whatever port, mapping to container:8181 at your discretion. Be careful, if setting up multiple domain controllers, make sure to assign different external ports for them.

...

pnc-init-payload-1

pnc-init-payload-2    

Image Added

...

Other Helper Tools

ACTN Viewer

ACTN viewer is a tool that can visualize the ACTN topologies provided by the PNC simulators.  To use the tool, please download the attached file, and modify controllers.json to reflect the PNC simulators' IP addresses.  NOTE: this tool is not mandatory for the PNC simulator. Since actn-viewer is an executable file, please do NOT use it if you have security concerns. 

...