For installing CORD 4.0 and later (including master), please visit https://guide.opencord.org/
This page applies only to older versions of CORD that are no longer supported.
Your POD is now installed. You can now try to access the basic services installed:
ONOS (for underlay)
A dedicated ONOS instance is installed on the head node to control the underlay infrastructure (the fabric). You can access it with password “rocks”
From the head node CLI: ssh -p 8101 onos@onos-fabric
Using the ONOS UI, at: http://<head-node-ip>/fabric
ONOS (for overlay)
A dedicated ONOS instance is installed on the head node to control the overlay infrastructure ( tenant networks). You can access it with password “rocks”
From the head node CLI: ssh -p 8102 onos@onos-cord
Using the ONOS UI, at: http://<head-node-ip>/vtn
XOS UI
XOS is the cloud orchestrator that controls the entire POD. It allows you to define new service chains. You can access XOS
Using the XOS GUI, at http://<head-node-ip>/xos
Using the XOS admin UI, at http://<head-node-ip>/admin/
You’re ready to move to the configuration sections.