尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
SlideShare a Scribd company logo
© 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
Configuring RIP
ExtremeXOS™ Operation and
Configuration, Version 12.1
Slide 2
Student Objectives
Upon completion of this module, you will be able to:
Describe the RIP routing protocol.
Identify the limitations of RIP version 1.
List the benefits of RIP version 2.
Interpret RIP routing table entries.
Describe the Split Horizon and Poison Reverse loop resolution protocols.
Describe the operation of triggered updates.
Configure the RIP routing protocol.
Verify the RIP configuration.
Test RIP operation.
Note: Depending on the needs of the students, the instructor may
choose to reduce or eliminate the protocol overview portion of this module.
Slide 3
Limitations of Manual Configuration
What if you have 50 switches, 10 subnetworks, a meshed
topology, and 500 devices, what now?
Slide 4
Routing Information Protocol
A distance-vector protocol used
as an Interior Gateway Protocol.
First used in the Advanced
Research Projects Agency
Network (ARPAnet) as early as
1969.
It is primarily intended for use in
homogeneous networks of
moderate size (20-30 switches or
less).
Relatively simple to understand
and implement.
Each router creates its routing
table based on route information
exchanged between neighbors.
Supported by all Extreme
Networks switches.
Distance-Vector
Distance - Hop Count
Vector - Next Hop Router
RIP Network
?
Slide 5
Routing Information Protocol (Continued…)
The router exchanges update
messages with each neighbor
every 30 seconds.
Stale routes are removed from the
routing table.
There are two versions of RIP.
In RIP V1, 25 routes can be
advertised in a single packet. This
limits the maximum packet size to
512 octets.
Supports 2 types of loop
resolution protocols.
• Split Horizon, Poison Reverse
Supports triggered updates.
RIP Network
Updates Every 30 Seconds
?
Slide 6
Limitations of RIP Version 1
Only understands class A, B, and
C IP addresses.
Does not propagate subnetwork
mask information in its updates.
Cannot support variable length
subnetwork masks.
Uses broadcasts for update
delivery.
It is an insecure routing protocol.
Updates:
• Sent as broadcast
• Networks only (no subnetwork
masks)
RIP Network
?
Slide 7
RIP Version 2
Fixes many of the limitations of
RIP-1.
Is a classless routing protocol.
Supports variable length
subnetwork masking.
Supports Classless Internet
Domain Routing (CIDR).
Has features to make it backward
compatible with RIP Version 1.
Supports authentication (not
supported on Extreme Switches).
• Clear text password
• MD5 – checksum (RFC 2082)
Uses multicast for update
delivery.
RIPv2 network
Network 129.128.128.0
Subnet 255.255.192.0
Network 129.128.128.0
Subnet 255.255.192.0
Network 129.128.0.0
RIPv1 network
RIPv2 network
Slide 8
Routing Table and Route Advertisement
Contains an entry for every known
destination network.
Contains the following
information:
• Origin of the route.
• IP Address of destination network.
• IP address of the next router
(gateway).
• Metric (hop count) to the destination
network.
• Duration of time since the last entry
update.
Route Advertisement of VLANs
• Only those VLANs configured with
an IP address, configured to forward
IP, and running RIP have their
subnetworks advertised.
Ori Destination Gateway Mtr Flags VLAN Duration
*r 10.10.11.0/24 10.10.99.121 2 UG-----um-- bbone 0d:0h:18m:36s
*r 10.10.20.0/24 10.10.99.122 3 UG-----um-- bbone 0d:0h:09m:06s
*r 10.10.33.0/24 10.10.99.124 2 UG-----um-- bbone 0d:0h:18m:53s
*d 10.10.55.0/24 10.10.55.126 1 U------u--- white 0d:3h:21m:52s
d 10.10.60.0/24 10.10.60.126 1 -------u--- brown 0d:3h:21m:00s
*d 10.10.99.0/24 10.10.99.126 1 U------u--- bbone 0d:3h:21m:35s
*d 127.0.0.1/8 127.0.0.1 0 U-H----um-- white 0d:3h:34m:16s
Route Table
Slide 9
Routing Loops
Router A advertises the route to
the target network to Router B.
Router B advertises the route to
the target network learned from A
to C.
Router C advertises the route
back to router B over the port that
supplied the route.
Router B believes it has two
routes to the target network when
actually only one exists.
When the valid route becomes
unavailable the router tries to use
the alternate route.
Traffic is sent over the original
route and looped back again.
Target Network
A
C
B
Problem!!
Target Network
Using A M=1
Target Network
Using B M= 2
Target Network
Using C M=3
B Routing Table
Target network using A M=1
Target network using C M=3
C Routing Table
Target network using B M=2
Slide 10
Counting to Infinity Problem
Complex networks can contain
multiple routing loops.
Routers re-advertise routes out
interfaces from which they were
learned.
When the valid route becomes
unavailable routers advertise
routes with ever increasing hop
count metrics.
Old route entries will be replaced
by new route entries.
Behavior repeats until the max
hop count reaches infinity (16 -
unreachable).
Causes slow convergence.
Target Network
C
B
C Routing Table
Target network using B M=16
B Routing Table
Target network using A M=1
Target Network using C M=16
A
Slide 11
Split Horizon
Used to prevent routing loop.
Enabled by default on the switch.
Router does not advertise a route
back out the port that the route
was originally learned on.
The possibility of a loop has been
eliminated using split horizon.
Split Horizon prevents
route from being sent!!
Target Network
Target Network
Using C M=3
A
C
B
Target Network
Using A M=0
Target Network
Using B M= 1
C Routing Table
Target network using B M=2
B Routing Table
Target network using A M=1
Slide 12
Poison Reverse
Routers advertise routes with hop
count of 16 (unreachable).
Faster convergence.
Poison Reverse takes precedence
over split horizon when both are
enabled to prevent loops.
Enabled by default.
Possible increased size of routing
messages.
Target Network
Target Network
Using C M=16
A
C
B
Target Network using C M=16
Target Network using A M=1
B Routing Table
Target Network using B M=2
C Routing Table
Target Network
Using A M=0
Target Network
Using B M= 1
Poison Reverse causes
Router C to advertises
route as unreachable.
Slide 13
Triggered Updates
Sent out whenever the metric for a
route changes and the router is
required to send an update
immediately.
• Even if it is not yet time for a regular
update message to be sent.
Generally result in faster
convergence.
Results in more RIP-related traffic.
Target Network
BA Target = 0
Target = 1
Target = 2
Target = 4Target = 4
Target = 6
Target = 3
Target = 5
Target = 2
Target = 6
Target = 3
Target = 1
Target = 7
Target = 2
Target = 8
failed route
Slide 14
RIP Limitations
Limit of 15 hops between the
source and the destination
networks.
Bandwidth taken up by periodic
broadcasts of entire routing table.
Slow convergence.
Routing decisions based on hop
count.
Flat networks; no concept of
areas or boundaries.
RIP Network
Slide 15
RIP Configuration Steps
Create and configure VLANs.
1. Configure the VLAN with an IP address.
2. Enable IP Forwarding.
3. Enable RIP on VLANs that do RIP routing.
4. Enable RIP globally on the switch.
5. Verify RIP configuration.
Slide 16
General IP Configuration Commands
Create and configure VLANs:
• create vlan <vlan name>
• configure vlan <vlan name> add ports <portlist>
Configure VLAN with an IP address:
• configure vlan <vlan name> ipaddress <ipaddr>
{<netmask> | <mask length>}
Enable IP forwarding:
• enable ipforwarding
Slide 17
RIP Specific Configuration Commands
Enable RIP on VLANs that do RIP routing:
• configure rip add vlan [<vlan name> | all]
Enable RIP globally on the switch:
• enable rip
Disable RIP on VLANs:
• configure rip delete vlan [<vlan name> | all]
Disable RIP globally on the switch:
• disable rip
When RIP is disabled on the interface, the parameters are not reset
to their defaults.
Slide 18
RIP Configuration Example
Configuration for R1:
create vlan vlan1rip
configure vlan1rip add ports 1
configure vlan1rip ipaddress 10.1.0.1/24
create vlan vlan0rip
configure vlan0rip add ports 2,3
configure vlan0rip ipaddress 10.0.0.1/24
enable ipforwarding
configure rip add vlan vlan0rip
configure rip add vlan vlan1rip
enable rip
Similar configurations for R2 and R3
.1
10.0.0.0 / 24
VLAN0rip
.2
.1
.3
.2
10.2.0.0 / 24
VLAN2rip
.3
10.3.0.0 / 24
VLAN3rip
R2 R3
R1
10.1.0.0 / 24
VLAN1rip
RIP Network
Slide 19
RIP Timer and Cost Configuration Commands
Configure RIP update timer:
• configure rip updatetime {<seconds>}
Configure RIP route timeout:
• configure rip routetimeout {<seconds>}
Configure RIP garbage time:
• configure rip garbagetime {<seconds>}
Configure RIP VLAN cost:
• configure rip vlan [<vlan name> | all] cost <cost>
Slide 20
Additional RIP Configuration Commands
Configure RIP receive version:
• configure rip rxmode vlan [vlan name | all]
[none | v1only | v2only | any]
Configure RIP transmit version:
• configure rip txmode vlan [vlan name | all]
[none | v1only | v2only | any]
Enable or disable specific RIP features:
• [enable | disable] rip [aggregation | export |
|originate-default | poisonreverse | splithorizon |
triggerupdates | use-ip-router-alert]
Unconfigure RIP:
• unconfigure rip {vlan <vlan name>}
Slide 21
Verifying RIP Configuration
Timers
RIP, Split Horizon, Triggered Updates, Poison Reverse Status
Slide 22
Verifying RIP Interfaces and Routes
Slide 23
Verifying IP Forwarding and VLAN Interface
VLAN name and IP address
Slide 24
Verifying the Route Source
Preferred route flag
Origin of route is RIP
Slide 25
Summary
You should now be able to:
Describe the RIP routing protocol.
Identify the limitations of RIP version 1.
List the benefits of RIP version 2.
Interpret RIP routing table entries.
Describe the Split Horizon and Poison Reverse loop resolution
protocols.
Describe the operation of triggered updates.
Configure the RIP routing protocol.
Verify the RIP configuration.
Test RIP operation.
Slide 26
Lab
Turn to the Routing Information Protocol (RIP) Lab
in the ExtremeXOS™ Operations and Configuration - Lab Guide Rev. 12.1
and complete the hands-on portion of this module.
© 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
Review Questions
© 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
This presentation contains forward-looking statements that involve
risks and uncertainties, including statements regarding our
expectations as to products, trends and our performance. There can be
no assurances that any forward-looking statements will be achieved,
and actual results could differ materially from forecasts and estimates.
For factors that may affect our business and financial results please
refer to our filings with the Securities and Exchange Commission,
including, without limitation, under the captions: “Management’s
Discussion and Analysis of Financial Condition and Results of
Operations,” and “Risk Factors,” which is on file with the Securities and
Exchange Commission (http://www.sec.gov). We undertake no
obligation to update the forward-looking information in this release.
© 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
The End
© 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.© 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.

More Related Content

What's hot

Router and routing
Router  and routingRouter  and routing
Router and routing
Iran-Gul Mukhlis
 
TCP - IP Presentation
TCP - IP PresentationTCP - IP Presentation
TCP - IP Presentation
Harish Chand
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)
Alan Mark
 
