ADC CLI Commands

portallocation

The following operations can be performed on “portallocation”:

show portallocation

Shows the port allocation for IPs based on given inputs parameters

Synopsis

show portallocation [-srcIP <ip_addr ipv6_addr>] -destIP <ip_addr ipv6_addr> -destPort -protocol <positive\_integer>

Arguments

srcIP IP address for which Port allocation needs to be seen. IP address can be SNIP/VIP/NSIP

destIP Destination IP address or Server IP for which Port allocation needs to be seen

destPort Destination Port or Server port configuration Minimum value: 1 Maximum value: 65535

protocol Protocol for the traffic. TCP traffic: 1, All other protocol traffic: 0 Minimum value: 0 Maximum value: 1

Output

freePorts Freeports for the desired IP address and other parameters

devno count stateflag

Example

show network portallocation -srcip 172.168.200.1 -destip 172.168.200.100 -destport 80 -protocol 1

portallocation