Difference between revisions of "Other Useful IOS Commands"

From Peter Pap's Technowiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
 
   show int status
 
   show int status
  
 +
== Show the serial number from the IOS ==
 +
 +
  show idprom all
 +
 +
== Delete a directory from flash ==
 +
 +
  delete /recursive /force flash:/name_of_directory
 +
 
 
More to come.....
 
More to come.....

Latest revision as of 00:24, 31 January 2018

Determining the IOS version

  show version

To configure multiple ports at once

 switch# config t
 switch(config)#interface range FastEthernet0/20 - 24

Show status of all interfaces

 show int status

Show the serial number from the IOS

 show idprom all

Delete a directory from flash

 delete /recursive /force flash:/name_of_directory
 

More to come.....