The high-level steps for connecting Operations Cloud to an AXOS system follow:
Note: The region name must be unique, and cannot be a name used in CMS.
Note: The ONT default setup applies to AXOS systems only.
For your organization, define the ONT default setup for Operations Cloud to use when creating subscriber systems as follows:
1. Go to Administration > Operations Cloud > Service Provisioning.
2. Under ONT Default Setup:
If the ONT is not linked to a subscriber for a period equal to or greater than the specified timeout, Operations Cloud deletes the ONT and associated provisioning.
3. Click Submit.
create a region and location for the AXOS system in Operations Cloud:
1. From the persona icon drop-down menu, select Administration.
2. Go to Operations Cloud > Regions.
3. Click Add Region.
4. In the pop-up window:
5. Click Submit.
The Call Home feature allows an AXOS system to initiate a TCP connection to Calix Cloud. Using this TCP connection, Calix Cloud initiates an SSL-secured NETCONF session with the system to manage it. If the connection is lost due to network issues, the AXOS system automatically re-initiates a TCP connection.
Pre-conditions
show run ip name-server
command from the AXOS CLI. Note that if management traffic is contained inside a VRF, the name-server configuration should include either a VRF or source interface.show ntp
command from the AXOS CLI.For instructions on configuring a DNS or NTP server, see the Calix AXOS Turn-Up and Transport Guide.
High level steps
The order of steps 2 & 3 cannot be reversed.
Procedures
To obtain the AXOS system MAC address and configure Call Home settings in Operations Cloud
To see your existing regions and locations, click the down arrow. If you have not yet configured a region and location, see Create a Region and Location.
Note: After the system successfully connects to Operations Cloud via Call Home you can modify the region/location of the Call Home settings, however the new region/location is not copied to the system even after a NETCONF session re-connect.
As a best practice, create a new username and password specific to Operations Cloud use. For example, create a user "opscloud" on the system, and use a random password generator to populate both the password field in Operations Cloud and the node:
To configure Call Home in the AXOS OLT CLI
Enter the following Call Home commands from the CLI:
1. config
2. call-home netconf-client <string>
This is an arbitrary name for the remote NETCONF client (Operations Cloud).
3. ssh endpoints endpoint <string> address <Operations Cloud FQDN> port 7777
The endpoint is an arbitrary name for the endpoint. For the U.S., enter opscloud-us.calix.com
; the FQDN varies by country.
AXOS systems use TCP port 7777 by default; Calix recommends that you do not change the port.
4. connection-type periodic reconnect-timeout 1
This is the maximum amount of unconnected time the NETCONF server (OLT) waits before establishing a connection to the NETCONF client (Operations Cloud).
5. exchange-device-info enable
When enabled, the system exchanges its information (MAC, serial number, etc.) with the call-home endpoint. After verifying the information, Operations Cloud starts an SSH connection and a NETCONF connection with the system, and copies the call home region/location to the OLT following the first successful call home connection.
To verify the connection and synchronization
Note: A fully loaded OLT takes up to 20 minutes to connect and synchronize. See View Network Systems / Status for more information.
For instructions see View Network Systems.
Initially the status shows CONNECTION_IN_PROGRESS, then CONNECTED. Click the refresh button as needed.
show call-home netconf-client <Operations Cloud client name>
Initially the status shows SYNCHRONIZE_IN_PROGRESS, then SYNCHRONIZED. Click the refresh button as needed.