Task 1: Network Simulation. In this task, you will create the physical network on Cisco Packet Tracer from its logical topology and perform all necessary configurations for the network devices to make...

2 answer below »
Task 1: Network Simulation. In this task, you will create the physical network on Cisco Packet Tracer from its logical topology and perform all necessary configurations for the network devices to make the network operational. In particular, you will o Create an efficient IP addressing plan for the whole network using the following IP addressing space 192.168.XY.0/24 where XY is the last two digit of your student number. The addressing plan should show how IP addresses are assigned to each device (and device interface) in the network and the method of the address assignment i.e. static or dynamic (DHCP). o Perform administrative configuration on each network device so that each device will have a unique name. A switch device will have the name starting with S and a router device will have the name starting with R. o Secure device access by setting up the login banner, the login and privilege mode access passwords for each network device and a separate VLAN99 CSC73002 – Network Management Assignment-1, 2019 3 for network management. Encrypt all passwords. Use Comp2001 for the passwords. o Configure all required device interfaces with appropriate IP addresses and meaningful descriptions. o Assign IP addresses to all PCs in the network. Note that in the simulation, you only need to use 2 PCs to represent all PCs in each subnet. o Verify the network connectivity and fix any issues. Take screen shots to show the network is functioning and all devices can be reached. o Backup all device configuration to a TFTP server in the head quarter. • Task 2: Network management. You will complete the following tasks: o Design the high-level physical layout for the lab to show the cabling structure and equipment rack and export it to a JPEG or PDF file. o Configure SNMPv2 on each network devices and deploy a network management station at the head quarter to manage the whole network. Use your student-id for the access string, both read-only and read-write. Configure a MIB browser on the management station to access the device management information. Record 5-min video and upload to YouTube to demonstrate that you can access and update each device configuration from the management station. In the video, you should show up and clearly say your name and the student ID. Use the unlisted option if you do not want the video to be viewed in public.
Answered 8 days AfterAug 05, 2021CSC73002Southern Cross University

Answer To: Task 1: Network Simulation. In this task, you will create the physical network on Cisco Packet...

Ali Asgar answered on Aug 13 2021
141 Votes
IP Addressing Plan
Subnet
Name
Network ID Subnet Mask Host Range Number of Hosts
HQ 192.168.37.0 255.255.255.224 192.168.37.1-192.168.37.30 30
B1 192.168.37.32 255.255.255.240 192.168.37.33-192.168.37.46 14
B2 192.168.37.48 255.255.255.240 192.168.37.49-192.168.37.62 14
B2-Mgmt 192.168.37
.240 255.255.255.252 192.168.37.241-242 2
B1-Mgmt 192.168.37.244 255.255.255.252 192.168.37.245-246 2
HQ-Mgmt 192.168.37.248 255.255.255.248 192.168.37.249-254 6
Device IP configuration
Device Interface IP Subnet Default gateway Vlan
R-HQ-SCU Giga0/0 192.168.37.1 255.255.255.224 - -
Giga0/2 192.168.37.249 255.255.255.248 - -
Ser0/0/0 20.0.0.1 255.255.255.252 - -
S1-HQ-SCU Giga0/1

1
Giga0/2

99
Fa0/1

1
Fa0/2

1
Fa0/24

Connected to
management Server
99
PCs Fa DHCP assigned

R-B1-SCU Giga0/0 192.168.37.33 255.255.255.240 - -
Giga0/2 192.168.37.245 255.255.255.252 - -
Ser0/0/0 30.0.0.1 255.255.255.252 - -
S1-B1-SCU Giga0/1

1
Giga0/2

99
Fa0/1

1
Fa0/2

1
PCs Fa DHCP assigned

R-B2-SCU Giga0/0 192.168.37.49 255.255.255.240 - -
Giga0/2 192.168.37.241 255.255.255.252 - -
Ser0/0/0 40.0.0.1 255.255.255.252 - -
S1-B2-SCU Giga0/1

1
Giga0/2

99
Fa0/1

1
Fa0/2

1
PCs Fa DHCP assigned
High-level Physical Topology
Connectivity Screenshots
Connectivity between management Server (192.168.37.251) and the gateway 192.168.37.249
Connectivity between management server and PC in HQ
Connectivity between Mgmt Server and Switch mgmt IP in branch 1
Connectivity between management server and branch 1 PC
Connectivity between Management server and branch 2 PC
Device Configuration:
Router @ HQ
Router>
Router>enable
Router#config terminal
Router(config)#hostname R-HQ-SCU
R-HQ-SCU(config)#banner motd #
Enter TEXT message. End with the character '#'.
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
Southern Cross University
Unauthorized Access Prohibited
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
#
R-HQ-SCU(config)#enable secret Comp2001
R-HQ-SCU(config)#service password-encryption
R-HQ-SCU(config)#int gigabitEthernet 0/0
R-HQ-SCU(config-if)#ip address 192.168.37.1 255.255.255.224
R-HQ-SCU(config-if)#description "Connected to HQ Switch"
R-HQ-SCU(config-if)#exit
R-HQ-SCU(config)#
R-HQ-SCU(config)#int serial0/0/0
R-HQ-SCU(config-if)#ip address 20.0.0.1 255.255.255.252
R-HQ-SCU(config-if)#exi
R-HQ-SCU(config)#int gigabitEthernet 0/2
R-HQ-SCU(config-if)#ip address 192.168.37.249 255.255.255.248
R-HQ-SCU(config-if)#ex
R-HQ-SCU(config)#no ip domain-lookup
R-HQ-SCU(config)#
R-HQ-SCU(config)#line vty 0 4
R-HQ-SCU(config-line)#password Comp2001
R-HQ-SCU(config-line)#login
R-HQ-SCU(config-line)#exit
R-HQ-SCU(config)#line console 0
R-HQ-SCU(config-line)#password Comp2001
R-HQ-SCU(config-line)#login
R-HQ-SCU(config-line)#exit
R-HQ-SCU(config)#
R-HQ-SCU(config)#ip dhcp pool HQ ...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here