Forum Discussion

Stephan_Manthe1's avatar
Stephan_Manthe1
Icon for Nimbostratus rankNimbostratus
May 27, 2010

Datagroup type IP supporting routing domains?

Hi,

 

I´m trying to use IP-addresses and Subnets with a routing domain extension in a datagroup/class as follows:

 

 

class dg_rd123_ip {

 

{ host 10.123.123.80%123

 

network 10.123.123.96%123/28

 

}

 

}

 

 

The following command doesn´t seem to work for whatever reason:

 

 

[class match [IP::local_addr] equals dg_rd123_ip]

 

 

Trying an alternative approach with a string based class works fine, but doesn´t allow to specify subnets:

 

 

class dg_names {

 

{ "10.123.123.80%123"

 

"10.123.123.82%123"

 

}

 

}

 

 

Any ideas? Or isn´t it supported in v10.1-HF1?

 

Thanks,

 

Stephan

 

1 Reply

  • Hi Stephan,

     

     

    I replied to your other post here:

     

     

    http://devcentral.f5.com/Community/GroupDetails/tabid/1082223/asg/50/afv/topic/aft/1172490/aff/5/showtab/groupforums/Default.aspx

     

     

    Aaron