Hi,
I am trying to summarize (aggregate) the following 3 subnets in a multi area ospf config:
125.100.50.X
125.100.51.X
125.100.52.X
I counted the bits and come up with 21 and use the area range command in the subject. It doesn't take with the error in the subject:
5406-XR1(ospf)# area 50 range 125.100.50.0/21
range: Unable to create
I have to use 5406-XR1(ospf)# area 50 range 125.100.50.0/23 - it works but it doesn't summarize properly - all I did was reduce from 3 routes to 2.
(Output from Cisco Core)
show ip route
O IA 125.100.50.0/23 [110/2] via 172.16.1.18, 07:36:57, GigabitEthernet8/5
O IA 125.100.52.0/24 [110/2] via 172.16.1.18, 07:37:24, GigabitEthernet8/5
Any thoughts?