01-12-2006 10:51 PM - edited 03-03-2019 11:26 AM
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?
01-12-2006 11:32 PM
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
01-13-2006 12:23 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide