Mobile Ops Center Configuration Command Reference

helm repository

Configures the helm repository used to deploy the Ops Center.

Command Mode

Exec > Global Configuration (config)

Syntax

helm repository repository_name [ access-token repo_access_token | password repo_password | url repo_url | username repo_username ] 

helm repository repository_name

Specify the name of helm repository.

Must be a string.

access-token repo_access_token

Specify the access token for the helm repository.

Must be a string.

password repo_password

Specify the password if any to login into the repository.

Must be a string.

url repo_url

Specify the helm chart repository URL.

username repo_username

Specify the user name if any to login into the repository.

Must be a string.

Usage Guidelines

Use this command to configure the helm repository.

helm default-repository

Configures the default repository of helm chart.

Command Mode

Exec > Global Configuration (config)

Syntax

helm default repository repository_name 

helm default-repository repository_name

Specify the configured default repository of helm chart.

Must be a string.

Usage Guidelines

Use this command to configure the default repository.

helm ordered_deployment

Enables or disables the sequential deployment of helm charts.

Command Mode

Exec > Global Configuration (config)

Syntax

helm ordered_deployment { chart chart_name priority_group priority_id | continue_on_timeout { false | true } | enable { false | true } | timeout time_interval } 

helm ordered_deployment enable { false | true }

Enable or disable the sequential deployment of helm charts.

Default: false

chart chart_name

Specify the name of helm chart to be deployed.

Must be a string.

priority_group priority_id

Specify the priority of helm chart. The priority group ID decides the helm chart deployment order. The priority group configuration is specific to the helm charts and not the sub-charts.

The chart assigned the priority group ID of 1 gets deployed first before the other charts assigned the priority group ID of 2,3,4, and so on. Note that the other charts will not be deployed until all the pods associated with the first chart are deployed. Charts with the same priority group will be deployed simultaneously.

If the ordered_deployment is not enabled or if the priority_group is not defined for charts, NF follows the default deployment that is bringing up all the charts in parallel.

priority_id must be an integer ranging from 1 to 99 with 1 being the highest priority and 99 being the lowest priority.

Default: 99

continue_on_timeout { false | true }

Use this configuration to continue or stop the helm chart deployment after the chart bring-up timeout.

Default: true

timeout timeout_interval

Specify the timeout interval, in seconds, after which the chart bring-up will be continued or stopped.

Must be an integer ranging from 0 to 3600. Default: 600

Usage Guidelines

Use this command to configure the sequential deployment of helm charts.

license smart

Configures smart licensing for SMI applications.

Command Mode

Exec > Global Configuration (config)

Syntax

license smart url smart_licensing_server_url 

url smart_licensing_server_url

Specify the URL to connect for Smart Licensing.

Must be a string.

Default Value: default.

Usage Guidelines

Use this command to configure smart licensing for SMI applications.

license smart deregister

Deregisters VNF from Smart Licensing.

Command Mode

Exec

Syntax

license smart deregister 

Usage Guidelines

Use this command to deregister the VNF from smart licensing.

license smart register

Registers the VNF for Smart Licensing.

Command Mode

Exec

Syntax

license smart register { idtoken id_token | force} 

force

Forces the agent registration.

idtoken id_token

Specify the ID Token to register the agent.

Must be a string.

Usage Guidelines

Use this command to register the VNF for smart licensing.

license smart renew ID

Renews smart agent license registration information.

Command Mode

Exec

Syntax

license smart renew ID 

Usage Guidelines

Use this command to renew smart agent license registration information.

license smart renew auth

Initiates a manual update of the license usage information with Cisco.

Command Mode

Exec

Syntax

license smart renew auth 

Usage Guidelines

Use this command to initiate a manual update of the license usage information with Cisco.

license smart reservation

Enables or disables the Smart Licensing feature.

Command Mode

Exec > Global Configuration (config)

Syntax

license smart reservation 

Usage Guidelines

Use this command to enable or disable the Smart Licensing feature.

license smart reservation cancel

Cancels a smart license reservation request.

Command Mode

Exec

Syntax

license smart reservation cancel 

Usage Guidelines

Use this command to cancel a smart license reservation request.

license smart reservation install

Installs a smart license reservation authorization code.

Command Mode

Exec

Syntax

license smart reservation install key authorization_code 

key authorization_code

Specify the authorization code from the CSSM.

Must be a string.

Usage Guidelines

Use this command to install a smart license reservation authorization code.

license smart reservation request

Requests a license reservation.

Command Mode

Exec

Syntax

license smart reservation request 

Usage Guidelines

Use this command to request a license reservation.

license smart reservation return

Returns a smart license reservation.

Command Mode

Exec

Syntax

license smart reservation return authorization authorization_code 

authorization authorization_code

Specify the authorization code from the CSSM.

Must be a string.

Usage Guidelines

Use this command to return a smart license reservation.

license smart status

Displays Smart Licensing status information.

Command Mode

Exec

Syntax

license smart status 

