|
Description:
|
bitSTORM-HP-160MtnCliCfgActionType OBJECT-TYPE
SYNTAX INTEGER {
cliconfig-save(1),
-- cliconfig-load-nvram(2),
-- cliconfig-load-internal(3),
-- cliconfig-restore-by-name(4),
cliconfig-restore-by-index(5),
cliconfig-clear-all(6),
cliconfig-clear-general(7),
cliconfig-export-binary(8),
-- cliconfig-export-text(9),
cliconfig-export-cli(10),
cliconfig-get-binary(11),
cliconfig-get-cli(12),
cliconfig-put-binary(13),
cliconfig-put-cli(14),
-- cliconfig-import-binary(15),
-- cliconfig-import-cli(16),
cliconfig-import-download-binary(17),
cliconfig-import-download-cli(18),
cliconfig-change-detect(21)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Action to be taken:
CLICONFIG-SAVE:
Save database to flash
Use cliCfgBackupNameInband with MASK_cliCfgBackupNameInband to specify name for inband database.
Use cliCfgBackupNameGeneral with MASK_cliCfgBackupNameGeneral to specify name for general database.
-- CLICONFIG-LOAD-NVRAM:
-- Load database from flash (used by OAMP internally)
-- CLICONFIG-LOAD-INTERNAL:
-- Load database from flash (used by OAMP internally)
-- CLICONFIG-RESTORE-BY-NAME:
-- Restore database with the specific names
-- Use cliCfgBackupNameInband with MASK_cliCfgBackupNameInband to specify name for inband database.
-- Use cliCfgBackupNameGeneral with MASK_cliCfgBackupNameGeneral to specify name for general database.
CLICONFIG-RESTORE-BY-INDEX:
Restore database with the specific indexes
Use cliCfgParam1 with MASK_cliCfgParam1 to specify index for inband database.
Use cliCfgParam2 with MASK_cliCfgParam2 to specify index for general database.
CLICONFIG-CLEAR-ALL:
Clear Inband/General database
CLICONFIG-CLEAR-GENERAL:
Clear General database
CLICONFIG-EXPORT-BINARY:
Export database (binary)
-- CLICONFIG-EXPORT-TEXT:
-- Export database (text)
CLICONFIG-EXPORT-CLI:
Export database as a CLI script
(gbe ip/netmask,route not exported)
CLICONFIG-GET-BINARY:
Get binary database image from a FTP server.
CLICONFIG-GET-CLI:
Get CLI script from a FTP server.
CLICONFIG-PUT-BINARY:
Put binary database image to a FTP server.
CLICONFIG-PUT-CLI:
Put CLI script to a FTP server.
-- CLICONFIG-IMPORT-BINARY:
-- Import from binary database images
-- CLICONFIG-IMPORT-CLI:
-- Import from a CLI script
CLICONFIG-IMPORT-DOWNLOAD-BINARY:
As previous CLICONFIG-WRITE-DOWNLOAD.
Import from downloaded binary images.
CLICONFIG-IMPORT-DOWNLOAD-CLI:
Import from download CLI script.
CLICONFIG-CHANGE-DETECT
Detect database changes, for agents."
|
|
|