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
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
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.
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.
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)
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
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
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
This section is not available anymore. Please use the main Exam Page.350-401 Exam Questions
Log in to ExamTopics
Sign in:
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.
BB234
Highly Voted 3 years, 11 months agocracanici
3 years, 9 months agoiAbdullah
3 years, 8 months agoFrameRelay
Highly Voted 2 years, 8 months agoTaskmaster79
Most Recent 6 months, 1 week agoAbdullahMohammad251
9 months ago[Removed]
1 year agoyellowswan
1 year, 9 months agogoomisch
2 years, 1 month agonushadu
2 years, 5 months agoZikosheka
2 years, 8 months agotckoon
2 years, 10 months agotckoon
2 years, 7 months agoredgi0
2 years, 10 months agokelapasawit
2 years, 10 months agoaurthur
3 years, 4 months agodiegodavid82
3 years, 7 months agoNhan
3 years, 8 months agocracanici
3 years, 9 months ago[Removed]
4 years ago