Mailing List Archive

changing source ip of syslog messages
In Juniper,

is there a way to change the source ip of the syslog messages? instead of
the outgoing interface, i would like to set it to the loopback

thanks

routernewbie

_________________________________________________________________
Learn how to choose, serve, and enjoy wine at Wine @ MSN.
http://wine.msn.com/
changing source ip of syslog messages [ In reply to ]
On Fri, Jan 30, 2004 at 06:02:05PM +0000, MPLS Newbie wrote:
> is there a way to change the source ip of the syslog messages?

set system syslog source-address lo0

Available since JunOS 6.1. If you can't upgrade, your only chance
is set system default-address-selection, with all side effects.


Regards,
Daniel
changing source ip of syslog messages [ In reply to ]
On Fri, 30 Jan 2004, Daniel Roesen wrote:
> On Fri, Jan 30, 2004 at 06:02:05PM +0000, MPLS Newbie wrote:
> > is there a way to change the source ip of the syslog messages?
>
> set system syslog source-address lo0

Right, but it wants an address, not an interface name.

________________________________________________________________________
Jay Ford, Network Engineering Group, Information Technology Services
University of Iowa, Iowa City, IA 52242
email: jay-ford@uiowa.edu, phone: 319-335-5555, fax: 319-335-2951
changing source ip of syslog messages [ In reply to ]
On Fri, Jan 30, 2004 at 03:08:24PM -0600, Jay Ford wrote:
> On Fri, 30 Jan 2004, Daniel Roesen wrote:
> > On Fri, Jan 30, 2004 at 06:02:05PM +0000, MPLS Newbie wrote:
> > > is there a way to change the source ip of the syslog messages?
> >
> > set system syslog source-address lo0
>
> Right, but it wants an address, not an interface name.

Sigh, so "source-address" is different depending on context.
Elsewhere, it is said to accept interface names like lo0.

Would have been to easy, eh? :-/


Regards,
Daniel