| Parameter | Description | Value |
|---|---|---|
| group-name | Specifies the group name. The group name must begin with a slash (/). | The value is a string of case-insensitive characters. If the group name does not contain any space, its length ranges from 2 to 225. If the group name contains spaces, its length ranges from 4 to 227, and you must enclose the name with double quotation marks ("), for example, "/default/group for test". The name cannot start or end with any spaces. |
| role | Display the role that the group belongs to. | - |
# Display the detailed information about the group.
<sysname> system-view
[sysname] v-gateway gateway
[sysname-gateway] vpndb
[sysname-gateway-vpndb] display group /default/marketing
VG Group: /marketing Information
------------------------------------------
Group Name: /default/marketing
Group Index: 0
Belong to VG: gateway
GID: 65534
Binding Address Pool:
------------------------------------------
----End
Item |
Description |
|---|---|
Group Name |
Group name. |
Belong to VG |
The virtual gateway this group belong to. |
Group Index |
Group index. |
GID |
Group ID. |
Binding Address Pool |
The virtual IP address pool of network expansion this group bind. |
# Display the group list.
[sysname-gateway-vpndb] display group
VG Group List
-------------
No. GroupIndex GroupName
------------------------------------------------------------------------------
1 0 /default/marketing
2 1 /default/research
3 2 /default/finance
------------------------------------------------------------------------------
----End