save current config in a file in extreme switch
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-02-2016 09:32 AM
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.
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-05-2016 02:14 AM
I guess something wrong with your input software or your keyboard is different.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-05-2016 02:14 AM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-05-2016 02:14 AM
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 .
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 .
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-05-2016 02:14 AM
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"
sw-srv1.5 # show config| include sysName ^ %% Invalid input detected at '^' marker. sw-srv1.6 # show config | include sysName configure snmp sysName "sw-srv1"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-05-2016 02:14 AM
looks like , my switch does not support .
X460-24t.1 # show config | include tagged
^
%% Invalid input detected at '^' marker.
(^ is just below pipe)
X460-24t.1 # show config | include tagged
^
%% Invalid input detected at '^' marker.
(^ is just below pipe)
