Display Sub-board Version Information(DSP SUBBRDVER)

Function

An OM command that queries the version information of a specified sub-board.

Note

1. This command is valid for only GEIUB, GEIUP, GEIUT, GEIUA, GOIUB, GOIUP, GOIUT, GOIUA, GXPUM, GXPUT, GDPUC, GDPUX, GDPUP, GFGUA, GFGUB, GFGUG, GOGUA, GOGUB, GEHUB, or GEPUG. Any attempt to run it for other boards fails.

2. If the optional parameters Slot No. and Subslot No. are not specified, the version information of all the sub-boards in the specified subrack is queried.

3. If the optional parameter Slot No. is specified and the SubSlot No. is not specified, the version information of all the sub-boards in the specified slot is queried.

4. The specified board should be configured and functional.

Parameters

ID Name Description
SRN Subrack No.

Meaning: subrack number

Value range: 0-11

Explanation: The subrack number uniquely identifies a subrack.

Default value: None

SN Slot No.

Meaning: slot number

Value range: 0-27

Explanation:

1. The subrack number and slot number uniquely identify a board.

2. The slot number is an optional parameter. If not specified, the version information of all the subboards in the subrack is queried.

Default value: None

SUBN SubSlot No.

Meaning: subslot number

Value range: 0-2

Explanation:

1. The subrack number, slot number, and subslot number are used to uniquely identify a subboard.

2. The subslot number is an optional parameter. If not specified, the version information of all the subboards of the specified board is queried.

Default value: None

Example

1. Query the version information of the sub-boards of XPUMs in slot 8 of subrack 0 (with the SubSlot No. not specified):
DSP SUBBRDVER: SRN=0, SN=8;
The result is as follows:
MML% DSP SUBBRDVER:SRN=0,SN=8;
+++    HUAWEI        2008-07-09 13:27:51
O&M    #334
%%DSP SUBBRDVER:SRN=0,SN=8;%%
RETCODE = 0  Operation succeeded

Display Sub-board Version Information
-------------------------------------
     Subrack No.  =  0
        Slot No.  =  8
     Subslot No.  =  0
Hardware Version  =  Subboard Version : (XPU_M) VER.A


     Subrack No.  =  0
        Slot No.  =  8
     Subslot No.  =  1
Hardware Version  =  Subboard Version : (XPU_S) VER.A

(Number of results = 2)


---    END

2. Query the version information of the sub-board of the XPUM in subslot 0 of slot 0 in subrack 0:
DSP SUBBRDVER: SRN=0, SN=0, SUBN=0;
The result is as follows:
MML% DSP SUBBRDVER:SRN=0,SN=0,SUBN=0;
+++    HUAWEI        2007-12-19 14:26:56
O&M    #15439
%%DSP SUBBRDVER:SRN=0,SN=0,SUBN=0;%%
RETCODE = 0  Operation succeeded

Display Sub-board Version Information
-------------------------------------
     Subrack No.  =  0
        Slot No.  =  0
     Subslot No.  =  0
Hardware Version  =  Subboard Version : (XPU_M) VER.A

(Number of results = 1)


---    END

3. Query the version information of the sub-board 1 of the GSCU in slot 6 of subrack 0:
DSP SUBBRDVER: SRN=0, SN=6, SUBN=1;
The result is as follows:
MML% DSP SUBBRDVER:SRN=0,SN=6,SUBN=1;
+++    HUAWEI        2007-12-19 14:27:56
O&M    #15452
%%DSP SUBBRDVER:SRN=0,SN=6,SUBN=1;%%
RETCODE = 1074266374  Table Object Not Exist(Execution of the command failed)


---    END

Output Description

Domain Name Description
Subrack No.

Number of the subrack where the board is located.

Slot No.

Number of the slot where the board is located.

Subslot No.

Number of the sub-board where the subslot is located.

Hardware Version

Hardware version of the board.


Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.