MN503 - Overview of Internetworking: Detailed Network Configuration

Verified

Added on  2020/03/23

|18
|1451
|289
Practical Assignment
AI Summary
This assignment provides a comprehensive overview of internetworking, focusing on network design and configuration using Cisco devices and Netsim. It begins with a detailed network diagram and then delves into the configuration of switches and routers, including setting hostnames, system clocks, and displaying device information. The assignment covers setting up IP addresses, creating VLANs, configuring VTP domains and passwords, and demonstrating VTP packets. Router configurations involve interface descriptions, IP addressing, and subnet masks. The document includes a section on troubleshooting network issues, specifically interface identification and pinging problems, and suggests solutions. Finally, it provides a current network analysis, discussing potential business applications. The assignment concludes with a bibliography of relevant sources.
Document Page
Running head: OVERVIEW OF INTERNETWORKING
MN503 - Overview of Internetworking
Network design with configuration
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.................................................................................................................4
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.................................................................................................................7
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.............................................................................................................................................10
Set VTP domain with your first name...........................................................................................................11
Set VTP password with your family name....................................................................................................11
Demonstrate VTP packets............................................................................................................................11
b. Router configuration....................................................................................................................................11
Descriptions on interfaces............................................................................................................................11
Directly connected devices to router............................................................................................................13
IP addresses for each interfaces...................................................................................................................13
Subnet mask.................................................................................................................................................14
Ping the routers............................................................................................................................................14
4. Steps for trouble shooting................................................................................................................................15
5. Current network analysis..................................................................................................................................15
Bibliography.........................................................................................................................................................17
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 Abhinay
Output:
Abhinay (config) #
Set system clock to May 2017 10:00 am
Abhinay #CLOCK ?
Abhinay #CLOCK SET ?
Abhinay #CLOCK SET 10:00:00 ?
Document Page
3OVERVIEW OF INTERNETWORKING
Abhinay #CLOCK SET 10:00:00 10 ?
Abhinay #CLOCK SET 10:00:00 10 May ?
Abhinay #CLOCK SET 10:00:00 10 May 2017 ?
Abhinay #CLOCK SET 10:00:00 10 May 2017 Australia?
Output:
Display the name of the file and version of IOS
Abhinay # 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
4OVERVIEW OF INTERNETWORKING
Display the name of the interfaces
Abhinay # 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
5OVERVIEW OF INTERNETWORKING
6. Show mode
b. Router configuration
Hostname as your family name
Router>enable
Router# config
Router (config) # hostname Ponnam
Output:
Ponnam (config) #
Set system clock to Jun 2017 1:00pm
Ponnam # CLOCK ?
Ponnam # CLOCK SET ?
Ponnam # CLOCK SET 13:00:00 ?
Document Page
6OVERVIEW OF INTERNETWORKING
Ponnam # CLOCK SET 13:00:00 10 ?
Ponnam # CLOCK SET 13:00:00 10 June ?
Ponnam # CLOCK SET 13:00:00 10 June 2017 ?
Ponnam # CLOCK SET 13:00:00 10 June 2017 Australia ?
Output:
Display the name of the file and version of IOS
Ponnam # 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
Ponnam # 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
Abhinay>en
Abhinay#conf terminal
Abhinay (config)# interface fa 0/1
Abhinay (config-if)# ip address 5.0.0.1 255.255.255.0
Abhinay (config-if)# interface fa 0/2
Abhinay (config-if)# ip address 5.1.0.1 255.255.255.0
Document Page
9OVERVIEW OF INTERNETWORKING
Output:
IP address setup on PC
C:> ip address 10.10.0.1 255.255.255.0
Output:
Create VLAN
Vlan on Switch 1
Abhinay>en
Abhinay #conf terminal
Abhinay (config) # vlan 10
Abhinay (config) # interface fa 0/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
Abhinay (config-if) # switchport access vlan 10
Ping each other
Ping PC
Ping Switch
Document Page
11OVERVIEW OF INTERNETWORKING
Set VTP domain with your first name
Abhinay>en
Abhinay # conf terminal
Abhinay (config) # vtp domain Abhinay
Output:
Set VTP password with your family name
Abhinay (config) # vtp password Ponnam
Demonstrate VTP packets
b. Router configuration
Descriptions on interfaces
Description on Router 1
Ponnam>en
Ponnam # config
Ponnam (config) # interface serial 0/0
Ponnam (config-if) # description Abhinay
Ponnam (config-if) # exit
Ponnam (config) # exit
Ponnam # show run interface serial 0/0
chevron_up_icon
1 out of 18
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]