[rancid] Rancid script for F5 BIG-IP version 12

Коля tsimban at mail.ru
Tue Jul 11 08:55:18 UTC 2017


Hello!

I've use RANCID version 2.3.8 for backuping network devices, everything works with Cisco devices.
Recently we added new devices F5 BIG-IP with  OS version 12.0.
In rancid we have script for F5 - "f5rancid", but there is syntax for oldest OS version - 10 (bigpipe), but it doesn't work with version 12.1.1 .

I found in internet some information and tried add it(see below) in current old script - "f5rancid" , but it doesn't work:

@commandtable = (
# {'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'},
{'show sys version' => 'ShowVersion'},
{'show sys hardware' => 'ShowHardware'},
{'show sys license' => 'ShowLicense'},
{'show net route static' => 'ShowRouteStatic'},
# {'ls --full-time --color=never /config/ssl/ssl.crt' => 'ShowSslCrt'},
# {'ls --full-time --color=never /config/ssl/ssl.key' => 'ShowSslKey'},
{'tmsh -q list' => 'WriteTermTMSH'},

);




QUESTION:  Could you help me to create new script for os vesrion  12.1.1 (tmos) or just modify the current old script?
How can I fix this issue?

Thank you for help!

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.shrubbery.net/pipermail/rancid-discuss/attachments/20170711/4b98bb91/attachment.html>


More information about the Rancid-discuss mailing list