Configuring TAI-Group

This section describes how to configure TAI-Group.

You can enhance the following TAI-Group configuration to support multiple TAI-Group configurations with different names.

Use the following commands to configure the TAI-Group.

config 
   profile tai-group tai_group_name 
      mcc mcc_value 
      mnc mcc_value 
         tac list tac_list 
         tac range start start_value end end_value 
   exit 

NOTES:

  • tai-group tai_group_name - Specify the TAI group name.

  • mcc mcc_value - Specify the MCC value. Must be a three digit number. For example, 123

  • mnc mnc_value - Specify the MNC value. Must be a two or three digit number. For example, 23 or 456

  • tac list tac_list - Specify the list of TAC values - [0-9a-fA-F]{4}|[0-9a-fA-F]{6} - 4 digit or 6 digit hex string - Example A123, 1a2B3F. Must be a string.

  • tac range start start_value end end_value - Specify the TAC range start and end values. Must be a string.

Note
  • You can configure maximum of 16 PLMNs under a TAI-Group.

  • You can configure maximum of 64 TAC values in a TAC list under a PLMN.

  • Maximum defined number of TAC ranges under a PLMN is 64.

Sample Configuration

Following is the sample configuration.

config
profile tai-group TAI-GRP1
  mcc 123 mnc 234
    tac list [ 1a25 A123 ]
    tac range start B234 end b999
    exit
    tac range start C213 end c999
    exit
  exit
  mcc 231 mnc 45
    tac list [ 2a2B B123 ]
    tac range start d111 end d999
    exit
  exit
exit