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
- Console: Direct, physical connection (using a rollover cable) to the device's console port. Used for initial configuration and recovery.
- Telnet: Remote, unencrypted access. Not recommended for production environments due to security risks.
- SSH (Secure Shell): Remote, encrypted access. The industry standard for managing devices securely.
- 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