cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1229
Views
5
Helpful
2
Replies

ip sla configuration issues

jalal_younus
Level 1
Level 1

Hi Guys;

i need some help configuring two way active management protocol on ME 3600x devices running 15.2.2 IOS. The details of this protocol are listed at:http://www.cisco.com/en/US/docs/ios-xml/ios/ipsla/configuration/15-2s/sla_twamp.html

Here i sthe sample configuration that i am using:

Device> enable
Device# configure terminal
Device(config)#  ip sla server twamp
Device(config-twamp-srvr)#  exit
Device(config)#  ip sla responder twamp
Device(config-twamp-ref)# end
My question is whether we "have to" configure the server and responder on the same device. I have configured it as:
ip sla responder
ip sla responder twamp
 timeout 300

And it does not seem to work.

Any help would be greatly appreciated!!!

cheers

2 Replies 2

I think some of these commands could help you:

 

show ip sla standards

show ip sla twamp connection

show ip sla twamp session

show ip sla twamp standards

, timer inactivity, timeout (twamp)..

Vinit Jain
Cisco Employee
Cisco Employee

Hello Jalal

please refer to the CCO doc:

http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipsla/configuration/xe-3s/sla-xe-3s-book/sla_twamp.html#GUID-1B9ED57D-44F8-49B7-81DE-94A49109F497

It mentions that "Each IP SLAs TWAMP responder is both a TWAMP server and a session-reflector." Thus the server and responder has to be configured on the same device. This is also mentioned in the same CCO doc shared above.

Hope this helps.

Vinit

Thanks
--Vinit