Thread: [mpls-linux-general] Example zebra + ospfd + mplsd configs
Status: Beta
Brought to you by:
jleu
|
From: James R. L. <jl...@mi...> - 2002-09-05 23:07:28
|
This config works with: linux-kernel 2.4.18 mpls-linux 1.170 ldp-portable 0.200 zebra-0.93a NOTE: The usage of the dummy interface with a /32 address is important! --------------------------- zebra config ------------------------------ hostname uml-2 password root enable password root service advanced-vty ! interface lo description Loopback ! interface dummy0 ip address 192.168.0.2/32 ! interface eth0 ! interface eth1 ip address 11.0.1.2/24 ! interface eth2 ip address 11.0.2.2/24 ! interface eth3 ip address 11.0.3.2/24 ! interface teql0 ! ! line vty exec-timeout 0 0 --------------------------- ospfd config ------------------------------ hostname uml-2-ospf password root enable password root ! ! ! interface lo ! interface teql0 ! interface eth0 ! interface eth1 ! interface eth2 ! interface eth3 ! interface dummy0 ! router ospf passive-interface lo network 11.0.0.0/8 area 0 network 192.168.0.0/24 area 0 ! line vty exec-timeout 0 0 --------------------------- mplsd config ------------------------------ hostname uml-2-mpls password root enable password root ! interface lo ! interface eth0 ! interface eth1 mpls ldp ! interface eth2 mpls ldp ! interface eth3 mpls ldp ! interface dummy0 ! router zebra ! mpls ldp ! line vty exec-timeout 0 0 -- James R. Leu |
|
From: Paresh P. <par...@ya...> - 2002-09-30 11:24:43
|
After setting up ldp on zebra on Linux; how to write mplsd.conf How to make this LDP working? Paresh __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com |
|
From: James R. L. <jl...@mi...> - 2002-09-30 13:00:51
|
You will have to log into the mplsd daemon and configure it. Here is a sample of what you will have to configure after you login. enable <password> conf t mpls ldp exit int eth1 mpls ldp end Unfortunately you cannot startup mplsd with a config and expect it to work (known bug that I'm working on). Jim On Mon, Sep 30, 2002 at 04:24:43AM -0700, Paresh Patil wrote: > After setting up ldp on zebra on Linux; how to write > mplsd.conf > How to make this LDP working? > > Paresh > > __________________________________________________ > Do you Yahoo!? > New DSL Internet Access from SBC & Yahoo! > http://sbc.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu |
|
From: Paresh P. <par...@ya...> - 2002-10-01 05:56:39
|
Hello James, Thanks for your reply. I am quite new to this. I don't know what these conf t or mpls ldp means! Will you please explain it a bit? And main thing is how to log into mplsd daemon. What I normally do is- I cd to .../zebra-0.93a/mplsd and then ./mplsd but that just says that MPLSd started. takes in nothing or nothing happens. No entries made anywhere! Regards, Paresh --- "James R. Leu" <jl...@mi...> wrote: > You will have to log into the mplsd daemon and > configure it. Here is a > sample of what you will have to configure after you > login. > > enable > <password> > conf t > mpls ldp > exit > int eth1 > mpls ldp > end > > > Unfortunately you cannot startup mplsd with a config > and expect it to work > (known bug that I'm working on). > > Jim > > On Mon, Sep 30, 2002 at 04:24:43AM -0700, Paresh > Patil wrote: > > After setting up ldp on zebra on Linux; how to > write > > mplsd.conf > > How to make this LDP working? > > > > Paresh > > > > __________________________________________________ > > Do you Yahoo!? > > New DSL Internet Access from SBC & Yahoo! > > http://sbc.yahoo.com > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > mpls-linux-general mailing list > > mpl...@li... > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > -- > James R. Leu > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com |
|
From: James R. L. <jl...@mi...> - 2002-10-01 13:09:20
|
On Mon, Sep 30, 2002 at 10:56:39PM -0700, Paresh Patil wrote: > Hello James, > > Thanks for your reply. I am quite new to this. I don't > know what these conf t or mpls ldp means! Will you > please explain it a bit? And main thing is how to log > into mplsd daemon. > What I normally do is- > I cd to .../zebra-0.93a/mplsd > and then ./mplsd > but that just says that MPLSd started. takes in > nothing or nothing happens. No entries made anywhere! I thing the first thing you should do is learn how to setup a basic OSPF network using zebra. Head over to zebra.org (http://zebra.org/) read up on zebra and how to go about running zebra/ospfd to setup an OSPF network. Once you have gotten that for you can apply what you've learned to mplsd (it fits into the picture much like ospfd does, so you will end up running zebra ospfd and mplsd on the same machine) Have fun. > --- "James R. Leu" <jl...@mi...> wrote: > > You will have to log into the mplsd daemon and > > configure it. Here is a > > sample of what you will have to configure after you > > login. > > > > enable > > <password> > > conf t > > mpls ldp > > exit > > int eth1 > > mpls ldp > > end > > > > > > Unfortunately you cannot startup mplsd with a config > > and expect it to work > > (known bug that I'm working on). > > > > Jim > > > > On Mon, Sep 30, 2002 at 04:24:43AM -0700, Paresh > > Patil wrote: > > > After setting up ldp on zebra on Linux; how to > > write > > > mplsd.conf > > > How to make this LDP working? > > > > > > Paresh > > > > > > __________________________________________________ > > > Do you Yahoo!? > > > New DSL Internet Access from SBC & Yahoo! > > > http://sbc.yahoo.com > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > mpls-linux-general mailing list > > > mpl...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > -- > > James R. Leu > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > mpls-linux-general mailing list > > mpl...@li... > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > __________________________________________________ > Do you Yahoo!? > New DSL Internet Access from SBC & Yahoo! > http://sbc.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by: DEDICATED SERVERS only $89! > Linux or FreeBSD, FREE setup, FAST network. Get your own server > today at http://www.ServePath.com/indexfm.htm > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu |