{"id":4067,"date":"2024-03-02T18:29:41","date_gmt":"2024-03-02T18:29:41","guid":{"rendered":"https:\/\/geekmungus.co.uk\/?p=4067"},"modified":"2024-03-02T18:31:32","modified_gmt":"2024-03-02T18:31:32","slug":"simple-tcpdump-example-on-dell-powerscale","status":"publish","type":"post","link":"https:\/\/geekmungus.co.uk\/?p=4067","title":{"rendered":"Simple TCPDUMP Example on Dell Powerscale"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">I was working on an issue whereby we were looking at traffic flow problem to a Dell Powerscale, attempting to identify why a particular VLAN was not able to be communicated with, we were unsure if the issue was network or storage.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Luckily the Dell Powerscale includes &#8220;tcpdump&#8221;, so in this case we setup a host pinging an IP on the VLAN in question and then run a tcpdump to determine what was happening, was the traffic getting there, was it replying?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Firstly run &#8220;ifconfig&#8221; to get a list of the VLANs\/pools on the Powerscale, in this example we&#8217;ll be using Vlan8.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ifconfig<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Now you need to run the following command to see what traffic is making it to the PowerScale, in this example the destination IP address is: 172.30.184.42 and the source is 10.80.240.204.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>tcpdump -i vlan8 -n src 10.80.240.204<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Then in the output, we can see the traffic is getting from the client to the Powerscale, therefore the issue must be with the reply.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cluster-4# tcpdump -i vlan8 -n src 10.80.240.204\r\ntcpdump: verbose output suppressed, use -v or -vv for full protocol decode\r\nlistening on vlan8, link-type EN10MB (Ethernet), capture size 262144 bytes\r\n18:28:31.703263 IP 10.80.240.204 > 172.30.184.42: ICMP echo request, id 1, seq 5, length 40\r\n18:28:32.715077 IP 10.80.240.204 > 172.30.184.42: ICMP echo request, id 1, seq 6, length 40\r\n18:28:33.733236 IP 10.80.240.204 > 172.30.184.42: ICMP echo request, id 1, seq 7, length 40\r\n18:28:34.747205 IP 10.80.240.204 > 172.30.184.42: ICMP echo request, id 1, seq 8, length 40\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I was working on an issue whereby we were looking at traffic flow problem to a Dell Powerscale, attempting to identify why a particular VLAN was not able to be communicated with, we were unsure if the issue was network or storage. Luckily the Dell Powerscale includes &#8220;tcpdump&#8221;, so in this case we setup a &#8230; <a title=\"Simple TCPDUMP Example on Dell Powerscale\" class=\"read-more\" href=\"https:\/\/geekmungus.co.uk\/?p=4067\" aria-label=\"Read more about Simple TCPDUMP Example on Dell Powerscale\">Read more<\/a><\/p>\n","protected":false},"author":4,"featured_media":1747,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[48,24],"tags":[],"class_list":["post-4067","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dell-powerscale-emc-isilon","category-storage"],"_links":{"self":[{"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/4067","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4067"}],"version-history":[{"count":1,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/4067\/revisions"}],"predecessor-version":[{"id":4068,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/4067\/revisions\/4068"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/media\/1747"}],"wp:attachment":[{"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4067"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4067"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4067"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}