status-only

Specify whether to toggle between status only or more verbose output.

Must be one of the following:

  • false

  • true

Default Value: false.

Usage Guidelines

Use this command to view Smart Licensing status information.

license smart udi

Displays Smart Licensing Unique Device Identifier (UDI).

Command Mode

Exec

Syntax

license smart udi [ pid | sn ] 

pid

Specify the product ID of the UDI.

Must be a string.

sn

Serial number of the UDI.

Must be a string.

Usage Guidelines

Use this command to view smart licensing UDI.

ops

Displays the list of Ops Centers installed in the clusters.

Command Mode

Exec

Syntax

show ops 

Usage Guidelines

Use this command to view the list of Ops Centers installed in the clusters.

ops center

Displays the currently deployed Ops Center in clusters.

Command Mode

Exec

Syntax

show ops center [ release helm_release | cli-host cli_host_uri | id product_id | product product | rest-host restconf_host_uri | rest-host-internal restconf_host_internal_uri ] 

cli-host cli_host_uri

Specify the CLI host URI.

Must be a string.

id product_id

Specify the ID of the deployed product.

Must be a string.

product product

Specify the product containing the release.

Must be a string.

release helm_release

Specify the Helm Release containing the Ops Center.

Must be a string.

rest-host-internal restconf_host_internal_uri

Specify the RESTCONF host internal URI.

Must be a string.

rest-host restconf_host_uri

Specify the RESTCONF host URI.

Must be a string.

Usage Guidelines

Use this command to view the currently deployed Ops Center in clusters.

ssh-settings

Configures the SSH settings for Ops Center SSH connection.

Command Mode

Exec > Global Configuration (config)

Syntax

ssh-settings enable-aes-cbc { false | true} 

enable-aes-cbc { false | true}

Specify to enable or disable the aes128-cbc and aes256-cbc for SSH encryption.

Must be one of the following:

  • false

  • true

Default Value: false.

Usage Guidelines

Use this command to configure the SSH settings for Ops Center SSH connection.

system

Configures the Network Function system commands.

Command Mode

Exec > Global Configuration (config)

Syntax

system mode system_mode 

mode system_mode

Specify the mode of the system.

Must be one of the following:

  • maintenance

  • running

  • shutdown

Default Value: shutdown.

Usage Guidelines

Use this command to configure Network Functions commands.

system ops-center

Runs Ops Center diagnostics.

Command Mode

Exec > Global Configuration (config)

Syntax

system ops-center repository repository_url 

repository repository_url

Specify the Helm repository originally used to deploy the Ops Center.

Must be a string.

Usage Guidelines

Use this command to run the Ops Center diagnostics.

system ops-center stop

Stops the synchronization process.

Command Mode

Exec > Global Configuration (config)

Syntax

system ops-center stop 

Usage Guidelines

Use this command to stop the synchronization process.

system ops-center-debug

Debugs the Ops Center.

Command Mode

Exec > Global Configuration (config)

Syntax

system ops-center-debug status 

status

Status of the Ops Center debugging process.

Must be one of the following:

  • false

  • true

Usage Guidelines

Use this command to debug the Ops Center.

system ops-center-debug start

Starts the Ops Center debugging process.

Command Mode

Exec > Global Configuration (config)

Syntax

system ops-center-debug start 

Usage Guidelines

Use this command to start the Ops Center debugging process.

system ops-center-debug stop

Stops the Ops Center debugging process.

Command Mode

Exec > Global Configuration (config)

Syntax

system ops-center-debug stop 

Usage Guidelines

Use this command to stop the Ops Center debugging process.

system status

Displays the system status.

Command Mode

Exec > Global Configuration (config)

Syntax

system status { deployed { false | true } | percent-ready} 

deployed { false | true}

Indicates if the system is set to run.

Must be one of the following:

  • false

  • true

percent-ready

Indicates the percentage of system running.

Must be of type decimal64, with 2 fraction digits.

Usage Guidelines

Use this command to view the system status.

system synch

Indicates the status of automatic synching of the configuration.

Command Mode

Exec > Global Configuration (config)

Syntax

system synch 

Usage Guidelines

Use this command to find out the status of automatic synching of the configuration.

system synch start

Starts the synching process.

Command Mode

Exec > Global Configuration (config)

Syntax

system synch start 

Usage Guidelines

Use this command to start the synching process.

system synch stop

Stops the synching process.

Command Mode

Exec > Global Configuration (config)

Syntax

system synch stop 

Usage Guidelines

Use this command to stop the synching process.

system upgrade

Forces an upgrade of the product.

Command Mode

Exec

Syntax

system upgrade 

Usage Guidelines

Use this command to force an upgrade of the product.

system uuid-override

Forces the UUID to a new value.

Command Mode

Exec

Syntax

system uuid-override new-uuid new_uuid 

new-uuid new_uuid

Specify the ID token to register agent.

Must be a string.

Usage Guidelines

Use this command to force a new value to the UUID.