Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 19

RIP

ip route 10.0.0.0 255.0.0.0 DS1

500%%

DS1

AS1

Core
%
15000%

DS2

ip route 10.0.0.0 255.0.0.0 DS2

10.0.0.0/8

RIP
R1# show ip route rip
Codes: C - connected, S static, R - RIP
R

10.0.0.0/8 [120/2] via DS1

30s

AS1

DS1

30s

Core

10.0.0.0/8

RIP
R1# show ip route rip
Codes: C - connected, S static, R - RIP
R
R

10.0.0.0/8 [120/2] via DS1


10.0.0.0/8 [120/2] via DS2

50%

DS1

AS1

Core
%
15000%

DS2

10.0.0.0/8

Administrative Distance

ip route 10.0.0.0 255.0.0.0 Core

AD

120

RIP

RIP
EIGRP

Core
90
AD

EIGRP

ip route 10.0.0.0 255.0.0.0 Core

10.0.0.0/8

Hop Count

R1

R2

Metric 2

Metric 16
10.0.0.0/8
14 Router

R3

Metric 3

RIP Operation
Routing Table

Routing Table

10.0.0.0/8

f0/0

10.0.0.0/8 [120/1] via 172.16.0.1

172.16.0.0/16

f0/1

172.16.0.0/16

f0/0

20.0.0.0/8

f0/1

20.0.0.0/8 [120/1] via 172.16.0.2

10.0.0.0/8

R1

172.16.0.0/16

R3

R2

20.0.0.0/8

Split Horizon
Routing Table

Routing Table

10.0.0.0/8 [120/2] via f0/0


172.16.0.2

10.0.0.0/8 [120/1] via 172.16.0.1

172.16.0.0/16

172.16.0.0/16

f0/0

20.0.0.0/8

f0/1

f0/1

20.0.0.0/8 [120/1] via 172.16.0.2

10.0.0.0/8

R1
10.0.0.1

172.16.0.0/16
30s

R2

20.0.0.0/8

Metric 16

ric
Met

DS1

5
ic
r
t
Me
1
ic
r
t
Me

AS1

Core
ric
Met

DS2

ric
Met

10.0.0.0/8

Metric 16

6
c 1
i
r
Met

DS1

ric
Met

16

AS1

Core
16
c
i
r
Met

DS2
10.0.0.1

ric
Met

16

10.0.0.0/8

Triger Update

DS1

ate
Upd

AS1

Core

DS2

ate
Upd

10.0.0.0/8

Invalid
Update

Flush

Timers

Timer
Metric 16

R1

Update 30s

R2

10.0.0.0/8

Routing Table
10.0.0.0/8 [120/1] via R2

0s

R1# show ip protocols


Routing Protocol is "rip"
30s
Sending updates every 30 seconds,
next due in 2 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
180s (Invalid timer)
possible down (advertise route with metric 16)
240s (Flush timer)

R1# show ip protocols


Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 2 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: rip
Default version control: send version 2, receive 2
Interface
Send Recv Triggered RIP Key-chain
FastEthernet0/0
2
2
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
192.168.1.0
Passive Interface(s):
Routing Information Sources:
Gateway
Distance
Last Update
192.168.1.2
120
00:00:02
Distance: (default is 120)
R1#

2007 Cisco Systems, Inc. All rights reserved.

ICND2 v1.03-14

RIPv1

RIPv2

Routing Table
10.0.0.0/8

10.0.0.0
255.255.255.255

RIPv1

f0/1

classful

R1

R2
224.0.0.9
10.0.0.0
255.255.255.0

RIPv2

classless
Routing Table
10.0.0.0/24

10.0.0.0/24

Classless Routing Protocols support VLSM & Discontinuous Network

f0/1

Major Network

Major Network

Subnet

10.0.0.0/8

10.0.0.0/24

172.16.0.0/16

172.16.0.0/24

192.168.1.0/24

192.168.1.0/30

Classful
R1

192.168.1.0/24

172.16.2.0/24

172.16.1.0/24

R1

R3

R2

R3

172.16.1.0/24

172.16.2.0/24

172.16.0.0

172.16.0.0

Major Network

R1(config)# router
R1(config-router)#
R1(config-router)#
R1(config-router)#
R1(config-router)#
R1(config-router)#

rip
version 2
network 10.0.0.0
network 192.168.1.0
network 172.16.0.0
no auto-summary

10.0.0.1

10.0.0.2

192.168.1.0 /26
192.168.1.64/26
172.16.1.64/26
10.0.1.64/26

192.168.1.0/24
172.16.0.0/16
10.0.0.0/8

R1# show ip route rip


R
172.16.0.0/16 [120/1] via 10.0.0.1, 00:07:01, f0/1
R1#

Classless

R1

R2

R3

172.16.1.0/24

172.16.2.0/24

172.16.0.0/16

172.16.0.0/16

You might also like