def run
    unless ::File.exist?(datastore['CONFIG'])
      fail_with Failure::BadConfig, "Cisco config file #{datastore['CONFIG']} does not exist!"
    end
    cisco_config = ::File.open(datastore['CONFIG'], 'rb')