cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
547
Views
0
Helpful
2
Replies

Cisco 1721 with Sipura SPA-2000

Hi,

Current IOS Image Name: c1700-ipbase-mz.123-6f.bin

IOS Version: 12.3(6f)

Can anyone post a working sample cfg for Cisco 1721 to work with Sipura SPA-2000?

2 Replies 2

spremkumar
Level 9
Level 9

hi

Are you going to interface this box in the local lan switch and assign an IP Address , Gateway to the box ??

If thts the case then u can go ahead in doing normal config to ur router.

But do revert more about the ip scheme u have in place at present or u hve worked out for ur setup.

Also more details about your external connectivity to the outside world...

regds

Hello,

in addition to Edwin´s post, you probably have to configure some sort of QoS for the voice calls. Judging from the Sipura SPA-2000 data sheet, it looks like SIP and RTP are being used by the box. A QoS could look like this:

class-map match-all VoIP_SIPURA

match access-group name VOICE

!

policy-map SET_VOIP_DSCP

class VoIP_SIPURA

set dscp cs5

!

interface FastEthernet0/0

service-policy input SET_VOIP_DSCP

!

ip access-list extended VOICE

permit tcp any any eq 5060

permit udp any any eq range 16384 32767

Regards,

GP