Forum Discussion
panos_101277
Nimbostratus
Apr 29, 2008Multiple irules using same local variable name
Hello,
First off thanks to all the contributors for their many examples and tips, it has really helped a lot.
My question is a simple one but I haven't been able to find an answer ...
It's pretty straightforward - create a file (/tmp/new_syslog.conf in this example; change "warn" to a different level if you want something else):
syslog include "
destination remote_server {
udp(\"x.x.x.x\" port (514));
};
filter f_alllogs { level (warn...emerg);
};
log { source(local);
filter(f_alllogs);
destination(remote_server);
};"
Then run:
bpsh < /tmp/new_syslog.conf
Save it when you're done testing:
b save
Jen
Recent Discussions
DevCentral Quicklinks
* 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
Discover DevCentral Connects