Configuring ECGI for EPS

This section describes how to configure ECGI for EPS.

New configuration and profile ecgi-group added to configure the list of individual ECGI values or the range of ECGI.

You can configure both ECGI list and ECGI range. ECGI range configuration is optional.

Use the following commands to configure the ECGI Configuration for EPS.

config 
   profile ecgi-group ecgi_group_name 
      mcc mcc_value 
      mnc mnc_value 
         ecgi list ecgi_list_name 
         ecgi range start start_value end end_value 
   exit 

NOTES:

  • ecgi-group ecgi_group_name - Specify the ECGI 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

  • ecgi list ecgi_list - Specify the list of ECGI values - 7 digit hex string Eutra Cell ID. For example, A12345f. Must be a string.

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

Note
  • You can configure multiple ECGI range values.

  • You can configure multiple [PLMN and ECGI values] under ecgi-group configuration.

  • You can configure maximum of 16 PLMNs under ecgi-group configuration.

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

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

Sample Configuration

Following is the sample configuration.

config
profile ecgi-group e1 mcc 123 mnc 45
ecgi list [ 1234567 abcdef0 ]
ecgi range start 1111111 end fffffff
exit

Verifying ECGI for EPS Configuration

This section describes how to verify the ECGI Configuration for EPS.

Use the following show command to view the ECGI configuration for EPS.

show running-config profile ecgi-group
profile ecgi-group e1
mcc 123 mnc 45
ecgi list [ 1234567 abcdef0 ]
ecgi range start 1111111 end fffffff
exit
exit
exit