DGS-6604
m
erpi timer
CLI Reference Guide
202
erpi timer
Use the erpi timer command to configure timers for an ERP instance. Use the no
form of this command to reset timer to default value.
erpi
INSTANCE-ID
timer [guard
MILLI-SECONDS
] [hold-off
MILLI-SECONDS
] [wtr
MINUTES
]
no erpi
INSTANCE-ID
timer [guard] [hold-off] [wtr]
Default
The default guard timer is 500 milliseconds.
The default hold-off timer is 0.
The default WTR timer is 5 minutes.
Command Mode
ERPS domain configuration mode
Usage Guideline
Use the command to configure timers for the ERP instance
Example
The following example shows how to configure guard timer to "600 ms" of ERP
instance 1:
The following example shows how to configure guard timer to 700 milliseconds,
hold-off timer to 100 milliseconds of ERP instance 1:
The following example shows how to configure WTR timer to 1 minutes of ERP
instance 1:
Syntax Description
INSTANCE-ID
Specifies the identifier of the ERP instance. The valid range is1 to 4095.
guard
MILLI-
SECONDS
Specifies the guard timer in milliseconds. The valid range is 10 to 2000. The
value should be a multiple of 10.
hold-off
MILLI-
SECONDS
Specifies the hold-off timer in milliseconds. The valid range is 0 to 10000. The
value should be a multiple of 100.
wtr
MINUTES
Specifies the WTR timer in minutes. The valid range is 1 to 12.
Switch(config-erps-domain)# erpi 1 timer guard 600
Switch(config-erps-domain)#
Switch(config-erps-domain)# erpi 1 timer guard 700 hold-off 100
Switch(config-erps-domain)#
Switch(config-erps-domain)# erpi 1 timer wtr 1
Switch(config-erps-domain)#