Cisco Cisco ASR 5000

Page of 9109
AAA Server Group Configuration Mode Commands   
▀  diameter authentication failure-handling 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
158 
   
 
retry-and-terminate
: First retries, if it fails then terminates the session 
 
terminate
: Terminates the session 
Important:
  For any failure encountered, the “continue” option terminates the call as with the “terminate” option 
for all Diameter dictionaries except aaa-custom15 dictionary. 
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 
Important:
  For any failure encountered, the “continue” option terminates the call as with the “terminate” option 
for all Diameter dictionaries except aaa-custom15 dictionary. 
Usage 
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. 
Example
 
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