Versions Compared

Key

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

...

CommandUsageDescription
cordvtn-nodescordvtn-nodesShows the list of compute nodes that registered to COR-VTN service
cordvtn-node-checkcordvtn-node-check [hosthame]Shows the state of each node bootstrap steps
cordvtn-node-initcordvtn-node-init [hostname]

Initializes the node including creating "br-int" bridge and setting the controller to ONOS cluster, creating "vxlan" port, adding "dataPlaneIntf", assigning "localMgmtIp" and "dataPlaneIp" to "br-int" interface, and populating flows for the VMs connected to the "br-int". It is no harm to repeat this command multiple times.

cordvtn-node-deletecordvtn-node-delete [hostname]Removes the node from the CORD-VTN service
cordvtn-flush-rulescordvtn-flush-rules

Flushes all the rules installed by CORD-VTN in the data plane. This command might be useful when the data plane is messed up. You can flush the data plane with this command and re-initialize the nodes by running "cordvtn-node-init" command or pushing the network-cfg.json again. It would refresh the data plane.

...