01-15-2019 09:08 AM
Solved! Go to Solution.
01-16-2019 07:26 AM
Okay, so leave those routes in and just add the new ones because a router will always choose the more specific route so your /27's will be used before either of the two original routes.
And by leaving them there you will continue to advertise those two class C networks to your upstream provider.
Jon
01-16-2019 07:31 AM
Okay, So the new routes for the NNI will work and the customers in SW2 will continue working? Do I also need to change the path cost for any of the routes?
01-16-2019 07:40 AM
Looking at the routes again you are still sending most of the subnets to 120.2 so I would not bother with those routes.
Just leave the two original routes pointing to 120.2 and just add any specific routes for subnets going to 120.4 which means your subnets get advertised to your provider and all traffic goes to 120.2 unless you have a more specific route pointing to 120.4.
As far as I can see that should do what you want.
Jon
01-16-2019 07:52 AM
Just a thought..
Would it be better to route all traffic to 120.4 then put routes in 120.4 to route the subnets for 121 and 122 that are in 120.2 to 120.2?
so..
router:
x.x.121.0 255.255.255.0 192.40.120.4
x.x.122.0 255.255.255.0 192.40.120.4
SW1 (120.4):
0.0.0.0 0.0.0.0 x.x.120.1
xxx.xxx.121.32 255.255.255.224 xxx.xxx.120.2
xxx.xxx.121.64 255.255.255.224 xxx.xxx.120.2
xxx.xxx.121.96 255.255.255.224 xxx.xxx.120.2
xxx.xxx.121.128 255.255.255.224 xxx.xxx.120.2
xxx.xxx.121.160 255.255.255.224 xxx.xxx.120.2
xxx.xxx.121.192 255.255.255.248 xxx.xxx.120.2
xxx.xxx.121.200 255.255.255.252 xxx.xxx.120.2
xxx.xxx.121.208 255.255.255.240 xxx.xxx.120.2
xxx.xxx.121.248 255.255.255.248 xxx.xxx.120.2
xxx.xxx.121.232 255.255.255.248 xxx.xxx.120.2
xxx.xxx.121.240 255.255.255.248 xxx.xxx.120.2
xxx.xxx.122.0 255.255.255.224 xxx.xxx.120.2
xxx.xxx.122.32 255.255.255.248 xxx.xxx.120.2
xxx.xxx.122.64 255.255.255.240 xxx.xxx.120.2
xxx.xxx.122.80 255.255.255.252 xxx.xxx.120.2
SW2:
0.0.0.0 0.0.0.0 x.x.120.4
01-16-2019 07:54 AM
You could do that but not sure what you gain by it except an extra hop for the subnets on 120.2.
Up to you really.
Jon
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