< Home

display user-manage security-group

Function

The display user-manage security-group command displays information about a security group.

Format

display user-manage security-group [ verbose ] [ security-group-name ]

Parameters

Parameter Description Value
verbose Displays detailed information about a security group. If this parameter is not specified, brief information about the security group is displayed. -
security-group-name Specifies the name of a security group. If parameter security-group-name is not specified, the system displays information about all security groups. The value must be the name of an existing security group.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

None

Example

# Display brief information about a security group.

<sysname> display user-manage security-group
Current Total Number: 4                       
Security-group Name             Security-group Type                             
--------------------------------------------------------------------------------
bbb                             Static
test                            Static
aaa                             Static
a                               Dynamic
--------------------------------------------------------------------------------

# Display detailed information about a static security group in test.

<sysname> display user-manage security-group verbose test
Current Total Number: 1                        
--------------------------------------------------------------------------------
  Security-group Name      : test              
  Description              : PL                
  Parent Security-group    : bbb               
  Security-group Source    : Created By Manager
  Multi-IP Login           : Enabled
  Security-group Type      : Static
  Vsys                     : public 
--------------------------------------------------------------------------------

# Display detailed information about a dynamic security group in 16.

<sysname> display user-manage security-group verbose 16
Current Total Number: 1                        
--------------------------------------------------------------------------------
  Security-group Name      : 16             
  Description              : ADMIN             
  Parent Security-group    : test 
                             bbb   
  Security-group Source    : Created By Manager
  Security-group Type      : Dynamic           
  Multi-IP Login           : Enabled
  Filtering Condition      : (ou=info) 
  Vsys                     : public 
--------------------------------------------------------------------------------
Table 1 Description of the display user-manage security-group verbose command output

Item

Description

Current Total Number

Number of current security groups

Security-group Name

Name of a security group

Security-group Type

Type of a security group:
  • Static: indicates a static security group
  • Dynamic: indicates a dynamic security group

Description

Description of a security group

You can view information only by running the description (security group view) command.

Parent Security-group

Name of the parent security group of a security group

Security-group Source

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

Multi-IP Login

Whether a user in the security group is allowed to log in from multiple IP addresses. The value can be:
  • Enabled
  • Disabled

Filtering Condition

Filtering condition of a dynamic security group

The field is displayed only when Security-group Type is Dynamic.

Vsys

Name of the virtual system to which the security group belongs

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