display user-group

Function

The display user-group command displays the information about the specified user group or all user groups.

This command is supported only on the NetEngine 8000 F1A.

Format

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

Parameters

Parameter Description Value
group-name

Specifies the user group to be displayed.

The value is a string of 1 to 32 characters.

verbose

Displays verbose information.

-

Views

All views

Default Level

1: Monitoring level

Task Name and Operations

Task Name Operations
aaa-access read

Usage Guidelines

To check information about user groups manually configured and dynamically created by a RADIUS server, run the display user-group command.

If the parameter group-name is not specified, information about all user groups is displayed. If group-name followed by verbose is specified in the command, detailed information about the user group is displayed, such as the index, user group name, and user reference count.

Example

The actual command output varies according to the device. The command output here is only an example.

# Display detailed information about the user group group2.
<HUAWEI> display user-group group2 verbose
-------------------------------------------------------------------------
  Index                    :1
  Name                    : group2
  Type                    :dynamic
  Service-policy number      :2
                          1)
                          name       :baidu
                          level      :1
                          direction  :both
                          inaddnat   :no
                          outaddnat  :no
                          2)
                          name    :youku
                          level     :2
                          direction  :outbound
                          inaddnat   :yes
                          outaddnat  :no
  Domain user group name   :--
  Used user num           :1
  Index                    :0
  Name                    : group1
  Type                     :local
  Used user num             :0
  -------------------------------------------------------------------------
Total 1: local 0, remote 0, dynamic 1, combined 0, 1 printed
# Display information about all user groups.
<HUAWEI> display user-group
  -------------------------------------------------------------------------
  Index    User group name                  Type
  -------------------------------------------------------------------------
  0        group1                          local
  1        group2                          remote
  -------------------------------------------------------------------------
  Total 2: local 1, remote 1,dynamic 0, combined 0,2 printed
Table 1 Description of the display user-group command output
Item Description
Index

Index of the user group.

Name

Name of the user group.

Name

Name of an EDSG user group.

Type

Type of the user group.

  • local: local is displayed for a user group configured using a command.
  • remote: remote is displayed for a user group created by the RADIUS server.
  • combined: if user-group is specified in the classifier behavior command for a traffic policy, a user group to which this policy is applied is displayed as combined.
Service-policy number

Number of EDSG user groups, with the value ranging from 1 to 7.

level

Level of the EDSG services after they are mapped.

direction

Application direction of EDSG services, including inbound, outbound, and both. The default application direction is both.

inaddnat

Whether upstream EDSG service traffic is configured with NAT:

  • yes: Upstream EDSG service traffic is configured with NAT.
  • no: Upstream EDSG service traffic is not configured with NAT.
outaddnat

Whether downstream EDSG service traffic is configured with NAT:

  • yes: Downstream EDSG service traffic is configured with NAT.
  • no: Downstream EDSG service traffic is not configured with NAT.
Domain user group name

Name of the user group bound to the user domain.

Used user num

Number of users using the user group.

Total

Total number of user groups.

local

Number of user groups manually configured.

remote

Number of user groups dynamically created by a RADIUS server.

dynamic

Number of user groups dynamically created by a RADIUS server.

User group name

Name of the user group.

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