Test Commands
Using the GTPU Test Echo Command
gtpu test echo src-address src_ip_address{ all | sgsn-address ip_address }
| Keyword/Variable | Description |
|---|---|
| src-address src_ip_address | Specifies
the IP address of an interface configured on the system.
NOTE: The IP address
of the system’s interface must be bound to a configured
HNB-GW service prior to executing this command.
|
| all | Specifies that GTP-U echo requests will be sent to all Nodes that currently have sessions with the HNB-GW service. |
Using the GTPv0 Test Echo Command
gtpv0 test echo src-address src_ip_address { all | sgsn-address ip_address }
| Keyword/Variable | Description |
|---|---|
| src-address src_ip_address | Specifies
the IP address of an interface configured on the system.
NOTE: The IP address
of the system’s interface must be bound to a configured
HNB-GW service prior to executing this command.
|
| all | Specifies that GTP-U echo requests will be sent to all Nodes that currently have sessions with the HNB-GW service. |
| sgsn-address ip_address | Specifies that GTPv0 echo requests will be sent to a specific SGSN. ip_address is the address of the SGSN to receiving the requests. |
GTPv0 test echo
--------------
SGSN: 192.168.157.2
Tx/Rx: 1/1 RTT(ms):14 (COMPLETE)Recovery: 210(0xD2)
Using the IPsec Tunnel Test Command
test ipsec tunnel ip-pool ip_pool_name destination-ip des_ip_address source-ip src_ip_address
| Keyword/Variable | Description |
|---|---|
| ip_pool_name | The name of the IP pool configured for IPsec Tunnel. ip_pool_name can be from 1 to 63 alpha and/or numeric characters in length and is case sensitive. |
| des_ip_address | The IP address of destination node of IPsec tunnel. |
| src_ip_address | The IP address of source node of IPsec tunnel. |
Performance Improvement Commands
Turning off IPC Message Aggregation To Reduce Latency Towards Core Network
IMPORTANT:
aggregate-ipc-msg {linkmgr | sessmgr } {flush-frequency frequency | num-msgs number_msgs }
default aggregate-ipc-msg {linkmgr | sessmgr }
| Keyword/Variable | Description |
|---|---|
| default |
Resets the managers
to default values for flushing; i.e. 1.
|
| linkmgr |
Selects the linkmgr
to configure the number of IPC messages to be aggregated and frequency
of flushing.
|
| sessmgr |
Selects the sessmgr
to configure the number of IPC messages to be aggregated and frequency
of flushing.
|
| flush-frequency frequency |
Configure the frequency,
in 100-millisecond intervals, that the aggregated IPC messages will
be flushed.
frequency :
Enter an integer from 1 to 3. Default is 1.
|
| num-msgs number_msgs |
Configure the number
of IPC messages to aggregate before flushing.
number_msgs :
Enter the integer 1 (to disable aggregation) or an integer from
2 to 164 to define the number of messages. Default is 10.
|