Cisco Cisco Packet Data Gateway (PDG) Guida Dell'Amministratore

Pagina di 308
  Service Configuration Procedures 
Hybrid HA Service Configuration  ▀   
 
Cisco ASR 5x00 Home Agent Administration Guide  ▄  
 
   
73 
Step 1 
Configure WiMAX HA to accept 3GPP2/Static MIP key as described in this section. 
Step 2 
Save your configuration to flash memory, an external memory device, and/or a network location using the Exec mode 
command 
save configuration
. For additional information on how to verify and save configuration files, refer to the 
System Administration Guide and the Command Line Interface Reference
Use the following example to configure HA services to accept 3GPP2 calls and disable usage of AAA provided 
WiMAX MIP keys for authenticating MIP RRQ. 
configure 
   context <ha_context_name> 
      ha-service <ha_service_name> 
         authentication aaa-distributed-mip-keys disabled 
         end 
Configuring Hybrid HA for WiMAX and 3GPP2 Calls 
With this configuration, both WiMAX and 3GPP2 based calls can be made where WiMAX based calls will use 
WiMAX MIP keys, and 3GPP2 calls can use static or 3GPP2 based dynamic keys. This particular HA service 
configuration supports calls of both access technologies. 
To configure Hybrid HA for WiMAX and 3GPP2 calls: 
Step 1 
Configure Hybrid HA to accept WiMAX and 3GPP2 calls in the same service as described in this section. 
Step 2 
Save your configuration to flash memory, an external memory device, and/or a network location using the Exec mode 
command 
save configuration
. For additional information on how to verify and save configuration files, refer to the 
System Administration Guide and the Command Line Interface Reference
Use the following example to configure HA services to accept WiMAX and 3GPP2 calls in the same service, and enable 
usage of AAA provided WiMAX MIP keys for authenticating MIP RRQ with fallback option to use 3GPP2/static keys: 
configure 
   context <ha_context_name> 
      ha-service <ha_service_name> 
         authentication aaa-distributed-mip-keys optional 
         wimax-3gpp2 interworking 
         end