cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
11348
Views
30
Helpful
6
Replies

DSP usage

Alan Couto
Level 1
Level 1

Hello friends,

Do anyone know if we have any command to see the quantity or if possible percent of the DSP usage at a CME router? Like the quantity of dsp resource available...

Thanks,

Alan

2 Accepted Solutions

Accepted Solutions

Alan,

I wrote a document on understanding the output of this command..Have a look here..you will understand whats going on

https://supportforums.cisco.com/docs/DOC-29151

DSPs are designed based on provisioned credits. Each dsp is equipped with a certain amount of credits based on the type os DSP it is. These credits in combination with the dsp complexity determine the amount of channels a dsp can support.

Each media operation, such as voice termination, transcoding, and so forth, is assigned a cost in terms of credits. As DSP resources are allocated for a media processing function, its cost value is subtracted from the available credits. A DSP module runs out of capacity when the available credits run out and are no longer sufficient for the requested operation.

You can read more from this document to get a fulle picture

https://supportforums.cisco.com/docs/DOC-29164

Please rate all useful posts

"opportunity is a haughty goddess who waste no time with those who are unprepared"

Please rate all useful posts

View solution in original post

6 Replies 6

Jaime Valencia
Cisco Employee
Cisco Employee

You can issue

sh voice dsp group all

And see the usage of each DSP

HTH

java

if this helps, please rate

www.cisco.com/go/pdihelpdesk

HTH

java

if this helps, please rate

Hello Java, thank you for replying...

At this moment I have one call running and making xcode to G723..

Can you please help me to understand this log? My router has a PVDM3-256 and I can't see how many I still have available or how many is in use...

It seems that the line with major changes is this one:

Ch01: voice port: 0/0/2, codec: g711ulaw, credits allocated: 15

But show me credits, not channels..

see below

CME_ISRG2#sh voice dsp group all

DSP groups on slot 0:

dsp 1:

  State: UP, firmware: 26.3.4

  Max signal/voice channel: 43/43

  Max credits: 645

  num_of_sig_chnls_allocated: 13

  Transcoding channels allocated: 4

  Group: FLEX_GROUP_VOICE, complexity: FLEX

    Shared credits: 501, reserved credits: 0

    Signaling channels allocated: 4

    Voice channels allocated: 1

    Credits used (rounded-up): 15

    Voice channels:

      Ch01: voice port: 0/0/2, codec: g711ulaw, credits allocated: 15

  Group: FLEX_GROUP_XCODE, complexity: HIGH

    Shared credits: 0, reserved credits: 129

    Transcoding channels allocated: 1

    Credits used (rounded-up): 33

  Slot: 0

  Device idx: 0

  PVDM Slot: 0

  Dsp Type: SP2600

dsp 2:

  State: UP, firmware: 26.3.4

  Max signal/voice channel: 43/43

  Max credits: 645

  num_of_sig_chnls_allocated: 0

  Transcoding channels allocated: 0

  Group: FLEX_GROUP_VOICE, complexity: FLEX

    Shared credits: 645, reserved credits: 0

    Signaling channels allocated: 0

    Voice channels allocated: 0

    Credits used (rounded-up): 0

  Slot: 0

  Device idx: 0

  PVDM Slot: 0

  Dsp Type: SP2600

dsp 3:

  State: UP, firmware: 26.3.4

  Max signal/voice channel: 42/43

  Max credits: 645

  num_of_sig_chnls_allocated: 0

  Transcoding channels allocated: 0

  Group: FLEX_GROUP_VOICE, complexity: FLEX

    Shared credits: 645, reserved credits: 0

    Signaling channels allocated: 0

    Voice channels allocated: 0

    Credits used (rounded-up): 0

  Slot: 0

  Device idx: 0

  PVDM Slot: 0

  Dsp Type: SP2600

dsp 4:

  State: UP, firmware: 26.3.4

  Max signal/voice channel: 43/43

  Max credits: 645

  num_of_sig_chnls_allocated: 0

  Transcoding channels allocated: 0

  Group: FLEX_GROUP_VOICE, complexity: FLEX

    Shared credits: 645, reserved credits: 0

    Signaling channels allocated: 0

    Voice channels allocated: 0

    Credits used (rounded-up): 0

  Slot: 0

  Device idx: 1

  PVDM Slot: 0

  Dsp Type: SP2600

dsp 5:

  State: UP, firmware: 26.3.4

  Max signal/voice channel: 43/43

  Max credits: 645

  num_of_sig_chnls_allocated: 0

  Transcoding channels allocated: 0

  Group: FLEX_GROUP_VOICE, complexity: FLEX

    Shared credits: 645, reserved credits: 0

    Signaling channels allocated: 0

    Voice channels allocated: 0

    Credits used (rounded-up): 0

  Slot: 0

  Device idx: 1

  PVDM Slot: 0

  Dsp Type: SP2600

dsp 6:

  State: UP, firmware: 26.3.4

  Max signal/voice channel: 42/43

  Max credits: 645

  num_of_sig_chnls_allocated: 0

  Transcoding channels allocated: 0

  Group: FLEX_GROUP_VOICE, complexity: FLEX

    Shared credits: 645, reserved credits: 0

    Signaling channels allocated: 0

    Voice channels allocated: 0

    Credits used (rounded-up): 0

  Slot: 0

  Device idx: 1

  PVDM Slot: 0

  Dsp Type: SP2600

DSP groups on slot 1:

This command is not applicable to slot 1

  0 DSP resource allocation failure

Java?

Alan,

I wrote a document on understanding the output of this command..Have a look here..you will understand whats going on

https://supportforums.cisco.com/docs/DOC-29151

DSPs are designed based on provisioned credits. Each dsp is equipped with a certain amount of credits based on the type os DSP it is. These credits in combination with the dsp complexity determine the amount of channels a dsp can support.

Each media operation, such as voice termination, transcoding, and so forth, is assigned a cost in terms of credits. As DSP resources are allocated for a media processing function, its cost value is subtracted from the available credits. A DSP module runs out of capacity when the available credits run out and are no longer sufficient for the requested operation.

You can read more from this document to get a fulle picture

https://supportforums.cisco.com/docs/DOC-29164

Please rate all useful posts

"opportunity is a haughty goddess who waste no time with those who are unprepared"

Please rate all useful posts

Alan Couto
Level 1
Level 1

Hey guys,

Thanks for the update... very useful commands and documments.

Thanks!

Alan.