Unsolved
1 Rookie
•
8 Posts
0
587
June 27th, 2021 07:00
What is the show command if Telnet is enabled or disabled on FTOS (S4048) switch?
What is the show command if Telnet is enabled or disabled on FTOS (S4048) switch?
I appreciate the help.
No Events found!


DELL-Erman O
Moderator
•
3K Posts
•
14.9K Points
0
June 28th, 2021 01:00
Hello, You can check these list;
You can filter show command output to view specific information, or start the command output at the first instance of a regular
expression or phrase.
● display-xml — Displays output in XML format.
● except — Displays only text that does not match a pattern.
● find — Searches for the first occurrence of a pattern and displays all further configurations.
● grep — Displays only the text that matches a specified pattern. Special characters in regular expressions, such as ^
(matches the beginning of a text string), $ (matches the end of a string), and .. (matches any character in the string) are
supported.
● no-more — Does not paginate output.
● save — Saves the output to a file.
Display all output
OS10# show running-configuration | no-more
Hope this will Helps!
elpunichi
1 Rookie
•
8 Posts
0
July 3rd, 2021 02:00
Hi Erman,
Sorry I forgot to mention that I am using FTOS 9.x and not OS 10.
Thanks!
DELL-Erman O
Moderator
•
3K Posts
•
14.9K Points
0
July 5th, 2021 01:00
Hi you can use "show running-config"
Regards,