From 8127d98a31079406ae0d3fcd72df579d7ef7ed51 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 16 Aug 2025 20:58:08 +0300 Subject: [PATCH] show: add page (#17611) * Create show.md --- pages/cisco-ios/show.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/cisco-ios/show.md diff --git a/pages/cisco-ios/show.md b/pages/cisco-ios/show.md new file mode 100644 index 0000000000..7deec0dfdb --- /dev/null +++ b/pages/cisco-ios/show.md @@ -0,0 +1,24 @@ +# show + +> Show various system information. +> More information: . + +- Show switch IP addresses: + +`{{[s|show]}} ip interface brief` + +- Show specific interface configuration: + +`{{[s|show]}} ip interface {{vlan1}}` + +- Show vlan configuration: + +`{{[s|show]}} vlan` + +- Show currently running configuration: + +`{{[s|show]}} running-config` + +- Show SSH configuration: + +`{{[s|show]}} ip ssh`