Hi,

I am new to Perl and need some urgent help.Ihave to design a network management station to do te following and am strapped for time.So if anyone can point me in te ruight direction I would appreciate it very much......

• Identify various devices on the network. o Devices include all hardware devices connected to the network i.e +. PC’s, Servers ,Printers & Plotters • Ping remote hosts to verify the network connection. o Using Perl Commands to verify network connectivity. • Ping hosts along a route to isolate a hardware or software proble +m. • See what ports various machines are using. o Check to see what ports a device is using and what state these po +rt are in i.e. Listening, Closed, Established…. • Look up IP addresses of hosts using a device name. o Given an IP address the program will be able to look up a host ba +sed on the IP address and return the host name. • Obtain information about all users logged on to a particular host + (important security utility for institutions such as the college). o Can see what student is /was logged onto a particular machine. o Important if machine has been tampered with e.g. passwords hacked +. • Allow user obtain and configure time settings from remote hosts ( +important to allow many software packages run properly). • Automatically send an alert (e-mail) to the college work request +system detailing the detection and fault of a hardware/ software prob +lem.

CODE tags added by Arunbear


In reply to Network managemnt Station by akearins

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.