Understanding Command Modes
The CCCSP application command environment is divided into four modes:
-
System EXEC mode—This is the mode that you get into when you log into CCCSP via the terminal console or ssh access using the CCCSP Administrator credentials.
-
System Configuration mode—You enter into this mode using the configure terminal command from System EXEC mode. This mode permits you to make system configuration changes, which are stored in the running configuration. If you later save the running configuration to the startup configuration, the changes made with the configuration commands are restored when the software is rebooted.
-
CCCSP Management mode—Use the cusp command in system EXEC mode and enter into CCCSP management mode. This mode includes commands that allow you to display the CCCSP configuration for diagnostic and troubleshooting purposes.
-
CCCSP Configuration mode—Use the configure command in CCCSP management mode to enter into CCCSP configuration mode. This mode permits you to make configuration changes to the Cisco Contact Center SIP Proxy (CCCSP). CCCSP uses the “candidate configuration” and the “active configuration” concepts.
-
Candidate configuration: When you make configuration changes for the CCCSP, these changes are stored in the candidate configuration. While in the candidate configuration state, these configuration parameters do not take effect.
-
Active configuration: The active configuration includes all configuration parameters that are currently effective on the CCCSP.
To enable configuration changes to take effect, you must enter the commit command. After you enter the commit command, all configuration changes in the candidate configuration become part of the active configuration. Separate commands in CCCSP configuration mode allow you to display the current candidate and active configurations. In CCCSP Management mode only the active configuration can be displayed.
CCCSP configuration mode has some subconfiguration levels. The global configuration mode changes the command environment from EXEC to configuration. You can modify many software parameters at this level. However, certain configuration commands change the environment to more specific configuration modes where modifications to the system are entered. For example, the trigger condition command changes the environment from config to config-trigger. At this point, you can enter or modify application parameter values.
-
The commands available to you at any given time depends on the mode that you are currently in. Entering a question mark (?) at the CLI prompt displays a list of commands available for each command mode. The descriptions in this command reference indicate environment mode of each command.

Feedback