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.....") |
(→Determining the IOS version) |
||
Line 3: | Line 3: | ||
show version | show version | ||
+ | |||
+ | == To configer multiple ports at once == | ||
+ | |||
+ | switch# config t | ||
+ | switch(config)#interface range FastEthernet0/20 - 24 | ||
More to come..... | More to come..... |
Revision as of 04:26, 21 September 2010
Determining the IOS version
show version
To configer multiple ports at once
switch# config t switch(config)#interface range FastEthernet0/20 - 24
More to come.....