To change the IGP topology data source

Purpose

Perform this procedure to specify an IGP topology data source other than the default for the Network Map and Health and Object Troubleshooting dashboards.

See Table 13-4, IGP topology data sources for a list of the supported IGP topology data sources for each deployment type.

Note: It is strongly recommended that you contact technical support before changing the IGP topology data source.

Note: You must perform the procedure on the NSP cluster in each data center.

Note: release-ID in a file path has the following format:

R.r.p-rel.version

where

R.r.p is the NSP release, in the form MAJOR.minor.patch

version is a numeric value

Steps
 

Log in as the root user on the NSP deployer host.


Open a console window.


Open the following file using a plain-text editor such as vi:

/opt/nsp/NSP-CN-DEP-release-ID/NSP-CN-release-ID/config/nsp-config.yml


Locate the section that begins with the following:

    nspos:


Edit the topologySource parameter in the igp subsection to read:

Note: If no source is specified, the NSP uses the default for the deployment listed in Table 13-4, IGP topology data sources.

      igp:

        topologySource:  "source"

where source is one of the following:

  • CPAM

  • SDN, which specifies the VSR-NRC


Save and close the file.


Enter the following:

cd /opt/nsp/NSP-CN-DEP-release-ID/bin ↵


Enter the following:

./nspdeployerctl install --config ↵


Log in as the root user on the NSP cluster host.


10 

Open a console window.


11 

Enter the following:

helm uninstall assurance-tomcat -n $(helm list -A | awk '/assurance-tomcat/ {print$2;exit}') ↵


12 

Return to the NSP deployer host console window.


13 

Enter the following:

/opt/nsp/NSP-CN-DEP-release-ID/bin/nspdeployerctl install --deploy ↵

The configuration is applied.


14 

Close the console window.

End of steps