HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

show — Show various system information. More information: <https://www.cisco.com/c/en/us/td/docs/switches/d

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandvariousshowcliinformationmoresystem

Problem

How to use the show command: Show various system information. More information: <https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/command/reference/fund/n5k-fund-cr/n5k-fund_cmds_show.html>.

Solution

show — Show various system information. More information: <https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/command/reference/fund/n5k-fund-cr/n5k-fund_cmds_show.html>.

Show switch IP addresses:
{{[sh|show]}} ip interface brief


Show specific interface configuration:
{{[sh|show]}} ip interface {{vlan1}}


Show vlan configuration:
{{[sh|show]}} vlan


Show currently running configuration:
{{[sh|show]}} running-config


Show SSH configuration:
{{[sh|show]}} ip ssh

Code Snippets

Show switch IP addresses

{{[sh|show]}} ip interface brief

Show specific interface configuration

{{[sh|show]}} ip interface {{vlan1}}

Show vlan configuration

{{[sh|show]}} vlan

Show currently running configuration

{{[sh|show]}} running-config

Show SSH configuration

{{[sh|show]}} ip ssh

Context

tldr-pages: cisco-ios/show

Revisions (0)

No revisions yet.