Modes of router
Modes of routerModes of router
Modes of router
Er. Anmol Bhagat
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configuration
yasir1122
 
Firewall
FirewallFirewall
Static Routing
Static RoutingStatic Routing
Static Routing
Kishore Kumar
 
Virtual LAN
Virtual LANVirtual LAN
Virtual LAN
Lilesh Pathe
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networks
guesta81d4b
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
Sourabh Goyal
 
Http Vs Https .
Http Vs Https . Http Vs Https .
Http Vs Https .
simplyharshad
 
CCNA ppt
CCNA pptCCNA ppt
CCNA ppt
Sumant Garg
 
Rip
RipRip
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
 
Dhcp ppt
Dhcp pptDhcp ppt
Dhcp ppt
Hema Dhariwal
 
BASICS OF ROUTING IN NETWORKS
BASICS OF ROUTING IN NETWORKSBASICS OF ROUTING IN NETWORKS
BASICS OF ROUTING IN NETWORKS
KABILESH RAMAR
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
Varinder Singh Walia
 
Routing Information Protocol (RIP)
Routing Information Protocol(RIP)Routing Information Protocol(RIP)
Routing Information Protocol (RIP)
waqasahmad1995
 
Chapter07
Chapter07Chapter07
Chapter07
Muhammad Ahad
 
