Cisco Cisco Packet Data Interworking Function (PDIF) プリント

ページ / 8487
  AAA Server Group Configuration Mode Commands 
diameter authentication failure-handling  ▀   
 
Cisco ASR 5x00 Command Line Interface Reference  ▄  
 
   
151 
 
retry-and-terminate
: First retries, if it fails then terminates the session 
 
terminate
: Terminates session 
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 
 
retry-and-terminate
: First retries, if it fails then terminates 
 
terminate
: Terminates 
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