Basic System Configuration Guide System Management
Edition: 01 3HE 11010 AAAC TQZZA 331
The no form of the command removes the CLLI code.
Default n/a — no CLLI codes are configured
Parameters clli-code — the 11-character string CLLI code. Any printable, 7-bit ASCII characters can
be used within the string. If the string contains spaces, the entire string must be
enclosed within double quotes. If more than 11 characters are entered, the string is
truncated. If fewer than 11 characters are entered, the string is padded with spaces.
config-backup
Syntax config-backup count
no config-backup
Context config>system
Description This command configures the maximum number of backup versions maintained for
configuration files and BOF.
For example, if the config-backup count is set to 5 and the configuration file is called
xyz.cfg, the file xyz.cfg is saved with a .1 extension when the save command is executed.
Each subsequent config-backup command increments the numeric extension until the
maximum count is reached.
• xyz.cfg
• xyz.cfg.1
• xyz.cfg.2
• xyz.cfg.3
• xyz.cfg.4
• xyz.cfg.5
• xyz.ndx
Each persistent index file is updated at the same time as the associated configuration file.
When the index file is updated, then the save is performed to xyz.cfg and the index file is
created as xyz.ndx. Synchronization between the active and standby CSM is performed for
all configurations and their associated persistent index files.
The no form of the command returns the configuration to the default value.
Default 5
Parameters count — the maximum number of backup revisions
Values 1 to 9