cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1606
Views
0
Helpful
10
Replies

Egrip Routing Issues

Sanjay916
Level 1
Level 1

Hello, I trying to send packets between the east building, west building, and my router that's acting as the internet. I am trying to use eigrp routing for the packets. Router0 is suppose do all of the routing. However, I can't get eigrp to work successfully. This is my eigrp config script.  I also include a screenshot of the topology. 


Router0

 

router eigrp 1
network 195.165.85.0 0.0.0.3
network 172.16.0.0 0.0.0.3
network 172.16.0.4 0.0.0.3


network 192.168.85.32 0.0.0.31
network 192.168.85.64 0.0.0.31
network 192.168.85.96 0.0.0.31
network 192.168.85.128 0.0.0.31
network 192.168.85.160 0.0.0.31
network 192.168.85.192 0.0.0.31


network 10.100.50.16 0.0.0.15
network 10.100.50.32 0.0.0.15
network 10.100.50.48 0.0.0.15
network 10.100.50.64 0.0.0.15
network 10.100.50.80 0.0.0.15
network 10.100.50.96 0.0.0.15
no auto-summary


INTERNET RROUTER

router eigrp 1
network 195.165.85.0 0.0.0.3
no auto-summary

10 Replies 10

Router to SW is it switch port or router port?

I just need eigrp for the router port so that the switch could send the packs to the router for routing. I include screenshot of the topology. 

Yes I know, 
1-in L3SW
ip routing 
interface x/x 
description "L3SW to Router connection"
no switch port 
ip address x.x.x.x
no shut

this make L3SW connect to router and make L3SW advertise the SVI ip to router via eigrp and router advertise to other router via eigrp.

2-L2SW
NO ip routing 
interface 
switchport trunk 
description "L2SW to Router connection"
no shut

router use sub interface
 
here the Router will advertise the to other router.

I don't understand can please create an actual script for this please thanks

Friend 
show ip route in router 0 
do you see the route of east and west ?
share the output here 

Oh sorry I here Router 0 ip route- my routes are not showing in router0

 

router0#show ip route

Codes: L - local, 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, E - EGP

i - IS-IS, 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 not set

 

 

My internet router

Internet# show ip route 

Router1 thats acting as internet
Gateway of last resort is 0.0.0.0 to network 0.0.0.0

195.165.85.0/24 is variably subnetted, 2 subnets, 2 masks
C 195.165.85.0/30 is directly connected, GigabitEthernet0/0
L 195.165.85.1/32 is directly connected, GigabitEthernet0/0
S* 0.0.0.0/0 is directly connected, GigabitEthernet0/0

Internet#

And these routes use by host?

Yes. Also, I included the packet tracer file below. Just incase you want to open it

Martin L
VIP
VIP

 

Note: You can add your PT lab file here; I mean attach to your post. but must be in a zip format.

it would be easier to show you mistake/error

 

Ok i included the packet tracer file with my config script in a zip folder. Thanks