Forum Discussion

ashley_sauls_67's avatar
ashley_sauls_67
Historic F5 Account
Apr 20, 2007

changes to irules in version 9.4?

rule Log_Domino {

 

 

when SERVER_CONNECTED {log "Client:[IP::client_addr]:[TCP::client_port] Server:[IP::server_addr]:[TCP::server_port] Protocol:[IP::protocol]"}

 

 

 

 

}

 

After upgraded units from 9.2.2 & 9.2.3 to v9.4 and the iRule isn’t logging anymore(but used to log before the upgrade).

 

 

Any idea why?
  • That iRule is fairly basic and should work fine on 9.4. I would verify that the iRule is still associated with the virtual and when traffic is passed through the virtual, if any other errors are present.

     

     

    I just tested this on v9.4 and it sent the value to the log just fine.

     

     

    Apr 20 11:38:05 tmm tmm[1555]: 01220002:6: Rule test : Client:192.168.181.3:3567 Server:10.10.10.149:80 Protocol:6

     

     

     

    -Joe