<HTML><BODY><br><p>Hello!<br><br> I've use RANCID version 2.3.8 for backuping network devices, everything works with Cisco devices.<br> Recently we added new devices F5 BIG-IP with  OS version 12.0.<br> 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 .<br> <br> I found in internet some information and tried add it(see below) in current old script - "f5rancid" , but it doesn't work:<br> <br> @commandtable = (<br># {'bigpipe version' => 'ShowVersion'},<br># {'bigpipe platform' => 'ShowPlatform'},<br># {'cat /config/bigip.license' => 'ShowLicense'},<br># {'bigpipe monitor list all' => 'ShowMonitor'},<br># {'bigpipe profile list' => 'ShowProfile'},<br># {'bigpipe base list' => 'ShowBaseRun'},<br># {'bigpipe db show' => 'ShowDb'},<br># {'bigpipe route static show' => 'ShowRouteStatic'},<br># {'ls --full-time --color=never /config/ssl/ssl.crt' => 'ShowSslCrt'},<br># {'ls --full-time --color=never /config/ssl/ssl.key' => 'ShowSslKey'},<br># {'bigpipe list' => 'WriteTerm'},<br> {'show sys version' => 'ShowVersion'},<br> {'show sys hardware' => 'ShowHardware'},<br> {'show sys license' => 'ShowLicense'},<br> {'show net route static' => 'ShowRouteStatic'},<br># {'ls --full-time --color=never /config/ssl/ssl.crt' => 'ShowSslCrt'},<br># {'ls --full-time --color=never /config/ssl/ssl.key' => 'ShowSslKey'},<br> {'tmsh -q list' => 'WriteTermTMSH'},<br> <br> );<br> <br> <br> <br> <br>QUESTION: <strong>Could you help me to create new script for os vesrion  12.1.1 (tmos) or just modify the current old script?<br>How can I fix this issue?</strong><br><br> <strong>Thank you for help!</strong></p><br><br> </BODY></HTML>