Welcome to our forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Forum Statistics

  • Forum Members:
  • Total Threads:
  • Total Posts: 3
There are 1 users currently browsing forums.
.Net Programming A powerful framework built by Microsoft to facilitate development in Windows platforms.

Reply
  #1  
Old 06-21-2009
New Born
 
Join Date: Jun 2009
Posts: 4
Rep Power: 0
cee_karthi is on a distinguished road
Smile retrieve information from node using ip

I have to retrieve information like Mac address, card serial numbers of the node (multiplexers) using ip.plz tell me in which language we can code for this... plz help me...
Plz tell me the solution for this......
Reply With Quote
  #2  
Old 06-22-2009
Bipolarcat's Avatar
Owned much?
 
Join Date: Nov 2008
Location: The Virgo Supercluster
Posts: 78
Rep Power: 2
Bipolarcat is on a distinguished road
Re: retrieve information from node using ip

You could use the Address Resolution Protocol (ARP) after pinging the node to get the MAC address; I don't know about the serial number, however.

Use command prompt or a batch file to ping the device. After pinging, the MAC should be cached in the ARP table of your NIC, so use the "arp -a" command and it should display the physical address (MAC).

As long as you and the node are on the same physical network, it should work fine.

Last edited by Bipolarcat; 06-22-2009 at 07:02 AM.
Reply With Quote
  #3  
Old 06-24-2009
New Born
 
Join Date: Jun 2009
Posts: 2
Rep Power: 0
tibuan is on a distinguished road
Re: retrieve information from node using ip

Just the info i needed. Lucky to have an answer, thanks cee_karthi for posting a question that could help me also.
tampa seo
Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Innovative Ways to Display Information unclekyky Chit Chat and Hangout 5 02-14-2008 07:30 PM
LinkedList:Problem with linking byteCode C and C++ Programming 2 02-16-2007 05:32 AM
problem with circular lnked list digital_brain C and C++ Programming 21 11-25-2005 12:52 PM