Top Banner
Project Report On BANKING NETWORK (TECHNOLOGY:CCNA) Bachelor of Technology (Electronoics and Communication Technology) Page 1
107

Minor project

Jan 17, 2023

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Minor project

Project Report

On BANKING NETWORK (TECHNOLOGY:CCNA)

Bachelor of Technology (Electronoics and CommunicationTechnology)

Page 1

Page 2: Minor project

Project Submitted To:

Project Submitted By: Er. Gagandeep Singh Aul Harman Kaur (80401108016) (HOD,ECE Deptt) Sandeep Singh (80401108072)

LALA LAJPAT RAI INSTITUTE OF ENGINEERING & TECHNOLOGY,MOGA

S No Component Page Number1 Acknowledgement 3

2

Declaration 4

3 About technology 5

4 Introduction 7

5 Requirements 9

6 Network Schematic 10

7 IP Addressing 11

8 Router Configuration 13

9 Routing Protocol 15Page 2

CONTENTS

Page 3: Minor project

10 Network Address

Translation (NAT)

17

11 Device configuration 21

12 Results 22

13 46

It is my pleasure to acknowledge the help that I had received from

different individuals during my project completion.

My first sincere appreciation and gratitude goes to respected H.S

GULATI the Director-Principal of LALA LAJPAT RAI INSTITUTE OF

ENGINEERING & TECHNOLOGY,MOGA for the encouragement and unstinted

support given by him.

I would like to acknowledge the continuous guidance and incessant

support rendered by Mr. Gagandeep Singh Aul, Head of the

Department of ECE not only for this project but also in my

overall career development.

I am grateful to Mr. Ajeet Kumar (Project Guide), Alpha

Technologies Pvt. Ltd. for his guidance, inspiration and

Page 3

ACKNOWLEDGEMENT

Page 4: Minor project

constructive suggestions that helped me in the preparation of

this project.

Moral, intellectual and very frequently required support from all

the faculty members is also hereby acknowledged.

Sandeep Singh, Harman Kaur.

I hereby certify the work which is being presented in the project

entitled “Banking Networking” by “Sandeep and Harman,” in

partial fulfillment of requirements for the award of degree

B.Tech (ELECTRONICS & COMMUNICATION TECHNOLOGY) submitted in the

Department of ECE at Lala Lajpat Rai Institute of Engineering &Page 4

DECLARATION

Page 5: Minor project

Technology under Punjab Technical University, Jalandhar is

carried out during a period from Jan. 2012 to June. 2011 under

the supervision of “Er. Ggandeep Singh Aul, HOD, Department of

Electronics & Communication, LLRIET,MOGA. The matter presented in

this project has not been submitted by me in any other

University/ Institute for the award of B.Tech. Degree.

MOGA

Harman Kaur (80401108016)

Sandeep Singh (80401108072)

Page 5

ORGANISATION PROFILE

Page 6: Minor project

Cisco Certified Network Associate (CCNA®)

validates the ability to install, configure,

operate, and troubleshoot medium-size route and

switched networks, including implementation and

verification of connections to remote sites in a

WAN. CCNA curriculum includes basic mitigation

of security threats, introduction to wireless

networking concepts and terminology, and

performance-based skills. This new curriculum

also includes (but is not limited to) the use of

these protocols: IP, Enhanced Interior Gateway

Routing Protocol (EIGRP), Serial Line Interface

Protocol Frame Relay, Routing Information

Protocol Version 2 (RIPv2), VLANs, Ethernet,

access control lists (ACLs).

SOFTWARE USED: PACKET TRACER 5.0

Page 6

ORGANISATION PROFILE

ABOUT THE TECHNOLOGY

Page 7: Minor project

The following case study is used to illustrate the process and

documentation required for a network design. This case study

presents a scenario in which the Banks & ATM has hired a Network

Consultant Group to design their network. In order to help

organization this project, the scenario has been broken into

eight phases listing requirements for each phase. A worksheet is

to be completed for each part. A formal report, similar to what

would be given to the banks, will need to be created after all

tasks have been completed.

This case study requires that you accomplish the following:

1. Use the resources provided, diagram and narrative, to set

up the physical network.

2. Set up an IP subnetting scheme

3. Configure the routers as required.

4. Set up and configure the switches and VLANS as required.

5. Verify and troubleshoot all connections.

6. Provide detailed documentation in the appropriate format.

7. Provide a written final report

Page 7

ORGANISATION PROFILE

INTRODUCTION

Page 8: Minor project

The Banks has provided a partially completed logical diagram of the required network.

The company has also provided networking equipment for development and demonstration.

Following address are used for internal addressing. 111.122.10.0 111.122.20.0 111.122.30.0 112.122.10.0 112.122.20.0 112.122.30.0 113.122.10.0 113.122.20.0 113.122.30.0 114.122.10.0 114.122.20.0 114.122.30.0 Use VLSM for IP addressing. Device details

DEVICE MODEL NUMBERRouter 2620XM 12

Switches 2950 48

Page 8

REQUIREMENTS

Page 9: Minor project

Page 9

Page 10: Minor project

NETWORK STRUCTURE

Page 10

Page 11: Minor project

An IP (Internet Protocol) address is a unique identifier for anode or host connection on an IP network. An IP address is a 32bit binary number usually represented as 4 decimal values, eachrepresenting 8 bits, in the range 0 to 255 (known as octets)separated by decimal points. This is known as "dotted decimal"notation.

Address ClassesThere are 5 different address classes. You can determine whichclass any IP address is in by examining the first 4 bits of theIP address.· Class A addresses begin with 0xxx, or 1 to 126 decimal.· Class B addresses begin with 10xx, or 128 to 191 decimal.· Class C addresses begin with 110x, or 192 to 223 decimal.· Class D addresses begin with 1110, or 224 to 239 decimal.· Class E addresses begin with 1111, or 240 to 254 decimal.Addresses beginning with 01111111, or 127 decimal, are reservedfor loopback and for internal testing on a local machine Class Daddresses are reserved for multicasting. Class E addresses arereserved for future use.

