Difference between revisions of "Other Useful IOS Commands"
From Peter Pap's Technowiki
Line 12: | Line 12: | ||
show int status | show int status | ||
+ | == Show the serial number from the IOS == | ||
+ | |||
+ | show idprom all | ||
+ | |||
+ | |||
More to come..... | More to come..... |
Revision as of 01:04, 29 November 2011
Contents
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
More to come.....