To verify the Service Level Agreement (SLA) parameters on a vEdge router, you typically need to access the device's command-line interface (CLI) and use specific commands to inspect the configuration and status of the SLA settings. Here's a general procedure to verify SLA parameters on a vEdge router:
-
Access the CLI: Log in to the vEdge router's CLI using SSH or a console connection.
-
View SLA Configuration: Use the appropriate command to view the configured SLA parameters. The exact command may vary depending on your specific configuration and the version of the vEdge software. One common command is:
show policy sla
This command displays the configured SLA parameters such as the SLA class, measurement intervals, thresholds, actions, and associated policies.
-
Inspect SLA Status: Additionally, you can check the current status of SLA measurements to see if they are meeting the defined thresholds. Use a command like:
show policy sla statistics
This command provides real-time statistics and measurements related to SLA performance, including packet loss, latency, jitter, and availability.
-
Review SLA Policies: You may also want to review the policies that are associated with SLA configurations. Use commands such as
show policy
,show control-policy
, or similar commands to inspect the policies that reference SLA parameters. -
Troubleshoot SLA Performance: If SLA parameters are not meeting expectations, you can troubleshoot further by analyzing the output of the
show policy sla statistics
command, examining network conditions, and reviewing the configuration for any potential issues. -
Logging and Monitoring: Consider enabling logging or integrating with a monitoring system to track SLA performance over time and receive alerts for SLA violations or degraded performance.