SubnettingSubnetting an IP Network can be done for a variety of reasons,including organization, use of different physical media (such asEthernet, FDDI, WAN, etc.), preservation of address space, andsecurity. The most common reason is to control network traffic.In an Ethernet network, all nodes on a segment see all the

Page 11

IP ADDRESSING

Page 12: Minor project

packets transmitted by all the other nodes on that segment.Performance can be adversely affected under heavy traffic loads,due to collisions and the resulting retransmissions. A router isused to connect IP networks to minimize the amount of trafficeach segment must receive.

Subnet MaskingApplying a subnet mask to an IP address allows you to identifythe network and node parts of the address. Performing a bitwiselogical AND operation between the IP address and the subnet maskresults in the Network Address or Number.

DHCPThe Dynamic Host Configuration Protocol (DHCP) is an Internetprotocol for automating the configuration of computers that useTCP/IP. DHCP can be used to automatically assign IP addresses, todeliver TCP/IP stack configuration parameters such as the subnetmask and default router, and to provide other configurationinformation such as the addresses for printer, time and newsservers.

Page 12

Page 13: Minor project

Number

of host

addresse

s

required

Network

Address

SubnetMask

Max

Number

of Hosts

Possible

In Use

(Yes/

No)

Network Name

6 140.168.10.

0

//29 30 Yes PNB ACCOUNT

6

140.168.20.

0

/29 30 Yes PNB BALANCE

6 140.168.30.

0

/29 30 Yes PNB AMOUNT

6 141.168.10.

0

/29 30 Yes SBI ACCOUNT

6

141.168.20.

0

/29 30 Yes SBI BALANCE

6 141.168.30.

0

/

29

30 Yes SBI AMOUNT

6 142.168.10.

0

/29 30 Yes HDFC ACCOUNT

6 142.168.20. /29 30 Yes HDFC BALANCE

Page 13

INTERNAL IP ADDRESSING

Page 14: Minor project

0

6 142.168.30.

0

/29 30 Yes HDFC AMOUNT

NOTE: Overlapping subnets in sales, marketing department etc is

note done as more hosts can be accommodated in the given domain whenever required

All devices are assigned ip address using DHCP

Router Configuration :NORTH BANKING ROUTER (DCE Speed 64000)Interface/Sub

Interface

Type/Number

Descriptionand Purpose

NetworkNumber

InterfaceIP address

Subnet Mask

S0/0 Link to PNB 111.122.10.0

111.122.10.1

/29

S0/1 Link to SBI 111.122.20.0

111.122.20.1

/29

S0/2 Link to HDFC 111.122.30 111.122.30. /29

Page 14

Page 15: Minor project

.0 1

PNB ROUTER (DTE)

Interface/Sub

Interface

Type/Number

Description andPurpose

NetworkNumber

InterfaceIP address

SubnetMask

Fa0/0.2 Link To Account 140.168.10.0

140.168.10.1

/29

Se0/1 Link to northbanking

111.122.10.0

111.122.10.2

/29

Fa0/0.3 Link to Balance 140.168.20.0

140.168.20.1

/29

Fa0/0.4 Link to Amount 140.168.30.0

140.168.30.1

/29

SBI ROUTER (DTE)Interface/Sub

InterfaceType/Number

Description andPurpose

NetworkNumber

InterfaceIP address

SubnetMask

S0/2 Link to North bank 111.122.20.0

111.122.20.2

/29

Fa0/0.2 Link to Account 141.168.10.0

141.168.10.1

/29

Fa0/0.3 Link to Balance 141.168.20.0

141.168.20.1

/29

Fa0/0.4 Link to Amount 141.168.30.0

141.168.30.1

/29

HDFC ROUTER (DTE)Page 15

Page 16: Minor project

Interface/SubInterface

Type/Number

Description andPurpose

NetworkNumber

InterfaceIP address

SubnetMask

S0/3 Link to North bank 111.122.30.0

111.122.30.2

/29

Fa0/0.2 Link to Account 142.168.10.0

142.168.10.1

/29

Fa0/0.3 Link to balance 142.168.20.0

142.168.20.1

/29

Fa0/0.4 Link to Amount 142.168.30.0

142.168.30.1

/29

SOUTH BANKING ( DCE Speed 64000)Interface/Sub

Interface

Type/Number

Descriptionand Purpose

NetworkNumber

InterfaceIP address

Subnet Mask

S0/0 Link to PNB 112.122.10.0

112.122.10.1

/29

S0/1 Link to SBI 112.122.20.0

112.122.20.1

/29

S0/2 Link to HDFC 112.122.30.0

112.122.30.1

/29

PNB ROUTER (DTE)

Interface/Sub

Interface

Type/Number

Description andPurpose

NetworkNumber

InterfaceIP address

SubnetMask

Fa0/0.2 Link To Account 143.168.10.0

143.168.10.1

/29

Page 16

Page 17: Minor project

Se0/1 Link to northbanking

112.122.10.0

112.122.10.2

/29

Fa0/0.3 Link to Balance 143.168.20.0

143.168.20.1

/29

Fa0/0.4 Link to Amount 143.168.30.0

143.168.30.1

/29

SBI ROUTER (DTE)Interface/Sub

InterfaceType/Number

Description andPurpose

NetworkNumber

InterfaceIP address

SubnetMask

S0/2 Link to North bank 112.122.20.0

112.122.20.2

/29

Fa0/0.2 Link to Account 144.168.10.0

144.168.10.1

/29

Fa0/0.3 Link to Balance 144.168.20.0

144.168.20.1

/29

Fa0/0.4 Link to Amount 144.168.30.0

144.168.30.1

/29

HDFC ROUTER (DTE)Interface/Sub

InterfaceType/Number

Description andPurpose

NetworkNumber

InterfaceIP address

SubnetMask

S0/3 Link to North bank 112.122.30.0

112.122.30.2

/29

Fa0/0.2 Link to Account 145.168.10.0

145.168.10.1

/29

Fa0/0.3 Link to balance 145.168.20.0

145.168.20.1

/29

Fa0/0.4 Link to Amount 145.168.30 145.168.30 /29

