Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    SNMP::Info::SONMP 1.04

    Download button

    No screenshots available
    Downloads: 389  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Eric Miller | More programs
    Perl Artistic License / FREE
    June 13th, 2007, 02:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    SNMP::Info::SONMP description

    SNMP::Info::SONMP is a Perl5 Interface to SynOptics Network Management Protocol (SONMP) using SNMP.

    SNMP::Info::SONMP is a Perl5 Interface to SynOptics Network Management Protocol (SONMP) using SNMP.

    SYNOPSIS

    my $sonmp = new SNMP::Info (
    AutoSpecify => 1,
    Debug => 1,
    DestHost => 'router',
    Community => 'public',
    Version => 2
    );

    my $class = $sonmp->class();
    print " Using device sub class : $classn";

    $hascdp = $sonmp->hasCDP() ? 'yes' : 'no';

    # Print out a map of device ports with CDP neighbors:
    my $interfaces = $sonmp->interfaces();
    my $c_if = $sonmp->c_if();
    my $c_ip = $sonmp->c_ip();
    my $c_port = $sonmp->c_port();

    foreach my $cdp_key (keys %$c_ip){
    my $iid = $c_if->{$cdp_key};
    my $port = $interfaces->{$iid};
    my $neighbor = $c_ip->{$cdp_key};
    my $neighbor_port = $c_port->{$cdp_key};
    print "Port : $port connected to $neighbor / $neighbor_portn";
    }

    SNMP::Info::SONMP is a subclass of SNMP::Info that provides an object oriented interface to the SynOptics Network Management Protocol (SONMP) information through SNMP.

    SONMP is a Layer 2 protocol that supplies topology information of devices that also speak SONMP, mostly switches and hubs. SONMP is implemented in SynOptics, Bay, and Nortel Networks devices. SONMP has been rebranded by Bay then Nortel Networks and is know by several different names.

    Create or use a device subclass that inherits this class. Do not use directly.
    Each device implements a subset of the global and cache entries. Check the return value to see if that data is held by the device.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    SynOptics interface | network management | Perl module | SNMP::Info::SONMP | SynOptics | SONMP

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM