You are on page 1of 12

Marc Christian Enelo

BSIT- II

Final Project
(Cisco Networking)
Background of the Study

Designed to serve :
 Each Hotel has Switch Device
 All hotels have security

The hotel has 4 floors with 4 device in each floor


The hotel has a lobby area.
The hotel has a wifi area.
ADSL Internet is available for the hotel.
All the hotel have computers installed.
The computers in all the hotel have internet connection.
The guests in the rooms should have free internet access.
The computers have appropriate security software's installed.
The hotel management staff and the guests should be on different networks.
There are 16 users on the hotel management who requires computers.
A hotel management server needs to be setup for the hotel management staff which should not be
accessible by the guests.
Network Design
Configuration of each router:
 Hostname: Hotel-Router1,Hotel-Router2
 Console and VTY password:admin
 Privileged password:admin
 MOTD banner:
************************************************************
************************************************************
***UNAUTHORIZED ACCESS IS PROHIBITED***
*******Marc Christian S.Enelo*******
************************************************************

 Configuration of password encryption


 Configuration of IP addresses is in the Addressing Table

Configuration of each switch:

 Hostname:Hotel-Main,Hotel-A,Hotel-B,Hotel-C
 Console and VTY password:admin
 Privileged password:admin
 MOTD banner:
************************************************************
************************************************************
***UNAUTHORIZED ACCESS IS PROHIBITED***
*******Marc Christian S.Enelo*******
************************************************************

 Configuration of password encryption


 Configuration of IP addresses is in the Addressing Table
Default
Device Interface IP Address Subnet Mask Gateway

Hotel-Router1 G0/0 192.168.10.5 255.255.255.0 N/A

G0/1 192.168.40.5 255.255.255.0 N/A

  S0/0/0 (DCE) 192.168.30.1 255.255.255.0 N/A

Hotel-Router2 G0/0 192.168.20.5 255.255.255.0 N/A

G0/1 192.168.50.5 255.255.255.0 N/A

S0/0/0 192.168.30.2 255.255.255.0 N/A

PC-1 NIC 192.168.10.1 255.255.255.0 192.168.10.5

PC-2 NIC 192.168.10.2 255.255.255.0 192.168.10.5

PC-3 NIC 192.168.10.3 255.255.255.0 192.168.10.5

PC-4 NIC 192.168.10.4 255.255.255.0 192.168.10.5

PC-5 NIC 192.168.20.1 255.255.255.0 192.168.20.5

PC-6 NIC 192.168.20.2 255.255.255.0 192.168.20.5

PC-7 NIC 192.168.20.3 255.255.255.0 192.168.20.5

PC-8 NIC 192.168.20.4 255.255.255.0 192.168.20.5

PC-9 NIC 192.168.40.1 255.255.255.0 192.168.40.5

PC-10 NIC 192.168.40.2 255.255.255.0 192.168.40.5

PC-11 NIC 192.168.40.3 255.255.255.0 192.168.40.5

PC-12 NIC 192.168.40.4 255.255.255.0 192.168.40.5

PC-13 NIC 192.168.50.1 255.255.255.0 192.168.50.5

PC-14 NIC 192.168.50.2 255.255.255.0 192.168.50.5

PC-15 NIC 192.168.50.3 255.255.255.0 192.168.50.5

PC-16 NIC 192.168.50.4 255.255.255.0 192.168.50.5

IP Addressing Table
VLANs,VTP Configuration Table
Running Configuration per Device
Current configuration : 1557 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname Hotel-Router1
!
enable secret 5 $1$mERr$vTbHul1N28cEp8lkLqr0f/
!
no ip cef
no ipv6 cef
!
license udi pid CISCO1941/K9 sn FTX1524220T-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 192.168.10.5 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.40.5 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
ip address 192.168.30.1 255.255.255.0
clock rate 2000000
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
network 192.168.10.0
network 192.168.30.0
network 192.168.40.0
!
ip classless
!
ip flow-export version 9
!
!
!
banner motd ^C
************************************************************
************************************************************
***UNAUTHORIZED ACCESS IS PROHIBITED***
*******Marc Christian S.Enelo*******
************************************************************
**********************************************************^C
!
line con 0
exec-timeout 60 0
password 7 082048430017
login
!
line aux 0
!
line vty 0 4
exec-timeout 60 0
password 7 082048430017
login
line vty 5 15
exec-timeout 60 0
password 7 082048430017
login
!
!
!
End
Current configuration : 1538 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname Hotel-Router1
!
enable secret 5 $1$mERr$vTbHul1N28cEp8lkLqr0f/
!
no ip cef
no ipv6 cef
!
license udi pid CISCO1941/K9 sn FTX1524BSFB-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 192.168.20.5 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.50.5 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
ip address 192.168.30.2 255.255.255.0
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
network 192.168.20.0
network 192.168.30.0
network 192.168.50.0
!
ip classless
!
ip flow-export version 9
!
!
!
banner motd ^C
************************************************************
************************************************************
***UNAUTHORIZED ACCESS IS PROHIBITED***
*******Marc Christian S.Enelo*******
************************************************************
**********************************************************
^C
!
line con 0
exec-timeout 60 0
password 7 082048430017
login
!
line aux 0
!
line vty 0 4
exec-timeout 60 0
password 7 082048430017
login
line vty 5 15
exec-timeout 60 0
password 7 082048430017
login
!
end
Current configuration : 1651 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname Hotel-Main
!
enable secret 5 $1$mERr$vTbHul1N28cEp8lkLqr0f/
!
spanning-tree mode pvst
spanning-tree extend system-id
!
interface FastEthernet0/1
switchport access vlan 10
switchport mode trunk
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
no ip address
shutdown
!
banner motd ^C
************************************************************
************************************************************
***UNAUTHORIZED ACCESS IS PROHIBITED***
*******Marc Christian S.Enelo*******
************************************************************
**********************************************************^C
!
line con 0
password 7 082048430017
login
exec-timeout 60 0
!
line vty 0 4
exec-timeout 60 0
password 7 082048430017
login
line vty 5 15
exec-timeout 60 0
password 7 082048430017
login
!
End

You might also like