exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 220 discussion

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


Refer to the exhibit. The information in the exhibit was obtained by using RESTCONF and querying URI /restconf/data/native/ip/route.
Which RESTCONF call and which JSON code is used to add a new IP route to a network of 172.30.200.0/24 through the GigabitEthernet2 interface? (Choose two.)
A.

B.

C.

D.

E.

F.

Show Suggested Answer Hide Answer
Suggested Answer: BE

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
isaacmejia
6 months, 2 weeks ago
the correct payload is: So im going with BE { "Cisco-IOS-XE-native:route": { "ip-route-interface-forwarding-list": [ { "prefix": "192.168.10.0", "mask": "255.255.255.0", "fwd-list": [ { "fwd": "192.168.1.2" } ] } ] } }
upvoted 3 times
...
ThePokemonNuzlockingMaster
11 months, 1 week ago
I tested this in a lab and am getting the same error that i9t6 got. It's definitely C& E
upvoted 1 times
Pecoto
10 months, 1 week ago
Testing with cisco don't add up I will go with B E
upvoted 1 times
...
...
i9t6
11 months, 2 weeks ago
Correct are C & E, B returns following error: { "ietf-restconf:errors": { "error": [ { "error-type": "application", "error-tag": "malformed-message", "error-path": "/Cisco-IOS-XE-native:native/ip/route", "error-message": "unknown element: route in /ios:native/ios:ip/ios:route/ios:route" } ] } }
upvoted 1 times
...
Teringzooi
1 year, 8 months ago
Correct answers: B & E Post = create new POST https://host:port/restconf/data/native/ip/route/ip-route-interface-forward-list/ https://blogs.cisco.com/developer/363-multiplekeysrestconf-01
upvoted 3 times
...
designated
1 year, 9 months ago
B and E are correct: POST to create new object to POST https://host:port/restconf/data/native/ip/route/ip-route-interface-forward-list/
upvoted 3 times
...
dexilec82
2 years, 3 months ago
Answer is B,E
upvoted 1 times
...
python_tamer
2 years, 3 months ago
I'm a bit confused by this. If you google for "Cisco-IOS-XE-native:route" (with the quotes) you get 0/zero results!! So surely it cannot be right? I think the answer is CE.
upvoted 3 times
testingrealname
2 years, 1 month ago
I think is BE, it is sure that the native:route is not in google or any-were but the questions explicitly tells you "Based on" so you should be using the response as reference, and maybe in real world the best usage is native:ip route but according to the question B and E should be right.
upvoted 1 times
...
vasilyok
2 years, 3 months ago
https://blogs.cisco.com/developer/363-multiplekeysrestconf-01
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 ...