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!
↧