Forum Discussion

talandis_264173's avatar
talandis_264173
Icon for Nimbostratus rankNimbostratus
Jun 27, 2016

Bigpipe to TMSH

I am working on repairing some code that interfaces with f5s and it had some bigpipe commands executed that need to be converted to TMSH. Does anyone happen to know what these commands would be in TMSH:

 

/bin/bigpipe persist all show all

 

/bin/bigpipe conn server 1.1.1.1 show all (Note: 1.1.1.1 is an arbitrary ip i set for this question)

 

If there is not a direct conversion, is there a way to get an approximate command to do the similar commands. I am doing this as a conversion from v10 to v11 f5.

 

Thanks

 

2 Replies

  • As Odaah pointed at. The bottom one is just an example, you'll need to have a look and pick whichever is relevant to you.

    show ltm persistence persist-records
    
    show sys connection ss-server-addr 1.1.1.1