< Home

display user-manage user

Function

The display user-manage user command displays the user information.

Format

display user-manage user [ verbose ] [ name user-name | alias alias-name | bind [ ipv4 ipv4-address ] [ mac mac-address ] ]

Parameters

Parameter Description Value
user [ name user-name | alias alias-name ] Displays information about the user whose login name (user-name) or display name (alias-name) is specified. If name user-name or alias alias-name is not specified, the system displays information about all users. The value must be an existing login name or display name of a user.
bind [ ipv4 ipv4-address ] [ mac mac-address ] Displays information about the user who binds the specified IPv4 address or MAC address. If no IPv4 or MAC address is specified, users bound to all IP or MAC addresses will be displayed. -
verbose Displays detailed information about a user. If the parameter is not specified, brief information about the user is displayed. -

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

None

Example

# Display brief information about the users.

<sysname> display user-manage user
Current total number: 3  
User Name            State                Vsys 
--------------------------------------------------------------------------------
test                 Active               public  
test2                Active               public  
test3                Active               public
--------------------------------------------------------------------------------

# Display details about user test.

<sysname> display user-manage user verbose name test
Current total number: 1  
--------------------------------------------------------------------------------
  User Name             : test  
  Alias                 : ff@ZZZ 
  Password Config       : Yes
  Password              : %$%$*IY:W+2rqYy</%!f<Lw*tqh_%$%$
  Description           : research team
  Parent Group          : /default/group1
  Parent Security-group : aaa
                          bbbb
  Bind Mode             : Bidirectional
  Bind IP/MAC           : 10.1.1.1
  State                 : Active 
  Expiration Time       : 2012/12/31
  Multi-IP Login        : Enabled
  User Type             : Created By Manager
  Vsys                  : public
--------------------------------------------------------------------------------
Table 1 Description of the display user-manage user verbose command output

Item

Description

Current total number

Number of current users

User Name

Login name of a user

Alias

Display name of a user

You can view the information only by running the alias command in the local user view.

Password Config

Whether to enable local authentication:

  • Yes
  • No

Password

Local password of a user

You can view the information only when parameter Password Config is set to Yes.

Description

Description of the user.

You can view the information only by running the description command in the local user view.

Parent Group

Name of the parent group of a user (with the group path)

Parent Security-group

Name of the parent security group of a user

You can view the information only by running the parent-security-group command in the local user view.

Bind Mode

Binding mode between the user and the IP/MAC address:
  • Bidirectional
  • Unidirectional

Bind IP/MAC

IP or MAC address bound to a user

You can view the information only by running the bind command.

State

Status of a user:
  • Active: The user is in active state.
  • Block: The user is in inactive state.
  • Locked: The user is in active state but is locked out.
  • Expired: The user account has expired.

Expiration Time

Time when the user account expires:

  • Unlimited: The user account is always valid.
  • Specific time (such as 2012/12/31): The user account will expire at the specified time.

Multi-IP Login

Multi-IP address login:
  • Enabled
  • Disabled

User Type

Method of creating a user:
  • Created By Manager: The user is created by the administrator.
  • Imported By CSV: The user is imported from a CSV file.
  • Imported By Server: The user is imported from an authentication server.

Vsys

Name of a virtual system to which the user belongs

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >