Discussion:
[rancid] Q: Current state of F5 Support
Finn, Sean
2010-08-24 00:22:52 UTC
Permalink
Folks,

I'd appreciate knowing the current state of affairs with regards to
RANCID's
ability to gather BOTH the F5 "bigip.conf", and the "bigip_base.conf"
files.

I've seen references to RANCID scripts which can do this, but right now
I'm
only seeing the "bigip.conf" files.


thanks
john heasley
2010-08-24 07:27:35 UTC
Permalink
Post by Finn, Sean
Folks,
I'd appreciate knowing the current state of affairs with regards to
RANCID's
ability to gather BOTH the F5 "bigip.conf", and the "bigip_base.conf"
files.
I've seen references to RANCID scripts which can do this, but right now
I'm
only seeing the "bigip.conf" files.
these are the commands that it collects

{'bigpipe version' => 'ShowVersion'},
{'bigpipe platform' => 'ShowPlatform'},
{'cat /config/bigip.license' => 'ShowLicense'},
{'bigpipe monitor list all' => 'ShowMonitor'},
{'bigpipe profile list' => 'ShowProfile'},
{'bigpipe base list' => 'ShowBaseRun'},
{'bigpipe db show' => 'ShowDb'},
{'bigpipe route static show' => 'ShowRouteStatic'},
{'ls --full-time --color=never /config/ssl/ssl.crt' => 'ShowSslCrt'},
{'ls --full-time --color=never /config/ssl/ssl.key' => 'ShowSslKey'},
{'bigpipe list' => 'WriteTerm'}

Continue reading on narkive:
Loading...