Re: [j-nsp] junos 10 - send syslog to non standard port

2012-01-10 Thread Artur Makutunowicz
On Tuesday 10 of January 2012 14:46:55 Loos, Christian wrote:
> Hi Artur,
> checked it with SRX100 (JUNOS 11.4R1.6) and it is not a hidden command:

The question was about Junos 10. Port command was hidden there:
[edit]
root@firewall# run show version
Hostname: firewall
Model: srx210h-poe
JUNOS Software Release [10.4R7.5]

[edit]
root@firewall# set system syslog host 10.10.10.10 ?  
Possible completions:
  any  All facilities
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except  Don't inherit configuration data from these groups
  authorizationAuthorization system
  change-log   Configuration change log
  conflict-log Configuration conflict log
  daemon   Various system processes
  dfc  Dynamic flow capture
  explicit-priorityInclude priority and facility in messages
  external Local external applications
  facility-overrideAlternate facility for logging to remote host
  firewall Firewall filtering system
  ftp  FTP process
  interactive-commands  Commands executed by the UI
  kernel   Kernel
  log-prefix   Prefix for all logging to this host
  matchRegular expression for lines to be logged
  ntp  NTP process
  pfe  Packet Forwarding Engine
  security Security related
  source-address   Use specified address as source address
  user User processes

Best regards,
Artur
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] junos 10 - send syslog to non standard port

2012-01-10 Thread Loos, Christian
Hi Artur,
checked it with SRX100 (JUNOS 11.4R1.6) and it is not a hidden command:
[edit system syslog host 1.1.1.1]
root@host# set ?
Possible completions:
  allow-duplicates Do not suppress the repeated message
  any  All facilities
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except  Don't inherit configuration data from these groups
  authorizationAuthorization system
  change-log   Configuration change log
  conflict-log Configuration conflict log
  daemon   Various system processes
  dfc  Dynamic flow capture
  explicit-priorityInclude priority and facility in messages
  external Local external applications
  facility-overrideAlternate facility for logging to remote host
  firewall Firewall filtering system
  ftp  FTP process
  interactive-commands  Commands executed by the UI
  kernel   Kernel
  log-prefix   Prefix for all logging to this host
  matchRegular expression for lines to be logged
  ntp  NTP process
  pfe  Packet Forwarding Engine
  port Port number  <--- here!
  security Security related
  source-address   Use specified address as source address
> structured-data  Log system message in structured format
  user User processes

Viele Grüße / Kind regards,
Christian Loos


Sitz der NK Networks & Services GmbH: Von-der-Wettern-Straße 15, 51149 Köln
Registergericht: Amtsgericht Köln, Registernummer HRB 30805
Geschäftsführer: Markus Buschmann, Frank Kammer, Bernard Latour 



___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] junos 10 - send syslog to non standard port

2012-01-09 Thread Artur Makutunowicz
On Monday 09 of January 2012 12:04:59 pkc mls wrote:

> Is it possible to send junos traffic to a non standard port on a remote
> syslog server ?
set system syslog host 10.10.10.10 port 514
It's a hidden command.


Artur

signature.asc
Description: This is a digitally signed message part.
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Re: [j-nsp] junos 10 - send syslog to non standard port

2012-01-09 Thread sthaug
> Is it possible to send junos traffic to a non standard port on a remote 
> syslog server ?
> 
> I can't find the option anywhere in the configuration.

system {
syslog {
host 1.2.3.4 {
port 567;
}
}
}

The lab box I checked is running 11.2R3.3.

Steinar Haug, Nethelp consulting, sth...@nethelp.no
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


[j-nsp] junos 10 - send syslog to non standard port

2012-01-09 Thread pkc mls

Hi all,

Is it possible to send junos traffic to a non standard port on a remote 
syslog server ?


I can't find the option anywhere in the configuration.

thanks.
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp