Cisco basic commands

Start with connecting :
telnet switch
ssh switch
To have admin privileges :
ena
Look at the config :
show run
See the log :
show log
Sneak a peek at the power supply, fan and temps :
show environment
Show the status of an interface :
show int ... status
Go to configuration mode :
conf t
int ...

Copy the configuration ( running to persistent mem ) :
wr

2019-05-13 16:24:26

Comments

Add a Comment

Login or Register to post a Comment.

Homepage