Wednesday, February 26

IOS Hardware


Configure IOS Hardware transcoding resources in order to meet following Requirements.

1) Site B IP phones should be able to call ICD Route point number 2400 using    G729 codec.
2) HQ and Site B IP phones should be able to call Cisco Unity Express       
     voicemail pilot using G729 codec.


On HQ Router



Check SCCP configuration.
R1#sh runn | b sccp
sccp local FastEthernet0/0.102
sccp ccm 142.100.64.11 identifier 2 priority 2 version 7.0
sccp ccm 142.100.64.12 identifier 1 priority 1 version 7.0
sccp
!
sccp ccm group 1
bind interface FastEthernet0/0.102
associate ccm 1 priority 1
associate ccm 2 priority 2
associate profile 3 register hq-cfb
associate profile 2 register hq-mtp
!
dspfarm profile 3 conference
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec g729r8
codec g729br8
maximum sessions 2
associate application SCCP
!
dspfarm profile 2 mtp
codec g729r8
codec pass-through
rsvp
maximum sessions software 4
associate application SCCP
Configure transcoding resources.
R1(config)#dspfarm profile 1 transcode
R1(config-dspfarm-profile)#codec g711ulaw
R1(config-dspfarm-profile)#codec g729r8
R1(config-dspfarm-profile)#maximum sessions 7
R1(config-dspfarm-profile)#associate application SCCP
R1(config-dspfarm-profile)#no shutdown
Register transcoder resources in SCCP CCM group.
R1(config)#sccp ccm group 1
R1(config-sccp-ccm)#associate profile 1 register hq-xcoder

Now we need to Check configuration.

R1#show dspfarm profile
Dspfarm Profile Configuration
Profile ID = 1, Service = TRANSCODING, Resource ID = 1
Profile Description :
Profile Service Mode : Non Secure
Profile Admin State : UP
Profile Operation State : ACTIVE IN PROGRESS
Application : SCCP Status : ASSOCIATION IN PROGRESS
Resource Provider : FLEX_DSPRM Status : UP
Number of Resource Configured : 7
Number of Resource Available : 7
Codec Configuration
Codec : g711ulaw, Maximum Packetization Period : 30
Codec : g711alaw, Maximum Packetization Period : 30
Codec : g729ar8, Maximum Packetization Period : 60
Codec : g729abr8, Maximum Packetization Period : 60
Codec : g729r8, Maximum Packetization Period : 60
On Site C Router

Now we need to check the  SCCP configuration.

R3#sh runn | b sccp
sccp local Vlan502
sccp ccm 142.100.64.11 identifier 2 priority 2 version 7.0
sccp ccm 142.100.64.12 identifier 1 priority 1 version 7.0
sccp
!
sccp ccm group 1
bind interface Vlan502
associate ccm 1 priority 1
associate ccm 2 priority 2
associate profile 2 register sc-mtp
!
dspfarm profile 2 mtp
codec g729r8
codec pass-through
rsvp
maximum sessions software 4
associate application SCCP

Configure transcoding resources.

R3(config)#dspfarm profile 1 transcode
R3(config-dspfarm-profile)#codec g711ulaw
R3(config-dspfarm-profile)#codec g729r8
R3(config-dspfarm-profile)#maximum sessions 3
R3(config-dspfarm-profile)#associate application SCCP
R3(config-dspfarm-profile)#no shutdown

We have to configure 3 transcoding sessions here. The reason for this we have 3 CTI ports for the CUE (and they use G711ulaw) and they ask for CUE ports specifically.

Register transcoder resources in SCCP CCM group.

R1(config)#sccp ccm group 1
R1(config-sccp-ccm)#associate profile 1 register sc-xcoder

On CUCM side
Register the transcoders for HQ and Site C (Cisco Unified CM Administration→Media Re-sources→Transcoder).


HQ Transcoder


Site C Transcoder

Add the transcoders to HQ and Site C media resource groups (Cisco Unified CM Administration→Media Resources→ Media Resource Group).


IOS-HQ Media Resource Group



Site C Media Resource Group

Call to 2400 from Site B IP Phone and check on R1 if transcoder is used.

R1#sh sccp connections

sess_id conn_id stype mode codec sport rport ripaddr
33555467 33554592 xcode sendrecv g711u 19412 24576 142.100.64.14
33555467 33554591 xcode sendrecv g729ab 17226 24628 142.102.65.30
Total number of active session(s) 1, and connection(s) 2
Call to 2400 from Site C IP Phone and check on R1 if transcoder is used.

R1#sh sccp connections

sess_id conn_id stype mode codec sport rport ripaddr
33556435 33554446 xcode sendrecv g711u 16556 24576 142.100.64.14
33556435 33554445 xcode sendrecv g729ab 17290 24072 142.102.66.12
Total number of active session(s) 1, and connection(s) 2

No comments:

My CCIE#53599

My journey started in 2013 when I decided for a CCIE in voice. One never really knows what they are in for when starting down this r...