An OM command that queries the parameters "Command Group Name" and "Default Command Group" of a command group.
To query all the command groups, do not set any parameter.
To query a specified command group, set the parameter "Cmd group".
ID | Name | Description |
---|---|---|
CG | Cmd group | Meaning: command group Value range: G_0-G_31 Explanation: A command group acts as the minimum unit in allocating rights to operators, who are the objects of authority management. Default value: None |
Query the name of the command group G_0 and whether it is a default command group: LST CCGN: CG=G_0; The result is as follows: +++ HUAWEI 2007-10-29 04:04:01 O&M #10 %%LST CCGN: CG=G_0;%% RETCODE = 0 Execution succeeded Command Group Information ---------- Command Group Command Group Name Default Command Group G_0 LIST_SYSINFO Yes (Number of results = 1) Query the name of the command group G_24 and whether it is a default command group: LST CCGN: CG=G_24; The result is as follows: +++ BSC6000 2008-05-21 17:57:29 O&M #61827 %%LST CCGN: CG=G_24;%% RETCODE = 0 Operation succeeded Command group info ------------------ Command group Command group name Default G_24 BSC6000Test no (Number of results = 1) The preceding information shows that the name of G_0 is LIST_SYSINFO, indicating the function of the command in the command group. "Yes" indicates that this command group is a default command group. Commands cannot be added to or removed from this command group. If "No" is displayed, it indicates that this command group is not a default one. Commands can be added to or removed from this command group. Query the names of all the command groups and whether they are default command groups: LST CCGN:; The result is as follows: +++ HUAWEI 2007-10-29 04:04:10 O&M #11 %%LST CCGN:;%% RETCODE = 0 Execution succeeded Command Group Information ---------- Command Group Command Group Name Default Command Group G_0 System Information Query Yes G_1 System Information Management Yes G_2 Configuration Data Query Yes G_3 Common Data Configuration Yes G_4 Common Data Configuration Yes G_5 BTS Maintenance Query Yes G_6 BTS Basic Maintenance Yes G_7 BTS Advanced Maintenance Yes G_8 BTS Maintenance Query Yes G_9 BTS Basic Maintenance Yes G_10 BTS Advanced Maintenance Yes G_11 Alarm Query Yes G_12 Alarm Management Yes G_13 BSC Software Management Yes G_14 BOOTROM Management Yes G_15 License Management Yes G_16 Interface Tracing Yes G_17 Performance Management Yes G_18 Performance Query Yes G_19 Integrated Equipment Yes G_20 PS Query No G_21 General PS Maintenance No G_22 Advanced PS Maintenance No G_23 G_23 No G_24 G_24 No G_25 G_25 No G_26 G_26 No G_27 G_27 No G_28 G_28 No G_29 G_29 No G_30 G_30 No G_31 G_31 No (Number of results = 32) --- END
Domain Name | Description |
---|---|
Command Group | ID of the command group |
Command Group Name | Command group name (name indicating the group function) |
Default Command Group | Whether a command group is a default command group. If yes, the default command group cannot be modified. If no, the user-defined command group can be modified. |