200-901日本語 無料問題集「Cisco DevNet Associate Exam (200-901日本語版)」
左側の HTTP ステータス コードを右側の正しい説明にドラッグ アンド ドロップします。
正解:
Explanation:
1 - B, 2 - D, 3 - A, 4 - C
Reference:
https://www.cisco.com/c/en/us/support/docs/security/web-security-appliance/118217-troubleshoot-wsa-00.html
左側のネットワーク自動化インターフェイスを、右側のサポートされるトランスポート プロトコルにドラッグ アンド ドロップします。すべてのオプションが使用されるわけではありません。
正解:
Explanation:
Grpc == http/2 , netconfig == ssh , restconfig == https
展示を参照してください。会議が自動的に作成されるように、カスタムの会議予約システムを Cisco Webex と統合する必要があります。サンプル会議を作成するには、下部のコードを、コードがないボックスにドラッグ アンド ドロップします。すべてのオプションが使用されるわけではありません。
正解:
Explanation:
展示を参照してください。
ある会社が最近、新しい IP ベースのセキュリティ カメラを導入しました。エンジニアリング チームと協議した結果、セキュリティ カメラのトラフィックを他のトラフィックとセグメント化することに決定しました。エンジニアは、セキュリティ カメラのトラフィックに新しい VLAN 10 を割り当てました。すべてのデバイスの設定が完了した後、カメラがインターネットにアクセスできないように見えます。数分間のデバッグの後、エンジニアは問題をルーターの設定に限定しました。問題の原因は何でしょうか。
ある会社が最近、新しい IP ベースのセキュリティ カメラを導入しました。エンジニアリング チームと協議した結果、セキュリティ カメラのトラフィックを他のトラフィックとセグメント化することに決定しました。エンジニアは、セキュリティ カメラのトラフィックに新しい VLAN 10 を割り当てました。すべてのデバイスの設定が完了した後、カメラがインターネットにアクセスできないように見えます。数分間のデバッグの後、エンジニアは問題をルーターの設定に限定しました。問題の原因は何でしょうか。
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
空白を埋めて、ユーザー「devnetuser」の APIC-EM REST API を使用してサービス チケットを要求する Python スクリプトを完成させます。
devnetuser、リクエスト、ヘッダー
devnetuser、リクエスト、ヘッダー
正解:
Solution as below
To request a service ticket using the APIC-EM REST API, the following Python script can be used:
* Import necessary libraries (requests and json).
* Define the APIC-EM controller's URL.
* Create the payload with the username and password.
* Set the header to specify the content type as JSON.
* Make a POST request to the /api/v1/ticket endpoint with the payload and header.
* Parse the JSON response to extract the service ticket.
References:
* Cisco DevNet Associate Exam Topics: APIs and Automation (understanding how to use REST APIs)
* APIC-EM API Documentation (provides details on endpoints and request structures)
To request a service ticket using the APIC-EM REST API, the following Python script can be used:
* Import necessary libraries (requests and json).
* Define the APIC-EM controller's URL.
* Create the payload with the username and password.
* Set the header to specify the content type as JSON.
* Make a POST request to the /api/v1/ticket endpoint with the payload and header.
* Parse the JSON response to extract the service ticket.
References:
* Cisco DevNet Associate Exam Topics: APIs and Automation (understanding how to use REST APIs)
* APIC-EM API Documentation (provides details on endpoints and request structures)