The rename command renames an existing IPS signature filter and displays the new signature filter view.
| Parameter | Description | Value |
|---|---|---|
new-name |
Specifies the new name of an existing IPS signature filter. |
The value is a case-sensitive string. If the name does not contain any spaces, the length is 1 to 32 characters. If the name contains spaces, the length is 3 to 34 characters and the name must be enclosed with double quotation marks (""), for example, "user for test". The name cannot contain any question marks (?), commas (,), quotation marks ("), or hyphens (-). |
# Change the name of signature filter hello to hello_1 in intrusion prevention profile profile1.
<sysname> system-view [sysname] profile type ips name profile1 [sysname-profile-ips-profile1] signature-set name hello [sysname-profile-ips-profile1-sigset-hello] rename hello_1 [sysname-profile-ips-profile1-sigset-hello_1]