Forum Discussion
NzYme_68513
Dec 19, 2011Nimbostratus
iRule to log MSRDP traffic to syslog server?
Kind of flying by the seat of pants here since I'm new to writing iRules. I'm trying to log RDP traffic and see if I can grab the user names of the people that have RDP sessions coming through the VI...
NzYme_68513
Dec 19, 2011Nimbostratus
How's this look to you guys?
when CLIENT_ACCEPTED {
Logging handle to syslog_pool
set hsl [HSL::open -proto UDP -pool pool_syslog]
Collect TCP Data
TCP::collect 1024
}
when CLIENT_DATA {
Dump data to HSL
HSL::send $hsl [TCP::payload]
TCP::release
}
Recent Discussions
Related Content
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