| 参数 | 参数说明 | 取值 |
|---|---|---|
| client-id | 显示指定Client ID的Client的详细信息。 | 整数形式。取值由Commander上可以支持的Client数量决定,取值范围是1~255。 |
| mac-address mac-address | 显示匹配指定MAC地址的Client的详细信息。 | 格式为H-H-H。 |
| esn esn | 显示匹配指定ESN序列号的Client的详细信息。 | 字符串格式,不区分大小写,不支持空格,长度范围是10~32。 |
| verbose | 显示所有Client的详细信息。 | - |
通过此命令查看到的是Commander从Client动态获取到的Client信息。包括:主机名、MAC地址、ESN、IP地址、设备类型以及Client上当前加载的文件信息。
如果通过此命令查看到Client的状态为UNKNOWN时,此时显示的MAC地址和ESN是用户配置的值。其他非UNKNOWN状态,都显示的是动态获取的值。如果需要修改非UNKNOWN状态Client的配置以重新匹配设备,则需要执行undo client client-id 命令先删除此Client表项。
如果不指定任何参数,则显示的是Client信息库中动态获取的简要信息。
# 显示Client信息库的简要信息。
<HUAWEI> display easy-operation client
The total number of client is : 4
-------------------------------------------------------------------------------
ID Mac address ESN IP address State
-------------------------------------------------------------------------------
1 0025-9EF4-ABCD 2102113089P0BA000390 192.168.150.208 RUNNING
2 0000-C102-0701 - - INITIAL
3 - 210235182810C3001041 192.168.150.210 INITIAL
4 0018-1111-2123 2102352763107C800132 192.168.150.122 RUNNING
-------------------------------------------------------------------------------
# 显示MAC地址为0018-1111-2123的Client的详细信息。
<HUAWEI> display easy-operation client mac-address 0018-1111-2123 --------------------------------------------------------------------------- Client ID : 4 Host name : HUAWEI Mac address : 0018-1111-2123 ESN : 2102352763107C800132 IP address : 192.168.150.122 Model : S5728C-EI Device Type : S5700-EI System-software file : flash:/s5700-ei-v200r003c00.cc System-software version : V200R003C00 Configuration file : flash:/122.cfg Patch file : - WEB file : - License file : - System CPU usage : 6% System Memory usage : 55% Backup configuration file : - Backup result : - Last operation result : - Last operation time : 0000-00-00 00:00:00 State : RUNNING Aging time left (hours) : - ----------------------------------------------------------------------------
| 项目 | 描述 |
|---|---|
| ID/Client ID | Client ID。 |
| Host name | Client的主机名。 |
| Mac address | Client的MAC地址。 |
| ESN | Client的ESN序列号。 |
| IP address | Client的IP地址。 |
| State | Client的状态。
|
| Model | Client的设备型号。 |
| Device Type | Client的设备类型。 |
| System-software file | Client当前的系统软件名。 |
| System-software version | Client当前的系统版本号。 |
| Configuration file | Client当前的配置文件名。 |
| Patch file | Client当前的补丁文件名。 |
| WEB file | Client当前的Web网页文件名。 |
| License file | Client当前的License文件名。 |
| System CPU usage | Client的CPU使用率。 |
| System Memory usage | Client的内存使用率。 |
| Backup configuration file | Client的备份配置文件名。 |
| Last operation result | 上次操作的结果。 |
| Last operation time | 上次操作的时间。 |
| Backup result | 备份结果。 |
| Aging time left | 剩余的老化时间。 |