Forum Discussion

Georgi__Joe__St's avatar
Georgi__Joe__St
Icon for Altostratus rankAltostratus
Sep 14, 2017

iRules are not seeing tables created from other rules.

Hi Guys,

 

We have a strange issue at the moment. It never happened before or at least I didn't catch it. The issue is that we are having irules which are sharing same table. Yesterday we uploaded brand new rule and find out that actually the new rule is seeing nothing and creating different subtables in completely different ... let say "context".

 

So let say we have iRule1 and iRule2:

 

  • iRule1 add record to common_subtable
  • iRule2 add record to common_subtable
  • When iRule1 reading keys from common_subtable it see only his records
  • When iRule2 reading keys from common_subtable it see only his records

So my conclusion is that there is a subtable "common_subtable" with same name and different content for both rules...

 

Both rules are in same partition and I cant understand why this happens. Is that normal and why?

 

PS. TMOS 11.6.0, I know that it is EOL, upgrade is ongoing.