cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

save current config in a file in extreme switch

save current config in a file in extreme switch

sumeet
New Contributor
we have summit X460-24t switch

usually I telnet to it and run
show config
log the contents of telnet session to a file
The problem is when screen fills up I get 'press space to continue or q to quit' , then I have to press space .
Is there a better way to get current config ?

Thanks.
26 REPLIES 26

I guess something wrong with your input software or your keyboard is different.

Hi Sumeet,

what EXOS version do you use? How do you connect to the switch CLI?

I can successfully copy&paste your command (with space before and after the pipe) to an EXOS switch running version 15.3.5.2-patch1-9. I connect via OpenSSH running inside an XTerm to the switch CLI.

Br,
Erik

space before and after pipe
X460-24t.4 # show config | include tagged
^
%% Invalid input detected at '^' marker.

space before pipe
X460-24t.5 # show config |include tagged
^
%% Invalid input detected at '^' marker.

Nothing helps.
BTW , pipe is 'shift + \' on my keyboard .

You need to ensure that there is a space before the pipe.
sw-srv1.5 # show config| include sysName ^ %% Invalid input detected at '^' marker. sw-srv1.6 # show config | include sysName configure snmp sysName "sw-srv1"

looks like , my switch does not support .
X460-24t.1 # show config | include tagged
^
%% Invalid input detected at '^' marker.
(^ is just below pipe)
GTM-P2G8KFN