How find offline and unknown VIPs, Pools, and Pools in iRules
Problem this snippet solves: I needed a way to search our F5s for offline and unknown VIPs. If a VIP was offline or unknown. I needed to list out the VIP, it's pool, and it's members.
Also if...
Published Aug 19, 2017
Version 1.0thaynes2016_297
Nimbostratus
Joined May 05, 2019
thaynes2016_297
Nimbostratus
Joined May 05, 2019
jaikumar_f5
Aug 22, 2017MVP
Works like charm, you can use the sed to replace PIPE with comma and save the file directly in csv format.
sed 's/|/,/g' /tmp/vipdetails-csv.txt > /tmp/vipdetails-new.csv