ExamGecko
Question list
Search
Search

Question 220 - 200-901 discussion

Report
Export

Refer to the exhibit.

A network engineer wants to automate the port enable/disable process on specific Cisco switches. The engineer creates a script to send a request through RESTCONF and uses ietf as the YANG model and JSON as payload.

Which command enables an interface named Loopback1?

A.

enable_function(Loopback1, true, ‘iana-if-type:softwareLoopback’)

Answers
A.

enable_function(Loopback1, true, ‘iana-if-type:softwareLoopback’)

B.

enable_function(‘iana-if-type:softwareLoopback’, Loopback1, true,)

Answers
B.

enable_function(‘iana-if-type:softwareLoopback’, Loopback1, true,)

C.

def enable_function(‘iana-if-type:softwareLoopback’, Loopback1, false,)

Answers
C.

def enable_function(‘iana-if-type:softwareLoopback’, Loopback1, false,)

D.

def enable_function(Loopback1, true, ‘iana-if-type:softwareLoopback’)

Answers
D.

def enable_function(Loopback1, true, ‘iana-if-type:softwareLoopback’)

Suggested answer: D
asked 07/10/2024
ozgur yilmaz
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first