Forum Discussion

Yawei_131024's avatar
Yawei_131024
Icon for Nimbostratus rankNimbostratus
Oct 17, 2013

Can't find service port in CLI show command

Hi, expert:

 

Recently, I use CLI to show virtual server info. But I can't find service port in command tmsh show ltm virtual detail. My F5's os version is 10.2.4, and I remember the service port is able to show in this command output in version 11.3.0, so is it the reason of this issue? or, I can use some other show command to get the service port info?

 

version 10.2.4

 

Ltm::Virtual Server: test

 

Status

 

Availability : available State : enabled Reason : The virtual server is available CMP : enabled CMP Mode : all-cpus

 

version 11.3.0

 

Ltm::Virtual Server: test

 

Status

 

Availability : available State : enabled

 

Reason : The virtual server is available CMP : enabled

 

CMP Mode : all-cpus

 

Destination : 192.168.20.100:21

 

Thanks

 

1 Reply

  • If the 'show' command isn't displaying the service port in 10.2.4 you could use the 'list' command instead. 'List' displays the configuration of the object, and you could easily parse the 'destination' value to obtain the service port.