[Vyatta-users] Using xorpsh non-interactively

2007-09-18 Thread Ramaswamy S
Hi, I need to set a few 'configure' paramters non-interactively as soon as the router boots up. For instance, to set the host-name I run: xorphsh -c configure set system host-name myrouter1 xorphsh -c configure commit That doesn't seem to work. Can someone please tell me the correct incantation

Re: [Vyatta-users] Using xorpsh non-interactively

2007-09-18 Thread Jon
One more thing: Watch out for empty lines at the end of the files. You can get all sorts of problems then. Should be in the mail or bugzilla archives, can't remember which Jon On 9/18/07, Stig Thormodsrud [EMAIL PROTECTED] wrote: Hi, I need to set a few 'configure' paramters

Re: [Vyatta-users] Using xorpsh non-interactively

2007-09-18 Thread Stig Thormodsrud
One more thing: Watch out for empty lines at the end of the files Oh yeah, seemed to be a CR/LF vs CR thing. https://bugzilla.vyatta.com/show_bug.cgi?id=1880 stig _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon Sent: Tuesday, September 18, 2007 11:29

Re: [Vyatta-users] Error setting up VLANS

2007-09-18 Thread Robert Bays
Let's see if it is a system issue or a XORP issue. What is the output of running the following command as root? vconfig add eth1 10 If that doesn't return an error it would help to see the whole log file. cheers, robert. Rodney Prescott wrote: Hi Robert, Thanks for the response, please