DHCP
DHCPDHCP

What's hot (20)

Router and routing
Router  and routingRouter  and routing
Router and routing
 
TCP - IP Presentation
TCP - IP PresentationTCP - IP Presentation
TCP - IP Presentation
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)
 
Modes of router
Modes of routerModes of router
Modes of router
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configuration
 
Firewall
FirewallFirewall
Firewall
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
Virtual LAN
Virtual LANVirtual LAN
Virtual LAN
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networks
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Http Vs Https .
Http Vs Https . Http Vs Https .
Http Vs Https .
 
CCNA ppt
CCNA pptCCNA ppt
CCNA ppt
 
Rip
RipRip
Rip
 
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...
 
Dhcp ppt
Dhcp pptDhcp ppt
Dhcp ppt
 
BASICS OF ROUTING IN NETWORKS
BASICS OF ROUTING IN NETWORKSBASICS OF ROUTING IN NETWORKS
BASICS OF ROUTING IN NETWORKS
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
Routing Information Protocol (RIP)
Routing Information Protocol(RIP)Routing Information Protocol(RIP)
Routing Information Protocol (RIP)
 
Chapter07
Chapter07Chapter07
Chapter07
 
DHCP
DHCPDHCP
DHCP
 

Viewers also liked

RIP - Routing Information Protocol
RIP - Routing Information ProtocolRIP - Routing Information Protocol
RIP - Routing Information Protocol
selvakumar_b1985
 
Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
Bhagyashri Dhoke
 
Ospf.ppt
Ospf.pptOspf.ppt
Day 10 rip (2)
Day 10 rip (2)Day 10 rip (2)
Day 10 rip (2)
CYBERINTELLIGENTS
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
sarasanandam
 
CCNA IP Addressing
CCNA IP AddressingCCNA IP Addressing
CCNA IP Addressing
Dsunte Wilson
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1
CAVC
 
Ripv2
Ripv2Ripv2
Ccna2 mod3-configuring a-router
Ccna2 mod3-configuring a-routerCcna2 mod3-configuring a-router
Ccna2 mod3-configuring a-router
97148881557
 
Rip Update Timers
Rip Update TimersRip Update Timers
Rip Update Timers
Kishore Kumar
 
Dvrp 1
Dvrp 1Dvrp 1
Dvrp 1
thwayyib
 
13. eigrp and ospf
13. eigrp and ospf13. eigrp and ospf
13. eigrp and ospf
Swarndeep Singh
 
Electronic Mail
Electronic MailElectronic Mail
Electronic Mail
Owaîs Járå
 
Protocol data unit (pdu) a simulation
Protocol data unit (pdu) a simulationProtocol data unit (pdu) a simulation
Protocol data unit (pdu) a simulation
Alexander Decker
 
Performance Analysis of Dynamic Routing Protocols using OPNET
Performance Analysis of Dynamic Routing Protocols using OPNETPerformance Analysis of Dynamic Routing Protocols using OPNET
Performance Analysis of Dynamic Routing Protocols using OPNET
Muzahidul Islam
 
1
11
Day 10 loops+ rip+ igrp
Day 10 loops+  rip+ igrpDay 10 loops+  rip+ igrp
Day 10 loops+ rip+ igrp
CYBERINTELLIGENTS
 
FTP & TFTP
FTP & TFTPFTP & TFTP
FTP & TFTP
NetProtocol Xpert
 
CCNA Routing Fundamentals - EIGRP, OSPF and RIP
CCNA  Routing Fundamentals -  EIGRP, OSPF and RIPCCNA  Routing Fundamentals -  EIGRP, OSPF and RIP
CCNA Routing Fundamentals - EIGRP, OSPF and RIP
sushmil123
 
CCNA/Networking
CCNA/NetworkingCCNA/Networking

Viewers also liked (20)

RIP - Routing Information Protocol
RIP - Routing Information ProtocolRIP - Routing Information Protocol
RIP - Routing Information Protocol
 
Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
Day 10 rip (2)
Day 10 rip (2)Day 10 rip (2)
Day 10 rip (2)
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
CCNA IP Addressing
CCNA IP AddressingCCNA IP Addressing
CCNA IP Addressing
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1
 
Ripv2
Ripv2Ripv2
Ripv2
 
Ccna2 mod3-configuring a-router
Ccna2 mod3-configuring a-routerCcna2 mod3-configuring a-router
Ccna2 mod3-configuring a-router
 