Page 17

Page 18: Minor project

.0 .1

EAST BANKING ( DCE Speed 64000)Interface/Sub

Interface

Type/Number

Descriptionand Purpose

NetworkNumber

InterfaceIP address

Subnet Mask

S0/0 Link to PNB 113.122.10.0

113.122.10.1

/29

S0/1 Link to SBI 113.122.20.0

113.122.20.1

/29

S0/2 Link to HDFC 113.122.30.0

113.122.30.1

/29

PNB ROUTER (DTE)

Interface/Sub

Interface

Type/Number

Description andPurpose

NetworkNumber

InterfaceIP address

SubnetMask

Fa0/0.2 Link To Account 146.168.10.0

146.168.10.1

/29

Se0/1 Link to northbanking

113.122.10.0

113.122.10.2

/29

Fa0/0.3 Link to Balance 146.168.20.0

146.168.20.1

/29

Fa0/0.4 Link to Amount 146.168.30 146.168.30 /29

Page 18

Page 19: Minor project

.0 .1

SBI ROUTER (DTE)Interface/Sub

InterfaceType/Number

Description andPurpose

NetworkNumber

InterfaceIP address

SubnetMask

S0/2 Link to North bank 113.122.20.0

113.122.20.2

/29

Fa0/0.2 Link to Account 147.168.10.0

147.168.10.1

/29

Fa0/0.3 Link to Balance 147.168.20.0

147.168.20.1

/29

Fa0/0.4 Link to Amount 147.168.30.0

147.168.30.1

/29

HDFC ROUTER (DTE)Interface/Sub

InterfaceType/Number

Description andPurpose

NetworkNumber

InterfaceIP address

SubnetMask

S0/3 Link to North bank 113.122.30.0

113.122.30.2

/29

Fa0/0.2 Link to Account 148.168.10.0

148.168.10.1

/29

Fa0/0.3 Link to balance 148.168.20.0

148.168.20.1

/29

Fa0/0.4 Link to Amount 148.168.30.0

148.168.30.1

/29

Page 19

Page 20: Minor project

WEST BANKING ( DCE Speed 64000)Interface/Sub

Interface

Type/Number

Descriptionand Purpose

NetworkNumber

InterfaceIP address

Subnet Mask

S0/0 Link to PNB 114.122.10.0

114.122.10.1

/29

S0/1 Link to SBI 114.122.20.0

114.122.20.1

/29

S0/2 Link to HDFC 114.122.30.0

114.122.30.1

/29

PNB ROUTER (DTE)

Interface/Sub

Interface

Type/Number

Description andPurpose

NetworkNumber

InterfaceIP address

SubnetMask

Fa0/0.2 Link To Account 130.168.10.0

130.168.10.1

/29

Se0/1 Link to northbanking

114.122.10.0

114.122.10.2

/29

Fa0/0.3 Link to Balance 130.168.20.0

130.168.20.1

/29

Fa0/0.4 Link to Amount 130.168.30.0

130.168.30.1

/29

SBI ROUTER (DTE)Page 20

Page 21: Minor project

Interface/SubInterface

Type/Number

Description andPurpose

NetworkNumber

InterfaceIP address

SubnetMask

S0/2 Link to North bank 114.122.20.0

114.122.20.2

/29

Fa0/0.2 Link to Account 131.168.10.0

131.168.10.1

/29

Fa0/0.3 Link to Balance 131.168.20.0

131.168.20.1

/29

Fa0/0.4 Link to Amount 131.168.30.0

131.168.30.1

/29

HDFC ROUTER (DTE)Interface/Sub

InterfaceType/Number

Description andPurpose

NetworkNumber

InterfaceIP address

SubnetMask

S0/3 Link to North bank 114.122.30.0

114.122.30.2

/29

Fa0/0.2 Link to Account 132.168.10.0

132.168.10.1

/29

Fa0/0.3 Link to balance 132.168.20.0

132.168.20.1

/29

Fa0/0.4 Link to Amount 132.168.30.0

132.168.30.1

/29

Page 21

Page 22: Minor project

Routing is the act of moving information across an internetwork from a source to a destination. Routing involves two basic activities: determining optimal routing paths and transporting information groups (typically called packets) through an internetwork.

Routing protocols use metrics to evaluate what path will be the best for a packet to travel. A metric is a standard of measurement, such as path bandwidth, that is used by routing algorithms to determine the optimal path to a destination. To aidthe process of path determination, routing algorithms initialize and maintain routing tables, which contain route information. Route information varies depending on the routing algorithm used.

Page 22

ROUTING PROTOCOL

Page 23: Minor project

Routing algorithms fill routing tables with a variety of information. Destination/next hop associations tell a router thata particular destination can be reached optimally by sending the packet to a particular router representing the "next hop" on the way to the final destination. When a router receives an incoming packet, it checks the destination address and attempts to associate this address with a next hop.

Routing algorithms often have one or more of the following designgoals:

• Optimality • Simplicity and low overhead • Robustness and stability • Rapid convergence • Flexibility

Types of routing :STATIC ROUTING ALGORITHMS are hardly algorithms at all, but are table mappings established by the network administrator before the beginning of routing. These mappings do not change unless thenetwork administrator alters them. Algorithms that use static routes are simple to design and work well in environments where network traffic is relatively predictable and where network design is relatively simple.

DYNAMIC ROUTING ALGORITHMS which adjust to changing network circumstances by analyzing incoming routing update messages. If the message indicates that a network change has occurred, the routing software recalculates routes and sends out new routing update messages. These messages permeate the network, stimulatingrouters to rerun their algorithms and change their routing tablesaccordingly.

The various routing protocol that can be used are:

1. RIP (routing information protocol) is a distance vector routing protocol. It sends complete routing table out to all

Page 23

Page 24: Minor project

other members in an interval of 30 seconds. It uses hop count as a metric and by default hop count is set to 15.

2. IGRP is a distance vector Interior Gateway Protocol (IGP).IGRP uses a composite metric that is calculated by factoringweighted mathematical values for internetwork delay, bandwidth, reliability, and load. Network administrators canset the weighting factors for each of these metrics, although great care should be taken before any default values are manipulated.

