CCNP IP SLA • Complete Question Bank
Complete CCNP IP SLA question bank — all 0 questions with answers and detailed explanations.
A network engineer runs the following command on Router R1:
R1# show ip sla summary
IPSLAs Latest Operation Summary Codes: * active, ^ inactive, ~ pending
ID Type Destination Stats Return Code Last 1 icmp-echo 192.168.1.10 Success OK 1 2 icmp-echo 192.168.1.20 Success OK 2 3 udp-jitter 192.168.1.30 Success OK 3 *4 icmp-echo 192.168.1.40 Success OK 10
Based on this output, what can be concluded?
A network engineer executes the following command on Router R2:
R2# show ip sla configuration 1 IP SLAs Infrastructure Engine-II
Entry number: 1 Owner: admin Tag: Type of operation to perform: icmp-echo Target address: 192.168.2.10 Source address: 192.168.2.1 Type Of Service parameter: 0x0 Request size (ARR data portion): 28 Operation timeout (milliseconds): 5000 Frequency (seconds): 60 Next Scheduled Start Time: Start Time already passed Group Scheduled : FALSE Life (seconds): Forever Entry Ageout (seconds): never Recurring (Starting Everyday, Starting Time: 00:00:01) Status of entry (SNMP RowStatus): Active Threshold (milliseconds): 5000 Distribution Statistics: Number of statistic hours kept: 2 Number of statistic distribution buckets kept: 1 Statistic distribution interval (milliseconds): 20 Enhanced History:
Based on this output, what is the frequency of the IP SLA operation?
A network engineer issues the following command on Router R3:
R3# show ip sla statistics 2
Round Trip Time (RTT) for Index 2 Latest RTT: 12 ms Latest RTT: NoConnection/Busy/Timeout Latest Operation Start Time: 12:00:00.000 UTC Mon Mar 1 2021 Latest Operation Return Code: Timeout Number of successes: 45 Number of failures: 5 Over thresholds: 0
Based on this output, what is the most likely issue?
A network engineer runs the following command on Router R4:
R4# show ip sla monitor statistics 3
Round Trip Time (RTT) for Index 3 Latest RTT: 25 ms Latest Operation Start Time: 14:30:00.000 UTC Mon Mar 1 2021 Latest Operation Return Code: OK Number of successes: 100 Number of failures: 0 Over thresholds: 0
Based on this output, what can be concluded about the IP SLA operation?
A network engineer executes the following command on Router R5:
R5# show ip sla monitor configuration 4 IP SLAs Monitor Configuration
Entry number: 4 Owner: Tag: Type of operation to perform: udp-jitter Target address: 192.168.5.10 Target port: 16384 Source address: 192.168.5.1 Source port: 0 Type Of Service parameter: 0x0 Request size (ARR data portion): 32 Operation timeout (milliseconds): 5000 Frequency (seconds): 60 Next Scheduled Start Time: Start Time already passed Group Scheduled : FALSE Life (seconds): Forever Entry Ageout (seconds): never Recurring (Starting Everyday, Starting Time: 00:00:01) Status of entry (SNMP RowStatus): Active Threshold (milliseconds): 5000 Distribution Statistics: Number of statistic hours kept: 2 Number of statistic distribution buckets kept: 1 Statistic distribution interval (milliseconds): 20 Enhanced History:
Based on this output, what type of IP SLA operation is configured?
A network engineer issues the following command on Router R6:
R6# show ip sla statistics 5
Round Trip Time (RTT) for Index 5 Latest RTT: 150 ms Latest Operation Start Time: 16:00:00.000 UTC Mon Mar 1 2021 Latest Operation Return Code: OK Number of successes: 10 Number of failures: 0 Over thresholds: 8
Based on this output, what does the 'Over thresholds: 8' indicate?
A network engineer runs the following command on Router R7:
R7# show ip sla monitor statistics 6
Round Trip Time (RTT) for Index 6 Latest RTT: NoConnection/Busy/Timeout Latest Operation Start Time: 18:00:00.000 UTC Mon Mar 1 2021 Latest Operation Return Code: Timeout Number of successes: 0 Number of failures: 15 Over thresholds: 0
Based on this output, what is the status of the IP SLA operation?
A network engineer executes the following command on Router R8:
R8# show ip sla monitor summary IP SLAs Monitor Summary
Codes: * active, ^ inactive, ~ pending
ID Type Destination Stats Return Code Last *1 icmp-echo 192.168.8.10 Success OK 1 ^2 udp-jitter 192.168.8.20 Success OK 2 *3 icmp-echo 192.168.8.30 Success OK 3
Based on this output, which IP SLA operations are currently active?
A network engineer issues the following command on Router R9:
R9# show ip sla configuration 7 IP SLAs Infrastructure Engine-II
Entry number: 7 Owner: Tag: Type of operation to perform: icmp-echo Target address: 192.168.9.10 Source address: 192.168.9.1 Type Of Service parameter: 0x0 Request size (ARR data portion): 28 Operation timeout (milliseconds): 5000 Frequency (seconds): 30 Next Scheduled Start Time: Start Time already passed Group Scheduled : FALSE Life (seconds): 3600 Entry Ageout (seconds): never Recurring (Starting Everyday, Starting Time: 00:00:01) Status of entry (SNMP RowStatus): Active Threshold (milliseconds): 5000 Distribution Statistics: Number of statistic hours kept: 2 Number of statistic distribution buckets kept: 1 Statistic distribution interval (milliseconds): 20 Enhanced History:
Based on this output, how long will this IP SLA operation run?
Examine the following IP SLA configuration:
ip sla 1
icmp-echo 10.1.1.1 frequency 10
ip sla schedule 1 life forever start-time now
What is the effect of this configuration?
Consider the following partial configuration on Router R1:
ip sla 2
icmp-echo 10.2.2.2 frequency 15
ip sla schedule 2 life forever start-time now ip sla reaction-configuration 2 react timeout threshold-type immediate action-type triggerOnly
Which statement about this configuration is true?
Review the following IP SLA configuration on Router R1:
ip sla 3
icmp-echo 10.3.3.3 frequency 30
ip sla schedule 3 life forever start-time now ip sla reaction-configuration 3 react rtt threshold-type xof 5 threshold-value 100 action-type triggerAndReset
What is the purpose of the 'threshold-type xof 5' parameter?
Examine this IP SLA configuration on Router R1:
ip sla 4
icmp-echo 10.4.4.4 frequency 10
ip sla schedule 4 life forever start-time now ip sla reaction-configuration 4 react timeout threshold-type immediate action-type triggerOnly
Which of the following is missing from this configuration to make it useful for tracking?
Consider the following partial configuration on Router R1:
ip sla 5
icmp-echo 10.5.5.5 frequency 10
ip sla schedule 5 life forever start-time now ip sla reaction-configuration 5 react rtt threshold-type immediate threshold-value 200 action-type triggerAndReset
What is the effect of the 'action-type triggerAndReset' parameter?
Review this IP SLA configuration on Router R1:
ip sla 6
icmp-echo 10.6.6.6 frequency 10
ip sla schedule 6 life forever start-time now ip sla reaction-configuration 6 react timeout threshold-type immediate action-type triggerOnly
Which statement is true about the 'threshold-type immediate' parameter?