Cisco Cisco Packet Data Gateway (PDG)

Página de 8994
MME SGs Service Configuration Mode Commands   
▀  tac-to-lac-mapping 
 
 
▄  Command Line Interface Reference, StarOS Release 17 
7320 
   
tac-to-lac-mapping 
Maps any Tracking Area Code (TAC) value or a specific TAC value to a LAC value. 
Product
 
MME 
Privilege
 
Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > MME SGs Service Configuration 
configure > context context_name > sgs-service service_name
 
Entering the above command sequence results in the following prompt: 
[context_name]host_name(config-sgs-service)# 
Syntax
 
tac-to-lac-mapping { any-tac | tac value } map-to lac value + 
no tac-to-lac-mapping { any-tac | { tac value } + } 
any-tac | tac value
 
Specifies the TAC to map to the LAC. 
any-tac
: Specifies that any TAC value is to be mapped to the specified LAC. 
tac value
: Maps a specific TAC value to a LAC value expressed as an integer from 1 through 65535. For 
specific TAC values, multiple mappings can be entered on the same line (see Example). 
map-to lac value
 
Specifies the LAC value that the selected TAC value, or any TAC value is mapped as an integer from 1 
through 65535. For specific TAC values, multiple mappings can be entered on the same line (see Example). 
Usage 
Use this command to map TAC values to LAC values. 
Enter up to 8 mappings per line.  
In Release 12.2 and later, a maximum of 64 mapping lists can be created. In older releases, a maximum of 32 
mapping lists can be created. 
If no mapping is entered, the default behavior is TAC equals LAC. 
Example
 
The following command maps a TAC value of 2 to a LAC value of 3, a TAC value of 4 to a LAC value of 5, 
and a TAC value of 6 to a LAC value of 7: 
tac-to-lac-mapping tac 2 map-to lac 3 tac 4 map-to lac 5 tac 6 map-to lac 
7