Sunday, March 3, 2019

RIP not adding routing entries

So I'm testing out a lab as part of my reading material and its testing RIP adding a route entry in to the routing table.

The config goes as:

R1

interface Loopback0

ip address 172.16.1.1 255.255.255.0

!

interface GigabitEthernet0/0

ip address 192.168.1.1 255.255.255.240

duplex auto

speed auto

media-type rj45

no cdp enable

!

router rip

version 1

network 172.16.0.0

network 192.168.1.0

!

R2

interface Loopback0

ip address 172.16.1.2 255.255.255.0

!

interface GigabitEthernet0/0

ip address 192.168.1.2 255.255.255.240

duplex auto

speed auto

media-type rj45

no cdp enable

!

router rip

version 1

network 172.16.0.0

!

However when I do show ip route on R1 I'm only getting the connected entries and none from RIP, any ideas why?



No comments:

Post a Comment