User Manual
Chapter 3 - Operation and Administration of the Macro BTS Managing BSs
4Motion 630 System Manual
3.9.22.1 Configuring BS Keep-Alive Parameters
To configure one or several keep-alive parameters, run the following command:
npu(config-bs-66053)# keep-alive [asn-ka {enable | disable} ] [period <(10 to
1000 StepSize 1)> ] [rtx-cnt <(0 to 10 StepSize 1)> ] [rtx-time <(5000 to 10000
StepSize 1)> ]
IMPORTANT
An error may occur if you provide an invalid value for any of these parameters. Refer to the syntax
description for more information about the appropriate values and format for configuring these
parameters.
An error may occur if you provide configuration values that do not satisfy following condition:
'period*1000 >= rtx-time * (rtx-cnt + 1)'"
At least one parameter must be specified (the value is optional): The command
npu(config-bs-66053)# keep-alive will return an Incomplete Command error.
Command
Syntax
npu(config-bs-66053)# keep-alive [asn-ka {enable | disable} ] [period <(10 to 1000 StepSize 1)> ]
[rtx-cnt <(0 to 10 StepSize 1)> ] [rtx-time <(5000 to 10000 StepSize 1)> ]
Privilege
Level
10
Syntax
Description
Parameter Description Presence Default
Value
Possible
Values
[asn-ka {enable |
disable} ]
Enable/Disable the BS
keep-alive mechanism.
Optional disable
enable
disable
[period <(10 to
1000 StepSize 1)>
]
The period in seconds
between polling sessions.
period x 1000 (value in
milliseconds) cannot be lower
than (rtx-cnt ) x rtx-time+1).
Optional 60 10-1000
[rtx-cnt <(0 to 10
StepSize 1)> ]
Maximum number of retries if
rtx-time has expired without
getting a response.
Optional 5 0-10