0% found this document useful (0 votes)
5 views12 pages

Amali Final Cisco

The document outlines steps for subnetting a network and configuring devices using Cisco Packet Tracer. It includes detailed instructions for setting up a CustomerRouter and LAN switches, including IP address assignments and interface configurations. Additionally, it provides command prompts for configuring device settings and checking results after setup.

Uploaded by

s11125039
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views12 pages

Amali Final Cisco

The document outlines steps for subnetting a network and configuring devices using Cisco Packet Tracer. It includes detailed instructions for setting up a CustomerRouter and LAN switches, including IP address assignments and interface configurations. Additionally, it provides command prompts for configuring device settings and checking results after setup.

Uploaded by

s11125039
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 12

1.

Masuk cisco packet

2.Pilih option dan Tick box yang dibulatkan


3. Part 1: Subnet the Assigned Network ( EXCEL1,2)

Step 1: Create a subnetting scheme that meets the required number of subnets and
required number of host addresses.

Step 2: Fill in the missing IP addresses in the Addressing Table

4. Part 2: Configure the Devices

Step 1: Configure CustomerRouter.


a. Set the enable secret password on CustomerRouter to Class123
b. Set the console login password to Cisco123.
c. Configure CustomerRouter as the hostname for the router.
d. Configure the G0/0 and G0/1 interfaces with IP addresses and subnet masks, and then
enable them.
e. Save the running configuration to the startup configuration file.
COMMAND PROMPT (CUSTOMER ROUTER)
Router>enable
Router#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#enable secret Class123
Router(config)#line console 0
Router(config-line)#password Class123
Router(config-line)#login
Router(config-line)#exit
Router(config)#hostname CustomerRouter
CustomerRouter(config)#interface gigabitEthernet 0/0
CustomerRouter(config-if)#ip address 192.168.0.1 255.255.255.192
CustomerRouter(config-if)#no shutdown
CustomerRouter(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state
to up
CustomerRouter(config-if)#in g0/1
CustomerRouter(config-if)#ip address 192.168.0.65 255.255.255.192
CustomerRouter(config-if)#no shutdown
CustomerRouter(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state
to up
CustomerRouter(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up


CustomerRouter(config)#exit
Tukarkan LAN-A Switch - IP ADDRESS YANG DI HGHLIGHT KEPADA 192.168.0.2

SEBELUM

Default
Device Interface IP Address Subnet Mask
Gateway
G0/0 192.168.0.1 255.255.255.192
CustomerRouter G0/1 192.168.0.65 255.255.255.192 N/A
S0/1/0 209.165.201.2 255.255.255.252
LAN-A Switch VLAN1 192.168.0.1 255.255.255.192 192.168.0.1
LAN-B Switch VLAN1 192.168.0.66 255.255.255.192 192.168.0.65
PC-A NIC 192.168.0.62 255.255.255.192 192.168.0.1
PC-B NIC 192.168.0.126 255.255.255.192 192.168.0.65
209.165.200.22
G0/0 255.255.255.224
ISPRouter 5 N/A
S0/1/10 209.165.201.1 255.255.255.252
209.165.200.22 209.165.200.22
ISPSwitch VLAN1 255.255.255.224
6 5
209.165.200.23 209.165.200.22
ISP Workstation NIC 255.255.255.224
5 5
209.165.200.24 209.165.200.22
ISP Server NIC 255.255.255.224
0 5

SELEPAS

Default
Device Interface IP Address Subnet Mask
Gateway
G0/0 192.168.0.1 255.255.255.192
CustomerRouter G0/1 192.168.0.65 255.255.255.192 N/A
S0/1/0 209.165.201.2 255.255.255.252
LAN-A Switch VLAN1 192.168.0.2 255.255.255.192 192.168.0.1
LAN-B Switch VLAN1 192.168.0.66 255.255.255.192 192.168.0.65
PC-A NIC 192.168.0.62 255.255.255.192 192.168.0.1
PC-B NIC 192.168.0.126 255.255.255.192 192.168.0.65
209.165.200.22
G0/0 255.255.255.224
ISPRouter 5 N/A
S0/1/10 209.165.201.1 255.255.255.252
209.165.200.22 209.165.200.22
ISPSwitch VLAN1 255.255.255.224
6 5
209.165.200.23 209.165.200.22
ISP Workstation NIC 255.255.255.224
5 5
209.165.200.24 209.165.200.22
ISP Server NIC 255.255.255.224
0 5
COMMAND PROMPT (LAN-A)

Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface vlan1
Switch(config-if)#ip address 192.168.0.2 255.255.255.192
Switch(config-if)#no shutdown
Switch(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up

Switch(config-if)#exit
Switch(config)#ip default-gateway 192.168.0.1
Switch(config)#exit
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Switch#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
COMMAND PROMPT (LAN-B)
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface vlan 1
Switch(config-if)#ip address 192.168.0.66 255.255.255.192
Switch(config-if)#no shutdown
Switch(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up


Switch(config-if)#exit
Switch(config)#ip default-gateway 192.168.0.65
Switch(config)#exit
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Switch#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Switch#
PC-A

Configure the PC interfaces.


Configure the IP address, subnet mask, and default gateway settings on PC-A and PC-B.
CUSTOMER ROUTER
TEST AND TROUBLESOOT

COMMAND PROMPT (CONFIGURE CUSTOMERROUTER)

CustomerRouter>enable
Password:
Password:
CustomerRouter#enable
CustomerRouter#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
CustomerRouter(config)#line console 0
CustomerRouter(config-line)#password Cisco123
CustomerRouter(config-line)#exit
Check Results

You might also like