exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 159 discussion

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


Refer to the exhibit. An engineer attempts to configure a router on a stick to route packets between Clients, Servers, and Printers; however, initial tests show that this configuration is not working. Which command set resolves this issue?

  • A. interface Vlan10 no ip vrf forwarding Clients ! interface Vlan20 no ip vrf forwarding Servers ! interface Vlan30 no ip vrf forwarding Printers
  • B. router eigrp 1 network 10.0.0.0 255.255.255.0 network 172.16.0.0 255.255.255.0 network 192.168.1.0 255.255.255.0
  • C. interface Vlan10 no ip vrf forwarding Clients ip address 192.168.1.1. 255.255.255.0 ! interface Vlan20 no ip vrf forwarding Servers ip address 172.16.1.1 255.255.255.0 ! interface Vlan30 no ip vrf forwarding Printers ip address 10.1.1.1 255.255.255.0
  • D. router eigrp 1 network 10.0.0.0 255.0.0.0 network 172.16.0.0 255.255.0.0 network 192.168.1.0 255.255.0.0
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
BB234
Highly Voted 3 years, 11 months ago
Removing the VRF also removes the configured IP address
upvoted 21 times
cracanici
3 years, 9 months ago
not like this, it does not interface Vlan20 no ip vrf forwarding Servers ip address 172.16.1.2 255.255.255.0
upvoted 5 times
...
iAbdullah
3 years, 8 months ago
You right thank you
upvoted 1 times
...
...
FrameRelay
Highly Voted 2 years, 8 months ago
Selected Answer: C
Correct Answer is C. Just to add my vote to help clarify, once you remove the VRF from the interface, this also strips the IP address configuration previously configured, therefore remove the VRF and then configure the interface IP.
upvoted 15 times
...
Taskmaster79
Most Recent 6 months, 1 week ago
Selected Answer: C
VRFs are not needed for "router on a stick", The Answer is C.
upvoted 1 times
...
AbdullahMohammad251
9 months ago
Selected Answer: C
We need to remove VRF forwarding to advertise the VLAN networks from the global routing table. Inter-VLAN routing techniques: (1) Router on a stick: The router's interface connected to the switch, which has multiple VLANs, is configured to use subinterfaces to route traffic between the different VLANs). (2) SVI (switch virtual interface): A L3 switch routes traffic between the VLANs utilizing a virtual interface for each VLAN. The router will be used to advertise the VLAN networks to external networks. The example above is not a traditional router on a stick, It describes a Layer 3 switch configured with SVIs ('interface VLAN 10, 20, and 30' commands) to route traffic between the different VANs.
upvoted 2 times
...
[Removed]
1 year ago
Selected Answer: C
C is correct
upvoted 1 times
...
yellowswan
1 year, 9 months ago
hahaha, I thought it would configure a route leak between different VRFs, the answer told me just to delete the vrf directly!!
upvoted 1 times
...
goomisch
2 years, 1 month ago
C ofcourse. - to be honest I like answer like this, "good feature, turn it off" :)
upvoted 2 times
...
nushadu
2 years, 5 months ago
Selected Answer: C
as I understood it the idea of the question to migrate all IPs to the global routing table (GRT) if so "C" scenario should work
upvoted 2 times
...
Zikosheka
2 years, 8 months ago
C IPs will be removed, and we need to re-configure the IPs for each interface
upvoted 2 times
...
tckoon
2 years, 10 months ago
Only correct answer is C. Remove VRF from interface definately remove interface IP address. Trick of this answer C is it add back interface IP address with other than .1 which trigger panic to us. By right it will not work as clients GW IP is pointing to .1. ( likely mistake in the question preparation)
upvoted 1 times
tckoon
2 years, 7 months ago
type in answer C had been corrected by admin. the GW IP is .1
upvoted 1 times
...
...
redgi0
2 years, 10 months ago
Selected Answer: C
I choose C IP is removed. and it does make sense too. too dangerous to keep the IP, what do we do if that IP is duplicated ? IOU7(config)#int vlan10 IOU7(config-if)#do sh run int vlan10 Building configuration... Current configuration : 88 bytes ! interface Vlan10 vrf forwarding Customer1 ip address 192.168.1.1 255.255.255.0 end IOU7(config-if)#no vrf forwarding Customer1 % Interface Vlan10 IPv4 disabled and address(es) removed due to enabling VRF IOU7(config-if)#do sh run int vlan10 Building configuration... Current configuration : 39 bytes ! interface Vlan10 no ip address end
upvoted 2 times
...
kelapasawit
2 years, 10 months ago
Selected Answer: A
Removing VRF doesn't remove ip address. It required the router to reboot in order remove the configuration from the show run.
upvoted 1 times
...
aurthur
3 years, 4 months ago
A. interface Vlan10 no ip vrf forwarding Clients ! interface Vlan20 no ip vrf forwarding Servers ! interface Vlan30 no ip vrf forwarding Printers B. router eigrp 1 network 10.0.0.0 255.255.255.0 network 172.16.0.0 255.255.255.0 network 192.168.1.0 255.255.255.0 C. interface Vlan10 no ip vrf forwarding Clients ip address 192.168.1.2. 255.255.255.0 ! interface Vlan20 no ip vrf forwarding Servers ip address 172.16.1.2 255.255.255.0 ! interface Vlan30 no ip vrf forwarding Printers ip address 10.1.1.2 255.255.255.0 D. router eigrp 1 network 10.0.0.0 255.0.0.0 network 172.16.0.0 255.255.0.0 network 192.168.1.0 255.255.0.0
upvoted 9 times
...
diegodavid82
3 years, 7 months ago
Provided Answer is correct. C
upvoted 2 times
...
Nhan
3 years, 8 months ago
VRF is creating virtual router, there for there is no routing among those subnet, router on a stick is all subnet are creating in one router using sub interface or physical int but all int must be in one router
upvoted 3 times
...
cracanici
3 years, 9 months ago
not like this, it does not interface Vlan20 no ip vrf forwarding Servers ip address 172.16.1.2 255.255.255.0
upvoted 3 times
...
[Removed]
4 years ago
The given answer is correct
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 ...