Forum Discussion
Angel_Martinez_
Nimbostratus
Nov 03, 2008Command returned bad code: 12 while executing
Hi
we're "playing" with this iRule:
when SERVER_CONNECTED {
listen {
proto 17
timeout 60
bind [LINK::vlan_id] [IP::local_addr] [peer {UDP::client_port}]
server [peer {IP::client_addr}] [peer {UDP::client_port}]
allow [IP::server_addr]
}
}
to manage the tftp secure connections but sometimes we get this error message:
Nov 2 23:55:17 tmm tmm[1678]: 01220001:3: TCL error: iRule_TFTP_VoIP - command returned bad code: 12
while executing
"listen {
proto 17
timeout 60
bind [LINK::vlan_id] [IP::local_addr] [peer {UDP::client_port}]
server [peer {IP::client_addr}] [..."
where could I track for some information ¿?
Thank you in advanced.
- spark_86682Historic F5 AccountThe short answer is that "code: 12" means that the address you're trying to listen on is already in use (there is already something on that IP/port tuple).
- hoolio
Cirrostratus
If you want to get more info on runtime TCL errors, you can use catch (Click here) to handle the error gracefully and log details on the problem: - Angel_Martinez_
Nimbostratus
Thank you I'll give you my improve! - Angel_Martinez_
Nimbostratus
good! ;o) it gives me a clue! - ndecaris_66201
Nimbostratus
what is the clue ? i've the same problem ! the fact is that simultaneous client may have the same UDP port client.
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