Forum Discussion

LillyM_9417's avatar
LillyM_9417
Icon for Altostratus rankAltostratus
Dec 14, 2011

switch & swith -globe question

 

Hello,

 

 

I could not manage to work this irule. Please help me to make it run.

 

 

Thanks

 

 

Lilly

 

 

 

=============================

 

 

**************

 

**************

 

**************

 

 

when CLIENT_DATA {

 

set pay1 [TCP::payload 8]

 

binary scan $pay1 IA4 len1 trx1

 

 

switch [IP::addr [IP::client_addr]]{

 

"x.x.x.x/24"{

 

switch -glob [class match $trx1 ] {

 

"A"{

 

do smthng}

 

}

 

"B" {

 

do something

 

}

 

"C" {

 

do something

 

}

 

default {

 

do something

 

}

 

}

 

}

 

"y.y.y.y/24"{

 

switch -glob [class match $trx1 ] {

 

"D"{

 

do something

 

}

 

"E" {

 

do something

 

}

 

"F" {

 

do something

 

}

 

default {

 

do something

 

}

 

}

 

}

 

 

}

 

}

 

 

=============================

 

13 Replies