Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Cisco Implementing Cisco Data Center Core Technologies (350-601 DCCOR) 350-601 Question # 105 Topic 11 Discussion

Cisco Implementing Cisco Data Center Core Technologies (350-601 DCCOR) 350-601 Question # 105 Topic 11 Discussion

350-601 Exam Topic 11 Question 105 Discussion:
Question #: 105
Topic #: 11

350-601 Question 105

Refer to the exhibit. An engineer uses Python in Cisco NX-OS guest shell to retrieve the configuration of the EIGRP ASN on interface eth1/1. The engineer has written this script:

350-601 Question 105

Which command set must be used to retrieve the value of the “asn” key?


A.

> > > output = json.loads(cli( ' show ip eigrp neighbors ' )) > > > output[ ' TABLE_asn ' ][ ' ROW_asn ' ][ ' asn ' ]


B.

> > > output = json.loads(cli( ' show ip eigrp neighbors ' )) > > > output[ ' asn ' ]


C.

> > > output = json.dumps(cli( ' show ip eigrp neighbors ' )) > > > output[ ' asn ' ]


D.

> > > output = json.dumps(cli( ' show ip eigrp neighbors ' )) > > > output[ ' TABLE_asn ' ][ ' ROW_asn ' ][ ' asn ' ]


Get Premium 350-601 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.