# File lib/snmp/mib.rb, line 101
      def import_supported?
        `smidump --version` =~ /^smidump 0.4/  && $? == 0
      end