350-401 · Question #263
An IP SLA fails to generate statistics. How can you fix the problem?
The correct answer is A. Add the verify-data command to the router configuration.. If IP SLA fails to generate statistics, adding the verify-data command to the IP SLA operation configuration ensures that returned packets are validated, which is crucial for statistical collection.
Question
Options
- AAdd the verify-data command to the router configuration.
- BReload the router configuration.
- CRemove the ip sla schedule statement from the router configuration and re-enter it.
- DAdd the debug ip sla error command to the router configuration.
- EAdd the debug ip sla trace command to the router configuration.
How the community answered
(63 responses)- A73% (46)
- B6% (4)
- C3% (2)
- D16% (10)
- E2% (1)
Why each option
If IP SLA fails to generate statistics, adding the `verify-data` command to the IP SLA operation configuration ensures that returned packets are validated, which is crucial for statistical collection.
The `verify-data` command, configured within an IP SLA operation, instructs the router to validate the data payload of the received response packet. For certain IP SLA operations, if `verify-data` is not enabled, the operation might not generate meaningful statistics or might even report success without proper data validation, leading to a lack of statistics.
Reloading the router is a drastic and unnecessary step for troubleshooting IP SLA statistics generation; specific configuration commands are the proper solution.
Removing and re-entering the `ip sla schedule` statement might resolve transient scheduling issues, but it does not address a fundamental configuration requirement like enabling data verification for statistics generation.
`debug ip sla error` is a troubleshooting command to display error messages, not a configuration command to enable statistics generation itself.
`debug ip sla trace` is a debugging command to trace the execution of IP SLA operations, which helps in identifying problems but does not fix the problem of statistics not generating.
Concept tested: IP SLA verify-data for statistics
Source: https://www.cisco.com/c/en/us/td/docs/ios/ipapp/configuration/guide/ipapp_c/iap_ipsla.html
Topics
Community Discussion
No community discussion yet for this question.