Back to course

Cisco IOS Introduction and Device Access

CCNA: 0 to Hero - Comprehensive Network Engineering Bootcamp

Lesson 9: Cisco IOS Introduction and Device Access

Cisco devices run on the Internetwork Operating System (IOS). It is a text-based, command-line interface (CLI) driven system.

Methods of Device Access

  1. Console: Direct, physical connection (using a rollover cable) to the device's console port. Used for initial configuration and recovery.
  2. Telnet: Remote, unencrypted access. Not recommended for production environments due to security risks.
  3. SSH (Secure Shell): Remote, encrypted access. The industry standard for managing devices securely.
  4. AUX Port (Dial-up): Used for out-of-band management via a modem (less common today).

Initial Access Walkthrough (Console)

To configure a device for the first time, you must use the console port. You need a terminal emulator program (like PuTTY or Tera Term) on your PC set to:

  • Baud Rate: 9600
  • Data Bits: 8
  • Parity: None
  • Stop Bits: 1
  • Flow Control: None