Difference between revisions of "Other Useful IOS Commands"
From Peter Pap's Technowiki
(Created page with " == Determining the IOS version == show version More to come.....") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
== Determining the IOS version == | == Determining the IOS version == | ||
show 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..... | More to come..... |
Latest revision as of 00:24, 31 January 2018
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
Delete a directory from flash
delete /recursive /force flash:/name_of_directory
More to come.....