Cisco Cisco ASR 5700

Page of 8994
Context Configuration Mode Commands A-D   
▀  diameter authentication failure-handling 
 
 
▄  Command Line Interface Reference, StarOS Release 17 
2394 
   
 
retry-and-terminate
:First retries, if it fails then terminates the session 
 
terminate
: Terminates the session 
result-code result_code { [ to end_result_code ] action { continue | retry-and-
terminate | terminate } }
 
result_code
: Specifies the result code, must be an integer from 1 through 65535. 
to end_result_code
: Specifies the upper limit of a range of result codes. 
end_result_code
 must be 
greater than 
result_code
action { continue | retry-and-terminate | terminate }
: Specifies 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 
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 5002 to 
5005 action continue
 
diameter authentication failure-handling eap-request result-code 5003 
action terminate