How to know how many connections have been made to the device.

How to know how many connections have been made to the device.

book

Article ID: CTX477261

calendar_today

Updated On:

Description

How to Determine the IP Addresses of Active Connections to a Virtual Server of a NetScaler


Instructions

Instructions:

You can use the connection table to display all TCP/IP connections. The table lists the source IP address and port, destination IP address and port, and the NetScaler appliance to the application server IP addresses, which are NetScaler Mapped IP (MIP) or Subnet IP (SNIP) addresses and destination server IP addresses.

NetScaler GUI

To display the connection table using NetScaler GUI:

1-Log in to the NetScaler appliance using nsroot credentials.

2-Select Configuration > System > Network > TCP/IP connections link.

3-Select the Client Server Link Mapping option and click Continue.

4-The Client and Server IP addresses are displayed in the Client-Server Connections table

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

To display the connection table using NetScaler CLI, run the following command:

show ns connectiontable "CONNECTION.LB_VSERVER.NAME.EQ(\"Web-VServer\")" 

 

Issue/Introduction

This article describes how to determine the IP addresses of active connections to a virtual server of a NetScaler.