Forum Discussion

Pawel_Kwasniewi's avatar
Pawel_Kwasniewi
Icon for Nimbostratus rankNimbostratus
Jun 22, 2012

bigpipe / tmsh question - vip information gathernig

Hi,

 

 

Is there a way of getting the following information:

 

 

list of virtual servers with nodes for particular vlan number

 

 

using bigpipe or tmsh commands?

 

 

 

Thanks,

 

Pawel

 

1 Reply

  • Hi Pawel,

     

     

    You could potentially do this with a tmsh script. The logic would be to map:

     

     

    VLAN to self IPs

     

    pools containing a node address in the self IP range

     

    virtual servers referencing such a pool

     

     

    You'd probably also want to check for iRules that reference such a pool and then virtual servers referencing those iRules.

     

     

    Here's an index page to start with for tmsh:

     

    https://devcentral.f5.com/wiki/TMSH.HomePage.ashx

     

     

    Aaron