I need to summarize the PPPoE of my clients, with RouterOS 6 with the following configuration I got that as soon as 1 PPPoE is connected, the summed range is automatically published. But in RouterOS 7, with the following configuration I get that the summed range is published, but also the PPPoE is published individually. I don't really know how to get only the range summarized to be published.
RouterOS 6:
/routing ospf area
add area-id=0.0.0.1 default-cost=1 inject-summary-lsas=no name=pppoe type=stub
/routing ospf instance
set [ find default=yes ] redistribute-connected=as-type-1 redistribute-static=as-type-1 router-id=10.0.0.170
/routing ospf area range
add area=pppoe range=1.1.0.192/26
add area=pppoe range=1.1.0.0/26
/routing ospf interface
add network-type=broadcast passive=yes
cost=4 interface=ether7 network-type=broadcast
cost=2 interface=ether8 network-type=broadcast
/routing ospf network
add area=backbone network=10.0.0.0/16
add area=pppoe network=1.1.0.192/26
add area=pppoe network=1.1.0.0/26
Router OS 7:
/routing ospf instance
add disabled=no name=ospf-instance-1 originate-default=never redistribute=connected,static,ospf,dhcp router-id=RID_OSPF routing-table=main
/routing ospf area
add disabled=no instance=ospf-instance-1 name=ospf-Backbone
add area-id=0.0.0.1 disabled=no instance=ospf-instance-1 name=pppoe type=stub
/routing ospf area range
add area=pppoe disabled=no prefix=1.1.0.192/26
add area=pppoe disabled=no prefix=1.1.0.0/26
/routing ospf interface-template
add area=ospf-Backbone cost=10 disabled=no interfaces=vlan999 networks=10.0.0.0/16
add area=pppoe cost=10 disabled=no instance-id=1 interfaces=dynamic passive type=ptp