Forum Discussion

Harry1's avatar
Harry1
Icon for Nimbostratus rankNimbostratus
Dec 10, 2015

How to save dump for runinning-config without pressing spacebar

Dear friends,

 

i want to execute "show running-config" in tmsh and dont want to press spacebar or any key. want to execute it in one shot. how would it be possible?

 

1 Reply

  • eneR's avatar
    eneR
    Icon for Cirrostratus rankCirrostratus

    The easiest way would be to leave the tmsh context and do a

    tmsh show running-config
    the config will get displayed without pressing space... you can also write the output into another file with
    tmsh show running-config > /path/to/your/whatever
    and so on.

    If you only have access to the tmsh you can save the running-config with

    load /sys config file yourFileName