Security Commands 1058A value greater than 0 specifies the minimum number of character class testsa password must contain. A value of 0 disables checking that the passwordcontains characters from the requisite number of character classes. Minimumcharacter class checking validates passwords that contain at lease onecharacter matching a character class. If minimum character class checking isenabled, a password must contain at least one character from a minimumnumber of character classes to be valid.Even if the minimum character class checking is disabled, passwordscontaining characters from a class must still meet the specific minimumstrength limit for the matching class. If the password only contains charactersfrom non-configured character classes, the password is considered valid.If the maximum consecutive characters or maximum repeated characterslimits are configured, passwords must pass these tests regardless of theminimum character class checking setting.Exampleconsole(config)#passwords strength minimum character-classes 4passwords strength exclude-keywordUse this command to exclude the keyword while configuring the password.The password does not accept the keyword in any form (inbetween the string,case insensitive and reverse) as a substring. You can configure up to amaximum of three keywords. Use the no form of this command to reset therestriction for a given string or all the strings configured.Syntaxpasswords strength exclude–keyword stringno passwords strength exclude–keyword [ string ]Default ConfigurationThis command has no default configuration.Command ModeGlobal Configuration