Task 12.6 solution guide has you change the IP on R2, adding a secondary 
address 
to perform this task. I find that this is breaking RIP between R1 and R2, even 
after putting the no validate-update-source command in. What I'm finding is 
that 
R2 is able to peer with R1 via RIP, but R1 isn't peering with R2 via RIP. Doing 
a debug, what I see is that R2 sends the packet with a source of the primary IP 
on the interface of 150.100.68.2, but R1 doesn't know how to deliver the packet 
back as it's not getting RIP from R2. If I put a static route on R1 to 
150.100.68.2 towards R2, this fixes the issue.


Can someone troubleshoot what the issue is here?

R2(config-router)#do sh run int gi0/0
Building configuration...

Current configuration : 149 bytes
!
interface GigabitEthernet0/0
 ip address 150.100.36.2 255.255.255.0 secondary
 ip address 150.100.68.2 255.255.255.0
 duplex auto
 speed auto
end

R2(config-router)#do sh run | s rip
router rip
 version 2
 no validate-update-source
 passive-interface GigabitEthernet0/0
 network 150.100.0.0
 neighbor 150.100.36.1
 no auto-summary

R2(config-router)#do ping 150.100.36.1
*Nov 11 20:44:20.901: IP: s=150.100.68.2 (local), d=150.100.36.1 
(GigabitEthernet0/0), len 100, sending.
*Nov 11 20:44:22.901: IP: tableid=0, s=150.100.68.2 (local), d=150.100.36.1 
(GigabitEthernet0/0), routed via FIB
*Nov 11 20:44:22.901: IP: s=150.100.68.2 (local), d=150.100.36.1 
(GigabitEthernet0/0), len 100, sending.


R2(config-router)#do sh ip prot
Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 1 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: rip
  Neighbor(s):
    150.100.36.1
  Default version control: send version 2, receive version 2
  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
    150.100.0.0
  Passive Interface(s):
    GigabitEthernet0/0
  Routing Information Sources:
    Gateway         Distance      Last Update
    150.100.36.1         120      00:00:16
----------------------------------------------------

R1(config-router)#do sh run int gi0/0
Building configuration...

Current configuration : 121 bytes
!
interface GigabitEthernet0/0
 description VLAN721
 ip address 150.100.36.1 255.255.255.0
 duplex auto
 speed auto
end

R1(config-router)#do sh run | s rip
router rip
 version 2
 no validate-update-source
 passive-interface GigabitEthernet0/0
 network 150.100.0.0
 neighbor 150.100.36.2
 no auto-summary

R1(config-router)#do p 150.100.36.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 150.100.36.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms

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


      
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to