SlideShare uma empresa Scribd logo
1 de 38
TRAINED BY –Ravinder kumar
(Gurukul Technical Institute)
SUBMITTED BY –Tarun Khaneja
ROLL NO. -2110045
contact no. - 09034406598
PRESENTATION
ON
CCNA
INTRODUCTION
 CCNA stands for Cisco
Certified Network
Associate
 It gives the information
about networking ,its types
and its application .
 Networking is very
important as it provides
communication.
 It is also very useful as it
helps in resource sharing.
 Thus , overall it is a cost
saving technique.
TYPES OF NETWORKING
 LAN – It stands for local area network. Eg: network within
a campus .
 MAN – It stands for metropolitan area network. Eg:
network connecting various cities.
 WAN – It stands for wide area network. Eg : internet on a
whole world.
Networking Devices
LAN card
BRIDGE
HUB
SWITCH
ROUTER
Subnetting and Supernetting
About subnetting & Supernetting
In subnetting, a network is divided into several smaller subnetwork with each
subnetwork(or subnet) having its own subnetwork address.
In supernetting, an organization can combine several class C addresses to create a
larger range of addresses(supernetwork).
SUBNETTING
Class A, B, C in IP addressing are designed with two levels of hierarchy.
The organization has two-level hierarchical addressing, but it cannot have more
than one physical network./ The host cannot be organized into groups, and all of the
hosts are at the same level./ The organization has one network with many hosts.
One solution to this problem is subnetting, the further division of a network into
smaller networks called subnetworks.
EXAMPLE OF SUBNETTING
( Example / Class A)
An organization with a class A address at least 1,000 subnetworks. Find the
subnet mask and
configuration of each subnetwork.
(Solution)
1. There is a need for at least 1,000 subnetworks.(we need at least 1,002
subnetworks to allow for the all-1s and all-0s subnetids)
2. This means that the minimum number of bits to be allocated for
subnetting should be 10, (29 < 1,002 < 210).
3. 14 bits are left to define the hostids. Subnet mask (11000000 = 192).
Range of addresses
Subnetworks in example
Classless Interdomain
Routing(CIDR)
Supernetting means assigning a set of class C addresses to an organization that needs more
than 254 host addresses.
However , when these class C addresses are entered into the routing table, each occupies
one entry in the routing table./ 256 entries in the routing table.
The classless interdomain routing(CIDR) technique is devised to reduce the number
of routing table entries.
In this technique, instead of entering each single class C address with its corresponding
default mask(255.255.255.0), the router can use the supernet mask and the
lowest network address in the group.
CIDR
Hubs vs. switches
Hubs – less expensive,
used in a very small LAN
where low throughput is
OK
Switches – segments
collision domains,
interconnects network
segments, more
expensive, but
performance makes it
cost effective.
It is a layer 3 or network
layer device.
In this there is no
broadcast.
It is WAN technology
device.
It is useful to connect
different networks.
Packet filtering & it finds
the best path selection.
ROUTERS
Router Configuration
 Router always has two configurations:
 Running configuration
 In RAM, determines how the router is currently operating
 Is modified using the configure command
 To see it: show running-config
 Startup confguration
 In NVRAM, determines how the router will operate after next
reload
 Is modified using the copy command
 To see it: show startup-config
Router Access Modes
 User EXEC mode - limited examination of router
– Router>
 Privileged EXEC mode - detailed examination of
router, debugging, testing, file manipulation
– Router#
 ROM Monitor - useful for password recovery & new
IOS upload session
 Setup Mode – available when router has no startup-
config file
Logging Into The Router
 Connect router to console port or telnet to router
– router>
– router>enable
– password
– router#
– router#?
 Configuring the router
– Terminal (entering the commands directly)
– router# configure terminal
– router(config)#
USER MODE
PROMPT
PRIVILEDGED MODE
PROMPT
Deleting Your router’s
Configuration
To delete your router’s configuration
 Router#erase startup-config
OR
 Router#write erase
 Router#reload
 Router will startup again, but in setup mode, since
