ACA Aruba Associate Troubleshooting & Diagnostics 1 — Questions and Answers
Question 1: What is the first step in a systematic network troubleshooting methodology?
- Define the problem and gather information (Correct answer)
- Replace suspected hardware components
- Update all device firmware
- Restart all network devices
Correct answer: Define the problem and gather information
The first step in systematic troubleshooting is clearly defining the problem by gathering information from users and monitoring systems before taking any action.
Question 2: Which command on an Aruba switch tests basic IP connectivity to another device?
- ping (Correct answer)
- traceroute
- show ip route
- show arp
Correct answer: ping
The ping command sends ICMP echo requests to test basic IP connectivity and measure round-trip latency to a destination host.
Question 3: What does a high number of CRC errors on a switch interface typically indicate?
- A physical layer problem such as a bad cable, connector, or duplex mismatch (Correct answer)
- A routing protocol misconfiguration
- An incorrect VLAN assignment on the port
- An authentication failure on the port
Correct answer: A physical layer problem such as a bad cable, connector, or duplex mismatch
CRC errors indicate corrupted frames, typically caused by physical layer issues like bad cables, faulty NICs, duplex mismatches, or electrical interference.
Question 4: What tool would you use to capture and analyze packets on an Aruba network?
- Wireshark with port mirroring (Correct answer)
- SNMP MIB browser
- Aruba Central Audit Trail
- NetEdit change manager
Correct answer: Wireshark with port mirroring
Wireshark combined with port mirroring on the switch captures and analyzes network packets at the interface level for deep troubleshooting.
Question 5: What does a duplicate IP address conflict cause on a network?
- Intermittent connectivity loss for one or both devices sharing the IP address (Correct answer)
- Complete network outage for all devices on the subnet
- Spanning tree reconvergence on all switches
- OSPF neighbor adjacency failure
Correct answer: Intermittent connectivity loss for one or both devices sharing the IP address
Duplicate IP addresses cause intermittent connectivity failures as switches update their ARP tables with conflicting MAC addresses for the same IP.
Question 6: Which Aruba CLI command shows the MAC address table on a switch?
- show mac-address-table (Correct answer)
- show arp
- show ip route
- show lldp neighbors
Correct answer: show mac-address-table
The show mac-address-table command displays the Layer 2 MAC address table showing which MAC addresses are learned on which switch ports.
What is the first step in a systematic network troubleshooting methodology?