Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IP LTM
Known Affected Versions:
12.0.0, 12.0.0 HF1, 12.0.0 HF2, 12.0.0 HF3, 12.0.0 HF4
Fixed In:
12.1.0
Opened: Aug 13, 2015 Severity: 3-Major
If an ltm pool object is configured with pool members listening on ports 2222 or 44818, a subsequent list ltm pool with fail with a "port or service name missing" error.
You cannot see the pool list with TMSH if pool contains a member with port 2222 or 44818.
If you create a pool with a member listening on port 2222 or port 44818 and then add another member in same port we get the an error when we list the pool: tmsh create ltm pool pootest members add { 10.10.20.2:2222 } tmsh modify ltm pool pootest members add { 10.10.20.3:2222} tmsh list ltm pool Syntax Error: A port number or service name is missing for "10.10.20.3:EtherNet/IP-1". Please specify a port number or service name using the syntax "10.10.20.3:EtherNet/IP-1:<port>".
Check pool list using GUI or iControl SOAP.
TMSH no longer shows an error message when listing pool with a port 2222 or 44818 pool member and other pool members.