stop (Y1731)

Configure the stop time.

Syntax

stop [ at hh:mm:ss | after hh:mm:ss ]
no stop

Parameters:

at
Spcifies the time to stop at.
hh:mm:ss
Specifies the time in hour, minute, and second format.
after
Specifies the time to stop after.

Command Default

The default value is 01:05:00 (After).

Modes

Y1731 configuration mode

Usage Guidelines

Use the no form of the command to delete the stop configuration.

Examples

This example shows how to configure the stop time.

device# configure terminal
device (config-cfm)# protocol cfm
device (config-cfm)# y1731
device(config-cfm-y1731)# test-profile my_test_profile
device(config-cfm-y1731-test-profile-my_test_profile)# type delay-measurement
device(config-cfm-y1731-test-profile-my_test_profile)# tx-interval 60
device(config-cfm-y1731-test-profile-my_test_profile)# measurement-interval 30
device(config-cfm-y1731-test-profile-my_test_profile)# start at 00:00:00 daily
device(config-cfm-y1731-test-profile-my_test_profile)# stop at 23:59:00