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`