Re: [mpls-linux-general] problem with Vty
Status: Beta
Brought to you by:
jleu
|
From: James R. L. <jl...@mi...> - 2005-07-21 14:03:26
|
I would suggest starting with a very simple zebra.conf (the first 3 lines of your config. Then once you connect to the zebra daemon I would do the rest of the configuration via the CLI after doing: enable conf t It may not be your config that is causing zebra not to start. Trying runni= ng it by hand: /usr/sbin/zebra -A 127.0.0.1 -f /etc/quagga/zebra.conf Notice I didn't add the '-d' option. This would force zebra to run in non-daemon mode. All errors would be printed to your terminal, of course that means you need to have a another terminal available to issue the telnet from ... One thing to note is you might want to familiarize yourself with a pre built version of quagga (without MPLS) first, just so you get an understanding of how it is supposed to work. On Thu, Jul 21, 2005 at 02:40:45PM +0200, vittorio_manetti wrote: > Hi everybody, >=20 > I have installed quagga after appling mpls patch. I want to open a CLI no= w, so I can invoke the command to configure a mpls net. I make the followin= g zebra.config file :=20 > =20 > hostname verde2 > password root > enable password root > service advanced-vty > ! > interface lo > description Loopback > ! > interface dummy0 > ip address 192.168.0.2/32 > ! > interface eth0 > ip address 192.168.2.2/30 =20 > ! > interface eth1 > ! > interface eth2 > ip address 192.168.2.9/30 > ! > ! > interface teql0 > ! > ! > line vty > exec-timeout 0 0 >=20 >=20 > Subsequently, if I type this command :=20 >=20 > #telnet localhost 2601 >=20 > =09 > the following error message appears : >=20 > #Trying 127.0.0.1... > #Connected to localhost.localdomain. > #Escape character is '^]'. > #Vty password is not set. > #Connection closed by foreign host. >=20 > =09 > What is the mistake I make? >=20 >=20 >=20 >=20 > ____________________________________________________________ > 6X velocizzare la tua navigazione a 56k? 6X Web Accelerator di Libero! > Scaricalo su INTERNET GRATIS 6X http://www.libero.it >=20 >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op?k > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general --=20 James R. Leu jl...@mi... |