Rip Update Timers
Rip Update TimersRip Update Timers
Rip Update Timers
 
Dvrp 1
Dvrp 1Dvrp 1
Dvrp 1
 
13. eigrp and ospf
13. eigrp and ospf13. eigrp and ospf
13. eigrp and ospf
 
Electronic Mail
Electronic MailElectronic Mail
Electronic Mail
 
Protocol data unit (pdu) a simulation
Protocol data unit (pdu) a simulationProtocol data unit (pdu) a simulation
Protocol data unit (pdu) a simulation
 
Performance Analysis of Dynamic Routing Protocols using OPNET
Performance Analysis of Dynamic Routing Protocols using OPNETPerformance Analysis of Dynamic Routing Protocols using OPNET
Performance Analysis of Dynamic Routing Protocols using OPNET
 
1
11
1
 
Day 10 loops+ rip+ igrp
Day 10 loops+  rip+ igrpDay 10 loops+  rip+ igrp
Day 10 loops+ rip+ igrp
 
FTP & TFTP
FTP & TFTPFTP & TFTP
FTP & TFTP
 
CCNA Routing Fundamentals - EIGRP, OSPF and RIP
CCNA  Routing Fundamentals -  EIGRP, OSPF and RIPCCNA  Routing Fundamentals -  EIGRP, OSPF and RIP
CCNA Routing Fundamentals - EIGRP, OSPF and RIP
 
CCNA/Networking
CCNA/NetworkingCCNA/Networking
CCNA/Networking
 

Similar to RIP Routing Information Protocol Extreme Networks

Ospf
OspfOspf
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
CCNA4Answers
 
CCNA Lab Guide
CCNA Lab GuideCCNA Lab Guide
CCNA Lab Guide
Salachudin Emir
 
Ccna 3 Final V4.0 Answers
Ccna 3 Final V4.0 AnswersCcna 3 Final V4.0 Answers
Ccna 3 Final V4.0 Answers
ccna4discovery
 
Ccnav5.org ccna 3-v50_final_exam_2014
Ccnav5.org ccna 3-v50_final_exam_2014Ccnav5.org ccna 3-v50_final_exam_2014
Ccnav5.org ccna 3-v50_final_exam_2014
Đồng Quốc Vương
 
Ccna 2 chapter 7 v4.0 answers 2011
Ccna 2 chapter 7 v4.0 answers 2011Ccna 2 chapter 7 v4.0 answers 2011
Ccna 2 chapter 7 v4.0 answers 2011
Dân Chơi
 
Ccna 2 chapter 5 v4.0 answers 2011
Ccna 2 chapter 5 v4.0 answers 2011Ccna 2 chapter 5 v4.0 answers 2011
Ccna 2 chapter 5 v4.0 answers 2011
Dân Chơi
 
Commisioning.pptx
Commisioning.pptxCommisioning.pptx
Commisioning.pptx
MdAlamgirHossain790134
 
Rip protocol
Rip protocolRip protocol
Rip protocol
r123027
 
Rip protocol
Rip protocolRip protocol
Rip protocol
r123027
 
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
 
Cisco discovery drs ent module 10 - v.4 in english.
Cisco discovery   drs ent module 10 - v.4 in english.Cisco discovery   drs ent module 10 - v.4 in english.
Cisco discovery drs ent module 10 - v.4 in english.
igede tirtanata
 
Exploration routing chapter_7
Exploration routing chapter_7Exploration routing chapter_7
Exploration routing chapter_7
dinuk123
 
Exploration_Routing_Chapter_7
Exploration_Routing_Chapter_7Exploration_Routing_Chapter_7
Exploration_Routing_Chapter_7
dinuk123
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccna
ernestlithur
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccna
robertoxe
 
CCNA Exploration 2 - Chapter 7
CCNA Exploration 2 - Chapter 7CCNA Exploration 2 - Chapter 7
CCNA Exploration 2 - Chapter 7
Irsandi Hasan
 
Lesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing ALesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing A
Mahmmoud Mahdi
 
Routing Protocols.pptx
Routing Protocols.pptxRouting Protocols.pptx
Routing Protocols.pptx
sazia7
 
ivesgimpaya2
ivesgimpaya2ivesgimpaya2
ivesgimpaya2
guest10184a
 

Similar to RIP Routing Information Protocol Extreme Networks (20)

Ospf
OspfOspf
Ospf
 
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
 
CCNA Lab Guide
CCNA Lab GuideCCNA Lab Guide
CCNA Lab Guide
 
Ccna 3 Final V4.0 Answers
Ccna 3 Final V4.0 AnswersCcna 3 Final V4.0 Answers
Ccna 3 Final V4.0 Answers
 
Ccnav5.org ccna 3-v50_final_exam_2014
Ccnav5.org ccna 3-v50_final_exam_2014Ccnav5.org ccna 3-v50_final_exam_2014
Ccnav5.org ccna 3-v50_final_exam_2014
 
Ccna 2 chapter 7 v4.0 answers 2011
Ccna 2 chapter 7 v4.0 answers 2011Ccna 2 chapter 7 v4.0 answers 2011
Ccna 2 chapter 7 v4.0 answers 2011
 
Ccna 2 chapter 5 v4.0 answers 2011
Ccna 2 chapter 5 v4.0 answers 2011Ccna 2 chapter 5 v4.0 answers 2011
Ccna 2 chapter 5 v4.0 answers 2011
 
Commisioning.pptx
Commisioning.pptxCommisioning.pptx
Commisioning.pptx
 
Rip protocol
Rip protocolRip protocol
Rip protocol
 
Rip protocol
Rip protocolRip protocol
Rip protocol
 
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
 
