SlideShare une entreprise Scribd logo
1  sur  33
Hindustan Institute Of Technology And
Management,AGRA
Cisco Certified Network Associate
Training Incharge:- Submitted To:- Submitted By:-
Ashutosh kumar Mr.Shashank Yadav Akash Deep Saxena
Associate Trainer Ass. Prof (H.I.TM) CS 1200310005
ph-08476890580
Getting a job is as difficult as beating the crowd because being in the
corporate world demands a lot from the applicant because of which the
applicants are putting their best, which results in the increment of difficulty
level. You can see each and every thing is connected but the solution of this
problem is either spending years to reach to a desired position or come to
Ducat. At Ducat we provide the entire necessary computer training which
helps the newbies and also the experienced workers so that they can achieve
better recognition in this competitive world.
Like other educational and training industry at Ducat you will be offered
varieties programs but the instructors makes the difference and make Ducat
stand out from others.
.
WHAT TYPES OF SERVICES ARE OFFERED
BY DUCAT?
• Software Development
• Instructor led campus
• Workshops and Placement Service
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
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
Ducat
Ducat
Ducat

Contenu connexe

Tendances

Ccna PPT2
Ccna PPT2Ccna PPT2
Ccna PPT2AIRTEL
 
RIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme NetworksRIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme NetworksDani Royman Simanjuntak
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingJohnson Liu
 
CCNA Training Details..
CCNA Training Details..CCNA Training Details..
CCNA Training Details..cisco training
 
Class notes fhrp,hsrp
Class notes  fhrp,hsrpClass notes  fhrp,hsrp
Class notes fhrp,hsrpSagarR24
 
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...Vishal Sharma, Ph.D.
 
Class notes fhrp,hsrp,vrrp
Class notes fhrp,hsrp,vrrpClass notes fhrp,hsrp,vrrp
Class notes fhrp,hsrp,vrrpSagarR24
 
CCNA ppt Day 4
CCNA ppt Day 4CCNA ppt Day 4
CCNA ppt Day 4VISHNU N
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracerAnabia Anabia
 
69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phone69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phoneRayan Darine
 
Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingteknetir
 
Cisco router basic
Cisco router basicCisco router basic
Cisco router basicTapan Khilar
 
Presentation on ccna
Presentation on ccnaPresentation on ccna
Presentation on ccnaHoneyKumar34
 

Tendances (20)

Static Routing
Static RoutingStatic Routing
Static Routing
 
Ccna PPT2
Ccna PPT2Ccna PPT2
Ccna PPT2
 
RIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme NetworksRIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme Networks
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 Switching
 
CCNA Training Details..
CCNA Training Details..CCNA Training Details..
CCNA Training Details..
 
Class notes fhrp,hsrp
Class notes  fhrp,hsrpClass notes  fhrp,hsrp
Class notes fhrp,hsrp
 
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
 
Class notes fhrp,hsrp,vrrp
Class notes fhrp,hsrp,vrrpClass notes fhrp,hsrp,vrrp
Class notes fhrp,hsrp,vrrp
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
CCNA ppt Day 4
CCNA ppt Day 4CCNA ppt Day 4
CCNA ppt Day 4
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 
69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phone69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phone
 
Switching 1
Switching 1Switching 1
Switching 1
 
Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routing
 
Basic Configurations on Router
Basic Configurations on RouterBasic Configurations on Router
Basic Configurations on Router
 
Cisco router basic
Cisco router basicCisco router basic
Cisco router basic
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
 
Presentation on ccna
Presentation on ccnaPresentation on ccna
Presentation on ccna
 
Day 10 rip (2)
Day 10 rip (2)Day 10 rip (2)
Day 10 rip (2)
 

En vedette

IEEE Final Year Projects 2011-2012 :: Elysium Technologies Pvt Ltd::Communica...
IEEE Final Year Projects 2011-2012 :: Elysium Technologies Pvt Ltd::Communica...IEEE Final Year Projects 2011-2012 :: Elysium Technologies Pvt Ltd::Communica...
IEEE Final Year Projects 2011-2012 :: Elysium Technologies Pvt Ltd::Communica...sunda2011
 
Final year ece projects in chennai,bangalore,vijayawada
Final year ece projects in chennai,bangalore,vijayawadaFinal year ece projects in chennai,bangalore,vijayawada
Final year ece projects in chennai,bangalore,vijayawadaAshok Kumar.k
 
2014 IEEE DOTNET NETWORKING PROJECT Pricing under constraints_in_access_netwo...
2014 IEEE DOTNET NETWORKING PROJECT Pricing under constraints_in_access_netwo...2014 IEEE DOTNET NETWORKING PROJECT Pricing under constraints_in_access_netwo...
2014 IEEE DOTNET NETWORKING PROJECT Pricing under constraints_in_access_netwo...IEEEFINALSEMSTUDENTSPROJECTS
 
Introduction to Adaptive Private Networking
Introduction to Adaptive Private NetworkingIntroduction to Adaptive Private Networking
Introduction to Adaptive Private NetworkingKeith Morris
 
PROJECT LOON
PROJECT LOONPROJECT LOON
PROJECT LOONRamana Kv
 
ISP core routing project
ISP core routing projectISP core routing project
ISP core routing projectvishal sharma
 
Project based Industrial Training for MCA/B.E./B.Tech./MCA in CMC Ltd - A TCS...
Project based Industrial Training for MCA/B.E./B.Tech./MCA in CMC Ltd - A TCS...Project based Industrial Training for MCA/B.E./B.Tech./MCA in CMC Ltd - A TCS...
Project based Industrial Training for MCA/B.E./B.Tech./MCA in CMC Ltd - A TCS...CMC Limited
 
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...thesakshi12
 
ECE 323 Final Project Report
ECE 323 Final Project ReportECE 323 Final Project Report
ECE 323 Final Project ReportJonathan Lepp
 
Final Project presentation on Image processing based intelligent traffic cont...
Final Project presentation on Image processing based intelligent traffic cont...Final Project presentation on Image processing based intelligent traffic cont...
Final Project presentation on Image processing based intelligent traffic cont...Louise Antonio
 
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
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...Tarun Khaneja
 
Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...Louise Antonio
 

En vedette (13)

IEEE Final Year Projects 2011-2012 :: Elysium Technologies Pvt Ltd::Communica...
IEEE Final Year Projects 2011-2012 :: Elysium Technologies Pvt Ltd::Communica...IEEE Final Year Projects 2011-2012 :: Elysium Technologies Pvt Ltd::Communica...
IEEE Final Year Projects 2011-2012 :: Elysium Technologies Pvt Ltd::Communica...
 
Final year ece projects in chennai,bangalore,vijayawada
Final year ece projects in chennai,bangalore,vijayawadaFinal year ece projects in chennai,bangalore,vijayawada
Final year ece projects in chennai,bangalore,vijayawada
 
2014 IEEE DOTNET NETWORKING PROJECT Pricing under constraints_in_access_netwo...
2014 IEEE DOTNET NETWORKING PROJECT Pricing under constraints_in_access_netwo...2014 IEEE DOTNET NETWORKING PROJECT Pricing under constraints_in_access_netwo...
2014 IEEE DOTNET NETWORKING PROJECT Pricing under constraints_in_access_netwo...
 
Introduction to Adaptive Private Networking
Introduction to Adaptive Private NetworkingIntroduction to Adaptive Private Networking
Introduction to Adaptive Private Networking
 
PROJECT LOON
PROJECT LOONPROJECT LOON
PROJECT LOON
 
ISP core routing project
ISP core routing projectISP core routing project
ISP core routing project
 
Project based Industrial Training for MCA/B.E./B.Tech./MCA in CMC Ltd - A TCS...
Project based Industrial Training for MCA/B.E./B.Tech./MCA in CMC Ltd - A TCS...Project based Industrial Training for MCA/B.E./B.Tech./MCA in CMC Ltd - A TCS...
Project based Industrial Training for MCA/B.E./B.Tech./MCA in CMC Ltd - A TCS...
 
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
 
ECE 323 Final Project Report
ECE 323 Final Project ReportECE 323 Final Project Report
ECE 323 Final Project Report
 
Final Project presentation on Image processing based intelligent traffic cont...
Final Project presentation on Image processing based intelligent traffic cont...Final Project presentation on Image processing based intelligent traffic cont...
Final Project presentation on Image processing based intelligent traffic cont...
 
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 summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
 
Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...
 

Similaire à Ducat

ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructurePrince Gautam
 
