shodown wrote: » I'm looking for some answers. I have read a few white papers from cisco and juniper, but I"m still lost. Currently we have point to point links all over the US and a few POP's to the internet. We have a mess of IBGP/EBGP and OSPF all over the network. What advantages can we gain by using MPLS. I"m looking to: reduce the amount of IBGP configs that we use. Simply the network Gain performace as we are about to move to VOIP over the lan Things are working now, but is there a gain by going to MPLS. Thanks
ccie1yr wrote: » Will you be joining some Telco MPLS cloud or will you be building your own. If it's your own than, it has to full mesh with OSPF protocol, because Full mesh provides multiple paths for redundancy and OSPF is very good with MPLS TE (Traffic Engineering - technique which help you to apply QoS and FEC). MPLS might not reduce your configuration headache, coz to differentiate b/w customers network you might have to run RD & RT techniques, but at the same time these functions will provide you flexibility to merge different network and ease of routing between different domains. MPLS will increase network performance due to label lookup rather than routing lookup, but response time (latency will increase) as P2P link offers the best response time. IBGP peering will be less as now you will only to run EBGP between CE (Client routers - NO MPLS) and PE (Provider routers - MPLS). MPLS will definitely be a better solution and technology than Point-to-point mesh network.
shodown wrote: » We will be making our own cloud. My senior engineer said draft something up and we will take a look if I put some effort into it. I'm working on a visio right now, then I will GNS3 it all to see if it make since.
ccie1yr wrote: » Hmm ... good, you gonna have nice learning now. Only advise I can provide is, keep OSPF inside and try to make is as redundant as you can. Should be easy at least on papers
marlon23 wrote: » running MPLS on top your enterprise infrastructure won't help you achieve your goals: " reduce the amount of IBGP configs that we use. Simply the network Gain performace as we are about to move to VOIP over the WAN " Once you deploy MPLS your network will get more complex in operation with LDP, due to MPLS label overhead you'll loose some throughput. Some features might not work with MPLS, such as some kinds of QoS and security. Not speaking about enabling totally new features which can cause network downtime because of configuration/design problems or simple hit of some MPLS-related IOS/JunOS bugs. Problem might also raise that some platforms/IOS feature sets you use dont have MPLS, and you'll need to buy either new equipment or SW licences/upgrades. To achieve your goals, you should review your QoS and Routing (Summarize) design. MPLS alone has no benefit, major benefit can bring MPLS VPN due to its virtualization capabilities, you however don't seem to need those. With proper enterprise OSPF, iBGP & QoS design you'll be fine.