video demonstration of navigating between IOS modes

video demonstration of navigating between IOS modes


Video - IOS CLI Primary Command Modes (2 min) Let's examine the IOS command modes in Packet Tracer. I'm using Packet Tracer 6.2, and I have a desktop PC with a console connection to a 2960 series switch. I'll click on the desktop PC, click on the terminal emulation program and click "okay," and you can see that I'm presented with a console command line interface

To configure the device, the user must enter Global Configuration Mode, which is commonly called global config mode.

From global config mode, CLI configuration changes are made that affect the operation of the device as a whole. Global configuration mode is identified by a prompt that ends with (config)# after the device name, such as Switch(config)#.

Global configuration mode is accessed before other specific configuration modes. From global config mode, the user can enter different sub-configuration modes. Each of these modes allows the configuration of a particular part or function of the IOS device. Two common sub-configuration modes include:

  • Line Configuration Mode - Used to configure console, SSH, Telnet, or AUX access.

  • Interface Configuration Mode - Used to configure a switch port or router network interface.

When using the CLI, the mode is identified by the command-line prompt that is unique to that mode. By default, every prompt begins with the device name. Following the name, the remainder of the prompt indicates the mode. For example, the default prompt for line configuration mode is Switch(config-line)# and the default prompt for interface configuration mode is Switch(config-if)#.

0 comments:

Post a Comment