Display DSP Information(DSP DSPINFO)

Function

An OM command that queries the information of the DSP, including the chip type, software version, and running status.

Note

1. If the optional parameters Slot No. and DSP No. are not specified, the information of all the DSPs in the specified subrack is queried.

2. If the optional parameter Slot No. is specified and DSP No. is not specified, the information of all DSPs in the specified slot is queried.

3. The specified DSP should be configured and functional. In addition, the board and the subrack holding that DSP 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 information of destination signaling points of all the boards in the specified subrack is queried.

Default value: None

DSPN DSP No.

Meaning: destination signaling point number

Value range: 0-21

Explanation:

1. The subrack number, slot number, and DSP number uniquely identify a destination signaling point.

2. DSP number is an optional parameter. If not specified, the information of all the destination signaling points of the specified board is queried.

Default value: None

Example

1. Query all DSPs in slot 8 of subrack 0:
DSP DSPINFO: SRN=0, SN=8;
The result is as follows:
MML% DSP DSPINFO:SRN=0,SN=8;
+++    HUAWEI        2008-06-20 01:39:26
O&M    #407
%%DSP DSPINFO: SRN=0, SN=8;%%
RETCODE = 0  Operation succeeded

Display DSP Information
-----------------------
Subrack No.  Slot No.  DSP No.  Chip Type    Software Version  Run Status

0            8         0        TMS320C6415  20090425C12SP09   Idle      
0            8         1        TMS320C6415  20090425C12SP09   Idle      
0            8         2        TMS320C6415  20090425C12SP09   Idle      
0            8         3        TMS320C6415  20090425C12SP09   Idle      
0            8         4        TMS320C6415  20090425C12SP09   Idle      
0            8         5        TMS320C6415  20090425C12SP09   Idle      
0            8         6        TMS320C6415  20090425C12SP09   Idle      
0            8         7        TMS320C6415  20090425C12SP09   Idle      
0            8         8        TMS320C6415  20090425C12SP09   Idle      
0            8         9        TMS320C6415  20090425C12SP09   Idle      
0            8         10       TMS320C6415  20090425C12SP09   Idle      
0            8         11       TMS320C6415  20090425C12SP09   Idle      
0            8         12       TMS320C6415  20090425C12SP09   Idle      
0            8         13       TMS320C6415  20090425C12SP09   Idle      
0            8         14       TMS320C6415  20090425C12SP09   Idle      
0            8         15       TMS320C6415  20090425C12SP09   Idle      
0            8         16       TMS320C6415  20090425C12SP09   Idle      
0            8         17       TMS320C6415  20090425C12SP09   Idle      
0            8         18       TMS320C6415  20090425C12SP09   Idle      
0            8         19       TMS320C6415  20090425C12SP09   Idle      
0            8         20       TMS320C6415  20090425C12SP09   Idle      
0            8         21       TMS320C6415  20090425C12SP09   Idle      
(Number of results = 22)


---    END

2. Query DSP 0 in slot 8 of subrack 0:
DSP DSPINFO: SRN=0, SN=8, DSPN=0;
The result is as follows:
MML% DSP DSPINFO:SRN=0,SN=8,DSPN=0;
+++    HUAWEI        2008-06-20 01:40:40
O&M    #453
%%DSP DSPINFO: SRN=0, SN=8, DSPN=0;%%
RETCODE = 0  Operation succeeded

Display DSP Information
-----------------------
Subrack No.  Slot No.  DSP No.  Chip Type    Software Version  Run Status

0            8         0        TMS320C6415  20090425C12SP09   Idle      
(Number of results = 1)


---    END
3. Query DSP 0 in slot 8 of subrack 0 (The DSP fails to be load and a failure message is displayed):
DSP DSPINFO SRN=0, SN=8, DSPN=0;
The result is as follows:
MML% DSP DSPINFO:SRN=0,SN=8,DSPN=0;
+++    HUAWEI        2007-12-19 22:31:30
O&M    #4490
%%DSP DSPINFO: SRN=0, SN=8, DSPN=0;%%
RETCODE = 1074266135  Object State Is Fault(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.

DSP No.

Number of the DSP where the board is located.

Chip Type

DSP chip type.

Software Version

Software version run by the DSP.

Run Status

DSP running status, including Idle, Normal, and Busy.

Related reference
Display DSP Status(DSP DSPSTAT)
Display DSP Service Status(DSP DSPSVRSTAT)
Display DSP Usage(DSP DSPUSAGE)

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