cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
635
Views
0
Helpful
1
Replies

ASA

abdul.qadir5001
Level 1
Level 1

Hello All,

I am new in Security.I am using cisco ASA 8.4 in GNS3. I am running RIP among 2 routers with Firewall to advertise the network. I have also advertised the loopbacks in rip but still no readability in the routing table. RIP is also configured on ASA FW. Config are attached. Kindly guide to troubleshoot the issue. Thankstopology.png

1 Reply 1

Hello,

 

at first glance, it looks like both your routers are configured for RIP v1 only. Try and add 'version 2' to both routers:

 

OUTSIDE-R#sh run

interface Loopback1
ip address 2.2.2.2 255.255.255.255
!
interface FastEthernet0/0
ip address 10.1.2.1 255.255.255.0
duplex half
!
router rip

version 2
network 2.0.0.0
network 10.0.0.0
no auto-summary

 

INSIDE-R1#sh run

interface Loopback1
ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0/0
ip address 10.1.1.1 255.255.255.0
duplex half
!
router rip

version 2
network 1.0.0.0
network 10.0.0.0
no auto-summary