Industrial Training Presentaion(Networking)
Industrial Training Presentaion(Networking)Industrial Training Presentaion(Networking)
Industrial Training Presentaion(Networking)Gaurav Uniyal
 
5 продвинутых технологий Cisco, которые нужно знать
5 продвинутых технологий Cisco, которые нужно знать5 продвинутых технологий Cisco, которые нужно знать
5 продвинутых технологий Cisco, которые нужно знатьSkillFactory
 
Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Netwax Lab
 
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013Đồng Quốc Vương
 
Webinar: How to captures and analyzes NetFlow, J-Flow and sFlow data
Webinar: How to captures and analyzes NetFlow, J-Flow and sFlow dataWebinar: How to captures and analyzes NetFlow, J-Flow and sFlow data
Webinar: How to captures and analyzes NetFlow, J-Flow and sFlow dataManageEngine, Zoho Corporation
 
bank network design.pptx
bank network design.pptxbank network design.pptx
bank network design.pptxsuraj855239
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptzmulani8
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptzmulani8
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptzmulani8
 
Chapter 5 Routing.pptx
Chapter 5 Routing.pptxChapter 5 Routing.pptx
Chapter 5 Routing.pptxAyaanMohamed4
 
BASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSBASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSVarinder Singh Walia
 

Similaire à Ducat (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 2
CCNA 2 CCNA 2
CCNA 2
 
Group 1
Group 1Group 1
Group 1
 
CCNA
CCNACCNA
CCNA
 
Industrial Training Presentaion(Networking)
Industrial Training Presentaion(Networking)Industrial Training Presentaion(Networking)
Industrial Training Presentaion(Networking)
 
CCNA FUNDAMENTAL
CCNA FUNDAMENTALCCNA FUNDAMENTAL
CCNA FUNDAMENTAL
 
Ospf
OspfOspf
Ospf
 
5 продвинутых технологий Cisco, которые нужно знать
5 продвинутых технологий Cisco, которые нужно знать5 продвинутых технологий Cisco, которые нужно знать
5 продвинутых технологий Cisco, которые нужно знать
 
Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)
 
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
 
Webinar: How to captures and analyzes NetFlow, J-Flow and sFlow data
Webinar: How to captures and analyzes NetFlow, J-Flow and sFlow dataWebinar: How to captures and analyzes NetFlow, J-Flow and sFlow data
Webinar: How to captures and analyzes NetFlow, J-Flow and sFlow data
 
bank network design.pptx
bank network design.pptxbank network design.pptx
bank network design.pptx
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
 
Chapter 5 Routing.pptx
Chapter 5 Routing.pptxChapter 5 Routing.pptx
Chapter 5 Routing.pptx
 
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 1
CCNA 1CCNA 1
CCNA 1
 

Dernier

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptJasonTagapanGulla
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 

Dernier (20)

Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.ppt
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 

Ducat

  • 1. Hindustan Institute Of Technology And Management,AGRA Cisco Certified Network Associate Training Incharge:- Submitted To:- Submitted By:- Ashutosh kumar Mr.Shashank Yadav Akash Deep Saxena Associate Trainer Ass. Prof (H.I.TM) CS 1200310005 ph-08476890580
  • 2. Getting a job is as difficult as beating the crowd because being in the corporate world demands a lot from the applicant because of which the applicants are putting their best, which results in the increment of difficulty level. You can see each and every thing is connected but the solution of this problem is either spending years to reach to a desired position or come to Ducat. At Ducat we provide the entire necessary computer training which helps the newbies and also the experienced workers so that they can achieve better recognition in this competitive world. Like other educational and training industry at Ducat you will be offered varieties programs but the instructors makes the difference and make Ducat stand out from others. .
  • 3. WHAT TYPES OF SERVICES ARE OFFERED BY DUCAT? • Software Development • Instructor led campus • Workshops and Placement Service
  • 4. 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.
  • 5. 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.
  • 7. 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.
  • 8. 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
  • 9. 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
  • 10. 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
  • 11. 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
  • 12. 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
  • 13. 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
  • 14.  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
  • 15. 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
  • 16. 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.
  • 17. 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
  • 18. 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
  • 19. 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.
  • 20. 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.
  • 21. 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.
  • 22. 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
  • 23. 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
  • 24. 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
  • 25. 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
  • 26. 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.
  • 27. 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#
  • 28. 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#
  • 29. 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#
  • 30. 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