Other Useful IOS Commands

From Peter Pap's Technowiki
Revision as of 00:24, 31 January 2018 by Ppapa (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.....