Вы находитесь на странице: 1из 60

Chapter 7: RIPv2

CCNA Exploration version 4.0

Please purchase a personal license.

Overview

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

RIPv1 Limitations

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

Lab Topology

This topology is discontiguous and will not converge because


172.30.0.0/16 is divided by the 209.165.200.0/24. R2 router has a static summary route to the 192.168.0.0/16 network. For now, understand that this summary route will cause problems with RIPv1 because 192.168.0.0/16 is not a major classful address and includes all of the /24 versions of 192.168.0.0/16
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 4

VLSM

Notice that the R1 and R3 routers contain VLSM networks and are sharing address space from the 172.30.0.0/16 major classful network.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 5

Lab Topology: Private Address

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

Lab Topology: Loopback interface

A loopback interface is a software-only interface that is used to emulate a physical interface. Like other interfaces, it can be assigned an IP address. Loopback interfaces are also used by other routing protocols, such as OSPF, for different purposes. Extra: Packets routed to the loopback interface are rerouted back to the router or access server and processed locally. IP packets routed out the loopback interface but not destined to the loopback interface are dropped. This means that the loopback interface serves as the Null 0 interface also.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

RIPv1 Topology Limitations

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

RIPv1 Topology Limitations


Static Routes and Null Interfaces

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

Null interface

The address space represented by the static summary route 192.168.0.0/16 does not actually exist. In order to simulate this static route, we use a null interface as the exit interface. You do not need to enter any commands to create or configure the null interface. It is always up but does not forward or receive traffic. Traffic sent to the null interface is discarded. For our purposes, the null interface will serve as the exit interface for our static route. Extra: The Cisco IOS software supports a "null" interface. This pseudo-interface functions similarly to the null devices available on most operating systems. This interface is always up and can never forward or receive traffic; encapsulation always fails. The only interface configuration command that you can specify for the null interface is no ip unreachables. The null interface provides an alternative method of filtering traffic. You can avoid the overhead involved with using access lists by directing undesired network traffic to the null interface.

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

10

Extra: Using discard routes

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

11

RIPv1 Topology Limitations


Verifying and Testing Connectivity

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

12

RIPv1 Topology Limitations

Verifying and Testing Connectivity

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

13

Lab 7.1.2.3: RIPv1 Topology Limitations

Use the Packet Tracer Activity to practice your router configuration skills, including RIPv1 configurations.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 14

RIPv1: Discontiguous Networks

RIPv1 is a classful routing protocol. It does not include the subnet masks in its routing updates. Therefore, RIPv1 cannot support discontiguous networks, VLSM, or Classless Inter-Domain Routing (CIDR) supernets.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 15

RIPv1: Discontiguous Networks

Because the subnet mask is not included in the update, RIPv1 and other classful routing protocols must summarize networks at major network boundaries.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 16

RIPv1: Discontiguous Networks

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

17

RIPv1: Discontiguous Networks

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

18

RIPv1: Discontiguous Networks

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

19

RIPv1: No VLSM Support

Because RIPv1 does not send the subnet mask in routing updates, it

cannot support VLSM. RIPv1 either summarizes the subnets to the classful boundary or uses the subnet mask of the outgoing interface to determine which subnets to advertise. H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 20

RIPv1: No CIDR support

RIPv1 and other classful routing protocols cannot support CIDR routes
that are summarized routes with a smaller subnet mask than the classful mask of the route. RIPv1 ignores these supernets in the routing table and does not include them in updates to other routers.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 21

RIPv1: No CIDR support

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

22

Lab 7.1.5.2: RIPv1-No CIDR support

Use the Packet Tracer Activity in Simulation mode to see that updates are not sent across classful network boundaries with RIPv1. In RealTime mode, verify non-convergence with the show ip route ping debug ip rip.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 23

Configuring RIPv2

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

24

Enabling and Verifying RIPv2

The Next Hop address is used to identify a better next-hop address - if


one exists - than the address of the sending router. If the field is set to all zeros (0.0.0.0), the address of the sending router is the best next-hop address.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 25

Extra: Next Hop

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

26

Enabling and Verifying RIPv2

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

27

Enabling and Verifying RIPv2

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

