Network Monitoring: Troubleshooting for Fun

Two weeks ago, we launched another Great Troubleshooting Challenge, a competition where we ask participants to troubleshoot a series of network incidents staged in a lab environment. Whoever scores the most points wins, with the completion time acting as a tiebreaker. Today, we’re sharing the behind the scenes planning that goes into creating the challenge, as well as some of the answers.

The network scenario is represented in the image below and consisted of a small, simplified, Wide Area Network (WAN) comprised of two branch offices, plus one headquarters. The two branches, and the main office, share the same Internet connection, provided by the Internet router at the company’s data center.

Network Hardware Used

The Branch 2 router was running a Cisco 3700 router; Branch 3, a Cisco 1751V; the main office router, a Linux router; and the Internet router, a small office router provided by Verizon.

The Network Scenario

Network troubleshooting diagram with icons

NetBeez Configuration

The following NetBeez agents were deployed in the network to verify connectivity and network and application performance: one FastE agent per branch, one FastE agent and two WiFi agents in the main office, and one FastE agent at the data center. The NetBeez deployment also included two external NetBeez agents, running on Amazon Cloud, to get an external point of view on availability and performance of third party applications, such as Google, MS Office 365, and Salesforce.

HTTP test results graph

For this challenge, we set up three troubleshooting scenarios. In the first scenario, we asked participants to find out why an access list configured on Branch 3’s router was not blocking users’ access to the application Salesforce, as originally requested by the management at Branch 3, and as reported by the Salesforce target configured on NetBeez.

Here is a snippet of that router’s configuration, where the FastEthernet0/0 interface is the external one, while FastEthernet0/1 is the private one.

!
interface FastEthernet0/0 ip address dhcp
ip access-group 100 out duplex auto
speed auto 
!
interface FastEthernet0/1
ip address 10.2.0.1 255.255.255.0 duplex auto
speed auto
!
access-list 100 deny tcp any host 96.43.144.26 access-list 100 permit tcp any any
access-list 100 permit ip any any
!


The problem with this configuration is that the network administrator is blocking the wrong IP address. In fact, if you check with a DNS lookup utility, like the command 
dig, you can see that salesforce.com returns IP address 96.43.145.26, while www.salesforce.com returns both 96.43.144.26 and 96.43.145.26:

$ dig salesforce.com
; <<>> DiG 9.8.3-P1 <<>> salesforce.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 10, ADDITIONAL: 12
;; QUESTION SECTION:
;salesforce.com.			IN	A

;; ANSWER SECTION:
salesforce.com.		120	IN	A	96.43.145.26
[ truncated ]

$ dig www.salesforce.com
; <<>> DiG 9.8.3-P1 <<>> www.salesforce.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33589
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 6, ADDITIONAL: 6
;; QUESTION SECTION:
;www.salesforce.com.		IN	A
;; ANSWER SECTION:
www.salesforce.com.	744	IN	CNAME	www.gslb.salesforce.com.
www.gslb.salesforce.com. 90	IN	A	96.43.145.26
www.gslb.salesforce.com. 90	IN	A	96.43.144.26

[ truncated ]

The correct solution for this first challenge was to either block the IP address 96.43.145.26, or both IP addresses 96.43.144.26 and 96.43.145.26.

test results graph
upload time test results graph

In the second part of the challenge, participants were asked to find out why Branch 3 users were getting less download/upload Internet speed than users at Branch 2 and main office. This problem was reported by the speedtest configured on the respective NetBeez agents:

Speedtest Agents

You can see from the above reports that both Internet speedtests run from either Branch 2 and main office can reach throughputs around 20 Mbps, and sometime even 40 Mbps.

Here is the a snippet of the router’s configuration at Branch 3. The interface Ethernet0/0 is the external one, while the FastEthernet0/0 is the internal one:

!
ip dhcp class branch3-leases
!
interface Ethernet0/0
 ip address dhcp
 half-duplex
!
interface FastEthernet0/0
 ip address 10.3.0.1 255.255.255.0
 speed auto
!

 The reason why Branch 3’s users are getting less Internet throughput than users at the other locations is because the Cisco 1751V router has an Ethernet interface, which can’t send and receive more than 8 Mbps. Participants should have recommended to upgrade the router or install a FastEthernet interface in place of the Ethernet one.

test results graph

We also asked participants if this decreased throughput on Branch 3’s router was affecting real-time communications, such as VoIP calls. By generating a report on a VoIP test configured between the NetBeez agent deployed at Branch 2 and the one deployed at Branch 3, it was clear that it was not, as shown in the below graph, where jitter is very low, so latency, and the mean opinion score is 4.3, which is an excellent value for VoIP calls.

test results graphs with white background

The last section of the troubleshooting challenge was all about WiFi monitoring. As said before, two 802.11ac NetBeez agents were deployed at the Main Office. One was monitoring the acme-employees SSID, and one the acme-guest SSID. First, we asked participants to report the BSSIDs and RF channels that the two 802.11ac agents were connected  to. Then, we asked participants to find out what network change the network administrator performed on the acme-guest SSID, since users would sporadically lose connectivity. This problem was detected by the NetBeez agent monitoring that network, and revealed that on Thursday, September 29,  the administrator moved the access point from channel 1 to channel 6, which had less interference with other locally broadcasting SSIDs.

And with that, another Great Troubleshooting Challenge is in the books. We had many participants and three winners. The 1st place winner was Steven Bos, who won an Xbox One; 2nd place was Daniel Hardy, who won a NetBeez WiFi  agent; and in 3rd place was Tim Greenwald, who won a NetBeez FastE agent. We had a lot of fun mocking up this network scenario, and reviewing the applicant’s answers. We hope they enjoyed it  as well! Keep an eye out for more troubleshooting challenges from NetBeez in the future.
 

decoration image

Get your free trial now

Monitor your network from the user perspective

You can share

Twitter Linkedin Facebook

Let's keep in touch

decoration image