ExamGecko
Home Home / HP / HPE6-A85

HP HPE6-A85 Practice Test - Questions Answers, Page 6

Question list
Search
Search

List of questions

Search

You have been asked to onboard a new Aruba 6300M in a customer deployment You are working remotely rather than on-site You have a colleague installing the switch The colleague has provided you with a remote console session to configure the edge switch You have been asked to configure a link aggregation going back to the cores using interfaces 1/1/51 and 1/1/52 The Senior Engineer of the project has asked you to configure the switch and 1Q uplink with these guidelines

1. Add VLAN 20 to the local VLAN database with name Mgmt

2. Add L3 SVl on VLAN 20 for Management using address 10 in the 10.1.1 0/24 subnet 3. Add LAG 1 using LACP mode active for the uplink

4 use vlan 20 as the native vlan on the LAG 5. Make sure the interfaces are all ON.

Which configuration script will achieve the task?

A.
Edge1# conf t vlan 20 name Mgmt interface vlan 20 ip address 10.1.1.10/24 no shut interface lag 1 shut vlan access 20 lacp mode active Int 1/1/51.1/1/52 shut no routing lag 1 interface lag 1 no shut
A.
Edge1# conf t vlan 20 name Mgmt interface vlan 20 ip address 10.1.1.10/24 no shut interface lag 1 shut vlan access 20 lacp mode active Int 1/1/51.1/1/52 shut no routing lag 1 interface lag 1 no shut
Answers
B.
Edgel# conf t vlan 20 name Mgmt interface vlan 20 ip address 10 1.1 10/24 no shut interface 1/1/51.1/1/52 shut vlan trunk native 20 vlan trunk allowed all lag 1 lacp mode active interface 1/1/51.1/1/52 no shut
B.
Edgel# conf t vlan 20 name Mgmt interface vlan 20 ip address 10 1.1 10/24 no shut interface 1/1/51.1/1/52 shut vlan trunk native 20 vlan trunk allowed all lag 1 lacp mode active interface 1/1/51.1/1/52 no shut
Answers
C.
Edgel# conf t vlan 20 name Mgmt interface vlan 20 ip address 10 1 1 10/24 no shut interface lag 1 shut vlan trunk native 20 vlan trunk allowed all lacp mode active Int 1/1/51.1/1/52 shut no routing lag 1 interface lag 1 no shut interface 1/1/51.1/1/52 no shut
C.
Edgel# conf t vlan 20 name Mgmt interface vlan 20 ip address 10 1 1 10/24 no shut interface lag 1 shut vlan trunk native 20 vlan trunk allowed all lacp mode active Int 1/1/51.1/1/52 shut no routing lag 1 interface lag 1 no shut interface 1/1/51.1/1/52 no shut
Answers
D.
conf t vlan 20 name Mgmt ip address 10 1 1.10/24 no shut interface lag 1 shut vlan trunk native 1 vlan trunk allowed all lacp mode active int 1/1/51.1/1/52 shut no routing interface lag 1 no shut interface 1/1/51.1/1/52 no shut
D.
conf t vlan 20 name Mgmt ip address 10 1 1.10/24 no shut interface lag 1 shut vlan trunk native 1 vlan trunk allowed all lacp mode active int 1/1/51.1/1/52 shut no routing interface lag 1 no shut interface 1/1/51.1/1/52 no shut
Answers
Suggested answer: C

Explanation:

This configuration script will achieve the task as it follows the guidelines given by the Senior Engineer. It creates VLAN 20 with name Mgmt, adds L3 SVI on VLAN 20 with IP address 10.1.1.10/24, creates LAG 1 with LACP mode active for the uplink, uses VLAN 20 as the native VLAN on the LAG, and ensures that the interfaces are all ON.

Reference: https://www.arubanetworks.com/techdocs/AOS-CX/10.04/HTML/5200-6790/GUID-8F0E7E8B-0F4B-4A3C-AE7F-0F1B5A7F9C5D.html

Edge1# conf t

vlan 20

name Mgmt

interface vlan 20

ip address 10.1.1.10/24

no shut

interface lag 1

no shut

vlan trunk native 20

vlan trunk allowed all

lacp mode active

interface 1/1/51

no shut

lag 1

interface 1/1/52

no shut

lag 1

exit

This script correctly creates VLAN 20 with the name 'Mgmt', adds an L3 SVI for management using the specified IP address, and configures LACP for link aggregation (LAG 1) using the active mode. It also sets VLAN 20 as the native VLAN on the LAG and ensures all interfaces are enabled ('no shut' is the command to bring up the interface if it has been administratively shut down).

After having configured the edge switch uplink as requested your colleague says that they have failed to ping the core You ask your colleague to verify the connection is plugged in and the switch is powered on They confirm that both are correct You attempt to ping the core switch and confirm that the ping is failing.

Knowing the nature of this deployment, what commands might you use to troubleshoot this issued

