Sometimes I need to locate quickly a computer in the buidling and
the only information I have at first, is the IP address (and
most of the time, it's a DHCP IP address, so there is many
places possible it could be).
With the MAC address, it's easy to locate on which port of
a switch it is plugged. And when i know on which port of
the switch it is plugged, I know where in the building the
computer is. There's many switchs and routers, so I wanted to have a little
perl script which would quickly gather all the informations
on a machine.
I think my problem is more how to use SNMP to get what
I want than a Perl one. Net::SNMP seems the way to do it. I just
need to find how, but that's not a perl issue now :)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.