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
Mastering Netscaler VPX

You're reading from   Mastering Netscaler VPX Learn how to deploy and configure all the available Citrix NetScaler features with the best practices and techniques you need to know

Arrow left icon
Product type Paperback
Published in Nov 2015
Publisher Packt
ISBN-13 9781785281730
Length 218 pages
Edition 1st Edition
Concepts
Arrow right icon
Authors (3):
Arrow left icon
Rick Roetenberg Rick Roetenberg
Author Profile Icon Rick Roetenberg
Rick Roetenberg
Andy Paul Andy Paul
Author Profile Icon Andy Paul
Andy Paul
Marius Sandbu Marius Sandbu
Author Profile Icon Marius Sandbu
Marius Sandbu
Arrow right icon
View More author details
Toc

Table of Contents (9) Chapters Close

Preface 1. Configuring the Standard Features of NetScaler® 2. Using the Features of NetScaler® AppExpert FREE CHAPTER 3. Integration with Citrix® Components 4. Traffic Management 5. Tuning and Monitoring NetScaler® Performances 6. Security Features and Troubleshooting 7. Real-World Deployment Scenarios Index

Monitoring network traffic


In some cases, we might need to monitor the network traffic between the endpoints and NetScaler for troubleshooting purposes, or just to ensure that the traffic flow is moving properly.

NetScaler has a number of built-in tools that we can use to gather information and for basic troubleshooting. For example, we have the regular tools such as ping and traceroute to verify network connectivity. We also have commands such as show connectiontable. This allows us to show connections in real-time and also can be used in conjunction with grep to make it easier to see if a particular client has a current connection with the 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 features as well such as ICA. We can use it to show if users are connected to an ICA session using the following commands...

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