Lines Matching refs:delay
136 2. Set the delay timer parameter (example uses 5 minutes or 300000 ms). Check the resulting dataset…
139 > dataset delay 300000
178 …delay timer determines the time period after which the Pending Operational Dataset takes effect an…
212 3. Set the delay timer parameter to 5 minutes (300000 ms). Show the resulting Dataset that's ready …
215 > dataset delay 300000
233 4. Commit the new Dataset as the Pending Operational Dataset. This also starts the delay timer coun…
240 5. To verify that the delay timer is counting down, display the Pending Operational Dataset after a…
259 …This shows that indeed the delay timer has started counting down from its initial value `300000`. …
294 - [delay](#delay)
328 delay
456 ### delay subsection
458 Usage: `dataset delay [delay]`
460 Get delay timer value. The timer value is in milliseconds.
463 > dataset delay
468 Set delay timer value.
471 > dataset delay 100000