Cisco discovery drs ent module 10 - v.4 in english.
Cisco discovery   drs ent module 10 - v.4 in english.Cisco discovery   drs ent module 10 - v.4 in english.
Cisco discovery drs ent module 10 - v.4 in english.
 
Exploration routing chapter_7
Exploration routing chapter_7Exploration routing chapter_7
Exploration routing chapter_7
 
Exploration_Routing_Chapter_7
Exploration_Routing_Chapter_7Exploration_Routing_Chapter_7
Exploration_Routing_Chapter_7
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccna
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccna
 
CCNA Exploration 2 - Chapter 7
CCNA Exploration 2 - Chapter 7CCNA Exploration 2 - Chapter 7
CCNA Exploration 2 - Chapter 7
 
Lesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing ALesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing A
 
Routing Protocols.pptx
Routing Protocols.pptxRouting Protocols.pptx
Routing Protocols.pptx
 
ivesgimpaya2
ivesgimpaya2ivesgimpaya2
ivesgimpaya2
 

More from Dani Royman Simanjuntak

Teknologi kriptografi software telegram dan whatsapp
Teknologi kriptografi software telegram dan whatsappTeknologi kriptografi software telegram dan whatsapp
Teknologi kriptografi software telegram dan whatsapp
Dani Royman Simanjuntak
 
Steganografi dalam Kriptografi
Steganografi dalam KriptografiSteganografi dalam Kriptografi
Steganografi dalam Kriptografi
Dani Royman Simanjuntak
 
Teknik Enkripsi Sederhana - Kriptografi
Teknik Enkripsi Sederhana - KriptografiTeknik Enkripsi Sederhana - Kriptografi
Teknik Enkripsi Sederhana - Kriptografi
Dani Royman Simanjuntak
 
Mengaktifkan fungsi copy dan paste in ESXI guest
Mengaktifkan fungsi copy dan paste in ESXI guestMengaktifkan fungsi copy dan paste in ESXI guest
Mengaktifkan fungsi copy dan paste in ESXI guest
Dani Royman Simanjuntak
 
Polycom HDX 7000 Video Conference Instructions
Polycom HDX 7000 Video Conference InstructionsPolycom HDX 7000 Video Conference Instructions
Polycom HDX 7000 Video Conference Instructions
Dani Royman Simanjuntak
 
Reset Cisco switch WS-C2950-24
Reset Cisco switch WS-C2950-24Reset Cisco switch WS-C2950-24
Reset Cisco switch WS-C2950-24
Dani Royman Simanjuntak
 
Upgrade IOS Cisco Aironet 1130AG Series Access Point
Upgrade IOS Cisco Aironet 1130AG Series Access PointUpgrade IOS Cisco Aironet 1130AG Series Access Point
Upgrade IOS Cisco Aironet 1130AG Series Access Point
Dani Royman Simanjuntak
 
Penambahan Device Jaringan pada Cacti Monitoring
Penambahan Device Jaringan pada Cacti MonitoringPenambahan Device Jaringan pada Cacti Monitoring
Penambahan Device Jaringan pada Cacti Monitoring
Dani Royman Simanjuntak
 
VLAN Network for Extreme Networks
VLAN Network for Extreme NetworksVLAN Network for Extreme Networks
VLAN Network for Extreme Networks
Dani Royman Simanjuntak
 
Datasheet Cisco AP1600series, AP2600series, AP Controller 2500 series
Datasheet Cisco AP1600series, AP2600series, AP Controller 2500 seriesDatasheet Cisco AP1600series, AP2600series, AP Controller 2500 series
Datasheet Cisco AP1600series, AP2600series, AP Controller 2500 series
Dani Royman Simanjuntak
 
Presentasi umb
Presentasi umbPresentasi umb
Presentasi umb
Dani Royman Simanjuntak
 

More from Dani Royman Simanjuntak (12)

Teknologi kriptografi software telegram dan whatsapp
Teknologi kriptografi software telegram dan whatsappTeknologi kriptografi software telegram dan whatsapp
Teknologi kriptografi software telegram dan whatsapp
 
Steganografi dalam Kriptografi
Steganografi dalam KriptografiSteganografi dalam Kriptografi
Steganografi dalam Kriptografi
 
Teknik Enkripsi Sederhana - Kriptografi
Teknik Enkripsi Sederhana - KriptografiTeknik Enkripsi Sederhana - Kriptografi
Teknik Enkripsi Sederhana - Kriptografi
 
Mengaktifkan fungsi copy dan paste in ESXI guest
Mengaktifkan fungsi copy dan paste in ESXI guestMengaktifkan fungsi copy dan paste in ESXI guest
Mengaktifkan fungsi copy dan paste in ESXI guest
 
Polycom HDX 7000 Video Conference Instructions
Polycom HDX 7000 Video Conference InstructionsPolycom HDX 7000 Video Conference Instructions
Polycom HDX 7000 Video Conference Instructions
 
Reset Cisco switch WS-C2950-24
Reset Cisco switch WS-C2950-24Reset Cisco switch WS-C2950-24
Reset Cisco switch WS-C2950-24
 
Upgrade IOS Cisco Aironet 1130AG Series Access Point
Upgrade IOS Cisco Aironet 1130AG Series Access PointUpgrade IOS Cisco Aironet 1130AG Series Access Point
Upgrade IOS Cisco Aironet 1130AG Series Access Point
 
Penambahan Device Jaringan pada Cacti Monitoring
Penambahan Device Jaringan pada Cacti MonitoringPenambahan Device Jaringan pada Cacti Monitoring
Penambahan Device Jaringan pada Cacti Monitoring
 
VLAN Network for Extreme Networks
VLAN Network for Extreme NetworksVLAN Network for Extreme Networks
VLAN Network for Extreme Networks
 