A.
Ping 10.11 1 - ping the core to attempt to verify connectivity Show trunk - to verify if the LAG interface was correctly added to the switch Show spanning tree - to check for spanning-tree blocked states Show port-access clients interface all - to view any port-access blocking states or failed authentication attempts on all interfaces Show run interface vlan20 - to double check the layer 3 svi configuration is correct for l_3 connectivity Show lldp neighors - to verify whether you are able to see the Core as an L2 neighbor to verify if the correct links are plugged in to the correct ports
A.
Ping 10.11 1 - ping the core to attempt to verify connectivity Show trunk - to verify if the LAG interface was correctly added to the switch Show spanning tree - to check for spanning-tree blocked states Show port-access clients interface all - to view any port-access blocking states or failed authentication attempts on all interfaces Show run interface vlan20 - to double check the layer 3 svi configuration is correct for l_3 connectivity Show lldp neighors - to verify whether you are able to see the Core as an L2 neighbor to verify if the correct links are plugged in to the correct ports
Answers
B.
diagnostic diag cable-diag 1/1/51 diag cable-diag 1/1/52 - to view diagnostic information for the physical link to get a status on any interruptions to Layer 1 connectivity, show ip route - to verify that the default gateway is present in the routing table show ip ospf - to check whether there is a layer 3 routing protocol enabled show ip dns - to view whether there is a valid dns source
B.
diagnostic diag cable-diag 1/1/51 diag cable-diag 1/1/52 - to view diagnostic information for the physical link to get a status on any interruptions to Layer 1 connectivity, show ip route - to verify that the default gateway is present in the routing table show ip ospf - to check whether there is a layer 3 routing protocol enabled show ip dns - to view whether there is a valid dns source
Answers
C.
Ping 10.1.1.1 - ping the core to attempt to verify connectivity show lacp agg - to verify which link aggregations are currently configured using which physical ports show lacp int - to verify the LACP status and whether any links are blocking in your topology show lldp neighors - to verify whether you are able to see the Core as an L2 neighbor to verify if the correct links are plugged in to the correct ports show run interface 1/1/51.1/1/52-to ensure the physical interfaces are no-shut and members of the lag show run interface lag 1 - to ensure the correct vlan trunking configuration is applied to the logical interface show run int vlan 20 - to ensure you have the L3 SVI no shut and configured in the correct subnet
C.
Ping 10.1.1.1 - ping the core to attempt to verify connectivity show lacp agg - to verify which link aggregations are currently configured using which physical ports show lacp int - to verify the LACP status and whether any links are blocking in your topology show lldp neighors - to verify whether you are able to see the Core as an L2 neighbor to verify if the correct links are plugged in to the correct ports show run interface 1/1/51.1/1/52-to ensure the physical interfaces are no-shut and members of the lag show run interface lag 1 - to ensure the correct vlan trunking configuration is applied to the logical interface show run int vlan 20 - to ensure you have the L3 SVI no shut and configured in the correct subnet
Answers
D.
Show run - to view the running configuration of the switch Show run | begin 20 'vlan 20' - to ensure VLAN 20 was correctly added to the database show run | begin 20 'interface vlan 20' - to view the L3 SVI configuration Show run interface 1/1/51.1/1/52 - to ensure the physical interfaces are no shut and were added as members of LAG 1 Show run int lag 1 - to verify LACP mode active was configured to eliminate LACP blocking states
D.
Show run - to view the running configuration of the switch Show run | begin 20 'vlan 20' - to ensure VLAN 20 was correctly added to the database show run | begin 20 'interface vlan 20' - to view the L3 SVI configuration Show run interface 1/1/51.1/1/52 - to ensure the physical interfaces are no shut and were added as members of LAG 1 Show run int lag 1 - to verify LACP mode active was configured to eliminate LACP blocking states
Answers
Suggested answer: C

Explanation:

These commands might help troubleshoot this issue as they check various aspects of the connectivity between the edge switch and the core switch, such as Layer 3 reachability, Layer 2 adjacency, LACP configuration and status, VLAN trunking configuration, and interface status.

Reference: https://www.arubanetworks.com/techdocs/AOS-CX_10_04/CLI/GUID-8F0E7E8B-0F4B-4A3C-AE7F-0F1B5A7F9C5D.html

What information is required when using the ClearPass self-service registration page to generate a Multiple Pre-Shared Key (MPSK) for headless devices?

A.
The device's model number
A.
The device's model number
Answers
B.
The device's MAC address
B.
The device's MAC address
Answers
C.
The device's IP address
C.
The device's IP address
Answers
D.
The device's OS type
D.
The device's OS type
Answers
Suggested answer: B

Explanation:

When generating a Multiple Pre-Shared Key (MPSK) for headless devices using the ClearPass self-service registration page, the MAC address of the device is required. MPSK associates a unique PSK with the MAC address of a device, providing a way to authenticate devices that may not have a user interface.

You are in a meeting with a customer where you are asked to explain how the network redundancy feature VRRP works. What is the correct statement for this feature?

A.
VRRP uses BPDUs for messaging
A.
VRRP uses BPDUs for messaging
Answers
B.
VRRP uses multicast for messaging
B.
VRRP uses multicast for messaging
Answers
C.
VRRP uses unicast for messaging
C.
VRRP uses unicast for messaging
Answers
D.
VRRP uses broadcast for messaging
D.
VRRP uses broadcast for messaging
Answers
Suggested answer: B

