Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Implementing NetScaler VPX??? - Second Edition

You're reading from   Implementing NetScaler VPX??? - Second Edition Implement the new features of Citrix NetScaler 11 to optimize and deploy secure web services on multiple virtualization platforms

Arrow left icon
Product type Paperback
Published in Oct 2015
Publisher
ISBN-13 9781785288982
Length 202 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Marius Sandbu Marius Sandbu
Author Profile Icon Marius Sandbu
Marius Sandbu
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. NetScaler VPX™ 11 – Basics and Setup FREE CHAPTER 2. NetScaler Gateway™ 3. Load Balancing 4. Mobilestream 5. Optimizing NetScaler Traffic 6. High Availability 7. Security and Troubleshooting 8. AAA Application Traffic Index

Traffic analysis with NetScaler® tools and Wireshark


There are times when you need to get your hands dirty to troubleshoot something in a detailed sense to find out what is actually wrong. For example, why you are having trouble with NetScaler, why a client is having trouble connecting, or why the network is not working as it should.

NetScaler has a number of built-in tools that we can use to gather information for basic troubleshooting. For example, we have the regular tools such as ping and traceroute to verify network connectivity. We also have commands as follows:

show connectiontable

This allows us to show connections in real time, which also can be used in conjunction with grep to make it easier to see if a particular client has a correct connection with NetScaler, for instance:

Show connectiontable | grep -I "192.168.0.50" | grep –I "HTTP"

This will only display connections that are from 192.168.0.50 and are running over the HTTP protocol. We can also use the show command for other...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image