Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Renaming an Identifier
To modify a configuration, you can rename an identifier that already exists. You can do this either by deleting the identifier (using the delete command) and then adding the renamed identifier (using the set and edit commands), or you can rename the identifier using the rename mode command:
user@host# rename < statement-path > identifier1 to identifier2
Example: Renaming an Identifier
Change the Network Time Protocol (NTP) server address to 10.0.0.6:
[edit]user@host# rename system ntp server 10.0.0.7
to server 10.0.0.6