Sunteți pe pagina 1din 6

Republic of the Philippines

EASTERN VISAYAS STATE UNIVERSITY


Tacloban City

CASE STUDY
FOR
CCNA 4 – WAN TECHNOLOGY

Submitted by:
Kim Oliver M. Villar
BSECE 5A

Submitted to:
Engr. Chito Petilla
INSTRUCTOR
Title:

VB ( Bank-based Database Center)

Scenario:
VB is a Bank-based Database Center that has two branches. The main branch (Branch 1)

and the Satellite Branch (Branch 2). The main operation of the Database Center is that both

networks are being managed by their own branch manager. The branch managers oversee the

operation in their respective branch. Each branch has three sectors, The Tellers, Loan Counters

and the Time Deposit Counters and are connected by swiches to a single router. The router is

connected to the ISP and to the branch manager and database.

Each Branch has their own database where they store client and branch information. The

database is only accessible to the Branch Managers since they are the one in charge of each

branch. The branch managers also have the capability to check on the other branch and collect

necessary data or analytics.


Topology:

Addressing Table:
Device Interface Ip Address Subnet Default Gateway
Branch1Router S0/0/0 10.1.2.2 255.255.255.0
F0/0 192.168.1.1 255.255.255.0
F0/1 192.168.2.1 255.255.255.0
Server 1 192.168.2.3 255.255.255.0 192.168.2.1
Branch2Router S0/0/0 10.1.2.1 255.255.255.0
F0/0 192.168.3.1 255.255.255.0
F0/1 192.168.4.1 255.255.255.0
Server 2 192.168.4.3 255.255.255.0 192.168.4.1
Teller1 F/0 192.168.1.2 255.255.255.0 192.168.1.1
Teller2 F/0 192.168.1.2 255.255.255.0 192.168.1.1
Teller3 F/0 192.168.1.2 255.255.255.0 192.168.1.1
LoanCounter1 F/0 192.168.1.2 255.255.255.0 192.168.1.1
LoanCounter2 F/0 192.168.1.2 255.255.255.0 192.168.1.1
Timedeposit1 F/0 192.168.1.2 255.255.255.0 192.168.1.1
Timedeposit1 F/0 192.168.1.2 255.255.255.0 192.168.1.1
Manager1 F/0 192.168.2.2 255.255.255.0 192.168.2.1
Teller4 F/0 192.168.3.2 255.255.255.0 192.168.3.1
Teller5 F/0 192.168.3.3 255.255.255.0 192.168.3.1
Teller6 F/0 192.168.3.4 255.255.255.0 192.168.3.1
LoanCounter3 F/0 192.168.3.5 255.255.255.0 192.168.3.1
LoanCounter4 F/0 192.168.3.6 255.255.255.0 192.168.3.1
Timedeposit3 F/0 192.168.3.7 255.255.255.0 192.168.3.1
Timedeposit4 F/0 192.168.3.8 255.255.255.0 192.168.3.1
Manager2 F/0 192.168.4.2 255.255.255.0 192.168.4.1

Device Interface DLCI Device Interface DLCI


Branch1Router S0/0/0 201 Branch2Router S0/0/0 102

Codes
Branch1Router

Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#line vty 0 4
Router(config-line)#password villar
Router(config-line)#login
Router(config-line)#line con 0
Router(config-line)#password villar
Router(config-line)#login
Router(config-line)#no exec-timeout
Router(config-line)#exit
Router(config)#enable secret villar
Router(config)#no ip domain lookup

Router(config)#
Router(config)#int s0/0/0
Router(config-if)#ip address 10.1.1.1 255.255.255.0
Router(config-if)#no shut

Router(config-if)#encapsulation frame-relay
Router(config-if)#exit
Router(config)#int f0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shut

Router(config-if)#exit
Router(config)#int f0/1
Router(config-if)#ip address 192.168.2.1 255.255.255.0
Router(config-if)#no shut

Router(config-if)#exit
Router(config)#router eigrp 1
Router(config-router)#network 192.168.1.1
Router(config-router)#network 192.168.2.1
Router(config-router)#network 10.1.1.1
Router(config-router)#end
Router#

Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface Serial0/0/0
Router(config-if)#ip address 10.1.2.2 255.255.255.0
Router(config-if)#
%DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 10.1.2.1 (Serial0/0/0) is up: new adjacency

Router(config-if)#exit
Router(config)#router eigrp 1
Router(config-router)#network 10.1.2.2
Router(config-router)#exit
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console

Branch2Router

Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#line vty 0 4
Router(config-line)#password villar
Router(config-line)#login
Router(config-line)#line con 0
Router(config-line)#password villar
Router(config-line)#login
Router(config-line)#no exec-timeout
Router(config-line)#exit
Router(config)#enable secret villar
Router(config)#no ip domain lookup

Router(config)#
Router(config)#int s0/0/0
Router(config-if)#ip address 10.1.2.1 255.255.255.0
Router(config-if)#no shut

Router(config-if)#encapsulation frame-relay
Router(config-if)#exit
Router(config)#int f0/0
Router(config-if)#ip address 192.168.3.1 255.255.255.0
Router(config-if)#no shut

Router(config-if)#exit
Router(config)#int f0/1
Router(config-if)#ip address 192.168.4.1 255.255.255.0
Router(config-if)#no shut

Router(config-if)#exit
Router(config)#router eigrp 1
Router(config-router)#network 192.168.3.1
Router(config-router)#network 192.168.4.1
Router(config-router)#network 10.1.2.1
Router(config-router)#end
Router#

S-ar putea să vă placă și