Re: [mpls-linux-general] mpls in layer 2 equipment (pc working as switch)
Status: Beta
Brought to you by:
jleu
From: Adrian P. <adr...@gm...> - 2009-05-28 12:54:01
|
Hello Ricardo, By design, MPLS was not intended to run on switches. It was intended to replace IP lookup in core routers - so it expects it connects routers. You don't need MPLS for layer 2 because switches don't do "best match" table lookup (like IP routers)- so the operation is not so costly. You can connect 2 PCs in a simulated LAN environment over MPLS by creating a layer 2 MPLS tunnel that will transport your Layer 2 traffic between the PCs. Look at the Layer 2 VPN examples in the documentation if this is what you are looking for. However, your PC Switches will need IPs on some interfaces to communicate. Regards, Adrian On Thu, May 28, 2009 at 1:52 PM, Ricardo Faria <ric...@fe...>wrote: > Hello. > > It is possible to use MPLS in a layer 2 (data link) equipment? > > I want to connect several pcs, with IPs, with layer 2 equipments (pc > working as switch) running MPLS. This means that this switch-pcs don’t have > IPs. Therefore, the mpls nhlfe command cannot be performed between 2 > switch-pcs, (again, no IP exists, only MAC). > > Also, I cannot make ip route add. > > Any suggestion? > > > > Thanks, > > Ricardo > > > > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. > Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp as they present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > |