SlideShare une entreprise Scribd logo
1  sur  29
© 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.

Contenu connexe

Tendances (20)

Rip 1 rip 2
Rip 1 rip 2Rip 1 rip 2
Rip 1 rip 2
 
Igmp presentation
Igmp presentationIgmp presentation
Igmp presentation
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
IP Multicasting
IP MulticastingIP Multicasting
IP Multicasting
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
 
Eigrp.ppt
Eigrp.pptEigrp.ppt
Eigrp.ppt
 
MULTICAST BY SAIKIRAN PANJALA
MULTICAST BY SAIKIRAN PANJALAMULTICAST BY SAIKIRAN PANJALA
MULTICAST BY SAIKIRAN PANJALA
 
Border Gateway Protocol (BGP)
Border Gateway Protocol (BGP)Border Gateway Protocol (BGP)
Border Gateway Protocol (BGP)
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
Bgp protocol
Bgp protocolBgp protocol
Bgp protocol
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
IGMP
IGMPIGMP
IGMP
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
RARP, BOOTP, DHCP and PXE Protocols
RARP, BOOTP, DHCP and PXE ProtocolsRARP, BOOTP, DHCP and PXE Protocols
RARP, BOOTP, DHCP and PXE Protocols
 
Border Gateway Protocol
Border Gateway ProtocolBorder Gateway Protocol
Border Gateway Protocol
 
Border Gatway Protocol
Border Gatway ProtocolBorder Gatway Protocol
Border Gatway Protocol
 
Multiprotocol label switching (mpls) - Networkshop44
Multiprotocol label switching (mpls)  - Networkshop44Multiprotocol label switching (mpls)  - Networkshop44
Multiprotocol label switching (mpls) - Networkshop44
 
BGP protocol presentation
BGP protocol  presentationBGP protocol  presentation
BGP protocol presentation
 

En vedette

RIP - Routing Information Protocol
RIP - Routing Information ProtocolRIP - Routing Information Protocol
RIP - Routing Information Protocolselvakumar_b1985
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1CAVC
 
Ccna2 mod3-configuring a-router
Ccna2 mod3-configuring a-routerCcna2 mod3-configuring a-router
Ccna2 mod3-configuring a-router97148881557
 
Protocol data unit (pdu) a simulation
Protocol data unit (pdu) a simulationProtocol data unit (pdu) a simulation
Protocol data unit (pdu) a simulationAlexander 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 OPNETMuzahidul Islam
 
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 RIPsushmil123
 
Routing information protocol & rip configuration
Routing information protocol & rip configurationRouting information protocol & rip configuration
Routing information protocol & rip configuration3Anetwork com
 

En vedette (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
 
Day 10 rip (2)
Day 10 rip (2)Day 10 rip (2)
Day 10 rip (2)
 
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
 
Email
EmailEmail
Email
 
Routing information protocol & rip configuration
Routing information protocol & rip configurationRouting information protocol & rip configuration
Routing information protocol & rip configuration
 

Similaire à RIP Routing Information Protocol Extreme Networks

Ccna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 AnswersCcna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 AnswersCCNA4Answers
 
Ccna 3 Final V4.0 Answers
Ccna 3 Final V4.0 AnswersCcna 3 Final V4.0 Answers
Ccna 3 Final V4.0 Answersccna4discovery
 
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 2011Dâ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 2011Dân Chơi
 
Rip protocol
Rip protocolRip protocol
Rip protocolr123027
 
Rip protocol
Rip protocolRip protocol
Rip protocolr123027
 
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_7dinuk123
 
Exploration_Routing_Chapter_7
Exploration_Routing_Chapter_7Exploration_Routing_Chapter_7
Exploration_Routing_Chapter_7dinuk123
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccnarobertoxe
 
CCNA Exploration 2 - Chapter 7
CCNA Exploration 2 - Chapter 7CCNA Exploration 2 - Chapter 7
CCNA Exploration 2 - Chapter 7Irsandi Hasan
 
Lesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing ALesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing AMahmmoud Mahdi
 
Routing Protocols.pptx
Routing Protocols.pptxRouting Protocols.pptx
Routing Protocols.pptxsazia7
 

Similaire à 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
 

Plus de 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 whatsappDani 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 guestDani Royman Simanjuntak
 
Polycom HDX 7000 Video Conference Instructions
Polycom HDX 7000 Video Conference InstructionsPolycom HDX 7000 Video Conference Instructions
Polycom HDX 7000 Video Conference InstructionsDani 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 PointDani Royman Simanjuntak
 
Penambahan Device Jaringan pada Cacti Monitoring
Penambahan Device Jaringan pada Cacti MonitoringPenambahan Device Jaringan pada Cacti Monitoring
Penambahan Device Jaringan pada Cacti MonitoringDani 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 seriesDani Royman Simanjuntak
 

Plus de 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
 

Dernier

Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusZilliz
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 

Dernier (20)

Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 

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.