Forum Discussion

brucecmc_163171's avatar
brucecmc_163171
Icon for Nimbostratus rankNimbostratus
Jul 08, 2014

tmsh commands for full configuration

alright folks,

 

I've been poking around trying to find the correct tmsh command to dump a full config from my LTM.

 

I have used tmsh show sys running-config

 

while this seems to pull some, it doesn't appear to pull all...Am I missing something ?

 

basically, I want to be able to pull a readable document, to show to others, that will clearly outline in detail, the running configuration of a particular appliance...

 

thanks.

 

5 Replies

  • thanks for the reply...

     

    yes, list gives me what I need, but I was trying to dump it all out in a single "list" command...so far, I have to "list" each attribute i'm looking for

     

    example: I need to output "persistence" as well as virtual server configuration.

     

    so, I must run tmsh list ltm persistence as well as tmsh list ltm virtual...

     

    If I have to run each individually, that's fine...was just hoping to see ALL in one output...

     

  • shaggy's avatar
    shaggy
    Icon for Nimbostratus rankNimbostratus

    "tmsh list" lists the entire config (all modules)

     

    "tmsh list sys" lists the sys config

     

    "tmsh list ltm" lists the ltm config

     

    etc..

     

  • first mofify preference by using below command, 0(zero) mean till last line ........ (tmos) modify cli preference display-threshold 0 == show full configuration in one hit

     

    then use.... (tmos) show running-config