System information
1-88 SET NVS MODIFY AR Series Router Reference Manual
Software Release 2.0.1
C613-03018-00 REV A
For security reasons this command will only be accepted if the user has SECURITY
OFFICER privilege.
Examples
To delete the NVS block with a block id and index of 99, use the command:
SET NVS DELETE BLOCK=99 INDEX=99
See Also
SET NVS CLEAR_TOTALLY
SET NVS CREATE
SET NVS MODIFY
SHOW NVS
SET NVS MODIFY
Syntax
SET NVS MODIFY BLOCK=id INDEX=index OFFSET=offset
SIZE={BYTE|LONG|WORD} VALUES=value-list
where:
■ id is the block identifier in hexadecimal.
■ index is the block index in hexadecimal.
■ offset is the offset in hexadecimal within the block where the values should
be written.
■ value-list is a list of values, in hexadecimal, separated by commas.
Description
This command allows the contents of a nonvolatile storage (NVS) block to be
modified. The block must be identified by BLOCK and INDEX.
The command will write the data values, padded to length SIZE, contiguously
into the block starting at the specified OFFSET. None of the data values may
require more space than the specified SIZE.
For security reasons this command will only be accepted if the user has SECURITY
OFFICER privilege.
Examples
To set the third byte of the NVS block with a block id and index of 99, to the
value 254, use the command:
SET NVS MODIFY BLOCK=99 INDEX=99 OFFSET=3 SIZE=BYTE VALUES=FE
See Also
SET NVS CLEAR_TOTALLY
SET NVS CREATE
SET NVS DELETE
SHOW NVS
SHOW NVS DUMP