06-29-2007 10:53 AM
Hi,
I am trying to configure SBC on a 7200 router to allow non-sip complient router/fw's on the outside to use our VoIP infrastructure - in this case a connection to our AS5300 and out to the PSTN.
I have the following configuration that allows me to connect but I don't get any sound.
Does anyone have a working SBC configuration I can take a look at?
Thanks
Anthony
06-29-2007 11:38 AM
Do they use use SIP ? Do you use NAT ? Which IOS do you have on the 7200 ?
06-29-2007 03:59 PM
Hi,
Yep, SIP is the protocol. The flow of things is as follows:
1. Client uses SIP softphone to connect to our global IP
2. That hits my 7206(12.4(11)T2 IOS) and gets NAT'd via SBC -- this is the part that isn't really working!
3. Then hits my PIX515E FW and that global address is translated to an internal address and then hits the router.
I have the following config in place:
ip nat sip-sbc
proxy
session-timeout immediate
mode allow-flow-around
override address
ip nat translation timeout 10
ip nat translation tcp-timeout 10
ip nat translation udp-timeout 10
ip nat pool call-id-pool 192.168.201.1 192.168.201.254 netmask 255.255.255.0
ip nat inside destination list 111 pool call-id-pool
As I say, the call connects but I just don't get any sound....
Thanks
06-29-2007 04:27 PM
Hi Antonony,
I'm not familiar on the sip-sbc configuration and don't know the specifics on that. What I can tell you, I have a SIP phone working ok through regualt NAT (inside to outside) with same IOS as yours - no configuration required.
The other day also tried a PIX with a static NAT configuration (1 to 1 mapping), again, no problem.
Sorry I can't tell what the problem is, perhaps you could try to take one of the two NAT out of the equation and see if that helps.
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