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

Packet Tracer Help: Lost - Configuring Default Gateway

HAHANO0
Level 1
Level 1

Hi there, 

 

I am stuck on a lab in packet tracer and need some assistance, so hopefully someone can point me in the right direction of what I am doing wrong and not understanding. 

 

I need to create a default route from R1 to ISP. And also need to redistribute the default route on R1 to EIGRP. 

 

Configure a default route on R1 pointing at the ISP router.

 

  1. Redistribute the default route on R1 into EIGRP.

 

  1. Configure a default route on the ISP router pointing R1.  DO NOT CONFIGURE EIGRP ON THE ISP ROUTER.
1 Reply 1

Hello,

 

on R1, make sure you have the below configured. 

 

router eigrp 10
redistribute static metric 10000 1 255 1 1500
network 192.168.255.0 0.0.0.3
network 192.168.10.0
network 10.10.10.0 0.0.0.3
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.10.10.1

Review Cisco Networking for a $25 gift card