Explanation:

Virtual Router Redundancy Protocol (VRRP) is a network protocol that provides automatic assignment of available Internet Protocol (IP) routers to participating hosts. VRRP sends its messages over multicast for communication among routers for the election process of the master and advertisement of the virtual IP address.

Describe the functionality of ARP.

A.
Clients do not have an ARP cache and always ask for the default gateway.
A.
Clients do not have an ARP cache and always ask for the default gateway.
Answers
B.
ARP maps MAC addresses to switch ports.
B.
ARP maps MAC addresses to switch ports.
Answers
C.
ARP maps layer-3 IP addresses to layer-2 MAC addresses.
C.
ARP maps layer-3 IP addresses to layer-2 MAC addresses.
Answers
D.
ARP uses multicast to build the ARP table.
D.
ARP uses multicast to build the ARP table.
Answers
Suggested answer: C

Explanation:

The Address Resolution Protocol (ARP) is used to map layer-3 IP addresses to layer-2 MAC addresses. When a device on a network wants to communicate with another device, it uses ARP to find the MAC address that corresponds to the IP address it wishes to communicate with, allowing it to construct a frame for the local network.

DRAG DROP

Match the Aruba Central technology to the appropriate feature. (Matches may be used more than once.)


Question 56
Correct answer: Question 56

What does a wireless client do first when its countdown timer reaches zero and it receives a Transmit Opportunity (TXOP)?

A.
It immediately sends its Data Frames and receives an ACK from the AP.
A.
It immediately sends its Data Frames and receives an ACK from the AP.
Answers
B.
It sends a CTS-to-self announcement to the ESP gateway.
B.
It sends a CTS-to-self announcement to the ESP gateway.
Answers
C.
It sends a CTS-to-self announcement to the AP and all other clients.
C.
It sends a CTS-to-self announcement to the AP and all other clients.
Answers
D.
It sends a reassociation request frame to the AP and sends its Data Frames.
D.
It sends a reassociation request frame to the AP and sends its Data Frames.
Answers
Suggested answer: A

Explanation:

When a wireless client's countdown timer (also known as a backoff timer) reaches zero during contention-based access periods, and it receives a Transmit Opportunity (TXOP), it has the right to transmit its data frames on the medium. After sending the data frames, it expects an acknowledgment (ACK) from the Access Point (AP) to ensure the frames were received successfully.

What is an advantage of using Layer 2 MAC authentication?

A.
MAC allow lists are easily maintained over time.
A.
MAC allow lists are easily maintained over time.
Answers
B.
No setup is required on the client.
B.
No setup is required on the client.
Answers
C.
It matches user names to MAC address.
C.
It matches user names to MAC address.
Answers
D.
MAC identifiers are hard to spoof.
D.
MAC identifiers are hard to spoof.
Answers
Suggested answer: B

Explanation:

The advantage of Layer 2 MAC authentication is that it does not require any setup or configuration on the client device. The network devices (like switches or access points) perform the authentication automatically based on the MAC address of the device when it tries to connect to the network.

The customer requires two Aruba CX 6200F 48G switches to be connected to each other with a distance of 80m/252ft between wiring closets. Switches need to have reservation for VSF expansion with ring topology in each cabinet.

What is a valid configuration for a redundant link-aggregation port configuration?

A.
Ports 1/1/49 and 1/1/50 with SFP28 for LAG
A.
Ports 1/1/49 and 1/1/50 with SFP28 for LAG
Answers
B.
Ports 1/1/47 and 1/1/48 for LAG
B.
Ports 1/1/47 and 1/1/48 for LAG
Answers
C.
Ports 1/1/1 and 1/1/2 for LAG
C.
Ports 1/1/1 and 1/1/2 for LAG
Answers
D.
Ports 1/1/51 and 1/1/52 with SFP+ for LAG
D.
Ports 1/1/51 and 1/1/52 with SFP+ for LAG
Answers
Suggested answer: D

Explanation:

For an 80m distance between wiring closets, using SFP+ transceivers is appropriate as they can support longer distances than standard copper interfaces. Ports 1/1/51 and 1/1/52 are typically reserved for uplinks on Aruba CX 6200F 48G switches and can support SFP+ transceivers, making them suitable for a redundant link-aggregation port configuration.

When using the network check page in Central, what kind of tests can you run on switches? (Select two.)

A.
Speed test (iperf)
A.
Speed test (iperf)
Answers
B.
Ping test
B.
Ping test
Answers
C.
A full hardware check, including a heavy memory check
C.
A full hardware check, including a heavy memory check
Answers
D.
LED-check.
D.
LED-check.
Answers
E.
PoE-check
E.
PoE-check
Answers
Suggested answer: B, E

Explanation:

In Aruba Central's network check page, you can run several diagnostic tests on switches. A ping test is a common utility to check the reachability of a host on an IP network. A Power over Ethernet (PoE) check can help verify the power delivery status to PoE-capable devices. These tests are crucial for ensuring connectivity and power supply to network devices

Total 103 questions
Go to page: of 11