28

Enabling and Verifying RIPv2

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

29

Auto-summary and RIPv2

By default, RIPv2 automatically summarizes networks at major network boundaries, just like RIPv1.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 30

Auto-summary and RIPv2

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

31

Auto-summary and RIPv2

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

32

Auto-summary and RIPv2

Remember, the 192.168.0.0/16 route could not be distributed with


RIPv1 because the subnet mask was less than the classful mask. Because the mask is not included in RIPv1 updates, there was no way for the RIPv1 router to determine what that mask should be. Therefore, the update was never sent.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 33

Disabling Auto-summay in RIPv2

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

34

Verifying RIPv2 Updates

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

35

Verifying RIPv2 Updates

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

36

Lab 7.2.4.2: Verifying RIPv2 Updates

Use the Packet Tracer Activity to configure RIPv2, disable automatic summarization, and verify your configurations.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 37

Compatibility with RIP v1


NewYork interface fastethernet0/0 ip address 192.168.50.129 255.255.255.192 ip rip send version 1 ip rip receive version 1 interface fastethernet0/1 ip address 172.25.150.193 255.255.255.240 ip rip send version 1 2 interface fastethernet0/2 ip address 172.25.150.225 225.255.255.240 router rip version 2 network 172.25.0.0 network 192.168.50.0
38

RIPv2

Interface FastEthernet0/0 is configured to send and receive RIP v1 updates. FastEthernet0/1 is configured to send both version 1 and 2 updates. FastEthernet0/2 has no special configuration and therefore sends and receives version 2 by default.

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

Adding a default Routes to RIPv2


Internet
static route to 207.0.0.0/8
207.0.0.0/16 207.1.0.0/16 207.2.0.0/16 207.3.0.0/16 etc.

ISP router rip redistribute static network 10.0.0.0 network 192.168.4.0 version 2 no auto-summary default-information originate ip route 207.0.0.0 255.0.0.0 null0 ip route 0.0.0.0 0.0.0.0 10.0.0.2 etherenet0

10.0.0.0/8
.1 .25 .1 e0

ISP
s0 s1 .21

192.168.4.24/30

192.168.4.20/30 172.30.200.32/28
Lo2

.26

s0

s0

.22

Lo1

172.30.200.16/28

172.30.2.0/24

Lo0 .1 SantaCruz1 .1 e0

SantaCruz2
.1 e0

Lo0 .1

172.30.110.0/24

172.30.1.0/24

172.30.100.0/24

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

39

VLSM and CIDR

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

40

RIPv2 and VLSM

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

41

RIPv2 and CIDR

One of the goals of Classless Inter-Domain Routing (CIDR) as stated by RFC 1519 is "to provide a mechanism for the aggregation of routing information." This goal includes the concept of supernetting. A supernet is a block of contiguous classful networks that is addressed as a single network.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 42

RIPv2 and CIDR

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

43

Verifying and Troubleshooting RIPv2

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

44

Verification and Troubleshooting Commands

There are several ways to verify and troubleshoot RIPv2. Many of the same commands used for RIPv2 can be used to verify and troubleshoot other routing protocols. It is always best to begin with the basics: 1. Make sure all of the links (interfaces) are up and operational. 2. Check the cabling. 3. Check to make sure you have the correct IP address and subnet mask on each interface. 4. Remove any unnecessary configuration commands that are no longer necessary or have been replaced by other commands.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 45

Verification and Troubleshooting Commands

Router#show ip route C C R R C C R C R R 172.30.0.0/16 is variably subnetted, 6 subnets, 2 masks 172.30.200.32/28 is directly connected, Loopback2 172.30.200.16/28 is directly connected, Loopback1 172.30.2.0/24 [120/2] via 192.168.4.21, 00:00:21, Serial0 172.30.1.0/24 [120/2] via 192.168.4.21, 00:00:21, Serial0 172.30.100.0/24 is directly connected, Ethernet0 172.30.110.0/24 is directly connected, Loopback0 192.168.4.0/30 is subnetted, 2 subnets 192.168.4.24 [120/1] via 192.168.4.21, 00:00:21, Serial0 192.168.4.20 is directly connected, Serial0 10.0.0.0/8 [120/1] via 192.168.4.21, 00:00:21, Serial0 207.0.0.0/8 [120/1] via 192.168.4.21, 00:00:21, Serial0

