Difference between revisions of "Other Useful IOS Commands"

From Peter Pap's Technowiki
Jump to: navigation, search
(To configer multiple ports at once)
Line 1: Line 1:
 
 
== Determining the IOS version ==
 
== Determining the IOS version ==
  
Line 8: Line 7:
 
   switch# config t
 
   switch# config t
 
   switch(config)#interface range FastEthernet0/20 - 24
 
   switch(config)#interface range FastEthernet0/20 - 24
 +
 +
== Show status of all interfaces ==
 +
 +
  show int status
  
 
More to come.....
 
More to come.....

Revision as of 05:07, 8 November 2010

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

More to come.....