IT Networking Design: Practical Assignment on Netsim and IOS

Verified

Added on  2020/04/07

|17
|1347
|40
Practical Assignment
AI Summary
This assignment provides a comprehensive overview of IT networking design using Netsim and IOS. It begins with detailed switch and router configurations, including setting hostnames, system clocks, and displaying interface information. The assignment then delves into setting up IP addresses on PCs and switches, creating VLANs, and demonstrating VTP packets. Router configurations include interface descriptions, IP addressing, and subnet masks. The assignment concludes with an analysis of the current network configurations, highlighting their suitability for business environments and their ability to separate networks for security purposes. The document includes detailed configurations, outputs, and a bibliography of relevant resources.
Document Page
Running head: IT NETWORKING DESIGNING
IT Networking Designing
Student Name:
University Name:
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
1IT NETWORKING DESIGNING
Table of Contents
1. Detailed Network in Netsim...............................................................................................................................2
2. Network device configurations...........................................................................................................................2
a. Switch Configuration......................................................................................................................................2
Hostname as your name.................................................................................................................................2
Set system clock to May 2017 10:00 am.........................................................................................................2
Display the name of the file and version of IOS..............................................................................................3
Display the name of the interfaces.................................................................................................................3
Display 6 IOS modes.......................................................................................................................................4
b. Router configuration......................................................................................................................................5
Hostname as your family name......................................................................................................................5
Set system clock to Jun 2017 1:00pm.............................................................................................................5
Display the name of the file and version of IOS..............................................................................................6
Display the name of the interfaces.................................................................................................................6
Display 6 IOS Modes.......................................................................................................................................7
3. Network device configurations...........................................................................................................................8
a. Switch configuration.......................................................................................................................................8
Set IP addresses on PC and switch..................................................................................................................8
Create VLAN...................................................................................................................................................9
Ping each other...............................................................................................................................................9
Set VTP domain with your first name...........................................................................................................10
Set VTP password with your family name....................................................................................................10
Demonstrate VTP packets............................................................................................................................10
b. Router configuration....................................................................................................................................11
Descriptions on interfaces............................................................................................................................11
Directly connected devices to router............................................................................................................12
IP addresses for each interfaces...................................................................................................................13
Subnet mask.................................................................................................................................................14
Ping the routers............................................................................................................................................14
4. Analysis of the current network.......................................................................................................................15
Bibliography.........................................................................................................................................................16
Document Page
2IT NETWORKING DESIGNING
1. Detailed Network in Netsim
2. Network device configurations
a. Switch Configuration
Hostname as your name
Switch>enable
Switch# conf terminal
Switch (config) # hostname Manik
Output:
Manik (config) #
Set system clock to May 2017 10:00 am
Manik#CLOCK ?
Manik#CLOCK SET ?
Manik# CLOCK SET 10:00:00 ?
Document Page
3IT NETWORKING DESIGNING
Manik# CLOCK SET 10:00:00 10 ?
Manik# CLOCK SET 10:00:00 10 May ?
Manik# CLOCK SET 10:00:00 10 May 2017 ?
Output:
Manik# CLOCK SET 10:00:00 10 May 2017
Display the name of the file and version of IOS
Manik# show version
Output:
Display the name of the interfaces
Manik# show interfaces
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
4IT NETWORKING DESIGNING
Output:
Display 6 IOS modes
1. EXEC mode
2. Privileged EXEC mode
3. Global Configuration mode
4. Interface Configuration mode
5. Setup mode
Document Page
5IT NETWORKING DESIGNING
6. Show mode
b. Router configuration
Hostname as your family name
Router>enable
Router# config
Router (config) # hostname Sodhi
Output:
Sodhi (config) #
Set system clock to Jun 2017 1:00pm
Sodhi#CLOCK ?
Sodhi#CLOCK SET?
Sodhi# CLOCK SET 13:00:00 ?
Sodhi# CLOCK SET 13:00:00 10 ?
Sodhi# CLOCK SET 13:00:00 10 June?
Sodhi# CLOCK SET 13:00:00 10 June 2017?
Document Page
6IT NETWORKING DESIGNING
Output:
Sodhi# CLOCK SET 13:00:00 10 June 2017
Display the name of the file and version of IOS
Sodhi# show version
Output:
Display the name of the interfaces
Sodhi# show interfaces
Output:
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
7IT NETWORKING DESIGNING
Display 6 IOS Modes
1. EXEC mode
2. Privileged EXEC mode
3. Global Configuration mode
4. Interface Configuration mode
5. Setup mode
6. Show mode
Document Page
8IT NETWORKING DESIGNING
3. Network device configurations
a. Switch configuration
Set IP addresses on PC and switch
IP address setup on Switch
Kinglsey>en
Kinglsey # conf terminal
Manik (config) # interface fa 0/1
Manik (config-if) # ip address 20.10.10.1 255.0.0.0
Output:
IP address setup on PC
C:> ip address 20.0.0.1 255.0.0.0
Output:
Document Page
9IT NETWORKING DESIGNING
Create VLAN
Vlan on Switch 1
Manik>en
Manik#conf terminal
Manik (config) # vlan 10
Manik (config) # interface fa 0/2
Manik (config-if) # switchport access vlan 10
Ping each other
Pinging of PC’s
Ping from Cmp 1 to Cmp 2
C:> ping 20.0.0.2
Output:
Ping from Cmp 2 to Cmp 3
C:> ping 20.0.0.3
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
10IT NETWORKING DESIGNING
Ping from Cmp 2 to Cmp 3
C:> ping 20.0.0.4
Set VTP domain with your first name
Manik>en
Manik# conf terminal
Manik (config) # vtp domain Manik
Set VTP password with your family name
Manik (config) # vtp password Sodhi
Demonstrate VTP packets
Document Page
11IT NETWORKING DESIGNING
b. Router configuration
Descriptions on interfaces
Description on Router 1
Sodhi>en
Sodhi # config
Sodhi (config) # interface serial 0/0
Sodhi (config-if) # description MANIK
Sodhi (config-if) # exit
Sodhi (config) # exit
Sodhi # show run interface serial 0/0
Output:
Description on Router 2
Router>en
Router# config
Router (config) # hostname R2
R2 (config) # interface serial 0/0
R2 (config-if) # description Sodhi
R2 (config-if) # exit
R2 (config) # exit
R2# show run interface serial 0/0
chevron_up_icon
1 out of 17
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]