02-12-2021 09:49 AM - edited 02-12-2021 09:52 AM
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
02-12-2021 11:18 AM
Router to SW is it switch port or router port?
02-12-2021 11:55 AM
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.
02-12-2021 12:16 PM - edited 02-12-2021 12:39 PM
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.
02-12-2021 01:46 PM
I don't understand can please create an actual script for this please thanks
02-12-2021 01:54 PM - edited 02-12-2021 01:59 PM
Friend
show ip route in router 0
do you see the route of east and west ?
share the output here
02-12-2021 02:24 PM - edited 02-12-2021 02:25 PM
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#
02-12-2021 05:58 PM
And these routes use by host?
02-12-2021 07:19 PM
Yes. Also, I included the packet tracer file below. Just incase you want to open it
02-12-2021 02:07 PM
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
02-12-2021 05:48 PM
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