This time i got another superlab and again it's from Mr.Ahmad Rosid Komarudin and this superlab contain VLSM theory that will support the giving of ip address now this are the topology ;
and this are the task that we're going to configure about :
The RO_MAIN is pre-configured, so you should not change anything.
IP Address information table
Hostname
Interface
IP Address
Netmask
Note
RO_MAIN
Se0/0/0
10.20.0.5
255.255.255.252
-
Se0/0/1
10.20.0.9
255.255.255.252
-
Fa0/0.26
Hidden
Hidden
Vlan 26
Fa0/0.27
Hidden
Hidden
Vlan 27
Fa0/0.28
Hidden
Hidden
Vlan 28
Fa0/0.29
Hidden
Hidden
Vlan 29
Fa0/1
10.11.20.1
255.255.255.252
-
RO_OUTSIDE
Se0/0/0
10.20.0.10
255.255.255.252
-
Fa0/0
192.168.10.1
255.255.255.128
-
RO_BACKUP
Se0/0/0
10.20.0.6
255.255.255.252
-
Fa0/0
10.11.20.5
255.255.255.252
-
SW_MAIN
Fa0/1
-
-
Trunk
Gi0/1
-
-
Trunk
Gi0/2
-
-
Trunk
SW_GEDUNG1
Fa0/1 - Fa0/5
-
-
Vlan 26
Fa0/6 - Fa0/10
-
-
Vlan 27
Fa0/11 - Fa0/15
-
-
Vlan 28
Fa0/16 - Fa0/20
-
-
Vlan 29
Fa0/21 - Fa0/24
-
-
Not use
Gi0/1
-
-
Trunk
SW_GEDUNG2
Fa0/1 - Fa0/5
-
-
Vlan 26
Fa0/6 - Fa0/10
-
-
Vlan 27
Fa0/11 - Fa0/15
-
-
Vlan 28
Fa0/16 - Fa0/20
-
-
Vlan 29
Fa0/21 - Fa0/24
-
-
Not use
Gi0/1
-
-
trunk
SERVER_MAIN
Fa0
10.11.20.2
255.255.255.252
Gw: 10.11.20.1
SERVER_BACKUP
Fa0
10.11.20.6
255.255.255.252
Gw: 10.11.20.5
A. Subnetting
In this exam, you have been given the network address 172.17.18.0/24 to subnet and provide the IP addressing for the vlan FAKULTAS, KAJUR, SEKJUR and DOSEN. VLSM will be used so that the addressing requirements can be met using the 172.17.18.0/24 network. The network has the following addressing requirements:
· The DOSEN will require 60 host IP address.
· The SEKJUR will require 30 host IP address.
· The KAJUR will require 14 host IP address.
· The FAKULTAS will require 6 host IP address.
Calculate the network, broadcast, host and netmask!
*Use the DESC method
Divisi
Vlan
Network
Host
Broadcast
Netmask
First
-
Last
DOSEN
Vlan26
SEKJUR
Vlan27
KAJUR
Vlan28
FAKULTAS
Vlan29
B. Assign your result calculation subnet to the each PCs (IP address, netmask, IP gateway, and DNS Server)
· First turn ON all the PCs
· IP gateway is FIRST host each network (so the PC can’t be given the first host IP because it used a router)
· IP DNS server is 10.11.20.2
C. Configure hostname all routers and switch with same display name (CASE SENSITIVE).
D. Give the ROUTERs and SERVERs IP address, netmask, IP gateway from the IP address information table (above). except RO_MAIN, because it pre-configure.
E. Configure DHCP server in RO_OUTSIDE
· Pool name : DHCP_OUTSIDE
· IP Pool : 192.168.10.0/25
· Gateway : 192.168.10.1
· IP DNS Server : 10.11.20.2
F. Configure static routing in RO_OUTSIDE and RO_BACKUP using IP destination (next hop IP)
· Division FAKULTAS, KAJUR, SEKJUR and DOSEN can access SERVER_BACKUP (Use summary network)
· OUTSIDE can access SERVER_MAIN
· OUTSIDE can access SERVER_BACKUP
G. Configure DNS server in SERVER_MAIN, add a record:
· lks2014.net => 10.11.20.2
· www.lks2014.net => 10.11.20.2
· mail.lks2014.net => 10.11.20.2
· backup.lks2014.net => 10.11.20.6
H. Configure http server in SERVER_MAIN and SERVER_BACKUP. So the client can access the websites of both.
I. Configure PC_OUTSIDE as DHCP client
J. Test
· PC_OUTSIDE can resolve lks2014.net, www.lks2014.net, mail.lks2014.net and backup.lks2014.net
· PC_OUTSIDE can access the website http://backup.lks2014.net
· Division FAKULTAS, KAJUR, SEKJUR and DOSEN can access the website http://www.lks2014.net
| Subnet Name | Needed Size | Allocated Size | Address | Mask | Dec Mask | Assignable Range | Broadcast |
|---|---|---|---|---|---|---|---|
| DOSEN | 60 | 62 | 172.17.18.0 | /26 | 255.255.255.192 | 172.17.18.1 - 172.17.18.62 | 172.17.18.63 |
| SEKJUR | 30 | 30 | 172.17.18.64 | /27 | 255.255.255.224 | 172.17.18.65 - 172.17.18.94 | 172.17.18.95 |
| KAJUR | 14 | 14 | 172.17.18.96 | /28 | 255.255.255.240 | 172.17.18.97 - 172.17.18.110 | 172.17.18.111 |
| FAKULTAS | 6 | 6 | 172.17.18.112 | /29 | 255.255.255.248 | 172.17.18.113 - 172.17.18.118 | 172.17.18.119 |
and DNS Server is =10.11.20.2
and then configure the hostname for router and switches with same display names
when you done configure hostname,go to SW_MAIN1 to configure vlan 26,27,28,29
after finish the switch now we configure at The Servec Section :
SERVER_MAIN :
BACKUP_SERVER:
Now for finishing lets configure the router outside and backup :
ROUTER_OUTSIDE :
Building configuration...
Current configuration : 972 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RO_OUTSIDE
!
!
!
!
!
ip dhcp pool DHCP_OUTSIDE
network 192.168.10.0 255.255.255.128
default-router 192.168.10.1
dns-server 10.11.20.2
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.10.1 255.255.255.128
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.20.0.10 255.255.255.252
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 10.11.20.0 255.255.255.252 10.20.0.9
ip route 172.17.18.0 255.255.255.0 10.20.0.9
ip route 10.11.20.4 255.255.255.252 10.20.0.9
!
ip flow-export version 9
!
!
!
no cdp run
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end
RO_OUTSIDE#
RO_OUTSIDE#sh ru
Building configuration...
Current configuration : 972 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RO_OUTSIDE
!
!
!
!
!
ip dhcp pool DHCP_OUTSIDE
network 192.168.10.0 255.255.255.128
default-router 192.168.10.1
dns-server 10.11.20.2
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.10.1 255.255.255.128
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.20.0.10 255.255.255.252
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 10.11.20.0 255.255.255.252 10.20.0.9
ip route 172.17.18.0 255.255.255.0 10.20.0.9
ip route 10.11.20.4 255.255.255.252 10.20.0.9
!
ip flow-export version 9
!
!
!
no cdp run
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end
BACKUP_ROUTER :
Building configuration...
Current configuration : 854 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RO_BACKUP
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.11.20.5 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.20.0.6 255.255.255.252
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 10.11.20.0 255.255.255.252 10.20.0.5
ip route 192.168.10.0 255.255.255.128 10.20.0.5
ip route 172.17.18.0 255.255.255.0 10.20.0.5
!
ip flow-export version 9
!
!
!
no cdp run
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end
Current configuration : 972 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RO_OUTSIDE
!
!
!
!
!
ip dhcp pool DHCP_OUTSIDE
network 192.168.10.0 255.255.255.128
default-router 192.168.10.1
dns-server 10.11.20.2
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.10.1 255.255.255.128
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.20.0.10 255.255.255.252
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 10.11.20.0 255.255.255.252 10.20.0.9
ip route 172.17.18.0 255.255.255.0 10.20.0.9
ip route 10.11.20.4 255.255.255.252 10.20.0.9
!
ip flow-export version 9
!
!
!
no cdp run
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end
RO_OUTSIDE#
RO_OUTSIDE#sh ru
Building configuration...
Current configuration : 972 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RO_OUTSIDE
!
!
!
!
!
ip dhcp pool DHCP_OUTSIDE
network 192.168.10.0 255.255.255.128
default-router 192.168.10.1
dns-server 10.11.20.2
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.10.1 255.255.255.128
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.20.0.10 255.255.255.252
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 10.11.20.0 255.255.255.252 10.20.0.9
ip route 172.17.18.0 255.255.255.0 10.20.0.9
ip route 10.11.20.4 255.255.255.252 10.20.0.9
!
ip flow-export version 9
!
!
!
no cdp run
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end
BACKUP_ROUTER :
Building configuration...
Current configuration : 854 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RO_BACKUP
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.11.20.5 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.20.0.6 255.255.255.252
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 10.11.20.0 255.255.255.252 10.20.0.5
ip route 192.168.10.0 255.255.255.128 10.20.0.5
ip route 172.17.18.0 255.255.255.0 10.20.0.5
!
ip flow-export version 9
!
!
!
no cdp run
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end
I'm sorry This PKA File has Been Configure Maybe I WIll post with no configuration Another Time
Download
Cisco Superlab 5
Download
Cisco Superlab 5







EmoticonEmoticon