Revision history of "Cisco CDP.pl"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 16:38, 26 July 2009Heth (talk | contribs)m . . (3,871 bytes) (+3,871). . (New page: <source lang=perl> #!/usr/bin/perl -w use strict; use Net::SNMP; my($error,$session,$seed_oid,$oid_root,$community,$hostname,$seed_ip); my(%done); my(@todo); $done{"0.0.0.0"}=1; $communi...)