Supernet, classless routing protcols will route supernets (CIDR)


H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 46

Verification and Troubleshooting Commands

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

47

Verification and Troubleshooting Commands

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

48

Verification and Troubleshooting Commands


Router(config)# line console 0 Router(config-line)# logging synchronous

Router#debug ip rip RIP protocol debugging is on Router#01:23:34: RIP: received v2 update from 192.168.4.22 on Serial1 01:23:34: 172.30.100.0/24 -> 0.0.0.0 in 1 hops 01:23:34: 172.30.110.0/24 -> 0.0.0.0 in 1 hops Router# Includes mask 01:23:38: RIP: received v2 update from 192.168.4.26 on Serial0 01:23:38: 172.30.2.0/24 -> 0.0.0.0 in 1 hops multicast 01:23:38: 172.30.1.0/24 -> 0.0.0.0 in 1 hops Router# 01:24:31: RIP: sending v2 update to 224.0.0.9 via Ethernet0 (10.0.0.1) 01:24:31: 172.30.2.0/24 -> 0.0.0.0, metric 2, tag 0 01:24:31: 172.30.1.0/24 -> 0.0.0.0, metric 2, tag 0 01:24:31: 172.30.100.0/24 -> 0.0.0.0, metric 2, tag 0 01:24:31: 172.30.110.0/24 -> 0.0.0.0, metric 2, tag 0 01:24:31: 192.168.4.24/30 -> 0.0.0.0, metric 1, tag 0 01:24:31: 192.168.4.20/30 -> 0.0.0.0, metric 1, tag 0 <text omitted>
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

49

Verification and Troubleshooting Commands

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

50

Verification and Troubleshooting Commands

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

51

Verification and Troubleshooting Commands


Router# show ip rip database 172.19.0.0/16 auto-summary 172.19.64.0/24 directly connected, Ethernet0 172.19.65.0/24 [1] via 172.19.70.36, 00:00:17, Serial1 [2] via 172.19.67.38, 00:00:25, Serial0 172.19.67.0/24 directly connected, Serial0 172.19.67.38/32 directly connected, Serial0 172.19.70.0/24 directly connected, Serial1 172.19.86.0/24[1] via 172.19.67.38, 00:00:25, Serial0 [1] via 172.19.70.36, 00:00:17, Serial1

The show ip rip database command to check summary address entries in the RIP database. These entries will appear in the database if there are only relevant child or specific routes being summarized. When the last child route for a summary address becomes invalid, the summary address is also removed from the routing table. Router#show ip rip database
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 52

Common RIPv2 issues

The network statement does 2 things: 1. It enables the routing protocol to send and receive updates on any local interfaces that belong to that network. 2. It includes that network in its routing updates to its neighboring routers.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 53

Authentication

Whatever the reason, it is good practice to authenticate routing

information transmitted between routers. RIPv2, EIGRP, OSPF, IS-IS, and BGP can be configured to authenticate routing information. This practice ensures routers will only accept routing information from other routers that have been configured with the same password or authentication information. Note: Authentication does not encrypt the routing table.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 54

Configuring authentication

Router(config)#key chain Romeo Router(config-keychain)#key 1 Router(config-keychain-key)#key-string Juliet The password must be the same on both routers (Juliet), but the name of the key (Romeo) can be different. Router(config)#interface fastethernet 0/0 Router(config-if)#ip rip authentication key-chain Romeo Router(config-if)#ip rip authentication mode md5 If the command ip rip authentication mode md5 is not added, the interface will use the default clear text authentication. Although clear text authentication may be necessary to communicate with some RIP v2 implementations, for security concerns use the more secure MD5 authentication whenever possible.
H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com 55

Configuring authentication

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

56

Clear Text Authentication

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

57

MD5 Authentication

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

58

RIPv2 Configuration Labs

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

59

Summary

H c vi n m ng Cisco Bch Khoa - Website: www.ciscobachkhoa.com

60

Вам также может понравиться