02-19-2018 06:12 PM - edited 03-08-2019 01:56 PM
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 belowUntil 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
Solved! Go to Solution.
02-25-2018 10:31 PM
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
02-19-2018 06:32 PM
Hi
I was unable to open the PT file, What version are you using? Could you please provide more details?
02-19-2018 06:46 PM
02-21-2018 08:40 PM
Up
02-24-2018 04:19 AM
Up
02-24-2018 05:10 AM
Hello,
on router NXT-R1 you need to redistribute BGP into OSPF:
NXT-R1(config-router)#redistribute bgp 100 subnets
02-24-2018 09:52 AM - edited 02-24-2018 09:54 AM
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>>>
02-25-2018 03:33 PM
02-25-2018 09:24 PM
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
02-25-2018 10:03 PM
02-25-2018 10:31 PM
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
02-25-2018 10:34 PM
02-26-2018 12:57 AM
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
02-26-2018 01:05 AM
@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
02-26-2018 01:24 AM
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.
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