exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 509 discussion

Actual exam question from Cisco's 200-901
Question #: 509
Topic #: 1
[All 200-901 Questions]

DRAG DROP
-



Refer to the exhibit. Drag and drop the code from the bottom onto the box where the code is missing to configure the GigabitEthernet 3 interface. Not all options are used.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
daniii89
4 months, 3 weeks ago
interface = model.Native.Interface.GigabitEthernet() interface.ip.address.primary.address = '172.16.10.10' interface.ip.address.primary.mask = '255.255.255.0' crud.update(provider, interface)
upvoted 1 times
...
ExamNinja1
5 months ago
update on the last one.. The interface has already been created on the device.
upvoted 2 times
...
jbmac
9 months, 1 week ago
The provided solution is correct. interface = model.Native.Interface.GigabitEthernet() interface.name = '3' interface.description = 'Interface Description' interface.ip.address.primary.address = '172.16.10.10' interface.ip.address.primary.mask = '255.255.255.0' crud.create(provider, interface)
upvoted 2 times
...
Ghneuma
12 months ago
I think the last one is crud.update(provider, interface).
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...