Forum Discussion
- hooleylistCirrostratusHi Pawel,
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
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