Cisco Cisco Identity Services Engine 1.3 전단

다운로드
페이지 168
 
3-3
Cisco Identity Services Engine API 
참조 가이드, 릴리스 1.4
OL-26134-01
장      트러블슈팅을 위한 쿼리 API
  
쿼리 API 호출을 사용하여 Cisco ISE 트러블슈팅
This XML file does not appear to have any style information associated with it. The 
document tree is shown below.
-
<product name="Cisco Identity Services Engine">
<version>1.0.3.032</version>
<type_of_node>1</type_of_node>
</product>
실패 사유 API 호출
FailureReasons API 
호출을 사용하여 대상 노드에서 수행한 인증 상태 확인에서 반환되는 실패 
사유 목록을 반환할 수 있습니다. 이 섹션에서는 스키마 파일 출력 예시, 이 API 호출을 수행하여 
Cisco 
모니터링 ISE 노드에서 기록한 모든 실패 사유 목록을 요청하기 위한 절차, 이 API 호출이 
실행된 이후에 반환되는 실패 사유의 샘플을 제공합니다. 반환되는 각 실패 사유는 
에 표시
된 다음의 요소로 구성됩니다.
참고
실패 사유의 전체 목록에 액세스하기 위한 Cisco ISE 실패 사유 편집기 사용에 관한 자세한 내용은 
를 참고하십시오.
참고
또한 실패 사유 보고서를 표시하는 Cisco ISE 사용자 인터페이스(Monitor(모니터링) > Reports
(
보고서) > Catalog(카탈로그) > Failure Reasons(실패 사유))를 사용하여 실패 사유 보고서를 
확인할 수 있습니다.
FailureReasons API 
출력 스키마
이 샘플 스키마 파일은 대상 Cisco 모니터링 ISE 노드에 요청을 전송한 이후의 FailureReasons 
API 
호출에 대한 출력입니다.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="failureReasonList" type="failureReasonList"/>
  <xs:complexType name="failureReasonList">
    <xs:sequence>
      <xs:element name="failureReason" type="failureReason" minOccurs="0" 
maxOccurs="unbounded"/>
    </xs:sequence>
 3-1
Cisco Identity Services Engine 
제품
 
설명서
실패 사유 요소
실패 사유 ID
<failureReason id="11011">
코드
<11011 RADIUS listener failed>
원인
<Could not open one or more of the ports 
used to receive RADIUS requests>
해결책
<Ensure that the ports 1812, 1813, 1645 and 
1646 are not being used by another process 
on the system>