From LedHed's Wiki
Jump to: navigation, search
Line 15: Line 15:
 
or in IOS Shorthand
 
or in IOS Shorthand
 
  sh run
 
  sh run
 +
 +
 +
  
  
 
[[Category:Cisco]]
 
[[Category:Cisco]]

Revision as of 18:14, 23 February 2010

Cisco uses a proprietary OS called 'IOS'


Logging In

In order to make changes to the IOS configurations you need to login as an Enabled user, to do this type:

enable

You will then be prompted for a password (assuming a password has been set for this account).


Basic Commands

Show the currently running configuration

show running_config

or in IOS Shorthand

sh run