cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1463
Views
0
Helpful
15
Replies

Failed dynamic routing, route distribution

baba_yaga
Level 1
Level 1

I have superlab

1. VLAN

2. TRUNK

3. INTERVLAN ROUTING

4. DHCP

5. OSPF

6. FRAME RELAY

7. BGP

8. ETHERCHANNEL

9. ROUTE REDISTRIBUTION 

with topology like this belowSuperlab 9Superlab 9Until NXT-Core-Network & NXT-R1 I can ping but after that device I can't ping & access what I miss for configuration? So I can ping or access every server

The pkt file is in the link below

https://drive.google.com/open?id=1QJwTDkvzYoC4DoVOm2A3MkCHZ5-mhAFD

1 Accepted Solution

Accepted Solutions

Hi, 

Please run following commands on both switches (Keep in mind the Port numbers)

 

NXT-CORE-NETWORK(config)#interface range gigabitEthernet 1/0/7-8

 

NXT-CORE-NETWORK(config-if-range)#no switchport 

 

NXT-CORE-NETWORK(config-if-range)#channel-group 4 mode active

NXT-CORE-NETWORK#

 

Regards,

Deepak Kumar

 

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

View solution in original post

15 Replies 15

Hi

I was unable to open the PT file, What version are you using?  Could you please provide more details?




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

I use Packet Tracer version 7.1.0.0222. do you want the link download for that PT?
From above topology I success config for DHCP, trunk, Etherchannel & intervlan routing but I think for OSPF, Frame Relay, BGP & Route Distribution config is failed that show from PT file(from Laptop to Multi layer switch NXT-Core-DC & router R1 serial 0/0/0 ) I can't ping data center server & ISP Network server.

Up

baba_yaga
Level 1
Level 1

Up

Hello,

 

on router NXT-R1 you need to redistribute BGP into OSPF:

 

NXT-R1(config-router)#redistribute bgp 100 subnets

Deepak Kumar
VIP Alumni
VIP Alumni

Hi, 

I want to share some information with you. 

There is no default route information added in OSPF from the router "NXT-R1" because this is a border router between our local LAN and ISP. 

 

Your OSPF configuration must be as below on NXT-R1 router.

router ospf 1

log-adjacency-changes

network 192.168.1.0 0.0.0.255 area 0

default-information originate

 

Why no redistribution between OSPF and BGP?

This is a border router between LAN and WAN network so in the real world it is not possible to router local subnet on the WAN network and second think NAT is already placed on router in the correct way. So we need to troubleshoot the routing issue. 

 

Regards,

Deepak Kumar

From Mobile>>>

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

Thanks for your solution & your suggestion now the laptop/PC can access the ISP network server.
And for data center multilayer switch NXT-CORE-DC still can't access, what configuration I missed

Hi,

Port channel between "NXT-CORE-DC" and "NXT-CORE-NETWORK" is not configured properly. You have to reconfigure the port channel. 

 

Regards,

Deepak Kumar

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

I already attempt to fix configuration port channel but still port channel 4 status down & protocol down for port channel 4
Interface IP-Address OK? Method Status Protocol
Port-channel4 unassigned YES unset down down

Etherchannel summary
Flags: D - down P - in port-channel

I - stand-alone s - suspended

H - Hot-standby (LACP only)

R - Layer3 S - Layer2

U - in use f - failed to allocate aggregator

u - unsuitable for bundling

w - waiting to be aggregated

d - default port

Number of channel-groups in use: 4

Number of aggregators: 4

Group Port-channel Protocol Ports

------+-------------+-----------+----------------------------------------------

4 Po4(RD) LACP Gig1/0/7(I) Gig1/0/8(I)

Hi, 

Please run following commands on both switches (Keep in mind the Port numbers)

 

NXT-CORE-NETWORK(config)#interface range gigabitEthernet 1/0/7-8

 

NXT-CORE-NETWORK(config-if-range)#no switchport 

 

NXT-CORE-NETWORK(config-if-range)#channel-group 4 mode active

NXT-CORE-NETWORK#

 

Regards,

Deepak Kumar

 

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

Ok thanks a lot

vyasr2010
Level 1
Level 1

Just configure redistribution  on NXT-R1 for ospf and bgp.

Refer below configuration.

router ospf 1

redistribute bgp 100 subnets

exit

router bgp 100

redistribute ospf 1

exit

@vyasr2010 Dont mind:

is it possible to redistribution from Local IP address (LAN) to wan IPs in the real world? I hope you didn't check the lab. The router name, where is it installed, and what is his task? all are mentioned clearly.  

 

Regards,

Deepak Kumar

 

 

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

Hi Deepak,

It is possible to redistribution from Local IP address (LAN) to wan IPs in the real world.

 

Just configure redistribution  on NXT-R1 for ospf and bgp.

Refer below configuration.

router ospf 1

redistribute bgp 100 subnets

exit

router bgp 100

redistribute ospf 1

exit

 Refer below snap.

 

Laptop to server ping status.JPG

Review Cisco Networking for a $25 gift card