startup-config file does not exists
ROUTING
Routing is the exchange
of routes between
different networks .
There are three types of
routing:
1. Default routing
2. Static routing
3. Dynamic routing
 A routing protocol is the communication used between
routers.
 A routing protocol allows one router to share information
with other routers.
 The information a router gets from another router, using a
routing protocol, is used to build & maintain a routing
table.
Examples of routing protocols:
1. RIP [ROUTING INFORMATION PROTOCOL]
2. EIGRP[ENHANCED INTERIOR GATEWAY ROUTING
PROTOCOL]
3. OSPF[OPEN SHORTEST PATH FIRST]
DYNAMIC ROUTING
Routing Information Protocol
(RIP)
• RIP is a distance vector routing protocol
• Hop count is used as the metric for path selection
• If the hop count is greater than 15, the packet will be
discarded
• By default, routing updates are broadcast every 30
seconds
• RIP has evolved over the years from a Classful Routing
Protocol, RIP Version 1 (RIP v1), to a Classless Routing
Protocol, RIP Version 2 (RIP v2).
• Configuring RIP
Router(config)#router rip
Enhanced Interior Gateway
Routing Protocol (EIGRP)
• Really just an enhanced version of IGRP
• A Cisco proprietary routing protocol
• Called a hybrid protocol, but really just an advanced distance
vector protocol.
• Fast convergence
• Variable length subnet masks
• Partial updates - only when the metric for a route changes
(bounded updates)
• Multiple network layer support - IP, IPX, and AppleTalk
• A router running EIGRP stores all its neighbor’s routing tables so
that it can quickly adapt or alternate routes.
Features of EIGRP
 Classless Routing Protocol (VLSM, CIDR)
 Faster convergence times and improved scalability
 Multiprotocol support: TCP/IP, IPX/SPX, Appletalk
– There is no IPX/SPX or Appletalk in CCNA or CCNP
 Rapid Convergence and Better handling of routing loops – (DUAL)
 Efficient Use of Bandwidth
– Partial, bounded updates: Incremental updates only to the routers
that need them.
– Minimal bandwidth consumption: Hello packets and by default
uses no more that 50% of link’s bandwidth EIGRP packets.
 PDM (Protocol Dependent Module)
– Keeps EIGRP modular
– Different PDMs can be added to EIGRP as new routed protocols are
enhanced or developed: IPv4, IPv6, IPX, and AppleTalk
OSPF
 Open Shortest Path First
 Dynamic IGP (Interior
Gateway Protocol)
 Use within your own
network
 Link state algorithm
Shortest Path First
A B
C D
15
3
4 4
7
WhaT IS ACL?
Routers provide basic traffic
filtering capabilities, such as
blocking Internet traffic, with
access control lists (ACLs).
An ACL is a sequential list of permit
or deny statements that apply to
addresses or upper-layer protocols.
This module will introduce
standard and extended ACLs as a
means to control network traffic,
and how ACLs are used as part of a
security solution.
VLAN
• VLAN stands for virtual
local area network.
• Devices on different
VLAN must have a router to
communicate with each
other.
• If devices are on the
same VLAN, then they can
communicate through a
switch.
INTER VLAN ROUTING
 A VLAN is a broadcast domain and
unique ip subnet
 Switches operate at layer2 (Data link
Layer)
 VLANS cannot communicate without L3
(Network Layer)
 The L3 communication is called inter-
vlan routing
 Inter-vlan routing is a process of
forwarding network traffic from one vlan
to another using a router
 The Subnets of your network facilitate
the routing process.
 Router interfaces can be connected to
separate vlans.
 Devices on vlans send traffic through the
