Which two steps do you need to take in order to add support for this codec?

You need to add transcoding support for g711alaw between two different sites. The current configuration is as follows:
dspfarm profile 1 transcode codec g711ulaw codec g729ar8 codec g729abr8
codec g729br8 codec g729r8 maximum sessions 4 associate application SCCP
Which two steps do you need to take in order to add support for this codec? (Choose two)
A. Add the command codec g711alaw and issue the no shutdown command.
B. Issue the command no associate application SCCP
C. Disassociate the profile under the CCM group.
D. Issue the command shutdown under the dspfarm profile.
E. Add the command codec g711alaw and issue the command no sccp followed by the command sccp.

cisco-exams

5 thoughts on “Which two steps do you need to take in order to add support for this codec?

  1. A, D

    cube#sh dspfarm profile
    Dspfarm Profile Configuration

    Profile ID = 2, Service = TRANSCODING, Resource ID = 1
    Profile Description :
    Profile Service Mode : Non Secure
    Profile Admin State : UP
    Profile Operation State : RESOURCE ALLOCATED
    Application : SCCP Status : NOT ASSOCIATED
    Resource Provider : FLEX_DSPRM Status : UP
    Number of Resource Configured : 5
    Number of Resource Available : 5
    Codec Configuration: num_of_codecs:4
    Codec : g729r8, Maximum Packetization Period : 60
    Codec : g711ulaw, Maximum Packetization Period : 30
    Codec : g729ar8, Maximum Packetization Period : 60
    Codec : g729abr8, Maximum Packetization Period : 60
    cube#
    cube#
    cube#
    cube#conf t
    cube(config)#dspfarm profile 2 transcode
    cube(config-dspfarm-profile)#shu

    Disabling profile will disconnect active TRANSCODING calls,
    do you want to continue ? [yes/no]yes
    cube(config-dspfarm-profile)#codec g711alaw
    cube(config-dspfarm-profile)#no shu
    cube(config-dspfarm-profile)#end
    cube#
    cube#
    cube#sh dspfarm profile
    Dspfarm Profile Configuration

    Profile ID = 2, Service = TRANSCODING, Resource ID = 1
    Profile Description :
    Profile Service Mode : Non Secure
    Profile Admin State : UP
    Profile Operation State : RESOURCE ALLOCATED
    Application : SCCP Status : NOT ASSOCIATED
    Resource Provider : FLEX_DSPRM Status : UP
    Number of Resource Configured : 5
    Number of Resource Available : 5
    Codec Configuration: num_of_codecs:5
    Codec : g711alaw, Maximum Packetization Period : 30
    Codec : g729r8, Maximum Packetization Period : 60
    Codec : g711ulaw, Maximum Packetization Period : 30
    Codec : g729ar8, Maximum Packetization Period : 60
    Codec : g729abr8, Maximum Packetization Period : 60
    cube#

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.