Cisco Cisco Packet Data Gateway (PDG)

다운로드
페이지 1630
For releases after 14.0, the continue option for IMEI procedure on SGSN can be
configured in case of timeout and error responses requests from HSS so that the requests
will be re-tried on a second peer (if configured) and the call is continued. The
configuration of continue option for IMEI procedure is as follows:
Important
configure
context <name>
hss-peer-service <name>
failure-handling check-identity-request request-timeout action continue
failure-handling check-identity-request diameter-result-code 
<range1> to <range2> action
continue
failure-handling check-identity-request diameter-result-code <range1> action continue
exit
exit
exit
• retry-and-terminate: On receipt of any error, once the configured condition (either the request timeout
or receipt of the specified result code) occurs, the system retries sending the request
(AIR/ULR/NOR/PUR/MICR) to another peer that is configured in the same endpoint. If no response is
received for AIR or ULR from the second peer, then the system allows the HSS peer service to terminate
the session.
• terminate: On receipt of any error, once the configured condition (either the request timeout or receipt
of the specified result code) is met, the system allows the HSS peer service to immediately terminate
the session (AIR/ULR/MICR) without any further action.
Usage Guidelines
Use this command to configure the failure handling behavior in the event of a communication failure with
the HSS peer service.
The following are the default actions for Diameter result codes:
• For all protocol error codes 3000 to 3999, the default action is terminate. For all transient error codes
4000, 4001, 4004 to 4180, and 4182 to 4999, the default action is continue.
• For transient error codes 4002, 4003, and 4181, the default action is retry.
• For error code 4001, the default action is terminate.
• For permanent error codes 5000 to 5999, the default action is terminate
Examples
The following command will allow HSS peer service to continue if any failure in Auth-Information-Request
message occurred with Diameter error code 3050:
failure-handling authentication-information-request diameter-result-code 3050 action continue
   Command Line Interface Reference, Modes G - H, StarOS Release 19
1596
HSS Peer Service Configuration Mode Commands
failure-handling