3. EIGRP Key capabilities that distinguish EIGRP from other routing protocols include fast convergence, support for variable-length subnet mask, support for partial updates, and support for multiple network layer protocols. A router running EIGRP stores all its neighbors' routing tables so that it can quickly adapt to alternate routes. If no appropriate route exists, EIGRP queries its neighbors to discover an alternate route. EIGRP does not make periodic updates. Instead, it sends partial updates only when the metric for a route changes.

4. OSPF is a link-state routing protocol that calls for the sending of link-state advertisements (LSAs) to all other routers within the same hierarchical area. Information on attached interfaces, metrics used, and other variables is included in OSPF LSAs. As OSPF routers accumulate link-stateinformation, they use the SPF algorithm to calculate the shortest path to each node.

RoutingProtocol

Property1

SupportsVLSM

Property2

Scalable

Property3

Uses multicast updates

Property4

Has viewof completetoplology

Property5

Easy to configure

Property 6

Proprietary

Total

RIP V1 - - - - - - 2

RIP v2 - - - - - - 4

Page 24

Page 25: Minor project

IGRP - - - - - - 2

EIGRP - - - - - - 3

OSPF + + + + - + 5

Our configuration*****OSPF protocol in all routers with process id 10 in single area 0*****

Page 25

Page 26: Minor project

.

VLAN is a switched network that is logically segmented by functions, project teams, or applications without regard to the physical location of users. For example, severalend stations might be grouped as a department, such as engineering or accounting. When the end stations are physically located close to one another, you can group them into a LAN segment. If any of the end stations are in different buildings (not the same physical LAN segment), you can then group them into a VLAN.

You can assign each switch port to a VLAN. Ports in a VLAN share broadcast traffic. Ports that do not belong to that VLAN do not share the broadcast traffic.

VLANs provide the following features:

• Simplification of end-station moves,adds, and changes When an end station is physically moved to a new location, its attributes can be reassigned from a network management station through Simple Network Management Protocol (SNMP) or through the user interface menus. When an end station is moved within the same VLAN, it retains its previously assigned attributes in its new location. When an end station is moved to a different VLAN, the attributes of the new VLAN are applied to the end station.

• Controlled traffic activity VLANs allow ports on the same or different switches to be groupedso that traffic is confined to members of only that group. This feature restricts broadcast, unicast, and multicast traffic (flooding) only to ports included in a certain VLAN. The management domain is a group of VLANs that are managed by a single administrative authority.

• Workgroup and network security Page 26

VLAN

Page 27: Minor project

You can increase security by segmenting the network into distinctbroadcast domains. To this end, VLANs can restrict the number of users in a broadcast domain. You can also control the size and composition of the broadcast domain by controlling the size and composition of a VLAN.

NAT allows an Internet Protocol (IP) network to maintain public IP addresses separately from private IP addresses. NAT is a popular technology for Internet connection sharing. It is also sometimes used in server load balancing applications on corporatenetworks.

In it's most common configuration, NAT maps all of the private IPaddresses on a home network to the single IP address supplied by an Internet Service Provider (ISP). This allows computers on the home LAN to share a single Internet connection. Additionally, it enhances home network security by limiting the access of externalcomputers into the home IP network space.

NAT works by snooping both incoming and outgoing IP datagrams. Asneeded, it modifies the source or destination address in the IP header (and the affected checksums) to reflect the configured address mapping. NAT technically supports either fixed or dynamicmappings of one or more internal and external IP addresses.

Page 27

NETWORK ADDRESS TRANSLATION (NAT)

Page 28: Minor project

Network Address Translation allows a single device, such as a router, to act as agent between the Internet (or "public network") and a local (or "private") network. This means that only a single unique IP address is required to represent an entire group of computers to anything outside their network.

The shortage of IP addresses is only one reason to use NAT. Two other good reasons are:

Security Administration

Page 28

Page 29: Minor project

North BANKING:-Router#show run

Building configuration...

Current configuration : 1383 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

!

!

!

!Page 29

DEVICE CONFIGURATION

Page 30: Minor project

!

!

!

!

!

!

!

!

!

!

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

interface FastEthernet0/1

no ip address

duplex auto

Page 30

Page 31: Minor project

speed auto

shutdown

!

interface Serial0/0

ip address 111.121.10.1 255.255.255.248

clock rate 64000

!

interface Serial0/1

ip address 111.122.20.1 255.255.255.248

clock rate 64000

!

interface Serial0/2

ip address 111.122.30.1 255.255.255.248

clock rate 64000

!

interface Serial0/3

no ip address

encapsulation frame-relay

!

interface Serial0/3.101 point-to-point

Page 31

Page 32: Minor project

ip address 133.133.133.1 255.255.255.252

frame-relay interface-dlci 101

!

interface Serial1/0

no ip address

clock rate 64000

shutdown

!

interface Serial1/1

no ip address

!

interface Serial1/2

no ip address

!

interface Serial1/3

no ip address

!

interface Serial1/4

no ip address

!

Page 32

Page 33: Minor project

interface Serial1/5

no ip address

!

interface Serial1/6

no ip address

!

interface Serial1/7

no ip address

!

router ospf 100

log-adjacency-changes

network 111.122.10.0 0.0.0.7 area 0

network 111.122.20.0 0.0.0.7 area 0

network 111.122.30.0 0.0.0.7 area 0

network 111.121.10.0 0.0.0.7 area 0

network 133.133.133.0 0.0.0.3 area 0

!

ip classless

!

!

Page 33

Page 34: Minor project

!

no cdp run

!

!

!

!

!

line con 0

line vty 0 4

login

!

!

!

end

PNB ROUTER:-Router#show run

Building configuration...

Current configuration : 1257 bytes

!

Page 34

Page 35: Minor project

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

!

!

!

ip dhcp pool balance

network 140.168.20.0 255.255.255.248

default-router 140.168.20.1

ip dhcp pool amount

network 140.168.30.0 255.255.255.248

default-router 140.168.30.1

ip dhcp pool account

