The user at 192.168.150.10 can reach the physical router but CANNOT reach edge-2 or any virtual machines.
What routing change would resolve the issue?
A.
Enable Default Originate on edge-2 for OSPF.
B.
Configure static routes on the physical router.
C.
Enable route redistribution on edge-2 between both routing protocols.
D.
Enable Default Originate on edge-2 for BGP
I Guess Option B is correct.
Should be C
need redistribution to enable 2-way communication
I agree with Matz, should be B.
The user is unable to reach EDGE-2 which is on the same subnet as the phy router’s 192.168.100.1 interface. This is before BGP routing tables comes into play – hence a missing static route on the phy router is the likely cause.
Between Physical Router and ESG exist BGP protocol, so static routes are not needed.
Should be C.
(1/Nov/2017 Updated) New 2V0-642 Exam Questions:
NEW QUESTION 3
Which action is not an option for adding Virtual Machines to a Security Group?
A. Adding Virtual Machines to a Security Group and nesting it within another Security Group.
B. Defining Dynamic Membership in the Security Group.
C. Adding Virtual Machines to a Security Policy and associating it with a Security Group.
D. Selecting objects to include within a Security Group.
Answer: C
NEW QUESTION 4
From the NSX Edge CLI, which command would show VIP statistics?
A. show service loadbalancer pool
B. show service loadbalancer virtual
C. show service loadbalancer monitor
D. show service loadbalancer
Answer: B
NEW QUESTION 5
An NSX administrator notices that when configuring Flow Monitoring, the graphs do not include the IPFix flows. Where are these flows displayed?
A. In the IPFix collector’s interface
B. In the Flow Monitor UI
C. In the vRealize Operations UI
D. In the IPFix tab of the NSX Manager UI
Answer: A
NEW QUESTION 6
An administrator is deploying NSX in a Cross-vCenter configuration across three data centers located 100 miles apart Datacenter-1 and Datacenter-3 already have NSX deployed locally and Datacenter-2 does not have NSX deployed yet. What is the correct order of steps to configure all three data centers for this solution?
A. Step 1 Remove the NSX manager from Datacenter-1 and Datacenter-3
Step 2 Reinstall all three NSX managers at the same time
Step 3 Deploy a universal transport zone
Step 4 Deploy a universal distributed logical router
B. Step 1 Deploy an NSX manager at Dataeenter-2
Step 2 Change the roles of the NSX managers in Datacentar-1 and Datacenter-3 to Transit Mode
Step 3 Deploy a universal transport zone
Step 4 Configure the Primary and Secondary roles on all three NSX managers
C. Step 1 Deploy an NSX manager in Datacenter 2
Step 2 Update the NSX manager role in Datacenter-1 to Primary
Step 3 Update the roles in Dafacenter-2 and Datacentar-3 to Secondary
Step 4 Deploy a universal transport zone
D. Step 1 Deploy the NSX manager at Datacenter-2
Step 2 Update the NSX manager role in Datacenter-1 to Primary
Step 3 Deploy a universal transport zone
Step 4 Deploy a universal distributed logical router
Answer: D
NEW QUESTION 7
A security administrator needs to create a Security Group based on an Active Directory group. However, AD Groups are not available as an option. What must the administrator configure before AD Groups are available?
A. Guest Introspection virtual machines must be joined to the domain
B. Inventory Service must be registered with a domain account
C. NSX Manager must be registered with Active Directory
D. NSX Controller must be registered with Active Directory
Answer: C
NEW QUESTION 8
What is one of the benefits of a spine-leaf network topology?
A. A loop prevention protocol is not required
B. Automatic propagation of security policies to all nodes
C. Allows for VXl ANs to be defined in h traditional network topology
D. Network virtualization relies on spine leaf topologies to create logical switches
Answer: D
NEW QUESTION 9
What is the most restrictive NSX role that can be used to create and publish security policies and install virtual appliances?
A. Security Administrator
B. NSX Administrator
C. Auditor
D. Enterprise Administrator
Answer: D
NEW QUESTION 10
In a Cross-vCenter NSX deployment, what are two requirements that must be met in order for an administrator to deploy both universal logical switches and local logical switches within the same vCenter instance? (Choose two.)
A. A universal distributed logical router must be created.
B. A logical distributed router must be created.
C. A universal transport zone must be created.
D. A local transport zone must be created.
Answer: CD
NEW QUESTION 11
The fact that NSX Data Security has visibility into sensitive data provides which two benefits? (Choose two.)
A. It helps address compliance and risk management requirements.
B. It acts as a forensic tool to analyze TCP and UDP connections between virtual machines.
C. It is able to trace packets between a source and destination without requiring access to the guestOS.
D. It eliminates the typical agent footprint that exists with legacy software agents.
Answer: AB
NEW QUESTION 12
……
P.S. Get The Newest 2V0-642 Dumps In PDF And VCE From — https://www.passleader.com/2v0-642.html (313q VCE and PDF)
Good Luck!
What’s more, part of new 313Q VMWare 2V0-642 dumps are available here:
https://drive.google.com/open?id=0B-ob6L_QjGLpbVl3X1hXbUdteHc
Best Regards!
I think the correct answer is D.
Clue is “you can’t reach edge-2”. This means ping can reach the physical router, which has a directly connected route so it forwards the packet to edge-2, edge-2 knows a lot of things for BGP and OSPF, but if it cannot reply is because it doesn’t have the route to 192.168.150.x network. This means BGP is only enabled for that link, not the rest of the links on the physical router.
If you enable route redistribution, OSPF routes will be injected at the physical router, which is good, but that won’t change the fact that edge-2 doesn’t know how to reach the 192.168.150.x network. Creating a static route on the physical router won’t fix the issue because edge-2 is the one that doesn’t know how to get there, hence default originate on edge-2 seems to be the right answer.