版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、CCNP ENAUTO思科网络工程师题库QUESTION 1What are two characteristics of RPC API calls? (Choose two.)A.They can be used only on network devices.B.They use only UDP for communications.C.Parameters can be passed to the calls.D.They must use SSL/TLS.E.They call a single function or service.Correct Answer: ACSecti
2、on: Network Programmability Foundation ExplanationExplanation/Reference:Reference: /onlinepubs/9629399/chap6.htmQUESTION 2 Which two actions do Python virtual environments allow users to perform? (Choose two.)A.Simplify the CI/CD pipeline when checking a project into a version control system, such a
3、s Git.B.Efficiently port code between different languages, such as JavaScript and Python.C.Run and simulate other operating systems within a development environment.D.Quickly create any Python environment for testing and debugging purposes.E.Quickly create an isolated Python environment with module
4、dependencies.Correct Answer: DESection: Network Programmability Foundation ExplanationExplanation/Reference:Reference: /python-virtual-environments-a-primer/QUESTION 3 What are two benefits of leveraging Ansible for automation of Cisco IOS XE Software? (Choose two.)A.Ansible playbooks are packaged a
5、nd installed on IOS XE devices for automatic execution when an IOS device reboots.B.All IOS XE operating systems include Ansible playbooks for basic system administration tasks.C.It is a device-independent method for automation and can be used with any type of device or operating system.D.Ansible pl
6、aybooks can be written from the IOS XE EXEC command line to configure the device itself.E.It does not require any modules of software except SSH to be loaded on the network device.Correct Answer: ACSection: Network Programmability Foundation ExplanationExplanation/Reference:Reference: /learning/modu
7、les/intro-ansible-iosxe/ansible-overview/step/4QUESTION 4Refer to the exhibit. The task is to create a Python script to display an alert message when a Meraki MX Security Appliance goes down. The exhibit shows sample data that is received. Which Python snippet displays the device name and the time a
8、t which the switch went down? A.B.C.D.Correct Answer: BSection: Network Programmability Foundation ExplanationExplanation/Reference: QUESTION 5Refer to the exhibit. The goal is to write a Python script to automatically send a message to an external messaging application when a rogue AP is detected o
9、n the network. The message should include the broadcast SSID that is in the alert. A function called “send_to_application” is created, and this is the declaration:send_to_application(message)The exhibit also shows the data that is received by the application and stored in the variable return_val. Wh
10、ich Python code completes the task? A.B.C.D.Correct Answer: ASection: Network Programmability Foundation ExplanationExplanation/Reference:ExplanationFor number in range value is required for the application to send the alert. Bssids are also included.QUESTION 6Which two features are foundations of a
11、 software-defined network instead of a traditional network? (Choose two.)A.control plane and data plane are tightly coupledB.build upon a robust software stackC.requires device by device-level configurationsD.automated through expressed intent to a software controllerE.requires significant physical
12、hardware resourcesCorrect Answer: BDSection: Network Programmability Foundation ExplanationExplanation/Reference:Explanation:In traditional networks, control plane and data plane are coupled tightly. It also requires device by device configurations and of course, it uses physical hardware resources
13、to function. Whereas, SDN is based on a software stack. In Cisco SDNs are automated through expressed intent to a software controller.QUESTION 7A new project called “device_status” must be stored in a central Git repository called “device_status” with the first file named “device_status.py”. The Git
14、 repository is created using the account python_programmer. Which set of commands inserts the project into Git? A.B.C.D.Correct Answer: ASection: Network Programmability Foundation ExplanationExplanation/Reference:Reference: /en/github/importing-your-projects-to-github/adding-an-existing-project-to-
15、github-using-the-command-lineQUESTION 8 What are two characteristics of synchronous calls to APIs? (Choose two.)A.They can be used only with certain programming languages.B.They make your application less portable, so asynchronous calls are preferred.C.They can add perceived latency to your applicat
16、ion if data is not received.D.They block until a response is returned from the servers.E.They do not block while waiting for the API to be processed.Correct Answer: CESection: Network Programmability Foundation ExplanationExplanation/Reference:Reference: /display/40API/Synchronous+and+Asynchronous+A
17、PIsQUESTION 9Refer to the exhibit. What is the result when running the Python scripts?A.s1B.s2C.s1, s2, s3D.s3Correct Answer: BSection: Network Programmability Foundation ExplanationExplanation/Reference:Explanation:QUESTION 10Refer to the exhibit. Which type of YANG container is described by the JS
18、ON instance provided?A.interface-configurationsB.activeC.interface-nameD.descriptionCorrect Answer: A Section: Automate APIs and Protocols ExplanationExplanation/Reference:Reference: /c/en/us/td/docs/routers/asr9000/software/asr9k-r7-0/programmability/configuration/guide/b-programmability-cg-asr9000
19、-70 x/b-programmability-cg-asr9000-70 x_chapter_011.html QUESTION11Refer to the exhibit. Which NETCONF protocol operation is used to interact with the YANG model?A.B.C.D.Correct Answer: ASection: Automate APIs and Protocols ExplanationExplanation/Reference:Reference: /c/en/us/td/docs/routers/crs/sof
20、tware/crs-r6-4/programmability/configuration/guide/b-programmability-cg-crs-64x.pdfQUESTION 12Refer to the exhibit. How many YANG models does the NETCONF operation interact with?A.oneB.twoC.threeD.fourCorrect Answer: ASection: Automate APIs and Protocols ExplanationExplanation/Reference:Explanation:
21、The get operation tag is at the beginning of the document. It interacted only with NTP and its related services. There get operation interacted only with one model.QUESTION 13 Which statement describe the difference between OpenConfig and native YANG data models?A.Native models are designed to be in
22、dependent of the underlying platform and are developed by vendors and standards bodies, such as the IETF.B.Native models are developed by individual developers and designed to apply configurations on platforms.C.OpenConfig models are developed by vendors and designed to integrate to features or conf
23、igurations that are relevant only to that platform.D.Native models are developed by vendors and designed to integrate to features or configurations that are relevant only to that platform.Correct Answer: ASection: Automate APIs and Protocols ExplanationExplanation/Reference:Reference: HYPERLINK /c/e
24、n/us/products/collateral/switches/nexus-9000-series- /c/en/us/products/collateral/switches/nexus-9000-series-switches/white-paper-c11-741518.html QUESTION 14Refer to the exhibit. An engineer creates a Python script using RESTCONF to display hostname information. The code must be completed so that it
25、 can be tested. Which string completes the highlighted areas in the exhibit?A.yang-data+jsonB.yang +jsonC.yang.data+jsonD.jsonCorrect Answer: ASection: Automate APIs and Protocols ExplanationExplanation/Reference:Reference: /c/en/us/td/docs/ios-xml/ios/prog/configuration/166/b_166_programmability_cg
26、/restconf_prog_int.htmlQUESTION 15 Which statement is true for Cisco IOS XE Software?A. RESTCONF supports JSON and XML and NETCONF supports XML. B. RESTCONF supports XML and NETCONF supports JSON and XML.C. RESTCONF and NETCONF supports JSON and XML.D. RESTCONF supports XML and NETCONF supports JSON
27、.Correct Answer: ASection: Automate APIs and Protocols Explanation Explanation/Reference:Reference: /c/en/us/td/docs/ios-xml/ios/prog/configuration/169/b_169_programmability_cg/restconf_programmable_interface.htmlQUESTION 16 Which curl command is used to update the SNMP community of network ID “1234
28、567” to read-only? A.B.C.D.Correct Answer: BSection: Automate APIs and Protocols ExplanationExplanation/Reference:Explanation:PUT is used to update the snmp network ID. The access has to be community and not users. Therefore, option B is correct.QUESTION 17Refer to the exhibit. Which NETCONF stateme
29、nt type is represented by +-rw address* ip?A.listB.leaf-listC.containerD.submoduleCorrect Answer: ASection: Automate APIs and Protocols ExplanationExplanation/Reference:Explanation:Symbols after data node names: ? means an optional node, ! means a presence container, and * denotes a list and leaf-li
30、st.QUESTION 18 The automation engineer must replace device configuration using RESTCONF. How is this configured using the Python library Requests?A.delete()B.post()C.put()D.patch()Correct Answer: CSection: Automate APIs and Protocols Explanation Explanation/Reference:Reference: /c/en/us/td/docs/ios-
31、xml/ios/prog/configuration/166/b_166_programmability_cg/restconf_prog_int.htmlQUESTION 19Which two Netmiko methods are used to configure a device? (Choose two.)A.send_config()B.send_control_from_file()C.send_config_set()D.send_command()E.send_config_from_file()Correct Answer: CESection: Network Devi
32、ce Programmability ExplanationExplanation/Reference:Reference: /blog/automation/netmiko.htmlQUESTION 20Refer to the exhibit. An engineer creates an Ansible playbook to configure VRF information using a local_vrfs variable. The code must be completed so that it can be tested. Which string completes t
33、he code?A.presentB.upC.on D. activeCorrect Answer: ASection: Network Device Programmability ExplanationExplanation/Reference:Reference: /ansible/latest/modules/ios_vrf_module.htmlQUESTION 21DRAG DROPDrag and drop the commands to the Ansible playbook that applies configuration to an interface on a Ci
34、sco IOS XE device. Not all options are used.Select and Place:Correct Answer:Section: Network Device Programmability ExplanationExplanation/Reference:Reference: /?p=464QUESTION 22Refer to the exhibit. Which XML tag completes this NETCONF telemetry subscription with a Cisco IOS XE device?A.crontab B.c
35、adenceC.frequencyD.periodCorrect Answer: DSection: Network Device Programmability ExplanationExplanation/Reference:Reference: /c/en/us/td/docs/ios-xml/ios/prog/configuration/1610/b_1610_programmability_cg/model_driven_telemetry.htmlQUESTION 23 Which two statements are benefits of YANG-push telemetry
36、 data over traditional data collection methods? (Choose two.)A.The subscription requests use less bandwidth than SNMP polls.B.It uses UDP rather than TCP.C.You can precisely define data subscriptions.D.It scales better than SNMP.E.It is supported on more devices than SNMP.Correct Answer: BCSection:
37、Network Device Programmability ExplanationExplanation/Reference:Reference: /id/draft-song-ntf-01.htmlQUESTION 24FILL BLANKFill in the blank to complete the statement.Correct Answer: Zero touch provisioning (ZTP) Section: Network Device Programmability ExplanationExplanation/Reference:Reference: /doc
38、s/ios-xe/#!day-zero-provisioning-quick-start-guideQUESTION 25 Which tag is required when establishing a YANG-push subscription with a Cisco IOS XE device?A.B.C.D.Correct Answer: DSection: Network Device Programmability ExplanationExplanation/Reference:Reference: /c/en/us/td/docs/ios-xml/ios/prog/con
39、figuration/1612/b_1612_programmability_cg/model_driven_telemetry.htmlQUESTION 26Refer to the exhibits. An engineer creates a Python scripts using ncclient to display interface information. The code must be completed so that it can be tested. Which expression completes the highlighted section in the
40、format call?QUESTION 27Refer to the exhibit. What is the correct ncclient method to use to collect the running configuration of a Cisco IOS XE device that uses NETCONF?A.config=m.copy_config(source=running)B.config=m.get(source=running)C.config=m.collect_config(source=running)D.config=m.get_config(s
41、ource=running)Correct Answer: ASection: Network Device Programmability ExplanationExplanation/Reference:Reference: https:/ncclient.readthedocs.io/en/latest/QUESTION 28FILL BLANKFill in the blanks to complete this API request against the Cisco SD_WAN vManage Statistics API, which specified a deviceId
42、 of 260faff9-2d31-4312-cf96-143b46db0211, a local-color of biz-internet, and a remote-color of gold.Correct Answer: deviceID=, local-color, remote-colorSection: Network Device ProgrammabilityExplanation Explanation/Reference:Reference:/Product_Documentation/Command_Reference/Command_Reference/vManag
43、e_REST_APIs/Real-Time_Monitoring_APIs/Application-Aware_Routing#StatisticsQUESTION 29What does the command boot ipxe forever switch 1 perform when executed on a Cisco IOS XE device?A.It continuously sends DHCP requests for iPXE until the device boots with an image.B.It continuously sends DNS request
44、s for iPXE until the device restarts.C.It continuously sends DNS requests for iPXE until the device boots with an image.D.It continuously sends DHCP requests for iPXE until the device restarts.Correct Answer: ASection: Network Device Programmability ExplanationExplanation/Reference:Reference: /c/en/
45、us/td/docs/switches/lan/catalyst3850/software/release/16-5/configuration_guide/prog/b_165_prog_3850_cg/ipxe.htmlQUESTION 30 The Cisco DNA Center Sites API must be used to add a device to a site, but only the site name is available. Which API call must be used to retrieve the site identifier so that
46、the device can be properly added to the network?A./dna/intent/api/site/siteIdB./dna/intent/api/siteC./dna/intent/api/v1/siteD./dna/intent/api/v1/site/siteNameCorrect Answer: C Section: Cisco DNA Center ExplanationExplanation/Reference:Reference: /t5/networking-blogs/welcome-to-the-dna-center-api-sup
47、port-community/ba-p/3663632QUESTION 31When a Grafana dashboard is built to receive network events from Cisco DNA Center, which integration bundle is enabled to send notifications?A.Basic ITSM CMDB SynchronizationB.DNA Center Rest APIC.Network Events for REST API EndpointD.Network Issue Monitor and E
48、nrichment for ITSMCorrect Answer: B Section: Cisco DNA Center ExplanationExplanation/Reference:Reference: /c/en/us/td/docs/cloud-systems-management/network-automation-and-management/dna-center/1-3/admin_guide/b_cisco_dna_center_admin_guide_1_3/b_dnac_admin_guide_1_2_10_chapter_010.htmlQUESTION 32 Wh
49、ich field must be completed in Cisco DNA Center when a network discovery is initiated?A.SNMP read community stringB.Enable passwordC.NETCONF portD.Discovery type Correct Answer: D Section: Cisco DNA Center ExplanationExplanation/Reference:Reference: /c/dam/en_us/training-events/product-training/dnac
50、-13/DNAC13_AddingDevicesByUsingDiscovery.pdf (p.26)QUESTION 33 Webhook that are generated by Cisco DNA Center are REST calls with which properties?A.JSON payload delivered via PUTB.XML payload delivered via POSTC.JSON payload delivered via POSTD.XML payload delivered via PUTCorrect Answer: A Section
51、: Cisco DNA Center ExplanationExplanation/Reference:Reference: /docs/dna-center/#!using-id-values-in-rest-requestsQUESTION 34Which two API calls are used to trigger a device configuration sync in Cisco DNA Center? (Choose two.)A.PUT /dna/intent/api/v1/network-deviceB.PUT /dna/intent/api/v1/network-d
52、evice/sync-allC.PUT /dna/intent/api/v1/network- device/networkDeviceId/syncD.PUT /dna/intent/api/v1/network-device/syncE.POST /dna/intent/api/v1/network- device/networkDeviceId/syncCorrect Answer: CE Section: Cisco DNA Center ExplanationExplanation/Reference:Reference:/CiscoDevNet/DNAC-JAVA-SDK/tree
53、/master/DnacAppApiQUESTION 35DRAG DROPA Cisco DNA Center script must be written to retrieve a list of interfaces on a switch. Drag and drop the API calls that are needed to return the list of interfaces using the Command Running APIs from the left into the correct sequence on the right.Select and Pl
54、ace:Correct Answer:Section: Cisco DNA Center ExplanationExplanation/Reference:Reference: /docs/dna-center/#!using-id-values-in-rest-requestsQUESTION 36A network administrator must troubleshoot a network issue using Cisco DNA Center. Which API request helps to determine issue details, impacted hosts,
55、 or suggested actions for the resolution?A./dna/intent/v1/issuesB./dna/intent/api/v1/issuesC./dna/intent/v1/issue-enrichment-detailsD./dna/api/v1/client-health/issuesCorrect Answer: B Section: Cisco DNA Center ExplanationExplanation/Reference:ExplanationThe intent/api/v1/issues request determine iss
56、ue details, hosts impacted and suggests actions for resolution.QUESTION 37 Which two network assurance features are provided by the Cisco DNA Center API? (Choose two.)A.site healthB.license compliance healthC.client healthD.Cisco APIC appliance healthE.Cisco DNA Center appliance healthCorrect Answer
57、: AC Section: Cisco DNA Center ExplanationExplanation/Reference:Reference: /c/en/us/td/docs/cloud-systems-management/network-automation-and-management/dna-center/1-2/user_guide/b_dnac_ug_1_2/b_dnac_ug_1_2_chapter_010011.htmlQUESTION 38 In which direction does the Cisco DNA Center Intent API communic
58、ate?A.westboundB.eastboundC.northboundD.southboundCorrect Answer: C Section: Cisco DNA Center ExplanationExplanation/Reference:Explanation:The Intent API is a Northbound REST API that exposes specific capabilities of the Cisco DNA Center platform. The Intent API provides policy-based abstraction of
59、business intent, allowing focus on an outcome rather than struggling with individual mechanisms steps. The RESTful Cisco DNA Center Intent API uses HTTPS verbs (GET, POST, PUT, and DELETE) with JSON structures to discover and control the network.Reference: /docs/dna-center/#!cisco-dna-center-platfor
60、m-overview/intent-api-northboundQUESTION 39Which two features are characteristics of software-defined networks when compared to traditional infrastructure? (Choose two.)A.configured box-by-boxB.changed manuallyC.use overlay networksD.designed to changeE.require software development experience to man
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 公证机构评定报告
- 2025-2030年纸餐巾行业市场营销创新战略制定与实施分析研究报告
- 2025-2030年深海油气勘探数据服务行业跨境出海战略分析研究报告
- 2025-2030年水泥回转窑预热器用长寿命耐火砖企业制定与实施新质生产力战略分析研究报告
- 2025-2030年储氢瓶塑料内胆行业跨境出海战略分析研究报告
- 2025-2030年智能化轮椅折叠与收纳设计行业跨境出海战略分析研究报告
- 公司级的见证取样制度
- 2026年医疗投放房屋租赁协议
- 2026年注册土木工程师(水利水电)之专业知识考试彩蛋押题及参考答案详解【满分必刷】
- 2026年自动叉车技术考试综合练习(网校专用)附答案详解
- 2026年湖南省长沙市高一下学期期中模拟考试历史自编试卷01(统编版范围:《中外纲要史下》第1-11课)(试卷及参考答案)
- 2026青岛版(五四制)小学二年级数学下册主题活动《时间与生活》练习题(含答案解析)
- 四川巨鑫机电设备生产组装项目项目环境影响报告表
- 【2026年】汽车驾驶员(技师)考试题及答案
- 雨课堂学堂在线学堂云《机器学习实践(北京理工)》单元测试考核答案
- 世界经济概论知识点
- 2025航空工业信息技术中心(金航数码)校招备考题库必考题
- 深度解析(2026)《NYT 1965.1-2010 农药对作物安全性评价准则 第 1 部分:杀菌剂和杀虫剂对作物安全性评价室内试验方法》
- 2026年初级药剂师试题题库(答案+解析)
- 生产事故案例题库及答案
- GB/T 21402-2025农业灌溉设备灌溉首部
评论
0/150
提交评论