Cisco Cisco Packet Data Gateway (PDG)

Page of 2186
request-timeout action { continue | retry-and-terminate | terminate }
Specifies the action to be taken for failures:
• continue: Continues the session
• retry-and-terminate: First retries, if it fails then terminates the session
• terminate: Terminates the session
For any failure encountered, the "continue" option terminates the call as with the "terminate" option for
all Diameter dictionaries except aaa-custom15 dictionary.
Important
result-code start_result_code [ to end_result_code ] action { continue | retry-and-terminate | terminate
}
start_result_code: Specifies the result code number, must be an integer from 1 through 65535.
to end_result_code: Specifies the upper limit of a range of result codes. to end_result_code must be greater
than start_result_code.
action { continue | retry-and-terminate | terminate }: Specifies the action to be taken for failures:
• continue: Continues the session
• retry-and-terminate: First retries, if it fails then terminates
• terminate: Terminates the session
For any failure encountered, the "continue" option terminates the call as with the "terminate" option for
all Diameter dictionaries except aaa-custom15 dictionary. This behavior is true in releases prior to 20.
Important
Usage Guidelines
Use this command to configure error handling for Diameter EAP, EAP-termination, and authorization requests.
Specific actions (continue, retry-and-terminate, or terminate) can be associated with each possible result-code.
Ranges of result codes can be defined with the same action, or actions can be specific on a per-result code
basis.
Examples
The following commands configure result codes 5001, 5002, 5004, and 5005 to use "action continue" and
result code 5003 to use "action terminate":
diameter authentication failure-handling eap-request result-code 5001 to 5005 action continue
diameter authentication failure-handling eap-request result-code 5003 action terminate
Command Line Interface Reference, Modes A - B, StarOS Release 19    
35
AAA Server Group Configuration Mode Commands
diameter authentication failure-handling