Hi guys, i have a problem with my wisp, have a static routed network with l2 backaul and redundancy link, now i want implement ospf in ptp mode between interface of all router. I have create 2 vlan between every interface from router 1 for data 2 for management cpe in ptp. This is simply but i have another problem in my wisp have 1 gateway with /22 of public ip other 5 gateway have pure connectivity (multi homing is not possible now). pppoe server is on all tower and i difference client in natted and ip public. The possibility of tunnel eoip is not possible i have tried and not perform good , mpls/vpls is early to implement. I want who public if have destination on determinate gateway and natted all near gateway depending tower. I think who use 2 ospf istance and redistruite route for ippublic like a ibgp os correct idea or i need other? Thank u so much for response
Its never too early to implement MPLS. The earlier you do it the less hassle you’ll have to endure later.
If your hoping to do it purely in OSPF - you will either need to run 2 route tables (VRF’s) so they can have different gateways.
You can separate the customers by either placing them directly in that route table on their interface and running a 2nd instance of OSPF for that customer traffic, OR each router using mangle to mark routing based on src-address to chuck it in the right VRF, which you would likely have to do at every step (or a combo of both).
Yes only ospf, my desire is a full routed network with ospf and ecmp for balance. After this step i want implement mpls/vpls with te tunnel this resolve many problem and come my network more flexible but now is early because i have 3000 client and not try configuration on network without make down. It’s a good idea separate traffic on ptp router with vlan? My idea is 1 vlan for data natted ip 1 vlan for management antenna on ptp 1 vlan for ip public 1 istance for every vlan? U have example for this configuration? Not find nothing on web. Thank u