Configures a non-pool
area where a group of Location Area Code (LAC) values use a specific
visitor Location Register (VLR).
Syntax
non-pool-area name use-vlr vlr_name [ lac value(s) ] [ plmnid { any | mcc mcc_value mnc mnc_value } ]
no non-pool-area name [ lac value(s) ]
no non-pool-area name [ lac value(s) ]
Removes the configured
non-pool-area from this service. Optionally, removes a specific LAC
or LACs from this non-pool area. name is the
name of an existing non-pool-area expressed as an alphanumeric string
of 1 through 63 characters. value(s) is
an existing LAC integer value from 1 through 65535.
name
Specifies the name
of the non-pool area as an alphanumeric string of 1 through 63 characters.
use-vlr vlr_name
Specifies the VLR to
be used in this non-pool area configuration as an alphanumeric string of
1 through 63 characters.
lac value(s)
Specifies the location
area code or codes to be used with the configured VLR in this non-pool
area configuration. value(s) is
an integer(s) from 1 through 65535.
In Release 12.2 and later,
a maximum of 96 areas can be added per non pool area (in a single line,
or separately). In older releases, a total of 16 area codes can
be added (in a single line, or separately).
plmnid { any | mcc mcc_value mnc mnc_value }
Specifies the Public
Land Mobile Network (PLMN) identifier to be used with the VLR in this
non-pool area configuration.
any: Specifies
that any PLMN ID can be used with the VLR in this configuration.
mcc mcc_value mnc mnc_value:
Specifies the mobile country code (MCC) and mobile network code
(MNC) of the PLMN identifier. mcc_value must
be an integer from 101 through 998. mnc_value must
be a 2- or 3-digit integer from 00 through 998.
Usage:
Use this command to
configure a non-pool area where LAC values and/or PLMN
IDs are associated with a specific VLR.
In Release 12.2 and
later, a maximum of 48 combined non pool areas and pool areas can be
created. In older releases, a maximum of 8 combined non pool areas
and pool areas can be created.
Example:
The following command
creates a non-pool area named
svlr1 associated
with a VLR named
vlr1 and
containing LAC values of 1, 2, 3, 4, 5, 6, 7, and 8:
non-pool-area svlr1
use-vlr vlr1 lac 1 2 3 4 5 6 7 8