Hi
I’m trying to work out how best to replace two Core switches (Core A and Core

in our network. Below is the configuration from the Access stack switches and Cores. The aim is to ensure that the network stays available during the change. Looking at the below configuration on our Access A and Access B you can see there is two routes. They both have the same default route to Core B marked with D*EX. As the secondary route points to Core A this leads me to believe that I can remove core a and nothing will happen as everything is routing to Core B. What confuses me slightly is that both the default primary route and the feasible successor route have the same metric. So could this in fact mean that both links are being used to load balance the traffic. I believe load balancing is done with the variance command but I cannot see this configured anywhere. If for example everything is routing to Core B then when I remove Core B I need to think about the best way to get all routing to go via Core A without any network down time. These are the ideas have but not sure if they are correct.
1.Just remove Core B as there is a feasible route so as soon as Core B goes down the new route to Core A will be advertised out across the lan.
2.Change the route on one of the access switches so it defaults to Core A this should then be advertised out and all other routers will update their tables with the new route to Core a not core b
3.Change the delay or bandwidth metric on Core A interface so it becomes the primary route.
Access B
Po2 Uplink to CORE-A connected routed a-full a-1000
Po6 Uplink to CORE-B connected routed a-full a-1000
P 0.0.0.0/0, 2 successors, FD is 3072
via 10.248.236.5 (3072/2816), Port-channel2
via 10.248.236.21 (3072/2816), Port-channel6
D*EX 0.0.0.0/0 [170/3072] via 10.248.236.21, 7w0d, Port-channel6
[170/3072] via 10.248.236.5, 7w0d, Port-channel2
router eigrp 3750
redistribute connected
no auto-summary
eigrp router-id 10.248.231.254
eigrp stub connected summary
network 10.248.236.0 0.0.0.255
Access A
Po1 Uplink to CORE-A connected routed a-full a-1000
Po7 Uplink to CORE-B connected routed a-full a-1000
P 0.0.0.0/0, 2 successors, FD is 3072
via 10.248.236.1 (3072/2816), Port-channel1
via 10.248.236.25 (3072/2816), Port-channel7
D*EX 0.0.0.0/0 [170/3072] via 10.248.236.25, 7w0d, Port-channel7
[170/3072] via 10.248.236.1, 7w0d, Port-channel1
router eigrp 3750
redistribute connected
no auto-summary
eigrp router-id 10.248.227.254
eigrp stub connected summary
network 10.248.236.0 0.0.0.255
Core A
interface Port-channel1
description Uplink to ACCESS-A
no switchport
dampening
ip address 10.248.236.1 255.255.255.252
ip hello-interval eigrp 3750 1
ip hold-time eigrp 3750 3
ip authentication mode eigrp 3750 md5
ip authentication key-chain eigrp 3750 eigrp-updates
no ip mroute-cache
load-interval 30
carrier-delay msec 0
interface Port-channel9
description Uplink to SERVER-B
no switchport
dampening
ip address 10.248.236.33 255.255.255.252
ip hello-interval eigrp 3750 1
ip hold-time eigrp 3750 3
ip authentication mode eigrp 3750 md5
ip authentication key-chain eigrp 3750 eigrp-routing-updates
no ip mroute-cache
load-interval 30
carrier-delay msec 0