Forum Discussion
LTM 11.6 how to bind an ip address to logs sent to the remote sysolg server using "syslog include" statement
Hi to everyone,
as in title, I need to bind the ip address on management interface to the logs that are sent to the remote syslog server. I use the 'syslog include' statement as following:
include "
filter filtra_i_log_a_fan1 {
level(warn..emerg);
};
destination FAN1 {
udp(\"192.168.xxx.xxx\"port(514));
};
log {
source(s_syslog_pipe);
filter(filtra_i_log_a_fan1);
destination(FAN1);
};
"
with the configuration above, the ltm binds the logs with ip address of external interface.
thanks in advance
giorgio
syslog server is also reachable via mgmt interface, isn't it?
have you tried to add mgmt route?
sol13284: Overview of management interface routing (11.x)
or, probably, localip option. i think there is no change between 10.x and 11.x.
sol12080: Configuring the source IP address for the syslog daemon
- nitass_89166Noctilucent
syslog server is also reachable via mgmt interface, isn't it?
have you tried to add mgmt route?
sol13284: Overview of management interface routing (11.x)
or, probably, localip option. i think there is no change between 10.x and 11.x.
sol12080: Configuring the source IP address for the syslog daemon
- G_romano_187703NimbostratusHi nitass, Thank you for the answer. The syslog server is reachable from mgmt interface. The second link you posted is what I needed. Tomorrow I'll try. I'll keep you posted. Thanks Giorgio
- G_romano_187703NimbostratusHi Nitass, It works with SOL12080. thank you very much!!!! giorgio
- nitassEmployee
syslog server is also reachable via mgmt interface, isn't it?
have you tried to add mgmt route?
sol13284: Overview of management interface routing (11.x)
or, probably, localip option. i think there is no change between 10.x and 11.x.
sol12080: Configuring the source IP address for the syslog daemon
- G_romano_187703NimbostratusHi nitass, Thank you for the answer. The syslog server is reachable from mgmt interface. The second link you posted is what I needed. Tomorrow I'll try. I'll keep you posted. Thanks Giorgio
- G_romano_187703NimbostratusHi Nitass, It works with SOL12080. thank you very much!!!! giorgio
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com