Datasheet Cisco AP1600series, AP2600series, AP Controller 2500 series
Datasheet Cisco AP1600series, AP2600series, AP Controller 2500 seriesDatasheet Cisco AP1600series, AP2600series, AP Controller 2500 series
Datasheet Cisco AP1600series, AP2600series, AP Controller 2500 series
 
Presentasi umb
Presentasi umbPresentasi umb
Presentasi umb
 
Pengenalan Ultra Mobile Broadband
Pengenalan Ultra Mobile BroadbandPengenalan Ultra Mobile Broadband
Pengenalan Ultra Mobile Broadband
 

Recently uploaded

TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc
 
Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...
Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...
Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...
dipikamodels1
 
Automation Student Developers Session 3: Introduction to UI Automation
Automation Student Developers Session 3: Introduction to UI AutomationAutomation Student Developers Session 3: Introduction to UI Automation
Automation Student Developers Session 3: Introduction to UI Automation
UiPathCommunity
 
Fuxnet [EN] .pdf
Fuxnet [EN]                                   .pdfFuxnet [EN]                                   .pdf
Fuxnet [EN] .pdf
Overkill Security
 
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdfLee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
leebarnesutopia
 
Facilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptxFacilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptx
Knoldus Inc.
 
New ThousandEyes Product Features and Release Highlights: June 2024
New ThousandEyes Product Features and Release Highlights: June 2024New ThousandEyes Product Features and Release Highlights: June 2024
New ThousandEyes Product Features and Release Highlights: June 2024
ThousandEyes
 
Communications Mining Series - Zero to Hero - Session 2
Communications Mining Series - Zero to Hero - Session 2Communications Mining Series - Zero to Hero - Session 2
Communications Mining Series - Zero to Hero - Session 2
DianaGray10
 
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
DanBrown980551
 
From NCSA to the National Research Platform
From NCSA to the National Research PlatformFrom NCSA to the National Research Platform
From NCSA to the National Research Platform
Larry Smarr
 
An Introduction to All Data Enterprise Integration
An Introduction to All Data Enterprise IntegrationAn Introduction to All Data Enterprise Integration
An Introduction to All Data Enterprise Integration
Safe Software
 
Day 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio FundamentalsDay 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio Fundamentals
UiPathCommunity
 
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to SuccessDynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
ScyllaDB
 
Containers & AI - Beauty and the Beast!?!
Containers & AI - Beauty and the Beast!?!Containers & AI - Beauty and the Beast!?!
Containers & AI - Beauty and the Beast!?!
Tobias Schneck
 
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
anilsa9823
 
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - MydbopsMySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
Mydbops
 
CNSCon 2024 Lightning Talk: Don’t Make Me Impersonate My Identity
CNSCon 2024 Lightning Talk: Don’t Make Me Impersonate My IdentityCNSCon 2024 Lightning Talk: Don’t Make Me Impersonate My Identity
CNSCon 2024 Lightning Talk: Don’t Make Me Impersonate My Identity
Cynthia Thomas
 
CTO Insights: Steering a High-Stakes Database Migration
CTO Insights: Steering a High-Stakes Database MigrationCTO Insights: Steering a High-Stakes Database Migration
CTO Insights: Steering a High-Stakes Database Migration
ScyllaDB
 
Multivendor cloud production with VSF TR-11 - there and back again
Multivendor cloud production with VSF TR-11 - there and back againMultivendor cloud production with VSF TR-11 - there and back again
Multivendor cloud production with VSF TR-11 - there and back again
Kieran Kunhya
 
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
AlexanderRichford
 

Recently uploaded (20)

TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
 
Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...
Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...
Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...
 
Automation Student Developers Session 3: Introduction to UI Automation
Automation Student Developers Session 3: Introduction to UI AutomationAutomation Student Developers Session 3: Introduction to UI Automation
Automation Student Developers Session 3: Introduction to UI Automation
 
Fuxnet [EN] .pdf
Fuxnet [EN]                                   .pdfFuxnet [EN]                                   .pdf
Fuxnet [EN] .pdf
 
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdfLee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
Lee Barnes - Path to Becoming an Effective Test Automation Engineer.pdf
 
Facilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptxFacilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptx
 
New ThousandEyes Product Features and Release Highlights: June 2024
New ThousandEyes Product Features and Release Highlights: June 2024New ThousandEyes Product Features and Release Highlights: June 2024
New ThousandEyes Product Features and Release Highlights: June 2024
 
Communications Mining Series - Zero to Hero - Session 2
Communications Mining Series - Zero to Hero - Session 2Communications Mining Series - Zero to Hero - Session 2
Communications Mining Series - Zero to Hero - Session 2
 
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
 
From NCSA to the National Research Platform
From NCSA to the National Research PlatformFrom NCSA to the National Research Platform
From NCSA to the National Research Platform
 
An Introduction to All Data Enterprise Integration
An Introduction to All Data Enterprise IntegrationAn Introduction to All Data Enterprise Integration
An Introduction to All Data Enterprise Integration
 
Day 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio FundamentalsDay 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio Fundamentals
 
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to SuccessDynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
 
Containers & AI - Beauty and the Beast!?!
Containers & AI - Beauty and the Beast!?!Containers & AI - Beauty and the Beast!?!
Containers & AI - Beauty and the Beast!?!
 
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
 
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - MydbopsMySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
 
CNSCon 2024 Lightning Talk: Don’t Make Me Impersonate My Identity
CNSCon 2024 Lightning Talk: Don’t Make Me Impersonate My IdentityCNSCon 2024 Lightning Talk: Don’t Make Me Impersonate My Identity
CNSCon 2024 Lightning Talk: Don’t Make Me Impersonate My Identity
 