network 140.168.10.0 255.255.255.248

default-router 140.168.10.1

Page 35

Page 36: Minor project

!

!

!

!

!

!

!

!

!

!

!

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

interface FastEthernet0/0.2

encapsulation dot1Q 2

Page 36

Page 37: Minor project

ip address 140.168.10.1 255.255.255.248

!

interface FastEthernet0/0.3

encapsulation dot1Q 3

ip address 140.168.20.1 255.255.255.248

!

interface FastEthernet0/0.4

encapsulation dot1Q 4

ip address 140.168.30.1 255.255.255.248

!

interface Serial0/0

no ip address

shutdown

!

interface Serial0/1

ip address 111.121.10.2 255.255.255.248

!

interface Serial0/2

no ip address

shutdown

Page 37

Page 38: Minor project

!

interface Serial0/3

no ip address

shutdown

!

router ospf 100

log-adjacency-changes

network 140.168.10.0 0.0.0.7 area 0

network 140.168.20.0 0.0.0.7 area 0

network 140.168.30.0 0.0.0.7 area 0

network 111.121.10.0 0.0.0.7 area 0

!

ip classless

!

!

!

!

!

!

!

Page 38

Page 39: Minor project

line con 0

line vty 0 4

login

!

!

!

End

SBI ROUTER:-Router#show run

Building configuration...

Current configuration : 1257 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

Page 39

Page 40: Minor project

!

!

!

!

ip dhcp pool account

network 141.168.10.0 255.255.255.248

default-router 141.168.10.1

ip dhcp pool balance

network 141.168.20.0 255.255.255.248

default-router 141.168.20.1

ip dhcp pool amount

network 141.168.30.0 255.255.255.248

default-router 141.168.30.1

!

!

!

!

!

!

!

Page 40

Page 41: Minor project

!

!

!

!

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

interface FastEthernet0/0.2

encapsulation dot1Q 2

ip address 141.168.10.1 255.255.255.248

!

interface FastEthernet0/0.3

encapsulation dot1Q 3

ip address 141.168.20.1 255.255.255.248

!

interface FastEthernet0/0.4

Page 41

Page 42: Minor project

encapsulation dot1Q 4

ip address 141.168.30.1 255.255.255.248

!

interface Serial0/0

no ip address

shutdown

!

interface Serial0/1

no ip address

shutdown

!

interface Serial0/2

ip address 111.122.20.2 255.255.255.248

!

interface Serial0/3

no ip address

shutdown

!

router ospf 100

log-adjacency-changes

Page 42

Page 43: Minor project

network 141.168.10.0 0.0.0.7 area 0

network 141.168.20.0 0.0.0.7 area 0

network 141.168.30.0 0.0.0.7 area 0

network 111.122.20.0 0.0.0.7 area 0

!

ip classless

!

!

!

!

!

!

!

line con 0

line vty 0 4

login

!

!

!

end

Page 43

Page 44: Minor project

HDFC ROUTER:-Router#show run

Building configuration...

Current configuration : 1324 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

!

!

!

ip dhcp pool account

network 142.168.10.0 255.255.255.248

default-router 142.168.10.1

Page 44

Page 45: Minor project

ip dhcp pool balance

network 142.168.20.0 255.255.255.248

default-router 142.168.20.1

ip dhcp pool amount

network 142.168.30.0 255.255.255.248

default-router 142.168.30.1

!

!

!

!

!

!

!

!

!

!

!

!

!

interface FastEthernet0/0

Page 45

Page 46: Minor project

no ip address

duplex auto

speed auto

!

interface FastEthernet0/0.2

encapsulation dot1Q 2

ip address 142.168.10.1 255.255.255.248

!

interface FastEthernet0/0.3

encapsulation dot1Q 3

ip address 142.168.20.1 255.255.255.248

!

interface FastEthernet0/0.4

encapsulation dot1Q 4

ip address 142.168.30.1 255.255.255.248

!

interface Serial0/0

ip address 17.10.10.1 255.255.255.252

clock rate 64000

!

Page 46

Page 47: Minor project

interface Serial0/1

no ip address

shutdown

!

interface Serial0/2

no ip address

shutdown

!

interface Serial0/3

ip address 111.122.30.1 255.255.255.248

!

router ospf 100

log-adjacency-changes

network 142.168.10.0 0.0.0.7 area 0

network 142.168.20.0 0.0.0.7 area 0

network 142.168.30.0 0.0.0.7 area 0

network 111.122.30.0 0.0.0.7 area 0

network 17.10.10.0 0.0.0.3 area 0

!

ip classless

Page 47

Page 48: Minor project

!

!

!

!

!

!

!

line con 0

line vty 0 4

login

!

!

!

end

SOUTH BANKING:-Router#show run

Building configuration...

Current configuration : 1090 bytes

Page 48

Page 49: Minor project

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

!

!

!

!

!

!

!

!

!

!

!

Page 49

Page 50: Minor project

!

!

!

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

shutdown

!

interface Serial0/0

ip address 112.122.10.1 255.255.255.248

!

interface Serial0/1

ip address 112.122.20.1 255.255.255.248

clock rate 64000

!

interface Serial0/2

ip address 112.122.30.1 255.255.255.248

Page 50

Page 51: Minor project

clock rate 64000

!

interface Serial0/3

no ip address

shutdown

!

interface Serial1/0

no ip address

clock rate 64000

shutdown

!

interface Serial1/1

no ip address

!

interface Serial1/2

no ip address

!

interface Serial1/3

no ip address

!

Page 51

Page 52: Minor project

interface Serial1/4

no ip address

!

interface Serial1/5

no ip address

!

interface Serial1/6

no ip address

!

interface Serial1/7

no ip address

!

router ospf 100

log-adjacency-changes

network 112.122.10.0 0.0.0.7 area 0

network 112.122.20.0 0.0.0.7 area 0

network 112.122.30.0 0.0.0.7 area 0

!

ip classless

!

Page 52

Page 53: Minor project

!

!

no cdp run

!

!

!

!

!

line con 0

line vty 0 4

login

!

!

!

End

PNB ROUTER:-Router#show run

Building configuration...

Current configuration : 1319 bytes

Page 53

Page 54: Minor project

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

!

!

!

ip dhcp pool account

network 143.168.10.0 255.255.255.248

default-router 143.168.10.1

ip dhcp pool balance

network 143.168.20.0 255.255.255.248

default-router 143.168.20.1

ip dhcp pool amount

network 143.168.30.0 255.255.255.248

Page 54

Page 55: Minor project

default-router 143.168.30.1

!

!

!

!

!

!

!

!

!

!

!

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

interface FastEthernet0/0.2

Page 55

Page 56: Minor project

encapsulation dot1Q 2

ip address 143.168.10.1 255.255.255.248

!

interface FastEthernet0/0.3

encapsulation dot1Q 3

ip address 143.168.20.1 255.255.255.248

!

interface FastEthernet0/0.4

encapsulation dot1Q 4

ip address 143.168.30.1 255.255.255.248

!

interface Serial0/0

ip address 17.10.10.2 255.255.255.252

!

interface Serial0/1

ip address 112.122.10.2 255.255.255.248

!

interface Serial0/2

no ip address

shutdown

Page 56

Page 57: Minor project

!

interface Serial0/3

no ip address

shutdown

!

router ospf 100

log-adjacency-changes

network 143.168.10.0 0.0.0.7 area 0

network 143.168.20.0 0.0.0.7 area 0

network 143.168.30.0 0.0.0.7 area 0

network 112.122.10.0 0.0.0.7 area 0

network 17.10.10.0 0.0.0.3 area 0

!

router rip

!

ip classless

!

!

!

!

Page 57

Page 58: Minor project

!

!

!

line con 0

line vty 0 4

login

!

!

!

end

SBI ROUTER:-Router#show run

Building configuration...

Current configuration : 1257 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

Page 58

Page 59: Minor project

!

hostname Router

!

!

!

!

!

ip dhcp pool account

network 144.168.10.0 255.255.255.248

default-router 144.168.10.1

ip dhcp pool balance

network 144.168.20.0 255.255.255.248

default-router 144.168.20.1

ip dhcp pool amount

network 144.168.30.0 255.255.255.248

default-router 144.168.30.1

!

!

!

!

Page 59

Page 60: Minor project

!

!

!

!

!

!

!

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

interface FastEthernet0/0.2

encapsulation dot1Q 2

ip address 144.168.10.1 255.255.255.248

!

interface FastEthernet0/0.3

encapsulation dot1Q 3

Page 60

Page 61: Minor project

ip address 144.168.20.1 255.255.255.248

!

interface FastEthernet0/0.4

encapsulation dot1Q 4

ip address 144.168.30.1 255.255.255.248

!

interface Serial0/0

no ip address

shutdown

!

interface Serial0/1

no ip address

shutdown

!

interface Serial0/2

ip address 112.122.20.2 255.255.255.248

!

interface Serial0/3

no ip address

shutdown

Page 61

Page 62: Minor project

!

router ospf 100

log-adjacency-changes

network 144.168.10.0 0.0.0.7 area 0

network 144.168.20.0 0.0.0.7 area 0

network 144.168.30.0 0.0.0.7 area 0

network 112.122.20.0 0.0.0.7 area 0

!

ip classless

!

!

!

!

!

!

!

line con 0

line vty 0 4

login

!

Page 62

Page 63: Minor project

!

!

end

HDFC ROUTER:-Router#show run

Building configuration...

Current configuration : 1257 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

!

!

!

Page 63

Page 64: Minor project

ip dhcp pool account

network 145.168.10.0 255.255.255.248

default-router 145.168.10.1

ip dhcp pool balance

network 145.168.20.0 255.255.255.248

default-router 145.168.20.1

ip dhcp pool amount

network 145.168.30.0 255.255.255.248

default-router 145.168.30.1

!

!

!

!

!

!

!

!

!

!

!

Page 64

Page 65: Minor project

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

interface FastEthernet0/0.2

encapsulation dot1Q 2

ip address 145.168.10.1 255.255.255.248

!

interface FastEthernet0/0.3

encapsulation dot1Q 3

ip address 145.168.20.1 255.255.255.248

!

interface FastEthernet0/0.4

encapsulation dot1Q 4

ip address 145.168.30.1 255.255.255.248

!

interface Serial0/0

Page 65

Page 66: Minor project

no ip address

shutdown

!

interface Serial0/1

no ip address

shutdown

!

interface Serial0/2

no ip address

shutdown

!

interface Serial0/3

ip address 112.122.30.2 255.255.255.248

!

router ospf 100

log-adjacency-changes

network 145.168.10.0 0.0.0.7 area 0

network 145.168.20.0 0.0.0.7 area 0

network 145.168.30.0 0.0.0.7 area 0

network 112.122.30.0 0.0.0.7 area 0

Page 66

Page 67: Minor project

!

ip classless

!

!

!

!

!

!

!

line con 0

line vty 0 4

login

!

!

!

end

EAST BANKING:-Router#show run

Building configuration...

Page 67

Page 68: Minor project

Current configuration : 1237 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

!

!

!

!

!

!

!

!

!

Page 68

Page 69: Minor project

!

!

!

!

!

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

shutdown

!

interface Serial0/0

ip address 113.122.10.1 255.255.255.248

clock rate 64000

!

interface Serial0/1

ip address 113.122.20.1 255.255.255.248

clock rate 64000

Page 69

Page 70: Minor project

!

interface Serial0/2

ip address 113.122.30.1 255.255.255.248

clock rate 64000

!

interface Serial0/3

no ip address

encapsulation frame-relay

!

interface Serial0/3.102 point-to-point

ip address 133.133.133.2 255.255.255.252

frame-relay interface-dlci 102

!

interface Serial1/0

no ip address

!

interface Serial1/1

no ip address

!

interface Serial1/2

Page 70

Page 71: Minor project

no ip address

!

interface Serial1/3

no ip address

!

interface Serial1/4

no ip address

!

interface Serial1/5

no ip address

!

interface Serial1/6

no ip address

!

interface Serial1/7

no ip address

!

router ospf 100

log-adjacency-changes

network 113.122.10.0 0.0.0.7 area 0

Page 71

Page 72: Minor project

network 113.122.20.0 0.0.0.7 area 0

network 113.122.30.0 0.0.0.7 area 0

network 133.133.133.0 0.0.0.3 area 0

!

ip classless

!

!

!

!

!

!

!

line con 0

line vty 0 4

login

!

!

!

End

PNB ROUTER:-

Page 72

Page 73: Minor project

Router#show run

Building configuration...

Current configuration : 1257 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

!

!

!

ip dhcp pool account

network 146.168.10.0 255.255.255.248

default-router 146.168.10.1

ip dhcp pool balance

Page 73

Page 74: Minor project

network 146.168.20.0 255.255.255.248

default-router 146.168.20.1

ip dhcp pool amount

network 146.168.30.0 255.255.255.248

default-router 146.168.30.1

!

!

!

!

!

!

!

!

!

!

!

!

!

interface FastEthernet0/0

no ip address

Page 74

Page 75: Minor project

duplex auto

speed auto

!

interface FastEthernet0/0.2

encapsulation dot1Q 2

ip address 146.168.10.1 255.255.255.248

!

interface FastEthernet0/0.3

encapsulation dot1Q 3

ip address 146.168.20.1 255.255.255.248

!

interface FastEthernet0/0.4

encapsulation dot1Q 4

ip address 146.168.30.1 255.255.255.248

!

interface Serial0/0

no ip address

shutdown

!

interface Serial0/1

Page 75

Page 76: Minor project

ip address 113.122.10.2 255.255.255.248

!

interface Serial0/2

no ip address

shutdown

!

interface Serial0/3

no ip address

shutdown

!

router ospf 100

log-adjacency-changes

network 146.168.10.0 0.0.0.7 area 0

network 146.168.20.0 0.0.0.7 area 0

network 146.168.30.0 0.0.0.7 area 0

network 113.122.10.0 0.0.0.7 area 0

!

ip classless

!

!

Page 76

Page 77: Minor project

!

!

!

!

!

line con 0

line vty 0 4

login

!

!

!

End

SBI ROUTER:-Router#show run

Building configuration...

Current configuration : 1257 bytes

!

version 12.2

no service timestamps log datetime msec

Page 77

Page 78: Minor project

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

!

!

!

ip dhcp pool account

network 147.168.10.0 255.255.255.248

default-router 147.168.10.1

ip dhcp pool balance

network 147.168.20.0 255.255.255.248

default-router 147.168.20.1

ip dhcp pool amount

network 147.168.30.0 255.255.255.248

default-router 147.168.30.1

!

!

Page 78

Page 79: Minor project

!

!

!

!

!

!

!

!

!

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

interface FastEthernet0/0.2

encapsulation dot1Q 2

ip address 147.168.10.1 255.255.255.248

!

Page 79

Page 80: Minor project

interface FastEthernet0/0.3

encapsulation dot1Q 3

ip address 147.168.20.1 255.255.255.248

!

interface FastEthernet0/0.4

encapsulation dot1Q 4

ip address 147.168.30.1 255.255.255.248

!

interface Serial0/0

no ip address

shutdown

!

interface Serial0/1

no ip address

shutdown

!

interface Serial0/2

ip address 113.122.20.2 255.255.255.248

!

interface Serial0/3

Page 80

Page 81: Minor project

no ip address

shutdown

!

router ospf 100

log-adjacency-changes

network 147.168.10.0 0.0.0.7 area 0

network 147.168.20.0 0.0.0.7 area 0

network 147.168.30.0 0.0.0.7 area 0

network 113.122.20.0 0.0.0.7 area 0

!

ip classless

!

!

!

!

!

!

!

line con 0

line vty 0 4

Page 81

Page 82: Minor project

login

!

!

!

End

HDFC ROUTER:-Router#show run

Building configuration...

Current configuration : 1324 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

!

Page 82

Page 83: Minor project

!

!

ip dhcp pool account

network 148.168.10.0 255.255.255.248

default-router 148.168.10.1

ip dhcp pool balance

network 148.168.20.0 255.255.255.248

default-router 148.168.20.1

ip dhcp pool amount

network 148.168.30.0 255.255.255.248

default-router 148.168.30.1

!

!

!

!

!

!

!

!

!

Page 83

Page 84: Minor project

!

!

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

interface FastEthernet0/0.2

encapsulation dot1Q 2

ip address 148.168.10.1 255.255.255.248

!

interface FastEthernet0/0.3

encapsulation dot1Q 3

ip address 148.168.20.1 255.255.255.248

!

interface FastEthernet0/0.4

encapsulation dot1Q 4

ip address 148.168.30.1 255.255.255.248

Page 84

Page 85: Minor project

!

interface Serial0/0

ip address 18.10.10.1 255.255.255.252

clock rate 64000

!

interface Serial0/1

no ip address

shutdown

!

interface Serial0/2

no ip address

shutdown

!

interface Serial0/3

ip address 113.122.30.2 255.255.255.248

!

router ospf 100

log-adjacency-changes

network 148.168.10.0 0.0.0.7 area 0

network 148.168.20.0 0.0.0.7 area 0

Page 85

Page 86: Minor project

network 148.168.30.0 0.0.0.7 area 0

network 113.122.30.0 0.0.0.7 area 0

network 18.10.10.0 0.0.0.3 area 0

!

ip classless

!

!

!

!

!

!

!

line con 0

line vty 0 4

login

!

!

!

End

Page 86

Page 87: Minor project

WEST BANKING:-Router#show run

Building configuration...

Current configuration : 1049 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

!

!

!

!

!

!

Page 87

Page 88: Minor project

!

!

!

!

!

!

!

!

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

shutdown

!

interface Serial0/0

ip address 114.122.10.1 255.255.255.248

clock rate 64000

!

Page 88

Page 89: Minor project

interface Serial0/1

ip address 114.122.20.1 255.255.255.248

!

interface Serial0/2

