Re: MPLS setup

2012-05-29 Thread Chris Cappuccio
Rafael Zalamena [rzalam...@gmail.com] wrote: > ifconfig mpe0 192.168.1.130/32 -mplslabel 12345 up > ifconfig mpe0 192.168.10.132/32 -mplslabel 54321 up > > What am I missing?? I think you want option "mplslabel", not "-mplslabel" which should _remove_ existing labels from the interface rather th

Re: MPLS setup

2012-05-08 Thread Hendrik Meyburgh
Hi Rafael, In your ldpd.conf you are missing your lo interfaces. Is OSPF fully functioning with all the routes? I used the below link as a guide for my setup: http://kerneltrap.org/mailarchive/openbsd-misc/2010/5/24/3327/thread It is a bit different because of BGP and rdomains but it should he

Re: MPLS setup

2012-05-08 Thread Rafael Zalamena
On Tue, May 8, 2012 at 11:38 PM, Rafael Zalamena wrote: > Hi misc@, > > I'm building a simple MPLS setup to route traffic from one laptop to > my home network, however I'm unable to properly setup something and > I'm not getting a route which pushes a label into an incoming packet. > > ... Here i