Forum Discussion
MBLB connection Question, Please Help!
the vs (snat auto-map, cmp disable) and mblb use default.
when CLIENT_ACCEPTED { LB::context_id "all_clients" TCP::collect }
when CLIENT_DATA { if { [TCP::payload length] >= 4 } { binary scan [TCP::payload] H* iso_msg set msg_len [expr 0x[string range $iso_msg 0 3]] log local0. "Full message in hex: ${iso_msg}" log local0. "ISO message payload length is $msg_len bytes" set msg_len [expr {$msg_len + 2}] log local0. "Full message (header+payload) length is $msg_len bytes"
if { [TCP::payload length] >= $msg_len }
{
TCP::release $msg_len
TCP::notify request
}
}
TCP::collect
}
when SERVER_CONNECTED { log local0. "Server Connected !!" TCP::collect }
when SERVER_DATA { TCP::release TCP::notify response TCP::collect }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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