exam questions

Exam 350-501 All Questions

View all questions & answers for the 350-501 exam

Exam 350-501 topic 1 question 219 discussion

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


Refer to the exhibit. What does this REST API script configure?

  • A. VRF
  • B. interface with IP address 192.168.0.1
  • C. application profile
  • D. public community string for SNMP
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Seele
10 months, 1 week ago
From this link: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/4-x/rest-api-config/Cisco-APIC-REST-API-Configuration-Guide-401/Cisco-APIC-REST-API-Configuration-Guide-401_chapter_01101.html Configure the tenant, VRF, and bridge domain. (Answer A) The example is pretty much identical to the question. Now, on step 3 of link: Configure the node and interface. This example configures VRF v1 on node 103 (the border leaf switch), with the node profile, nodep1, and router ID 11.11.11.103. It also configures interface eth1/3 as a routed interface (Layer 3 port), with IP address 12.12.12.1/24 and Layer 3 domain dom1. Clearly, what the step said is configure node and INTERFACE. Basically Answer B is talking about this one. Correct answer is A.
upvoted 3 times
...
Landawap
10 months, 1 week ago
Selected Answer: B
<fvRsCtx tnFvCtxName="v1"/>: This creates a relationship between the Bridge Domain "bd1" and the context "v1." It associates the Bridge Domain with the VRF context, allowing Layer 3 routing between different Bridge Domains. <fvSubnet ip="44.44.44.1/24" scope="public"/>: This defines a subnet with the IP address "44.44.44.1/24" within the Bridge Domain "bd1." The "scope" attribute specifies the scope of the subnet, and in this case, it is set to "public." <fvRsBDToOut tnL3extOutName="l3out1"/>: This creates a relationship between the Bridge Domain "bd1" and the external Layer 3 Out (L3Out) named "l3out1." L3Outs provide connectivity between the ACI fabric and external networks, such as the Internet or other data centers.
upvoted 3 times
Landawap
10 months, 1 week ago
Bridge Domain "bd1" can be considered an interface
upvoted 2 times
...
...
Worgen44
11 months, 3 weeks ago
Selected Answer: A
A is correct, look at the example in https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/4-x/rest-api-config/Cisco-APIC-REST-API-Configuration-Guide-401/Cisco-APIC-REST-API-Configuration-Guide-401_chapter_01101.html
upvoted 1 times
...
DUsoo
1 year, 2 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
thejag
1 year, 4 months ago
Selected Answer: A
A The configuration is from the example in the Cisco document for "Configure the tenant, VRF, and bridge domain." https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/4-x/rest-api-config/Cisco-APIC-REST-API-Configuration-Guide-401/Cisco-APIC-REST-API-Configuration-Guide-401_chapter_01101.html
upvoted 1 times
...
hk9042
2 years, 4 months ago
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/4-x/rest-api-config/Cisco-APIC-REST-API-Configuration-Guide-401/Cisco-APIC-REST-API-Configuration-Guide-401_chapter_01101.html onfigure the tenant, VRF, and bridge domain. This example configures tenant t1 with VRF v1 and bridge domain bd1. The tenant, VRF, and BD are not yet deployed. Example: <fvTenant name="t1"> <fvCtx name="v1"/> <fvBD name="bd1"> <fvRsCtx tnFvCtxName="v1"/> <fvSubnet ip="44.44.44.1/24" scope="public"/> <fvRsBDToOut tnL3extOutName="l3out1"/> </fvBD>/> </fvTenant>
upvoted 4 times
...
elroy909
2 years, 5 months ago
I doubt its A as can’t see and RD or RT, more likely to be B as would be adding ip to an exiting interface where the vrf is already configured. So I’d go with B
upvoted 4 times
...
rm868
2 years, 6 months ago
I think its A. This is a script for a tenant, vrf and a bridge-domain. Reference. https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/2-x/rest_cfg/2_1_x/b_Cisco_APIC_REST_API_Configuration_Guide/b_Cisco_APIC_REST_API_Configuration_Guide_chapter_01110.html
upvoted 2 times
...
jefranca
2 years, 7 months ago
I guess is A see: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/4-x/rest-api-config/Cisco-APIC-REST-API-Configuration-Guide-401/Cisco-APIC-REST-API-Configuration-Guide-401_chapter_01010.html
upvoted 1 times
jefranca
2 years, 7 months ago
But it can be "B", as it is within the interface context
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 ...