University: MN503 Overview of Internetworking Report - Netsim Analysis

Verified

Added on  2020/04/07

|18
|1537
|77
Report
AI Summary
This report provides a comprehensive overview of internetworking, encompassing detailed configurations of network devices using Netsim. It includes step-by-step configurations for switches and routers, incorporating hostname and clock settings, and demonstrates the use of various IOS modes. The report further explores VLAN creation, VTP domain and password configurations, and pinging functionalities. It details router interface descriptions, IP address assignments, subnet masks, and ping tests. A significant portion is dedicated to troubleshooting common network issues, such as interface identification and pinging problems. Finally, the report concludes with an analysis of the current network configuration, discussing its potential applications in a business context, such as enhancing network security and employee grouping. The report is supported by a bibliography of relevant academic sources.
Document Page
Running head: OVERVIEW OF INTERNETWORKING
MN503 - Overview of Internetworking
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
1OVERVIEW OF INTERNETWORKING
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......................................................................................................................................4
Hostname as your family name......................................................................................................................4
Set system clock to Jun 2017 1:00pm.............................................................................................................5
Display the name of the file and version of IOS..............................................................................................5
Display the name of the interfaces.................................................................................................................6
Display 6 IOS Modes.......................................................................................................................................6
3. Network device configurations...........................................................................................................................7
a. Switch configuration.......................................................................................................................................7
Set IP addresses on PC and switch..................................................................................................................7
Create VLAN...................................................................................................................................................8
Ping each other...............................................................................................................................................8
Set VTP domain with your first name.............................................................................................................9
Set VTP password with your family name....................................................................................................10
Demonstrate VTP packets............................................................................................................................10
b. Router configuration....................................................................................................................................10
Descriptions on interfaces............................................................................................................................10
Directly connected devices to router............................................................................................................12
IP addresses for each interfaces...................................................................................................................12
Subnet mask.................................................................................................................................................13
Ping the routers............................................................................................................................................13
4. Steps for trouble shooting................................................................................................................................14
5. Current network analysis..................................................................................................................................15
Bibliography.........................................................................................................................................................16
Document Page
2OVERVIEW OF INTERNETWORKING
1. Detailed Network in Netsim
2. Network device configurations
a. Switch Configuration
Hostname as your name
Switch>enable
Switch# conf terminal
Switch (config) # hostname Rakesh
Output:
Rakesh (config) #
Set system clock to May 2017 10:00 am
Rakesh # CLOCK ?
Rakesh # CLOCK SET ?
Rakesh # CLOCK SET 10:00:00 ?
Rakesh # CLOCK SET 10:00:00 12 ?
Document Page
3OVERVIEW OF INTERNETWORKING
Rakesh # CLOCK SET 10:00:00 12 May ?
Rakesh # CLOCK SET 10:00:00 12 May 2017 ?
Output:
Rakesh # CLOCK SET 10:00:00 12 May 2017
Display the name of the file and version of IOS
Rakesh # show version
Output:
Display the name of the interfaces
Rakesh # 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
4OVERVIEW OF INTERNETWORKING
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
5OVERVIEW OF INTERNETWORKING
b. Router configuration
Hostname as your family name
Router>enable
Router# config
Router (config) # hostname Rallabandi
Output:
Rallabandi (config) #
Set system clock to Jun 2017 1:00pm
Rallabandi # CLOCK ?
Rallabandi # CLOCK SET?
Rallabandi # CLOCK SET 13:00:00 ?
Rallabandi # CLOCK SET 13:00:00 12 ?
Rallabandi # CLOCK SET 13:00:00 12 June?
Rallabandi # CLOCK SET 13:00:00 12 June 2017?
Output:
Rallabandi # CLOCK SET 13:00:00 12 June 2017
Document Page
6OVERVIEW OF INTERNETWORKING
Display the name of the file and version of IOS
Rallabandi # show version
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
7OVERVIEW OF INTERNETWORKING
Display the name of the interfaces
Rallabandi # show interfaces
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
8OVERVIEW OF INTERNETWORKING
6. Show mode
3. Network device configurations
a. Switch configuration
Set IP addresses on PC and switch
IP address setup on Switch
Rakesh>en
Rakesh#conf terminal
Rakesh(config)# interface fa 0/1
Rakesh(config-if)# ip address 50.0.0.1 255.255.0.0
Output:
Document Page
9OVERVIEW OF INTERNETWORKING
IP address setup on PC
C:> ip address 40.0.0.1 255.255.0.0
Output:
Create VLAN
Vlan on Switch 1
Rakesh>en
Rakesh #conf terminal
Rakesh (config) # vlan 10
Rakesh (config) # interface fa 0/2
Rakesh (config-if) # switchport access vlan 10
Ping each other
Pinging of PC’s
Ping from PC 1 to PC 2
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
10OVERVIEW OF INTERNETWORKING
C:> ping 40.0.0.2
Output:
Ping from PC 2 to PC 3
C:> ping 40.0.0.3
Ping from PC 3 to PC 4
C:> ping 40.0.0.4
Set VTP domain with your first name
Rakesh>en
Rakesh # conf terminal
Rakesh (config) # vtp domain Rakesh
Document Page
11OVERVIEW OF INTERNETWORKING
Output:
Set VTP password with your family name
Rakesh (config) # vtp password Rallabandi
Demonstrate VTP packets
b. Router configuration
Descriptions on interfaces
Description on Router 1
Rallabandi>en
Rallabandi # config
Rallabandi (config) # interface serial 0/0
Rallabandi (config-if) # description Rakesh
Rallabandi (config-if) # exit
Rallabandi (config) # exit
Rallabandi # show run interface serial 0/0
Output:
chevron_up_icon
1 out of 18
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]