Amali Final Cisco
Amali Final Cisco
Step 1: Create a subnetting scheme that meets the required number of subnets and
required number of host addresses.
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
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
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