Dcom Lab # 4
Dcom Lab # 4
LAB # 4
THE CISCO IOS CLI ARCHITECTURE &
SIMULATING TOOL
OBJECTIVE
To operate and become familiar with the network simulator Packet Tracer
To show some basic commands to interact with the Cisco IOS CLI Software.
SIMULATION
Simulation is the imitation of some real thing, state of affairs, or process. The act of
simulating something generally entails representing certain key characteristics or
behaviours of a selected physical or abstract system.
Key issues in simulation include acquisition of valid source information about the
relevent selection of key characteristics and behaviours, the use of simplifying
approximations and assumptions within the simulation, and fidelity and validity of the
simulation outcomes.
– Allows users to observe virtual packets in real time by modeling network traffic and
packet behaviors
• Affords the opportunity and flexibility for practice outside of the classroom
– Runs on home computers or mobile laptops
– Supports the development of problem-solving and troubleshooting skills
– Enables users to create and configure complex topologies that extend beyond
the constraints of equipment availability
• Provides a rich learning environment to support the development of networking
technology skills
– Encourages students to explore new concepts and test their knowledge of various
protocols
– Provides valuable hands-on experience that can be applied on the job and in the
classroom
KEY FEATURES
In the Simulation and Visualization Mode, we can see and control time intervals, the
inner workings of data transfer, and the propagation of data across a network. This
helps students understand the fundamental concepts behind network operations. A
solid understanding of network fundamentals can help accelerate learning about
related concepts.
The physical view of devices such as routers, switches, and hosts presents graphical
representations of modular equipment and expansion cards. The physical view also
provides geographic representations, including multiple cities, buildings, and wiring
closets.
ADDITIONAL FEATURES
COMPATIBLE PLATFORMS
Packet Tracer 5.0 is compatible with the following platforms: Windows (Widows XP,
Windows 2000); Vista (Vista Basic, Vista Premium); and Linux (Ubuntu, Fedora).
Interface:
Main tool bar contains different option e.g. new file, open, save, print, copy, paste, do
undo, zoom in, zoom out etc.
A network topology can be built by selecting devices and the media. Several type of
devices and network connections can be used. For example: switches, routers, end
systems, wireless connections etc.
Inspection tool: To inspect the specific device e.g. MAC table etc.
PDUs: Simple PDUs (Protocol Data Units). E.g. ICMP, ARP, TCP etc.
Network Simulation
All the network setup is performed on real time mode. Simulation mode is used to simulate
the network to check its behavior in graphical way
Network Scenarios
Multiple scenarios can be created and deleted by clicking on the New and Delete button in the
scenario panel. The scenarios can be toggled between without deleting.
LAB TASK:
Q1: Download latest version of Boson Netsim 4.0 Beta final with its crack.
Q2: Write the description of the following tabs of Packet Tracer 6.0.1
1. Menu Bar
2. Common Toolbar
3. Device-Type Selection Box
4. Device-Specific Selection Box
5. Logical Toolbar
6. Physical Toolbar
7. Power Cycle device
8. Simulation Mode
THEORY
This section presents the two user levels and various modes of the Cisco IOS software.
EXERCISE
STEP 1:
When you open a console session in a switch, you are automatically in user EXEC command
mode. The EXEC commands available at the user level are a subset of those available at the
privileged level. In general, the user EXEC commands allow you to connect to remote
devices, change terminal settings on a temporary basis, perform basic tests, and list system
information.
You will notice that the switch displays a switch> prompt. The right arrow (>) in the prompt
indicates that the switch is at the user EXEC level. The user EXEC level does not contain any
commands that might control (for example, reload or configure) the operation of the switch.
To list the commands available at
The operation of the router. To list the commands available at the user EXEC level, type? at
the switch> prompt.
STEP 2:
ENABLE?
Critical commands (for example, configuration and management) require that the user be
logged into privileged EXEC level. To change to the privileged EXEC level, type enable at
the switch> prompt. The switch prompt changes to switch#. The privileged EXEC mode
prompt consists of the host name of the device followed by the pound sign (#). Then use the
help system to display the commands available in privileged EXEC mode.
Privileged EXEC level can be password protected to allow only authorized users the ability to
configure or manage the switch.
You can then specify either the terminal, nonvolatile memory (NVRAM), or a file stored on a
network server as the source of configuration commands. Configuring from the terminal is the
system default. You can specify the source of the commands when first entering the
command, by entering configure terminal, configure memory, or configure network. For now,
press Return to select the default, terminal configuration.
When the global configuration mode is entered, the switch prompt changes to
Switch(config)#. Then use the help system to display the commands available in global
configuration mode.
To exit interface configuration mode and return to global configuration mode, enter the exit
command.
Command syntax help can be used to obtain a list of command, keyword, or argument options
that are available based on the syntax you have already entered. To use command syntax help,
enter ? In the place of a keyword or argument.
STEP 1 ENABLE
Context-sensitive command syntax help can be used to obtain a list of commands, keywords,
or argument options that are available, based on the syntax you have already entered. To use
command syntax help to see a list of arguments that can be used with the configure command,
enter configure, with ? in the place of a keyword or argument. Include a space before the
question mark.
STEP 2: CONFIGURE
Context-sensitive command syntax help can be used to obtain a list of commands, keywords,
or argument options that are available, based on the syntax you have already entered. To use
command syntax help to see a list of arguments that can be used with the configure command,
enter configure, with ? in the place of a keyword or argument. Include a space before the
question mark.
You have already learned about the Ctrl-U hot key. The following table offers a
comprehensive list of the hot keys and some other keyboard editing functions.
Table 8.1
Use the Ctrl-R hot key to redisplay the current line in the IOS software. Then use the
Ctrl-A hot key to move the cursor to the beginning of the current line. Then use the up arrow
key on the keyboard to move backwards through the commands in the command buffer—that
is, the commands that have been used since entering privileged EXEC mode. Note that a few
of the commands you entered in privileged EXEC mode don't appear in the buffer. These are
the commands you deleted from the command line with the Ctrl-U hot key; the deletion also
removes those commands from the command buffer. You can use the down arrow key to
move forward through the buffer. After inspecting the contents of the buffer, use the arrow
keys to display "interface serial 11" at the prompt. This was a command with an intentionally
invalid parameter, used to demonstrate the command syntax check capability of the Cisco IOS
software. Use the Ctrl-W hot key twice, to delete the last two words in this command. Then
enter "ethernet 0" after the interface command, and go into interface configuration mode for
the. Finally, use the Ctrl-Z hot key to return to privileged EXEC mode.
The default router name is "Switch." Giving each switch a unique name aids in network
management by allowing you to uniquely identify each switch within the network. The name
of the switch is considered to be the host name and is displayed in the system prompt. Let's
change the host name from "Switch" to "Switch1." Notice that the name in the system prompt
changes immediately after the hostname command is entered.
Task Command
Set the Error! Hyperlink reference not valid. so that error messages will have accurate Error!
Hyperlink reference not valid.. The router will use this information to timestamp error
messages. Use the following information for the time and date: 11:56:50 11 March 1999.
Then use the show clock command to view the new clock setting.
Task Command
The message-of-the-day banner is displayed at login and is useful for sending startup
messages to all connected terminals. By default, no message is displayed at logon. Enter the
banner motd command in global configuration mode. When using the banner motd command,
enter a few blank spaces and then type a delimiting character. The information typed until the
next delimiting character is recognized as the message of the day. In this simulation, use the
pound key (#) as the delimiting character.
Q1: Perform all the basic switch configurations those are mention in manual & submit the
hard copy.
I. #show version
II. #show interfaces
III. #show startup-config
IV. #show running-config
V. #show interfaces
VI. #show clock