I have gone through this wonderfull post on stackoverflow
Validate IP address is not 0.0.0.0 or multicast address
But this is a custom javascript function which i have to write in my aspx page, instead of this is there any regex equivalent which could be helpful to validate the multicast ip-address
e.g. multicast IP address between 224.0.0.1 and 239.255.255.255
Thanks in advance for your efforts. :)