Quantcast
Viewing all articles
Browse latest Browse all 47296

How to match match IP addresses with a lookup table that only contains IP subnets?

Dear Team, What i am trying to achieve is like this: I have a lookup table with many subnets. I am trying to match the destination host IP with the suitable subnet from the table. | index dhcp | lookup IPtable ip as dest_host OUTPUT ip as dest_match The problem is the IP column in IPtable contains IP subnet only. How do I solve it? Any help would be much appreciated!

Viewing all articles
Browse latest Browse all 47296

Trending Articles