01-11-2023 04:03 AM
Hi
We are trying to register a local gateway with Webex and not able to get through.
- Webex hub has been configured as per the help.webex.com document. It generated the credentials like domain, registrar, username passwords, ect.
- Credentials provided in previous step are used to prepare the local gateway for registration.
- Webex calling compatibility has been checked (We are using ISR4321 with IOS-XE 17.x.x)
- ISR has been configured and verified as indicated for the local gateway documentation. Sanitized config attached.
- ISR never initiates the registration or invite message. The debugs go empty and show "sip-ua register" is always "no".
Please assist.
saif
Solved! Go to Solution.
01-11-2023 06:41 AM - edited 01-11-2023 06:43 AM
Which version do you have?
Jan 10 08:02:45.407: //1386/000000000000/SIP/Error/resolve_sig_ip_address_to_bind:
Dialpeer bind configured, interface addr failure
Jan 10 08:02:45.407: //1386/000000000000/SIP/Error/act_register_dns_resolved:
resolve_sig_ip_address_to_bind failed
Check out the tenant 200 config:
voice class tenant 200
...
bind control source-interface g0/0/0
bind media source-interface g0/0/0
You see what I see?
The interface was not autocompleted when you configured it.
I saw this issue in the 16.09.04 version.
Your solution: post the full interface name which you see in the "show ip int brief" command.
E.g. "bind control source-interface GigabitEthernet0/0/0".
Also check other config parts where you have interfaces assigned.
This is one error, which doesn't mean it's the only error.
01-11-2023 06:03 AM
Hi Saif,
Activating a debug ccsip non-call , can you see some requests to webex going through?
Can you please post it here?
Thanks a lot
Regards
Carlo
01-11-2023 06:33 AM
01-11-2023 06:41 AM - edited 01-11-2023 06:43 AM
Which version do you have?
Jan 10 08:02:45.407: //1386/000000000000/SIP/Error/resolve_sig_ip_address_to_bind:
Dialpeer bind configured, interface addr failure
Jan 10 08:02:45.407: //1386/000000000000/SIP/Error/act_register_dns_resolved:
resolve_sig_ip_address_to_bind failed
Check out the tenant 200 config:
voice class tenant 200
...
bind control source-interface g0/0/0
bind media source-interface g0/0/0
You see what I see?
The interface was not autocompleted when you configured it.
I saw this issue in the 16.09.04 version.
Your solution: post the full interface name which you see in the "show ip int brief" command.
E.g. "bind control source-interface GigabitEthernet0/0/0".
Also check other config parts where you have interfaces assigned.
This is one error, which doesn't mean it's the only error.
01-11-2023 07:20 AM
Bingo!!!!
Your hawk-eye caught it precisely. I cant think of it that a command has been accepted and yet not auto completed in configuration.
Yes, we started the configuration with 16.9 IOS-XE and then upgraded to 17.X.X but neither of the IOS complained about this issue.
Thanks b.winter.
Saif
01-11-2023 07:36 AM - edited 01-11-2023 07:36 AM
Glad to help (y).
I would recommend to upgrade your version. The 17.X.X is very buggy in general. Use one of the newest versions.
10-10-2023 10:02 AM
I have the same problem too.
im trying to fix it since 4 weeks now, without success.
how did you fixed it.
Can you share the experience or maybe to help me to fix it?
br
10-10-2023 11:35 AM
The answer by @b.winter that is marked as the Solution contains what was at fault for the OP.
10-10-2023 02:49 PM
I can not find he’s answer
Can you send me the link to he’s post ?
Thank you,
Br
10-10-2023 03:24 PM
The issue was these commands:
voice class tenant 200 ... bind control source-interface g0/0/0 bind media source-interface g0/0/0
It must be entered as :
voice class tenant 200 ... bind control source-interface GigabitEthernet0/0/0 bind media source-interface GigabitEthernet0/0/0
To my surprise, it accepts the commands in abbrevations (without generating any error) but does not execute it.
10-10-2023 04:00 PM
10-10-2023 09:52 PM - edited 10-11-2023 01:57 AM
Not sure how you went about to paste your configuration in, but it’s quite hard to read it without any charage returns.
Edit: It was likely partially the rendering on a mobile device that made it look like there was no line feeds.
Even so if you’re using gigabit 0/0/0 as your interface that is facing Webex then you have the needed configuration lines that match the issue of the OP. If that’s not what is causing your issue I suggest that you create a new post as this one is marked as solved and as well then your issue would be off topic to the OP.
03-14-2024 01:02 AM
What do you mean that you can't find it, it's in this thread and is marked as the Solution? Just scroll up and you'll find it.
03-13-2024 01:13 PM
Hi Saifuddin.miyaji.
Base on your debug outputs , what I can see is an error message regarding dns resolucion problemens:
Jan 10 08:02:45.407: //1386/000000000000/SIP/Error/act_register_dns_resolved:
resolve_sig_ip_address_to_bind failed
Please check if for example you have apply on localgateway the ip domain name 8.8.8.8 command correctly. Check that you are pointing to the correct resolution name server on the router and check that your LAN is not blocking comunication on port tcp/udp 53 between localgateway and the resolution name server.
03-13-2024 06:25 PM
I almost forget that you need to add on localgateway the command "ip domain lookup" and if for any reason you have in localgateway the command "no ip domain look up" please remove it as your router will never attemp to do any name resolution.
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