21.7.5 mss_save_instance_config
(Ask a Question)Description
This command is used to save the configuration of a core instance inside the MSS component specified using the 'mss_configure_instance' command.
mss_save_instance_config \
-component_name {component_name} \
-instance_name {instance_name}
        Arguments
| Parameter | Type | Description | 
|---|---|---|
| -component_name {component_name} | string | Mandatory. Name of the MSS component. | 
| -instance_name {instance_name} | string | Mandatory. Name of the core instance inside the MSS component. | 
Example
mss_save_instance_config -component_name {test_sb_MSS} -instance_name {CAN}
        