لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
An administrator wants to validate the BGP connection status between the Tier-0 Gateway and the upstream physical router.What sequence of commands could be used to check this status on NSX Edge node?
A. - enable - get vrf - show bgp neighbor
B. - get gateways- vrf - get bgp neighbor
C. - set vrf - show logical-routers- show bgp
D. - show logical-routers- get vrf- show ip route bgp
عرض الإجابة
اجابة صحيحة: A
السؤال #2
Which two BGP configuration parameters can be configured in the VRF Lite gateways? (Choose two.) BGP Neighbors: This parameter is essential for establishing BGP sessions with other routers. Configuring BGP neighbors allows VRF Lite gateways to exchange routing information with adjacent BGP-enabled devices. Local AS: The Local Autonomous System (AS) number can be set for the VRF Lite gateway, which is necessary for BGP operations within a specific routing domain.
A. Route Aggregation
B. Route Distribution
C. BGP Neighbors
D. Graceful Restart
E. Local AS
عرض الإجابة
اجابة صحيحة: CE
السؤال #3
What is the VMware recommended way to deploy a virtual NSX Edge Node?
A. Through the NSX Ul
B. Through automated or interactive mode using an ISO
C. Through the vSphere Web Client
D. Through the OVF command line tool
عرض الإجابة
اجابة صحيحة: B
السؤال #4
In which VPN type are the Virtual Tunnel interfaces (VTI) used?
A. SSL-based VPN
B. Route & SSL based VPNs
C. Policy & Route based VPNs
D. Route-based VPN
عرض الإجابة
اجابة صحيحة: D
السؤال #5
An NSX administrator wants to create a Tier-0 Gateway to support equal cost multi-path (ECMP) routing.Which failover detection protocol must be used to meet this requirement?
A. Host Standby Router Protocol (HSRP)
B. Beacon Probing (BP)
C. Virtual Router Redundancy Protocol (VRRP)
D. Bidirectional Forwarding Detection (BFD)
عرض الإجابة
اجابة صحيحة: D
السؤال #6
An NSX administrator would like to export syslog events that capture messages related to NSX host preparation events.Which message ID (msgid) should be used in the syslog export configuration command as a filter?
A. FABRIC
B. SYSTEM
C. GROUPING
D. MONITORING
عرض الإجابة
اجابة صحيحة: A
السؤال #7
What are four NSX built-in role-based access control (RBAC) roles? (Choose four.)
A. None
B. Read
C. Auditor
D. Full Access
E. Network Admin
F. Enterprise Admin
G. Operator
عرض الإجابة
اجابة صحيحة: ABCD
السؤال #8
Which three networking features could be configured using the NSX Manager Simplified UI?(Choose three.)
A. NAT Rules
B. containers
C. load balancers
D. logical routers
E. segments
F. logical switches
عرض الإجابة
اجابة صحيحة: ACE
السؤال #9
As part of an organization’s IT security compliance requirement, NSX Manager must be configured for 2FA (two-factor authentication).What should an NSX administrator have ready before the integration can be configured?
A. Active Directory LDAP integration with ADFS
B. VMware Identity Manager with NSX added as a Web Application
C. VMware Identity Manager with an OAuth Client added
D. Active Directory LDAP integration with OAuth Client added
E. Reveal Answer
عرض الإجابة
اجابة صحيحة: B
السؤال #10
Which CLI command does a NSX administrator use to obtain information about the NSX Manager configuration when troubleshooting a production system?
A. show configuration
B. get managers
C. show interface
D. get configuration
عرض الإجابة
اجابة صحيحة: B
السؤال #11
Which discovery protocol is supported for hypervisor transport nodes?
A. Link Layer Discovery Protocol
B. Cisco Discovery Protocol
C. Neighbor Discovery Protocol
D. Adobe Real-time CDP
عرض الإجابة
اجابة صحيحة: A
السؤال #12
In an NSX environment, an administrator is observing low throughput and congestion between the Tier-0 Gateway and the upstream physical routers.Which two actions could address low throughput and congestion? (Choose two.)
A. Configure ECMP on the Tier-0 gateway
B. Configure a Tier-1 gateway and connect it directly to the physical routers
C. Deploy Large size Edge node/s
D. Configure NAT on the Tier-0 gateway
E. Add an additional vNIC to the NSX Edge node
عرض الإجابة
اجابة صحيحة: AC
السؤال #13
Which two of the following are used to configure Distributed Firewall on VDS? (Choose two.)
A. vSphere API
B. NSX API
C. NSX CU
D. vCenter API
E. NSX UI
عرض الإجابة
اجابة صحيحة: BE
السؤال #14
A company Is deploying NSX micro-segmentation in their vSphere environment to secure a simple application composed of web. app, and database tiers. The naming convention will be: * WKS-WEB-SRV-XXX * WKY-APP-SRR-XXX * WKI-DB-SRR-XXX What is the optimal way to group them to enforce security policies from NSX? The answer is C. Group all by means of tags membership. Tags are metadata that can be applied to physical servers, virtual machines, logical ports, and logical segments in NSX. Tags can be used for dynamic security group membership, which allows for granular and flexible enforcement of security policies based on various criteria1 In the scenario, the company is deploying NSX micro-segmentation to secure a simple application composed of web, app, and database tiers. The naming convention will be: WKS-WEB-SRV-XXX WKY-APP-SRR-XXX WKI-DB-SRR-XXX The optimal way to group them to enforce security policies from NSX is to use tags membership. For example, the company can create three tags: Web, App, and DB, and assign them to the corresponding VMs based on their names. Then, the company can create three security groups: Web-SG, App-SG, and DB-SG, and use the tags as the membership criteria. Finally, the company can create and apply security policies to the security groups based on the desired rules and actions2 Using tags membership has several advantages over the other options: It is more scalable and dynamic than using Edge as a firewall between tiers. Edge firewall is a centralized solution that can create bottlenecks and performance issues when handling large amounts of traffic3 It is more simple and efficient than doing a service insertion to accomplish the task. Service insertion is a feature that allows for integrating third-party services with NSX, such as antivirus or intrusion prevention systems. Service insertion is not necessary for basic micro-segmentation and can introduce additional complexity and overhead. It is more flexible and granular than creating an Ethernet based security policy. Ethernet based security policy is a type of policy that uses MAC addresses as the source or destination criteria. Ethernet based security policy is limited by the scope of layer 2 domains and does not support logical constructs such as segments or groups. To learn more about tags membership and how to use it for micro-segmentation in NSX, you can refer to the following resources: VMware NSX Documentation: Security Tag 1 VMware NSX Micro-segmentation Day 1: Chapter 4 - Security Policy Design 2 VMware NSX 4.x Professional: Security Groups VMware NSX 4.x Professional: Security Policies
A. Use Edge as a firewall between tiers
B. Do a service insertion to accomplish the task
C. Group all by means of tags membership
D. Create an Ethernet based security policy
عرض الإجابة
اجابة صحيحة: C
السؤال #15
An NSX administrator has deployed a single NSX Manager node and will be adding two additional nodes to form a 3-node NSX Management Cluster for a production environment. The administrator will deploy these two additional nodes and Cluster VIP using the NSX UI.What two are the prerequisites for this configuration? (Choose two.)
A. The cluster configuration must be completed using API
B. All nodes must be in the same subnet
C. All nodes must be in separate subnets
D. A compute manager must be configured
E. NSX Manager must reside on a Windows Server
عرض الإجابة
اجابة صحيحة: BD
السؤال #16
An administrator wants to validate the BGP connection status between the Tier-0 Gateway and the upstream physical router.What sequence of commands could be used to check this status on NSX Edge node?
A. - enable - get vrf - show bgp neighbor
B. - get gateways- vrf - get bgp neighbor
C. - set vrf - show logical-routers- show bgp
D. - show logical-routers- get vrf- show ip route bgp
عرض الإجابة
اجابة صحيحة: A
السؤال #17
In which VPN type are the Virtual Tunnel interfaces (VTI) used?
A. SSL-based VPN
B. Route & SSL based VPNs
C. Policy & Route based VPNs
D. Route-based VPN
عرض الإجابة
اجابة صحيحة: D
السؤال #18
What should an NSX administrator check to verify that VMware Identity Manager integration is successful?
A. From the NSX Ul the status of the VMv/are Identity Manager Integration must be Enabled'
B. From the NSX CLI the status of the VMware Identity Manager Integration must be Configured'
C. From VMware Identity Manager the status of the remote access application must be green
D. From the NSX Ul the URI in the address bar must have locaMalstf part of it
عرض الإجابة
اجابة صحيحة: B
السؤال #19
How is the RouterLink port created between a Tier-1 Gateway and Tier-0 Gateway?
A. Automatically created when Tier-1 is created
B. Manually create a Logical Switch and connect to bother Tier-1 and Tier-0 Gateways
C. Manually create a Segment and connect to both Tier-1 and Tier-0 Gateways
D. Automatically created when Tier-1 is connected with Tier-0 from NSX Ul
عرض الإجابة
اجابة صحيحة: D
السؤال #20
Which three selections are capabilities of Network Topology? (Choose three.)
A. Display how the different NSX components are interconnected
B. Display the VMs connected to Segments
C. Display how the Physical components are interconnected
D. Display the uplinks configured on the Tier-1 Gateways
E. Display the uplinks configured on the Tier-0 Gateways
عرض الإجابة
اجابة صحيحة: ABC
السؤال #21
As part of an organization's IT security compliance requirement, NSX Manager must be configured for 2FA (two-factor authentication).What should an NSX administrator have ready before the integration can be configured?
A. Active Directory LDAP integration with ADFS
B. VMware Identity Manager with NSX added as a Web Application
C. VMware Identity Manager with an OAuth Client added
D. Active Directory LDAP integration with OAuth Client added
عرض الإجابة
اجابة صحيحة: B
السؤال #22
Which two are supported by L2 VPN clients? (Choose two.)
A. NSX Autonomous Edge
B. NSX Edge
C. NSX for vSphere Edge
D. 3rd party Hardware VPN Device
عرض الإجابة
اجابة صحيحة: BD
السؤال #23
An NSX administrator is creating a NAT rule on a Tier-0 Gateway configured in active-standby high availability mode.Which two NAT rule types are supported for this configuration? (Choose two.)
A. Port NAT
B. 1:1 NAT
C. Destination NAT
D. Reflexive NAT
E. Source NAT
F. Reveal Answer
عرض الإجابة
اجابة صحيحة: C
السؤال #24
In which VPN type are the Virtual Tunnel interfaces (VTI) used?
A. SSL-based VPN
B. Route & SSL based VPNs
C. Policy & Route based VPNs
D. Route-based VPN
عرض الإجابة
اجابة صحيحة: D
السؤال #25
A company security policy requires all users to log into applications using a centralized authentication system.Which two authentication, authorization, and accounting (AAA) systems are available when integrating NSX with VMware Identity Manager? (Choose two.)
A. RSA SecureID
B. SecureDAP
C. RADII 2
D. LDAP and OpenLDAP based on Active Directory (AD)
E. Keygen Enterprise
عرض الإجابة
اجابة صحيحة: AD
السؤال #26
An NSX administrator would like to export syslog events that capture messages related to NSX host preparation events.Which message ID (msgid) should be used in the syslog export configuration command as a filter?
A. FABRIC
B. SYSTEM
C. GROUPING
D. MONITORING
عرض الإجابة
اجابة صحيحة: A
السؤال #27
A company security policy requires all users to log into applications using a centralized authentication system.Which two authentication, authorization, and accounting (AAA) systems are available when integrating NSX with VMware Identity Manager? (Choose two.)
A. RSA SecureID
B. SecureDAP
C. RADII 2
D. LDAP and OpenLDAP based on Active Directory (AD)
E. Keygen Enterprise
عرض الإجابة
اجابة صحيحة: AD
السؤال #28
Which two of the following are used to configure Distributed Firewall on VDS? (Choose two.)
A. vSphere API
B. NSX API
C. NSX CU
D. vCenter API
E. NSX UI
عرض الإجابة
اجابة صحيحة: BE
السؤال #29
An NSX administrator would like to export syslog events that capture messages related to NSX host preparation events.Which message ID (msgid) should be used in the syslog export configuration command as a filter?
A. FABRIC
B. SYSTEM
C. GROUPING
D. MONITORING
عرض الإجابة
اجابة صحيحة: A
السؤال #30
In an NSX environment, an administrator is observing low throughput and congestion between the Tier-0 Gateway and the upstream physical routers.Which two actions could address low throughput and congestion? (Choose two.)
A. Configure ECMP on the Tier-0 gateway
B. Configure a Tier-1 gateway and connect it directly to the physical routers
C. Deploy Large size Edge node/s
D. Configure NAT on the Tier-0 gateway
E. Add an additional vNIC to the NSX Edge node
عرض الإجابة
اجابة صحيحة: AC
السؤال #31
Which two tools are used for centralized logging in VMware NSX? (Choose two.)
A. Sysloq Server
B. VMware Aria Automation
C. VMware Aria Operations for Logs
D. VMware Aria Operations for Networks
E. VMware Aria Operations
عرض الإجابة
اجابة صحيحة: AC
السؤال #32
Which command is used to set the NSX Manager's logging-level to debug mode for troubleshooting?
A. set service manager log-level debug
B. set service nsx-manager logging-level debug
C. set service manager logging-level debug
D. set service nsx-manager log-level debug
عرض الإجابة
اجابة صحيحة: C
السؤال #33
Which three selections are capabilities of Network Topology? (Choose three.)
A. Display how the different NSX components are interconnected
B. Display the VMs connected to Segments
C. Display how the Physical components are interconnected
D. Display the uplinks configured on the Tier-1 Gateways
E. Display the uplinks configured on the Tier-0 Gateways
عرض الإجابة
اجابة صحيحة: ABC
السؤال #34
Which choice is a valid insertion point for North-South network introspection?
A. Host Physical NIC
B. Tier-0 gateway
C. Guest VM vNIC
D. Partner SVM
E. Reveal Answer
عرض الإجابة
اجابة صحيحة: B
السؤال #35
Which two VMware Cloud Management systems are compatible with NSX-T Data Center capabilities?(Choose two.)
A. VMware Power CLI
B. vRealize Automation
C. vRealize CodeStream
D. VMware Integrated OpenStack
E. VMware vSphere
عرض الإجابة
اجابة صحيحة: BD
السؤال #36
An NSX administrator wants to create a Tier-0 Gateway to support equal cost multi-path (ECMP) routing.Which failover detection protocol must be used to meet this requirement?
A. Host Standby Router Protocol (HSRP)
B. Beacon Probing (BP)
C. Virtual Router Redundancy Protocol (VRRP)
D. Bidirectional Forwarding Detection (BFD)
عرض الإجابة
اجابة صحيحة: D
السؤال #37
Which statement is true about an alarm in a Suppressed state?
A. An alarm can be suppressed for a specific duration in hours
B. An alarm can be suppressed for a specific duration in seconds
C. An alarm can be suppressed for a specific duration in days
D. An alarm can be suppressed for a specific duration in minutes
عرض الإجابة
اجابة صحيحة: A
السؤال #38
Which two commands does an NSX administrator use to check the IP address of the VMkernel port for the Geneve protocol on the ESXi transport node? (Choose two.)
A. et-dvs
B. sxcfg-nics -l
C. sxcli network ip interface ipv4 get
D. sxcfg-vmknic -l
E. sxcli network nic list
عرض الإجابة
اجابة صحيحة: C
السؤال #39
In an NSX environment, an administrator is observing low throughput and congestion between the Tier-0 Gateway and the upstream physical routers.Which two actions could address low throughput and congestion? (Choose two.)
A. Configure ECMP on the Tier-0 gateway
B. Configure a Tier-1 gateway and connect it directly to the physical routers
C. Deploy Large size Edge node/s
D. Configure NAT on the Tier-0 gateway
E. Add an additional vNIC to the NSX Edge node
عرض الإجابة
اجابة صحيحة: AC

View The Updated Vmware Exam Questions

SPOTO Provides 100% Real Vmware Exam Questions for You to Pass Your Vmware Exam!

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف:
Contact Us