CTO Insights: Steering a High-Stakes Database Migration
CTO Insights: Steering a High-Stakes Database MigrationCTO Insights: Steering a High-Stakes Database Migration
CTO Insights: Steering a High-Stakes Database Migration
 
Multivendor cloud production with VSF TR-11 - there and back again
Multivendor cloud production with VSF TR-11 - there and back againMultivendor cloud production with VSF TR-11 - there and back again
Multivendor cloud production with VSF TR-11 - there and back again
 
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
 

RIP Routing Information Protocol Extreme Networks

  • 1. © 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919. Configuring RIP ExtremeXOS™ Operation and Configuration, Version 12.1
  • 2. Slide 2 Student Objectives Upon completion of this module, you will be able to: Describe the RIP routing protocol. Identify the limitations of RIP version 1. List the benefits of RIP version 2. Interpret RIP routing table entries. Describe the Split Horizon and Poison Reverse loop resolution protocols. Describe the operation of triggered updates. Configure the RIP routing protocol. Verify the RIP configuration. Test RIP operation. Note: Depending on the needs of the students, the instructor may choose to reduce or eliminate the protocol overview portion of this module.
  • 3. Slide 3 Limitations of Manual Configuration What if you have 50 switches, 10 subnetworks, a meshed topology, and 500 devices, what now?
  • 4. Slide 4 Routing Information Protocol A distance-vector protocol used as an Interior Gateway Protocol. First used in the Advanced Research Projects Agency Network (ARPAnet) as early as 1969. It is primarily intended for use in homogeneous networks of moderate size (20-30 switches or less). Relatively simple to understand and implement. Each router creates its routing table based on route information exchanged between neighbors. Supported by all Extreme Networks switches. Distance-Vector Distance - Hop Count Vector - Next Hop Router RIP Network ?
  • 5. Slide 5 Routing Information Protocol (Continued…) The router exchanges update messages with each neighbor every 30 seconds. Stale routes are removed from the routing table. There are two versions of RIP. In RIP V1, 25 routes can be advertised in a single packet. This limits the maximum packet size to 512 octets. Supports 2 types of loop resolution protocols. • Split Horizon, Poison Reverse Supports triggered updates. RIP Network Updates Every 30 Seconds ?
  • 6. Slide 6 Limitations of RIP Version 1 Only understands class A, B, and C IP addresses. Does not propagate subnetwork mask information in its updates. Cannot support variable length subnetwork masks. Uses broadcasts for update delivery. It is an insecure routing protocol. Updates: • Sent as broadcast • Networks only (no subnetwork masks) RIP Network ?
  • 7. Slide 7 RIP Version 2 Fixes many of the limitations of RIP-1. Is a classless routing protocol. Supports variable length subnetwork masking. Supports Classless Internet Domain Routing (CIDR). Has features to make it backward compatible with RIP Version 1. Supports authentication (not supported on Extreme Switches). • Clear text password • MD5 – checksum (RFC 2082) Uses multicast for update delivery. RIPv2 network Network 129.128.128.0 Subnet 255.255.192.0 Network 129.128.128.0 Subnet 255.255.192.0 Network 129.128.0.0 RIPv1 network RIPv2 network
  • 8. Slide 8 Routing Table and Route Advertisement Contains an entry for every known destination network. Contains the following information: • Origin of the route. • IP Address of destination network. • IP address of the next router (gateway). • Metric (hop count) to the destination network. • Duration of time since the last entry update. Route Advertisement of VLANs • Only those VLANs configured with an IP address, configured to forward IP, and running RIP have their subnetworks advertised. Ori Destination Gateway Mtr Flags VLAN Duration *r 10.10.11.0/24 10.10.99.121 2 UG-----um-- bbone 0d:0h:18m:36s *r 10.10.20.0/24 10.10.99.122 3 UG-----um-- bbone 0d:0h:09m:06s *r 10.10.33.0/24 10.10.99.124 2 UG-----um-- bbone 0d:0h:18m:53s *d 10.10.55.0/24 10.10.55.126 1 U------u--- white 0d:3h:21m:52s d 10.10.60.0/24 10.10.60.126 1 -------u--- brown 0d:3h:21m:00s *d 10.10.99.0/24 10.10.99.126 1 U------u--- bbone 0d:3h:21m:35s *d 127.0.0.1/8 127.0.0.1 0 U-H----um-- white 0d:3h:34m:16s Route Table
  • 9. Slide 9 Routing Loops Router A advertises the route to the target network to Router B. Router B advertises the route to the target network learned from A to C. Router C advertises the route back to router B over the port that supplied the route. Router B believes it has two routes to the target network when actually only one exists. When the valid route becomes unavailable the router tries to use the alternate route. Traffic is sent over the original route and looped back again. Target Network A C B Problem!! Target Network Using A M=1 Target Network Using B M= 2 Target Network Using C M=3 B Routing Table Target network using A M=1 Target network using C M=3 C Routing Table Target network using B M=2
  • 10. Slide 10 Counting to Infinity Problem Complex networks can contain multiple routing loops. Routers re-advertise routes out interfaces from which they were learned. When the valid route becomes unavailable routers advertise routes with ever increasing hop count metrics. Old route entries will be replaced by new route entries. Behavior repeats until the max hop count reaches infinity (16 - unreachable). Causes slow convergence. Target Network C B C Routing Table Target network using B M=16 B Routing Table Target network using A M=1 Target Network using C M=16 A
  • 11. Slide 11 Split Horizon Used to prevent routing loop. Enabled by default on the switch. Router does not advertise a route back out the port that the route was originally learned on. The possibility of a loop has been eliminated using split horizon. Split Horizon prevents route from being sent!! Target Network Target Network Using C M=3 A C B Target Network Using A M=0 Target Network Using B M= 1 C Routing Table Target network using B M=2 B Routing Table Target network using A M=1
  • 12. Slide 12 Poison Reverse Routers advertise routes with hop count of 16 (unreachable). Faster convergence. Poison Reverse takes precedence over split horizon when both are enabled to prevent loops. Enabled by default. Possible increased size of routing messages. Target Network Target Network Using C M=16 A C B Target Network using C M=16 Target Network using A M=1 B Routing Table Target Network using B M=2 C Routing Table Target Network Using A M=0 Target Network Using B M= 1 Poison Reverse causes Router C to advertises route as unreachable.
  • 13. Slide 13 Triggered Updates Sent out whenever the metric for a route changes and the router is required to send an update immediately. • Even if it is not yet time for a regular update message to be sent. Generally result in faster convergence. Results in more RIP-related traffic. Target Network BA Target = 0 Target = 1 Target = 2 Target = 4Target = 4 Target = 6 Target = 3 Target = 5 Target = 2 Target = 6 Target = 3 Target = 1 Target = 7 Target = 2 Target = 8 failed route
  • 14. Slide 14 RIP Limitations Limit of 15 hops between the source and the destination networks. Bandwidth taken up by periodic broadcasts of entire routing table. Slow convergence. Routing decisions based on hop count. Flat networks; no concept of areas or boundaries. RIP Network
  • 15. Slide 15 RIP Configuration Steps Create and configure VLANs. 1. Configure the VLAN with an IP address. 2. Enable IP Forwarding. 3. Enable RIP on VLANs that do RIP routing. 4. Enable RIP globally on the switch. 5. Verify RIP configuration.
  • 16. Slide 16 General IP Configuration Commands Create and configure VLANs: • create vlan <vlan name> • configure vlan <vlan name> add ports <portlist> Configure VLAN with an IP address: • configure vlan <vlan name> ipaddress <ipaddr> {<netmask> | <mask length>} Enable IP forwarding: • enable ipforwarding
  • 17. Slide 17 RIP Specific Configuration Commands Enable RIP on VLANs that do RIP routing: • configure rip add vlan [<vlan name> | all] Enable RIP globally on the switch: • enable rip Disable RIP on VLANs: • configure rip delete vlan [<vlan name> | all] Disable RIP globally on the switch: • disable rip When RIP is disabled on the interface, the parameters are not reset to their defaults.
  • 18. Slide 18 RIP Configuration Example Configuration for R1: create vlan vlan1rip configure vlan1rip add ports 1 configure vlan1rip ipaddress 10.1.0.1/24 create vlan vlan0rip configure vlan0rip add ports 2,3 configure vlan0rip ipaddress 10.0.0.1/24 enable ipforwarding configure rip add vlan vlan0rip configure rip add vlan vlan1rip enable rip Similar configurations for R2 and R3 .1 10.0.0.0 / 24 VLAN0rip .2 .1 .3 .2 10.2.0.0 / 24 VLAN2rip .3 10.3.0.0 / 24 VLAN3rip R2 R3 R1 10.1.0.0 / 24 VLAN1rip RIP Network
  • 19. Slide 19 RIP Timer and Cost Configuration Commands Configure RIP update timer: • configure rip updatetime {<seconds>} Configure RIP route timeout: • configure rip routetimeout {<seconds>} Configure RIP garbage time: • configure rip garbagetime {<seconds>} Configure RIP VLAN cost: • configure rip vlan [<vlan name> | all] cost <cost>
  • 20. Slide 20 Additional RIP Configuration Commands Configure RIP receive version: • configure rip rxmode vlan [vlan name | all] [none | v1only | v2only | any] Configure RIP transmit version: • configure rip txmode vlan [vlan name | all] [none | v1only | v2only | any] Enable or disable specific RIP features: • [enable | disable] rip [aggregation | export | |originate-default | poisonreverse | splithorizon | triggerupdates | use-ip-router-alert] Unconfigure RIP: • unconfigure rip {vlan <vlan name>}
  • 21. Slide 21 Verifying RIP Configuration Timers RIP, Split Horizon, Triggered Updates, Poison Reverse Status
  • 22. Slide 22 Verifying RIP Interfaces and Routes
  • 23. Slide 23 Verifying IP Forwarding and VLAN Interface VLAN name and IP address
  • 24. Slide 24 Verifying the Route Source Preferred route flag Origin of route is RIP
  • 25. Slide 25 Summary You should now be able to: Describe the RIP routing protocol. Identify the limitations of RIP version 1. List the benefits of RIP version 2. Interpret RIP routing table entries. Describe the Split Horizon and Poison Reverse loop resolution protocols. Describe the operation of triggered updates. Configure the RIP routing protocol. Verify the RIP configuration. Test RIP operation.
  • 26. Slide 26 Lab Turn to the Routing Information Protocol (RIP) Lab in the ExtremeXOS™ Operations and Configuration - Lab Guide Rev. 12.1 and complete the hands-on portion of this module.
  • 27. © 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919. Review Questions
  • 28. © 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919. This presentation contains forward-looking statements that involve risks and uncertainties, including statements regarding our expectations as to products, trends and our performance. There can be no assurances that any forward-looking statements will be achieved, and actual results could differ materially from forecasts and estimates. For factors that may affect our business and financial results please refer to our filings with the Securities and Exchange Commission, including, without limitation, under the captions: “Management’s Discussion and Analysis of Financial Condition and Results of Operations,” and “Risk Factors,” which is on file with the Securities and Exchange Commission (http://www.sec.gov). We undertake no obligation to update the forward-looking information in this release.
  • 29. © 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919. The End © 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.© 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
  翻译: