Security
7450 ESS System Mangement Guide Page 167
overwrite — Specifies that the destination profile configuration will be overwritten with the copied
source profile configuration. A profile will not be overwritten if the overwrite command is not
specified.
default-action
Syntax default-action {deny-all | permit-all | none}
Context config>system>security>profile user-profile-name
Description This command specifies the default action to be applied when no match conditions are met.
Default none
Parameters deny-all — Sets the default of the profile to deny access to all commands.
permit-all — Sets the default of the profile to permit access to all commands.
Note: permit-all does not change access to security commands. Security commands are only and
always available to members of the super-user profile.
none — Sets the default of the profile to no-action. This option is useful to assign multiple profiles to
a user.
For example, if a user is a member of two profiles and the default action of the first profile is
permit-all, then the second profile will never be evaluated because the permit-all is executed
first. Set the first profile default action to none and if no match conditions are met in the first
profile, then the second profile will be evaluated. If the default action of the last profile is none
and no explicit match is found, then the default deny-all takes effect.
description
Syntax description description-string
no description
Context config>system>security>profile user-profile-name>entry entry-id
Description This command creates a text description stored in the configuration file for a configuration context.
The description command associates a text string with a configuration context to help identify the
context in the configuration file.
The no form of the command removes the string from the context.
Default No description is configured.
Parameters string — The description character string. Allowed values are any string up to 80 characters long
composed of printable, 7-bit ASCII characters. If the string contains special characters (#, $,
spaces, etc.), the entire string must be enclosed within double quotes.