03-04-2019 06:52 AM - edited 03-04-2019 02:47 PM
Hi,
I have cisco1117 router and i want to use ip sla responder for checking services such as dsl and 4g.
I m using following commands to enable responders but after a few munites router fails to response this ports.
How can i enable responders permenantly?
ip sla responder tcp-connect port 65002
ip sla responder tcp-connect port 65000
ip sla responder tcp-connect port 65001
#show ip sla responder
General IP SLA Responder on Control port 1967
General IP SLA Responder on Control V2 port 1167
General IP SLA Responder is: Disabled
Permanent Port IP SLA Responder
Permanent Port IP SLA Responder is: Enabled
tcpConnect Responder:
IP Address Port
0.0.0.0 65002
:: 65002
0.0.0.0 65000
:: 65000
0.0.0.0 65001
:: 65001
Thanks for help
03-04-2019 07:53 AM
Hello,
you don't have an IP address specified in your statement, is that on purpose ? Usually you would use the syntax:
ip sla responder tcp-connect ipaddress x.x.x.x port 65002
03-04-2019 10:07 AM
03-04-2019 01:04 PM
Hello,
there are a number of bugs which could apply, which IOS version are you running ?
Try to configure ip sla responder globally without any arguments in addition the specific ports. So it looks like this:
ip sla responder
ip sla responder tcp-connect port 65002
ip sla responder tcp-connect port 65000
ip sla responder tcp-connect port 65001
03-04-2019 02:44 PM
03-05-2019 12:10 AM - edited 03-05-2019 12:16 AM
Hello,
what do you have configured on the source device ? Does it work when you disabe the responder ?
ip sla 1
tcp-connect x.x.x.x 65000 control disable
03-15-2019 11:45 AM
hi ,
after a few researches i found that ip sla responder do not reset session and that's why port 65000 reaches tcp queue limit.
Do you have any idea why isr routers do not reset connection ?
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