< Home

display easy-operation group

Function

The display easy-operation group command displays group information on the Commander.

Format

display easy-operation group [ build-in [ device-type ] | custom [ group-name ] ]

Parameters

Parameter Description Value
build-in Displays built-in group information.

If the device type is not specified, information about all built-in groups is displayed.

-
device-type Specifies a device type. The value is an enumerated type and case-insensitive, including:
  • S12700
  • S12700E
  • S2720-EI
  • S2750-EI
  • S5700-10P-LI
  • S5700-EI
  • S5700-HI
  • S5700-P-LI
  • S5700-SI
  • S5700-TP-LI
  • S5700-X-LI
  • S5700S-LI
  • S5700S-P-LI
  • S5700S-X-LI
  • S5710-EI
  • S5710-HI
  • S5710-X-LI
  • S5720-EI
  • S5720-HI
  • S5720-LI
  • S5720-SI,
  • S5720S-LI
  • S5730-HI
  • S5730-SI
  • S5730S-EI
  • S5731-H
  • S5731-S
  • S5731S-H
  • S5731S-S
  • S5732-H
  • S5735-L
  • S5735S-L
  • S5735S-L-M
  • S5735-S
  • S5735S-S
  • S5735-S-I
  • S600-E
  • S6700-EI
  • S6720-EI
  • S6720-HI
  • S6720-LI
  • S6720-SI
  • S6720S-LI
  • S6720S-SI
  • S6730-H
  • S6730-S
  • S6730S-H
  • S6730S-S
  • S7700
  • S9700
custom Displays customized group information.

If the group name is not specified, information about all customized groups is displayed.

-
group-name Specifies the name of a customized group. The value is a string of 1 to 31 case-sensitive characters without spaces. The character string must start with a letter.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

This command displays information about groups on the Commander.

If the build-in or custom parameter is not specified, brief information about all groups on the Commander is displayed.

Example

# Display brief information about all groups on the Commander.

<HUAWEI> display easy-operation group
The total number of group configured is : 6                                    
The number of build-in group is         : 2                                     
The number of custom group is           : 4                                    
                                                                                
-------------------------------------------------------                         
 Groupname                       Type     MatchType                             
-------------------------------------------------------                         
 AAA                             custom   ip-address                            
 F1                              custom   ip-address                            
 S5720-HI
                        build-in device-type                           
 test                            custom   mac-address                           
 test1                           custom   ip-address                            
-------------------------------------------------------                         

# Display information about built-in groups.

<HUAWEI> display easy-operation group build-in
---------------------------------------------------------------------------     
 Group name                : S5720-HI

 Configuration file        : vrpcfg.zip                                       
 System-software file      : S5720-HI
.cc                                            
 Patch file                : -                                                  
 WEB file                  : -                                                  
 License file              : -                                                  
 Customs file 1            : -                                                  
 Customs file 2            : -                                                  
 Customs file 3            : -                                                  
 Activating file time      : Immediately                                        
 Activating file method    : Default                                            
---------------------------------------------------------------------------     

# Display information about the customized group AAA.

<HUAWEI> display easy-operation group custom AAA
---------------------------------------------------------------------------     
 Group name                : AAA                                                
 Configuration file        : -                                                  
 System-software file      : -                                                  
 Patch file                : -                                                  
 WEB file                  : -                                                  
 License file              : -                                                  
 Customs file 1            : header.txt                                          
 Customs file 2            : -                                                  
 Customs file 3            : -                                                  
 Activating file time      : Immediately                                        
 Activating file method    : Default                                            
 Ip-address list           :                                                    
  Ip-address        Ip-mask                                                     
  192.168.150.110   255.255.255.0                                             
  192.168.150.111   255.255.255.0                                             
  192.168.150.112   255.255.255.0                                             
  192.168.150.113   255.255.255.0                                             
  192.168.150.114   255.255.255.0                                             
  192.168.150.115   255.255.255.0                                             
---------------------------------------------------------------------------     
Table 1 Description of the display easy-operation group command output
Item
Description
Groupname Group name.
Type Group type: build-in or custom.
MatchType Match type of the group.

The match type of a built-in group is configured using the group build-in command.

The match type of a customized group is configured using the group custom command.

Configuration file System software to be downloaded by the clients matching the group. If no system software is specified, this field displays a hyphen (-).

It can be configured using the configuration-file command.

System-software file Configuration file to be downloaded by the clients matching the group. If no configuration file is specified, this field displays a hyphen (-).

It can be configured using the system-software command.

Patch file Patch file to be downloaded by the clients matching the group. If no patch file is specified, this field displays a hyphen (-).

It can be configured using the patch command.

WEB file Web page file to be downloaded by the clients matching the group. If no web page file is specified, this field displays a hyphen (-).

It can be configured using the web-file command.

License file License file to be downloaded by the clients matching the group. If no license file is specified, this field displays a hyphen (-).

It can be configured using the license command.

Customs file 1 First user-defined file to be downloaded by the clients matching the group. If no first user-defined file is specified, this field displays a hyphen (-).

It can be configured using the custom-file command.

Customs file 2 Second user-defined file to be downloaded by the clients matching the group. If no second user-defined file is specified, this field displays a hyphen (-).

It can be configured using the custom-file command.

Customs file 3 Third user-defined file to be downloaded by the clients matching the group. If no third user-defined file is specified, this field displays a hyphen (-).

It can be configured using the custom-file command.

Activating file time File activation time used by the clients matching the group. If default file activation time is used, this field displays Immediately.

It can be configured using the activate-file command.

Activating file method File activation mode used by the clients matching the group. If default mode is used, this field displays Default.

It can be configured using the activate-file command.

Ip-address list Clients match the group based on IP addresses, and all matching IP addresses are displayed.
  • If clients match the group based on ESNs, ESN list is displayed.

  • If clients match the group based on MAC addresses, Match mac-address list is displayed.

  • If clients match the group based on models, Product model is displayed.

  • If clients match the group based on types, Device type is displayed.

The matching rule can be configured using the match command.

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