Cisco 300-635 - Cisco Automating and Programming Cisco Data Center Solutions Certification Exam
Question #1 (Topic: demo questions)
Which procedure accesses the REST API browser within Cisco UCS Director?
Correct Answer: C
Explanation not available for this question.
Question #2 (Topic: demo questions)
mo_dir = cobra.mit.access.MoDirectory(cobra.mit.session.LoginSession(apic_url, username, password))
mo_dir.login()
cq = cobra.mit.access.ClassQuery('fvCEp')
cq.subtree = 'full'
objlist = mo_dir.query(cq)
for mo in objlist:
print "MAC: " + mo.mac + "|" + "IP: " + mo.ip
Correct Answer: C
Explanation not available for this question.
Question #3 (Topic: demo questions)
switch(config)# telemetry
switch(config-telemetry)# sensor-group 100
switch(config-tm-sensor)# path sys/intf/phys-[eth1/1] depth 0
switch(config-tm-sensor)# destination-group 100
switch(config-tm-dest)# ip address 1.2.3.4 port 50004
switch(config-tm-dest)# ip address 1.2.3.4 port 50005
switch(config-tm-sensor)# destination-group 200
switch(config-tm-dest)# ip address 5.6.7.8 port 50001 protocol HTTP encoding JSON
switch(config-tm-dest)# ip address 1.4.8.2 port 50003
switch(config-tm-dest)# subscription 100
switch(config-tm-sub)# snsr-grp 100 sample-interval 10000
switch(config-tm-sub)# dst-grp 100
switch(config-tm-sub)# dst-grp 200
Correct Answer: C
Explanation not available for this question.
Question #4 (Topic: demo questions)
Which two benefits of using network configuration tools such as Ansible and Puppet to automate data center platforms are valid? (Choose two )
Correct Answer: A, B
Explanation not available for this question.