router(L3) to other vlans.
How to configure EIGRP with RIP on same
network
In this article we will discuss how can two routing protocols exist in same network?
We have discussed basic of both EIGRP and RIP in our previous article. Now we will go
in more depth by including both RIP and EIGRP in same network.
Scenario
You are the administrator at abc.com. Company network is given below
R0
Port IP address Connected to
F0/0 80.0.0.1 R1 F0/1
F1/0 90.0.0.1 R2 F0/1
F1/1 100.0.0.1 R3 F0/1
R1
Port IP address Connected to
F0/0.10 10.0.0.1 S1 F0/24
F0/0.20 20.0.0.1 S1 F0/24
F0/1 80.0.0.2 R0 F0/0
S0/0/0 30.0.0.1 R2 S0/0
R2
Port IP address Connected to
F0/1 90.0.0.2 R0 F1/0
S0/0 30.0.0.2 R1 S0/0/0
F0/0 40.0.0.1 WR1 0/1
S0/1 50.0.0.1 R3 S0/0/1
R3
Port IP address Connected to
F0/1 100.0.0.2 R0 F1/1
S0/0/1 50.0.0.2 R2 S0/1
F0/0.60 60.0.0.1 S1 G0/1
F0/0.70 70.0.0.1 S1 G0/1
Configuration of R0
First we will configure R0. To configure double click on R0 select CLI and configure it as given below
To configure and enable RIP as backup routing on R0 follow these commands exactly.
R0>enable
R0#sh ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 80.0.0.1 YES manual up up
FastEthernet1/0 90.0.0.1 YES manual up up
FastEthernet1/1 100.0.0.1 YES manual up up
R0#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R0(config)#router rip
R0(config-router)#network 80.0.0.0
R0(config-router)#network 90.0.0.0
R0(config-router)#network 100.0.0.0
R0(config-router)#exit
R0(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
R0#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
R0#
We need not to configure EIGRP on it as its only going to be a backup route
Configuration of R1
Now configure R1. On R1 we need to configure both RIP and EIGRP. RIP for backup and EIGRP for main
route.
R1>enable
R1#show ip interface brief
Interface IP-Address OK? Method Status
Protocol
FastEthernet0/0 unassigned YES manual up up
FastEthernet0/0.10 10.0.0.1 YES manual up up
FastEthernet0/0.20 20.0.0.1 YES manual up up
FastEthernet0/1 80.0.0.2 YES manual up up
Serial0/0/0 30.0.0.1 YES manual up up
Serial0/0/1 unassigned YES manual administratively down down
Vlan1 unassigned YES manual administratively down down
R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#router rip
R1(config-router)#network 10.0.0.0
R1(config-router)#network 20.0.0.0
R1(config-router)#network 30.0.0.0
R1(config-router)#network 80.0.0.0
R1(config-router)#exit
R1(config)#router eigrp 1
R1(config-router)#network 10.0.0.0
R1(config-router)#network 20.0.0.0
R1(config-router)#network 30.0.0.0
R1(config-router)#exit
R1(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
R1#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
R1#
Configuration of R2
To configure and enable eigrp with rip routing on R2 follow these commands exactly.
Router>enable
R2#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 40.0.0.1 YES manual up up
FastEthernet0/1 90.0.0.2 YES manual up up
Serial0/0 30.0.0.2 YES manual up up
Serial0/1 50.0.0.1 YES manual up up
R2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#router rip
R2(config-router)#network 30.0.0.0
R2(config-router)#network 40.0.0.0
R2(config-router)#network 50.0.0.0
R2(config-router)#network 90.0.0.0
R2(config-router)#exit
R2(config)#router eigrp 1
R2(config-router)#network 30.0.0.0
R2(config-router)#
R2(config-router)#network 40.0.0.0
R2(config-router)#network 50.0.0.0
R2(config-router)#exit
R2(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
R2#
Configuration of R3
To configure and enable eigrp with rip routing on R3 follow these commands exactly.
Router>enable
R3#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES manual up up
FastEthernet0/0.60 60.0.0.1 YES manual up up
FastEthernet0/0.70 70.0.0.1 YES manual up up
FastEthernet0/1 100.0.0.2 YES manual up up
Serial0/0/0 unassigned YES manual administratively down down
Serial0/0/1 50.0.0.2 YES manual up up
Vlan1 unassigned YES manual administratively down down
R3#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#router rip
R3(config-router)#network 50.0.0.0
R3(config-router)#network 60.0.0.0
R3(config-router)#network 70.0.0.0
R3(config-router)#network 100.0.0.0
R3(config-router)#exit
R3(config)#router eigrp 1
R3(config-router)#network 50.0.0.0
R3(config-router)#network
R3(config-router)#network 60.0.0.0
R3(config-router)#network 70.0.0.0
R3(config-router)#exit
R3(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
R3#
Testing of EIGRP with RIP
Now we have configured both RIP and EIGRP in this network. To test this network double
click on PC-PT PC0 and select command prompt tracert 70.0.0.3
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun khaneja (09034406598)
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun khaneja (09034406598)
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun khaneja (09034406598)

Mais conteúdo relacionado

Mais procurados

ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructurePrince Gautam
 
CCNA training 101
CCNA training 101CCNA training 101
CCNA training 101Rohan Reddy
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationDsunte Wilson
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPTAIRTEL
 
Open shortest path first (ospf)
Open shortest path first (ospf)Open shortest path first (ospf)
Open shortest path first (ospf)Respa Peter
 
Routers.ppt
Routers.pptRouters.ppt
Routers.pptkirbadh
 
Ccna Presentation
Ccna PresentationCcna Presentation
Ccna Presentationbcdran
 
Ccna summer training ppt
Ccna summer training pptCcna summer training ppt
Ccna summer training pptsaroj choudhary
 
Network address translation
Network address translationNetwork address translation
Network address translationVarsha Honde
 
ospf routing protocol
ospf routing protocolospf routing protocol
ospf routing protocolAmeer Agel
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsDsunte Wilson
 
CCNA Introducing Networks
CCNA Introducing NetworksCCNA Introducing Networks
CCNA Introducing NetworksDsunte Wilson
 

Mais procurados (20)

ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructure
 
CCNA ppt
CCNA pptCCNA ppt
CCNA ppt
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 
CCNA training 101
CCNA training 101CCNA training 101
CCNA training 101
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
Bgp protocol
Bgp protocolBgp protocol
Bgp protocol
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
Open shortest path first (ospf)
Open shortest path first (ospf)Open shortest path first (ospf)
Open shortest path first (ospf)
 
Routers.ppt
Routers.pptRouters.ppt
Routers.ppt
 
Ccna Presentation
Ccna PresentationCcna Presentation
Ccna Presentation
 
Ccna summer training ppt
Ccna summer training pptCcna summer training ppt
Ccna summer training ppt
 
Network address translation
Network address translationNetwork address translation
Network address translation
 
ospf routing protocol
ospf routing protocolospf routing protocol
ospf routing protocol
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
 
CCNA Introducing Networks
CCNA Introducing NetworksCCNA Introducing Networks
CCNA Introducing Networks
 
Ccna command
Ccna commandCcna command
Ccna command
 
Layer 2 switching
Layer 2 switchingLayer 2 switching
Layer 2 switching
 

Destaque

CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11Nil Menon
 
CCNA
CCNACCNA
CCNAniict
 
CCNA Industrial Training Presentation
CCNA Industrial Training PresentationCCNA Industrial Training Presentation
CCNA Industrial Training PresentationTalvinder Singh
 
CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 8
CCNA 2 Routing and Switching v5.0 Chapter 8CCNA 2 Routing and Switching v5.0 Chapter 8
CCNA 2 Routing and Switching v5.0 Chapter 8Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5Nil Menon
 
CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 2 Routing and Switching v5.0 Chapter 9CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 2 Routing and Switching v5.0 Chapter 9Nil Menon
 
CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3Nil Menon
 

Destaque (15)

CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10
 
CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11
 
CCNA
CCNACCNA
CCNA
 
CCNA Industrial Training Presentation
CCNA Industrial Training PresentationCCNA Industrial Training Presentation
CCNA Industrial Training Presentation
 
CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6
 
CCNA 2 Routing and Switching v5.0 Chapter 8
CCNA 2 Routing and Switching v5.0 Chapter 8CCNA 2 Routing and Switching v5.0 Chapter 8
CCNA 2 Routing and Switching v5.0 Chapter 8
 
CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7
 
CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5
 
CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9
 
CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1
 
CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4
 
CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 2 Routing and Switching v5.0 Chapter 9CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 2 Routing and Switching v5.0 Chapter 9
 
CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1
 
CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3
 

Semelhante a ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun khaneja (09034406598)

Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01amit singh
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Saurav Pandey
 
bank network design.pptx
bank network design.pptxbank network design.pptx
bank network design.pptxsuraj855239
 
Training Day Slides
Training Day SlidesTraining Day Slides
Training Day Slidesadam_merritt
 
BASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSBASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSVarinder Singh Walia
 
Ccna( Cisco Certified Network Associate)
Ccna( Cisco Certified Network  Associate)Ccna( Cisco Certified Network  Associate)
Ccna( Cisco Certified Network Associate)Sukant Gupta
 
Basic Introduction to Technology (networking).pdf
Basic Introduction to Technology (networking).pdfBasic Introduction to Technology (networking).pdf
Basic Introduction to Technology (networking).pdftthind
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2Kris Mofu
 
Ccna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 AnswersCcna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 AnswersCCNA4Answers
 
5 продвинутых технологий Cisco, которые нужно знать
5 продвинутых технологий Cisco, которые нужно знать5 продвинутых технологий Cisco, которые нужно знать
5 продвинутых технологий Cisco, которые нужно знатьSkillFactory
 
Networking in college
Networking in collegeNetworking in college
Networking in collegeHarpreet Gaba
 

Semelhante a ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun khaneja (09034406598) (20)

Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01
 
Ducat
DucatDucat
Ducat
 
CCNA
CCNACCNA
CCNA
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0
 
CCNA FUNDAMENTAL
CCNA FUNDAMENTALCCNA FUNDAMENTAL
CCNA FUNDAMENTAL
 
bank network design.pptx
bank network design.pptxbank network design.pptx
bank network design.pptx
 
Network
NetworkNetwork
Network
 
Training Day Slides
Training Day SlidesTraining Day Slides
Training Day Slides
 
BASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSBASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALS
 
corporate network
corporate networkcorporate network
corporate network
 
CCNA 2
CCNA 2 CCNA 2
CCNA 2
 
Ccna( Cisco Certified Network Associate)
Ccna( Cisco Certified Network  Associate)Ccna( Cisco Certified Network  Associate)
Ccna( Cisco Certified Network Associate)
 
Basic Introduction to Technology (networking).pdf
Basic Introduction to Technology (networking).pdfBasic Introduction to Technology (networking).pdf
Basic Introduction to Technology (networking).pdf
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2
 
Exam viewer2
Exam viewer2Exam viewer2
Exam viewer2
 
CCNA 1
CCNA 1CCNA 1
CCNA 1
 
Ccna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 AnswersCcna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 Answers
 
5 продвинутых технологий Cisco, которые нужно знать
5 продвинутых технологий Cisco, которые нужно знать5 продвинутых технологий Cisco, которые нужно знать
5 продвинутых технологий Cisco, которые нужно знать
 
Ccna1 presentation
Ccna1 presentationCcna1 presentation
Ccna1 presentation
 
Networking in college
Networking in collegeNetworking in college
Networking in college
 

Último

Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 

Último (20)

Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 

ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun khaneja (09034406598)

  • 1. TRAINED BY –Ravinder kumar (Gurukul Technical Institute) SUBMITTED BY –Tarun Khaneja ROLL NO. -2110045 contact no. - 09034406598 PRESENTATION ON CCNA
  • 2. INTRODUCTION  CCNA stands for Cisco Certified Network Associate  It gives the information about networking ,its types and its application .  Networking is very important as it provides communication.  It is also very useful as it helps in resource sharing.  Thus , overall it is a cost saving technique.
  • 3. TYPES OF NETWORKING  LAN – It stands for local area network. Eg: network within a campus .  MAN – It stands for metropolitan area network. Eg: network connecting various cities.  WAN – It stands for wide area network. Eg : internet on a whole world.
  • 5. Subnetting and Supernetting About subnetting & Supernetting In subnetting, a network is divided into several smaller subnetwork with each subnetwork(or subnet) having its own subnetwork address. In supernetting, an organization can combine several class C addresses to create a larger range of addresses(supernetwork). SUBNETTING Class A, B, C in IP addressing are designed with two levels of hierarchy. The organization has two-level hierarchical addressing, but it cannot have more than one physical network./ The host cannot be organized into groups, and all of the hosts are at the same level./ The organization has one network with many hosts. One solution to this problem is subnetting, the further division of a network into smaller networks called subnetworks.
  • 6. EXAMPLE OF SUBNETTING ( Example / Class A) An organization with a class A address at least 1,000 subnetworks. Find the subnet mask and configuration of each subnetwork. (Solution) 1. There is a need for at least 1,000 subnetworks.(we need at least 1,002 subnetworks to allow for the all-1s and all-0s subnetids) 2. This means that the minimum number of bits to be allocated for subnetting should be 10, (29 < 1,002 < 210). 3. 14 bits are left to define the hostids. Subnet mask (11000000 = 192).
  • 7.
  • 10. Classless Interdomain Routing(CIDR) Supernetting means assigning a set of class C addresses to an organization that needs more than 254 host addresses. However , when these class C addresses are entered into the routing table, each occupies one entry in the routing table./ 256 entries in the routing table. The classless interdomain routing(CIDR) technique is devised to reduce the number of routing table entries. In this technique, instead of entering each single class C address with its corresponding default mask(255.255.255.0), the router can use the supernet mask and the lowest network address in the group.
  • 11. CIDR
  • 12. Hubs vs. switches Hubs – less expensive, used in a very small LAN where low throughput is OK Switches – segments collision domains, interconnects network segments, more expensive, but performance makes it cost effective.
  • 13. It is a layer 3 or network layer device. In this there is no broadcast. It is WAN technology device. It is useful to connect different networks. Packet filtering & it finds the best path selection. ROUTERS
  • 14. Router Configuration  Router always has two configurations:  Running configuration  In RAM, determines how the router is currently operating  Is modified using the configure command  To see it: show running-config  Startup confguration  In NVRAM, determines how the router will operate after next reload  Is modified using the copy command  To see it: show startup-config
  • 15. Router Access Modes  User EXEC mode - limited examination of router – Router>  Privileged EXEC mode - detailed examination of router, debugging, testing, file manipulation – Router#  ROM Monitor - useful for password recovery & new IOS upload session  Setup Mode – available when router has no startup- config file
  • 16. Logging Into The Router  Connect router to console port or telnet to router – router> – router>enable – password – router# – router#?  Configuring the router – Terminal (entering the commands directly) – router# configure terminal – router(config)# USER MODE PROMPT PRIVILEDGED MODE PROMPT
  • 17. Deleting Your router’s Configuration To delete your router’s configuration  Router#erase startup-config OR  Router#write erase  Router#reload  Router will startup again, but in setup mode, since startup-config file does not exists
  • 18. ROUTING Routing is the exchange of routes between different networks . There are three types of routing: 1. Default routing 2. Static routing 3. Dynamic routing
  • 19.  A routing protocol is the communication used between routers.  A routing protocol allows one router to share information with other routers.  The information a router gets from another router, using a routing protocol, is used to build & maintain a routing table. Examples of routing protocols: 1. RIP [ROUTING INFORMATION PROTOCOL] 2. EIGRP[ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL] 3. OSPF[OPEN SHORTEST PATH FIRST] DYNAMIC ROUTING
  • 20. Routing Information Protocol (RIP) • RIP is a distance vector routing protocol • Hop count is used as the metric for path selection • If the hop count is greater than 15, the packet will be discarded • By default, routing updates are broadcast every 30 seconds • RIP has evolved over the years from a Classful Routing Protocol, RIP Version 1 (RIP v1), to a Classless Routing Protocol, RIP Version 2 (RIP v2). • Configuring RIP Router(config)#router rip
  • 21. Enhanced Interior Gateway Routing Protocol (EIGRP) • Really just an enhanced version of IGRP • A Cisco proprietary routing protocol • Called a hybrid protocol, but really just an advanced distance vector protocol. • Fast convergence • Variable length subnet masks • Partial updates - only when the metric for a route changes (bounded updates) • Multiple network layer support - IP, IPX, and AppleTalk • A router running EIGRP stores all its neighbor’s routing tables so that it can quickly adapt or alternate routes.
  • 22. Features of EIGRP  Classless Routing Protocol (VLSM, CIDR)  Faster convergence times and improved scalability  Multiprotocol support: TCP/IP, IPX/SPX, Appletalk – There is no IPX/SPX or Appletalk in CCNA or CCNP  Rapid Convergence and Better handling of routing loops – (DUAL)  Efficient Use of Bandwidth – Partial, bounded updates: Incremental updates only to the routers that need them. – Minimal bandwidth consumption: Hello packets and by default uses no more that 50% of link’s bandwidth EIGRP packets.  PDM (Protocol Dependent Module) – Keeps EIGRP modular – Different PDMs can be added to EIGRP as new routed protocols are enhanced or developed: IPv4, IPv6, IPX, and AppleTalk
  • 23. OSPF  Open Shortest Path First  Dynamic IGP (Interior Gateway Protocol)  Use within your own network  Link state algorithm Shortest Path First A B C D 15 3 4 4 7
  • 24. WhaT IS ACL? Routers provide basic traffic filtering capabilities, such as blocking Internet traffic, with access control lists (ACLs). An ACL is a sequential list of permit or deny statements that apply to addresses or upper-layer protocols. This module will introduce standard and extended ACLs as a means to control network traffic, and how ACLs are used as part of a security solution.
  • 25. VLAN • VLAN stands for virtual local area network. • Devices on different VLAN must have a router to communicate with each other. • If devices are on the same VLAN, then they can communicate through a switch.
  • 26. INTER VLAN ROUTING  A VLAN is a broadcast domain and unique ip subnet  Switches operate at layer2 (Data link Layer)  VLANS cannot communicate without L3 (Network Layer)  The L3 communication is called inter- vlan routing  Inter-vlan routing is a process of forwarding network traffic from one vlan to another using a router  The Subnets of your network facilitate the routing process.  Router interfaces can be connected to separate vlans.  Devices on vlans send traffic through the router(L3) to other vlans.
  • 27. How to configure EIGRP with RIP on same network In this article we will discuss how can two routing protocols exist in same network? We have discussed basic of both EIGRP and RIP in our previous article. Now we will go in more depth by including both RIP and EIGRP in same network. Scenario You are the administrator at abc.com. Company network is given below
  • 28. R0 Port IP address Connected to F0/0 80.0.0.1 R1 F0/1 F1/0 90.0.0.1 R2 F0/1 F1/1 100.0.0.1 R3 F0/1 R1 Port IP address Connected to F0/0.10 10.0.0.1 S1 F0/24 F0/0.20 20.0.0.1 S1 F0/24 F0/1 80.0.0.2 R0 F0/0 S0/0/0 30.0.0.1 R2 S0/0
  • 29. R2 Port IP address Connected to F0/1 90.0.0.2 R0 F1/0 S0/0 30.0.0.2 R1 S0/0/0 F0/0 40.0.0.1 WR1 0/1 S0/1 50.0.0.1 R3 S0/0/1 R3 Port IP address Connected to F0/1 100.0.0.2 R0 F1/1 S0/0/1 50.0.0.2 R2 S0/1 F0/0.60 60.0.0.1 S1 G0/1 F0/0.70 70.0.0.1 S1 G0/1
  • 30. Configuration of R0 First we will configure R0. To configure double click on R0 select CLI and configure it as given below To configure and enable RIP as backup routing on R0 follow these commands exactly. R0>enable R0#sh ip interface brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 80.0.0.1 YES manual up up FastEthernet1/0 90.0.0.1 YES manual up up FastEthernet1/1 100.0.0.1 YES manual up up R0#configure terminal Enter configuration commands, one per line. End with CNTL/Z. R0(config)#router rip R0(config-router)#network 80.0.0.0 R0(config-router)#network 90.0.0.0 R0(config-router)#network 100.0.0.0 R0(config-router)#exit R0(config)#exit %SYS-5-CONFIG_I: Configured from console by console R0#copy run start Destination filename [startup-config]? Building configuration... [OK] R0# We need not to configure EIGRP on it as its only going to be a backup route
  • 31. Configuration of R1 Now configure R1. On R1 we need to configure both RIP and EIGRP. RIP for backup and EIGRP for main route. R1>enable R1#show ip interface brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES manual up up FastEthernet0/0.10 10.0.0.1 YES manual up up FastEthernet0/0.20 20.0.0.1 YES manual up up FastEthernet0/1 80.0.0.2 YES manual up up Serial0/0/0 30.0.0.1 YES manual up up Serial0/0/1 unassigned YES manual administratively down down Vlan1 unassigned YES manual administratively down down R1#configure terminal Enter configuration commands, one per line. End with CNTL/Z.
  • 32. R1(config)#router rip R1(config-router)#network 10.0.0.0 R1(config-router)#network 20.0.0.0 R1(config-router)#network 30.0.0.0 R1(config-router)#network 80.0.0.0 R1(config-router)#exit R1(config)#router eigrp 1 R1(config-router)#network 10.0.0.0 R1(config-router)#network 20.0.0.0 R1(config-router)#network 30.0.0.0 R1(config-router)#exit R1(config)#exit %SYS-5-CONFIG_I: Configured from console by console R1#copy run start Destination filename [startup-config]? Building configuration... [OK] R1#
  • 33. Configuration of R2 To configure and enable eigrp with rip routing on R2 follow these commands exactly. Router>enable R2#show ip interface brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 40.0.0.1 YES manual up up FastEthernet0/1 90.0.0.2 YES manual up up Serial0/0 30.0.0.2 YES manual up up Serial0/1 50.0.0.1 YES manual up up R2#configure terminal Enter configuration commands, one per line. End with CNTL/Z. R2(config)#router rip R2(config-router)#network 30.0.0.0 R2(config-router)#network 40.0.0.0 R2(config-router)#network 50.0.0.0 R2(config-router)#network 90.0.0.0 R2(config-router)#exit R2(config)#router eigrp 1 R2(config-router)#network 30.0.0.0 R2(config-router)# R2(config-router)#network 40.0.0.0 R2(config-router)#network 50.0.0.0 R2(config-router)#exit R2(config)#exit %SYS-5-CONFIG_I: Configured from console by console R2#
  • 34. Configuration of R3 To configure and enable eigrp with rip routing on R3 follow these commands exactly. Router>enable R3#show ip interface brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES manual up up FastEthernet0/0.60 60.0.0.1 YES manual up up FastEthernet0/0.70 70.0.0.1 YES manual up up FastEthernet0/1 100.0.0.2 YES manual up up Serial0/0/0 unassigned YES manual administratively down down Serial0/0/1 50.0.0.2 YES manual up up Vlan1 unassigned YES manual administratively down down R3#configure terminal Enter configuration commands, one per line. End with CNTL/Z. R3(config)#router rip R3(config-router)#network 50.0.0.0 R3(config-router)#network 60.0.0.0 R3(config-router)#network 70.0.0.0 R3(config-router)#network 100.0.0.0 R3(config-router)#exit R3(config)#router eigrp 1 R3(config-router)#network 50.0.0.0 R3(config-router)#network R3(config-router)#network 60.0.0.0 R3(config-router)#network 70.0.0.0 R3(config-router)#exit R3(config)#exit %SYS-5-CONFIG_I: Configured from console by console R3#
  • 35. Testing of EIGRP with RIP Now we have configured both RIP and EIGRP in this network. To test this network double click on PC-PT PC0 and select command prompt tracert 70.0.0.3