Forum Discussion

dkalashnikov_23's avatar
dkalashnikov_23
Icon for Nimbostratus rankNimbostratus
Oct 13, 2008

iControlSnapin - view virtual server destination ip?

Hello Joe,

 

 

Get-F5.LTMVirtualServer cmdlet only returns 4 properties:

 

* Name

 

* Availability

 

* Enabled

 

* Status

 

 

I need the rest of the information, such as destination ip, service port. This commandlet kind of corresponds to "Virtual Servers" screen inside the web UI, but the web ui has more info...

 

 

How can I find Virtual Server's IP and Port?

 

 

Thanks,

 

Dmitry

1 Reply

  • The Cmdlets are a minor subset of the iControl API. You have full access to all of the iControl interfaces with the Get-F5.iControl cmdlet. I've posted a whole series of Tech Tips using PowerShell and the iControl interfaces object. Click on the Docs menu and scroll down and look for "iControl Apps ..." items under audio for examples. I've also posted most of these applications to the iControl CodeShare section in the Wiki.

     

     

    -Joe