02-09-2016 11:42 AM - edited 03-05-2019 03:18 AM
Router R1 and R4 talk each other through static route and other use EIGRP. Static route is redistributed in router R1. Routers R2, and R3 can see network 4.4.4.0 (from router R4) as Externer EIRGP but IP address 4.4.4.4 is not pingable from router R2 and R3. Please see attached topology and configuration below and advise me.
Thanks,
Mostafa
Router R1:
interface Loopback0
ip address 1.1.1.1 255.255.255.0
!
interface Loopback1
ip address 11.11.11.11 255.255.255.0
!
interface FastEthernet0/0
ip address 192.168.14.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.12.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
!
!
router eigrp 100
redistribute connected route-map ACL_14
redistribute static metric 1000 100 255 100 1500
network 11.0.0.0
network 192.168.12.0
auto-summary
!
ip route 4.4.4.0 255.255.255.0 192.168.14.4
!
!
!
access-list 1 permit 192.168.14.0
no cdp log mismatch duplex
!
route-map ACL_14 permit 10
match ip address 1
!
route-map ACL_14 permit 20
Router R2:
interface Loopback0
ip address 2.2.2.2 255.255.255.0
!
interface FastEthernet0/0
ip address 192.168.12.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.23.2 255.255.255.0
duplex auto
speed auto
router eigrp 100
network 0.0.0.0
auto-summary
Router R3:
interface Loopback0
ip address 3.3.3.3 255.255.255.0
!
interface FastEthernet0/0
ip address 192.168.23.3 255.255.255.0
duplex auto
speed auto
router eigrp 100
network 0.0.0.0
auto-summary
!
Router R4:
interface Loopback0
ip address 4.4.4.4 255.255.255.0
!
interface FastEthernet0/0
ip address 192.168.14.4 255.255.255.0
duplex auto
speed auto
ip route 1.1.1.0 255.255.255.0 192.168.14.1
Solved! Go to Solution.
02-09-2016 11:50 AM
R4 has no routes to R2 or R3.
Either add routes for R2 and R3's IPs or just use a default route instead.
Jon
02-09-2016 11:50 AM
R4 has no routes to R2 or R3.
Either add routes for R2 and R3's IPs or just use a default route instead.
Jon
02-09-2016 12:23 PM
Thank you Jon, and it is working very well.
ESW4#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is 192.168.14.1 to network 0.0.0.0
1.0.0.0/24 is subnetted, 1 subnets
S 1.1.1.0 [1/0] via 192.168.14.1
C 192.168.14.0/24 is directly connected, FastEthernet0/0
4.0.0.0/24 is subnetted, 1 subnets
C 4.4.4.0 is directly connected, Loopback0
S* 0.0.0.0/0 [1/0] via 192.168.14.1
ESW4#ping 3.3.3.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/95/120 ms
ESW4#
Now all Routers can reach each other.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide