display user-group
Syntax
display user-group [ group-name ] [ | { begin | exclude | include } regular-expression ]
View
Any view
Default level
2: System level
Parameters
group-name: User group name, a case-insensitive string of 1 to 32 characters.
|: Filters command output by specifying a regular expression. For more information about regular expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Description
Use display user-group to display user group configuration. If you do not specify any user group name, the command displays information about all users groups.
Related commands: user-group.
Examples
# Display the configuration of user group abc.
<Sysname> display user-group abc The contents of user group abc: Authorization attributes: Idle-cut: 120(min) Work Directory: FLASH: Level: 1 Acl Number: 2000 Vlan ID: 1 User-Profile: 1 Password aging: Enabled (1 days) Password length: Enabled (4 characters) Password composition: Enabled (1 types, 1 characters per type) Total 1 user group(s) matched.
Table 4: Command output
Field | Description |
---|---|
Idle-cut | Idle timeout interval, in minutes. |
Work Directory | Directory that FTP/SFTP users in the group can access. |
Level | Local user level. |
ACL Number | Authorization ACL. |
VLAN ID | Authorized VLAN. |
Password aging | Aging time of the local user password. |
Password length | Minimum length of the local user password. |
Password composition | Password composition policy of the local users in the group. |