This command configures the load distribution for the VLRs that
service this pool area.
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > Gs
Service Configuration > Pool Area Configuration
configure > context
context_name
> gs-service
service_name
> pool-area
pool_area_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-gs-pool-area)#
Syntax
hash-value { hash_value | non-configured-values | range start_value to end_value } use-vlr vlr_name
no hash-value { hash_value | non-configured-values | range start_value to end_value }
no
Removes the configured Gs procedures from this Gs service.
hash_value
Specifies the specific hash value for VLR(s).
hash_value must be an integer value from 0
through 999.
range
start_value to
end_value
Specifies the range of hash values for a VLR.
start_value specifies the start value for
range of hash and is an integer value from 0 through 999.
start_value must be lower than
end_value.
end_value specifies the end value for range
of hash and is an integer value from 0 through 999.
end_value must be higher than
start_value .
non-configured-values
This keyword assign all non-configured hash values to use the named
VLR.
use-vlr
vlr_name
Specifies the name of the VLR to be associated with this pool area.
vlr_name is the name of VLR and must be an
alpha and/or numeric string of 1 to 63 characters.
Usage Guidelines
Use this command to command configures the load distribution for the
VLRs that service this pool area as defined in TS 23.236.
The algorithm for selection of VLR from a pool area is based on the
hash value computed on the IMSI digits. The SGSN derives a hash value (V) using
procedure as defined in TS 23.236. Every hash value from the range 0 to 999
corresponds to a single MSC/VLR node. Typically many hash values may point to
the same MSC/VLR node.
This command can be entered multiple times for different hash value.
Example
Following command configure the all non configured hash values to use
VLR named
starvlr1 in this pool area:
hash-value non-configured-values use-vlr starvlr1