ip address 114.122.30.1 255.255.255.248

clock rate 64000

!

interface Serial0/3

no ip address

shutdown

!

interface Serial1/0

no ip address

!

interface Serial1/1

no ip address

!

interface Serial1/2

no ip address

!

Page 89

Page 90: Minor project

interface Serial1/3

no ip address

!

interface Serial1/4

no ip address

!

interface Serial1/5

no ip address

!

interface Serial1/6

no ip address

!

interface Serial1/7

no ip address

!

router ospf 100

log-adjacency-changes

network 114.122.10.0 0.0.0.7 area 0

network 114.122.20.0 0.0.0.7 area 0

network 114.122.30.0 0.0.0.7 area 0

Page 90

Page 91: Minor project

!

ip classless

!

!

!

!

!

!

!

line con 0

line vty 0 4

login

!

!

!

End

PNB ROUTER:-Router#show run

Building configuration...

Page 91

Page 92: Minor project

Current configuration : 1306 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

!

!

!

ip dhcp pool account

network 130.168.10.0 255.255.255.248

default-router 130.168.10.1

ip dhcp pool balance

network 130.168.20.0 255.255.255.248

default-router 130.168.20.1

ip dhcp pool amount

Page 92

Page 93: Minor project

network 130.168.30.0 255.255.255.248

default-router 130.168.30.1

!

!

!

!

!

!

!

!

!

!

!

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

Page 93

Page 94: Minor project

interface FastEthernet0/0.2

encapsulation dot1Q 2

ip address 130.168.10.1 255.255.255.248

!

interface FastEthernet0/0.3

encapsulation dot1Q 3

ip address 130.168.20.1 255.255.255.248

!

interface FastEthernet0/0.4

encapsulation dot1Q 4

ip address 130.168.30.1 255.255.255.248

!

interface Serial0/0

ip address 18.10.10.1 255.255.255.252

!

interface Serial0/1

ip address 114.122.10.2 255.255.255.248

!

interface Serial0/2

no ip address

Page 94

Page 95: Minor project

shutdown

!

interface Serial0/3

no ip address

shutdown

!

router ospf 100

log-adjacency-changes

network 114.122.10.0 0.0.0.7 area 0

network 130.168.10.0 0.0.0.7 area 0

network 130.168.20.0 0.0.0.7 area 0

network 130.168.30.0 0.0.0.7 area 0

network 18.10.10.0 0.0.0.3 area 0

!

ip classless

!

!

!

!

!

Page 95

Page 96: Minor project

!

!

line con 0

line vty 0 4

login

!

!

!

End

SBI ROUTER:-Router#show run

Building configuration...

Current configuration : 1257 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

Page 96

Page 97: Minor project

hostname Router

!

!

!

!

!

ip dhcp pool account

network 131.168.10.0 255.255.255.248

default-router 131.168.10.1

ip dhcp pool balance

network 131.168.20.0 255.255.255.248

default-router 131.168.20.1

ip dhcp pool amount

network 131.168.30.0 255.255.255.248

default-router 131.168.30.1

!

!

!

!

!

Page 97

Page 98: Minor project

!

!

!

!

!

!

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

interface FastEthernet0/0.2

encapsulation dot1Q 2

ip address 131.168.10.1 255.255.255.248

!

interface FastEthernet0/0.3

encapsulation dot1Q 3

ip address 131.168.20.1 255.255.255.248

Page 98

Page 99: Minor project

!

interface FastEthernet0/0.4

encapsulation dot1Q 4

ip address 131.168.30.1 255.255.255.248

!

interface Serial0/0

no ip address

shutdown

!

interface Serial0/1

no ip address

shutdown

!

interface Serial0/2

ip address 114.122.20.2 255.255.255.248

!

interface Serial0/3

no ip address

shutdown

!

Page 99

Page 100: Minor project

router ospf 100

log-adjacency-changes

network 131.168.10.0 0.0.0.7 area 0

network 131.168.20.0 0.0.0.7 area 0

network 131.168.30.0 0.0.0.7 area 0

network 144.122.20.0 0.0.0.7 area 0

!

ip classless

!

!

!

!

!

!

!

line con 0

line vty 0 4

login

!

!

Page 100

Page 101: Minor project

!

End

HDFC ROUTER:-Router#show run

Building configuration...

Current configuration : 1257 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

!

!

!

ip dhcp pool account

Page 101

Page 102: Minor project

network 132.168.10.0 255.255.255.248

default-router 132.168.10.1

ip dhcp pool balance

network 132.168.20.0 255.255.255.248

default-router 132.168.20.1

ip dhcp pool amount

network 132.168.30.0 255.255.255.248

default-router 132.168.30.1

!

!

!

!

!

!

!

!

!

!

!

!

Page 102

Page 103: Minor project

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

interface FastEthernet0/0.2

encapsulation dot1Q 2

ip address 132.168.10.1 255.255.255.248

!

interface FastEthernet0/0.3

encapsulation dot1Q 3

ip address 132.168.20.1 255.255.255.248

!

interface FastEthernet0/0.4

encapsulation dot1Q 4

ip address 132.168.30.1 255.255.255.248

!

interface Serial0/0

no ip address

Page 103

Page 104: Minor project

shutdown

!

interface Serial0/1

no ip address

shutdown

!

interface Serial0/2

no ip address

shutdown

!

interface Serial0/3

ip address 114.122.30.2 255.255.255.248

!

router ospf 100

log-adjacency-changes

network 132.168.10.0 0.0.0.7 area 0

network 132.168.20.0 0.0.0.7 area 0

network 132.168.30.0 0.0.0.7 area 0

network 114.122.30.0 0.0.0.7 area 0

!

Page 104

Page 105: Minor project

ip classless

!

!

!

!

!

!

!

line con 0

line vty 0 4

login

!

!

!

end

Page 105

RESULT

Page 106: Minor project

PING TO PC WITHOUT NAT

DHCP IP ADDRESS:-

Page 106

Page 107: Minor project

CCNA Study Guide Sixth Edition Todd Lammle

CISCO study material www.cisco.com

Page 107

REFRENCES