Longest network prefix matching program using Python This utility is useful when one has to find the longest matching prefix for the list of IP address. Pre-requisite for this utility: download and python import module SubnetTree
Usage: longest_prefix_match.py {Input file with list of Prefixes} {Input file with list of IP addresses}