Device::OUI

Resolve an Organizationally Unique Identifier
Download

Device::OUI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jason Kohles
  • Publisher web site:
  • http://search.cpan.org/~jasonk/

Device::OUI Tags


Device::OUI Description

Resolve an Organizationally Unique Identifier Device::OUI is a Perl module that provides an interface to the IEEE OUI (Organizationally Unique Identifier) registry. The registry contains information on what company an OUI is assigned to. OUIs are used in various networking devices as part of a unique ID method (network MAC addresses and Fiber Channel WWNs in particular, see the Device::MAC and Device::WWN modules for more information).SYNOPSIS use Device::OUI; my $oui = Device::OUI->new( '00:17:F2' ); printf( "Organization: %s ", $oui->organization ); Requirements: · Perl


Device::OUI Related Software