This will be down to that, but I needed to get the network isolated, and IPs off of the powercode BMUs. Other than bridging some ports at POPs for the PMP network behind it, there will only be the two subnets per interface.
I also had to make a substantial impact for pizzazz value to ensure my funding doesnt get pulled like it did in the middle of trying to go all routed last time. If I had the time and help, I would have started at the farthest sites working my way back, but this is what I came up with. Im all ears though for better ways to do things, with the current restriction of each site getting an rb1100ah2 On Fri, Jun 5, 2015 at 4:50 PM, Ken Hohhof <[email protected]> wrote: > FWIW, I try really hard to only have one network on an interface > running OSPF and make that the primary IP address. One reason is it’s > really hard to do otherwise on Cisco, I’m not aware of a way to get Cisco > to talk OSPF on a secondary IP (there probably is and I just don’t know > how). > > If I have a micropop or customer router situation where I’m passing a > block to a router via an AP, I will make it a static route and redistribute > the static route with an ACL, rather than run OSPF over a multipoint > network that connects to CPE. > > And if I genuinely had a multipoint backhaul link, I would probably use a > /29 or /28 rather than a bunch of /30’s. > > Note I say this not because I’m an OSPF expert, but the opposite, so I > don’t want to get fancy. > > > *From:* That One Guy /sarcasm <[email protected]> > *Sent:* Friday, June 05, 2015 4:17 PM > *To:* [email protected] > *Subject:* Re: [AFMUG] OSPF doesnt repopulate if link drops > > [admin@MikroTik] > /routing ospf export > # jan/20/1970 04:26:15 by RouterOS 6.19 > # software id = IEFS-6614 > # > /routing ospf instance > set [ find default=yes ] redistribute-connected=as-type-1 \ > redistribute-other-ospf=as-type-1 redistribute-static=as-type-1 > router-id=\ > 172.31.255.110 > /routing ospf interface > add authentication=simple authentication-key=XXXXXX network-type=broadcast > /routing ospf network > add area=backbone comment="XXXX1 BMU UPLINK" network=172.31.0.48/30 > add area=backbone comment="xx2 UPLINK" network=172.31.0.60/30 > add area=backbone comment="xx3 UPLINK" network=172.31.0.52/30 > add area=backbone comment="xx4 UPLINK" network=172.31.0.64/30 > add area=backbone comment="xx5 UPLINK" network=172.31.0.72/30 > add area=backbone comment="xx6 UPLINK" network=172.31.0.68/30 > [admin@MikroTik] > > > > On Fri, Jun 5, 2015 at 3:38 PM, Butch Evans <[email protected]> wrote: > >> On 06/05/2015 03:03 PM, That One Guy /sarcasm wrote: >> >>> In the log I see this. I was told unless you know what youre looking at >>> that OSPF logging is confusing. Is this normal to be seeing? >>> >> >> That looks like you are sending packets that: >> >> 1. Shouldn't be sent (speaking OSPF from IPs you shouldn't) >> OR >> 2. You have a bridge loop or similar that is allowing packets from other >> interfaces to come back to this router >> >> You can send this offlist if you want, but do: >> /routing ospf export >> >> Post that information and it will be easier to see what's happening. You >> can mask the key in the output if you want. >> >> >> >> -- >> Butch Evans >> 702-537-0979 >> Network Support and Engineering >> http://store.wispgear.net/ >> http://www.butchevans.com/ >> > > > > -- > If you only see yourself as part of the team but you don't see your > team as part of yourself you have already failed as part of the team. > -- If you only see yourself as part of the team but you don't see your team as part of yourself you have already failed as part of the team.
