ip-sla responder
Syntax
ip-sla responder <SLA-NAME> {udp-echo | tcp-connect | udp-jitter-voip} <PORT-NUM>
[source {<SOURCE-IPV4-ADDR> | <IFNAME>}][vrf <VRF-NAME>]
no ip-sla responder <SLA-NAME>
Description
Selects the IP-SLA responder. The responder can be configured for udp-echo, tcp-connect, udp-jitter-voip type. It requires the SLA name, SLA type, and port number as arguments. Source IP/interface ID is a must for type udp-jitter-voip and optional for other types.
The
no
form of this command removes the IP-SLA responder.
Command context
config
Parameters
<SLA-NAME>
Specifies the SLA name.
udp-echo
Enables responder for udp-echo probes.
tcp-connect
Selects TCP connect as the IP-SLA test mechanism.
vrf <VRF-NAME>
Specifies the name of the VRF to use.
udp-jitter-voip
Selects VOIP jitter as the IP-SLA test mechanism.
<PORT-NUM>
Specifies the port number to listen for IP-SLA probes. Range: 1 to 65535.
[source {<SOURCE-IPV4-ADDR> | <IFNAME>}]
Selects the source IPv4 address for SLA probes or the source interface to use for sending IP-SLA probes.
Authority
Administrators or local user group members with execution rights for this command.
Examples
switch(config)# ip-sla responder SLA1 udp-echo 8000 source 2.2.2.2 switch(config)# ip-sla responder SLA1 udp-echo 8000 source 1/1/1
switch(config)# no ip-sla responder <SLA-NAME>