System Setup and Software Installation Guide for Cisco Optical Site Manager, IOS XR

PDF

System Setup and Software Installation Guide for Cisco Optical Site Manager, IOS XR

Configure Cisco Optical Site Manager in standalone mode for NCS 1010 or NCS 1014

Want to summarize with AI?

Log in

Learn how to configure Cisco Optical Site Manager in standalone mode on an NCS 1010 or NCS 1014 controller card. This procedure covers setting management interfaces, defining user credentials, enabling optional auto-onboarding, committing changes, and verifying the configuration.


Cisco Optical Site Manager can be configured in standalone mode on a single NCS 1010 or NCS 1014 controller card.

The configuration involves setting up Cisco Optical Site Manager interfaces, defining management interface parameters, and establishing user credentials for access.

Before you begin

Verify that these configurations are enabled before configuring Cisco Optical Site Manager in standalone mode on NCS 1010 or NCS 1014:

Follow these steps to configure Cisco Optical Site Manager in standalone mode:

Procedure

1.

Enter into the IOS XR and COSM configuration mode using the configure terminal and cosm commands.

Example:

RP/0/RP0/CPU0:ios#configure terminal
RP/0/RSP0/CPU0:ios(config)# cosm
2.

Configure the interface of the device running the Cisco Optical Site Manager by using mgmt-interface-name MgmtEth R/S/I/P command.

Example:

RP/0/RP0/CPU0:ios(config-cosm)# mgmt-interface-name Loopback1

This is the interface used to reach Cisco Optical Site Manager. This interface can be a physical interface or a loopback interface. For a standalone Cisco Optical Site Manager deployment, use the same interface for device onboarding.

3.

Configure the username using the user-name user name command.

Example:

RP/0/RP0/CPU0:ios(config-cosm)# user-name cisco
Note

The username must match the username of the host device.

4.

Configure the password using the user-password password command.

Example:

RP/0/RP0/CPU0:ios(config-cosm)# user-password ***
Note

The Cisco Optical Site Manager username and password can be the same as, or different from, the XR host device credentials. These credentials are saved in the Cisco Optical Site Manager application database and are not displayed in the XR show running-config output.

5.

Commit the changes and exit the configuration modes using the commit and end commands.

Example:

RP/0/RP0/CPU0:ios(config-cosm) commit
RP/0/RP0/CPU0:ios(config-cosm) end
6.

Verify the configuration using the show running-config cosm command.

Example:

This example shows the standalone Cisco Optical Site Manager configuration.
RP/0/RP0/CPU0:ios#show running-config cosm
Fri Oct 18 12:53:47.056 UTC
cosm
 mgmt-interface-name Loopback1
!

The configured user-name and user-password are not displayed in the output of the show running-config cosm command.

Cisco Optical Site Manager is configured in the standalone mode.