- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MAC address uses
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 02:59 PM
06-15-2006 02:59 PM
"$arp -a" command shows mac address of the server.
I just want to know for what purpose we are
using MAC address in our day-to-day work.
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 03:08 PM
06-15-2006 03:08 PM
SolutionThe MAC address is also used to allow dhcpd to assign static IP addresses based upon the MAC address and the subnet that the request originates from.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 03:23 PM
06-15-2006 03:23 PM
Re: MAC address uses
also ,MAC address used in make_net_tape recovery configuration , and it maps the clients in terms of MAC address , and if you check in the ignite server under /var/opt/ingnite/clients/ you will find that the client names has been mapped to their respective mac addresses :
ex: hpuxsyb33 -> 0x0040EE1CE2CF.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 03:29 PM
06-15-2006 03:29 PM
Re: MAC address uses
You can use this command to find out MAC address of a system:
# echo " MAC Address of lan0 : `lanscan | grep lan0 | awk '{print $2}'` "
Also you can check the below link for more info
http://www.ncl.ac.uk/iss/network/mac.html
http://www.tech-faq.com/mac-address.shtml
http://www.embarcadero.com/downloads/how_to_obtain_your_mac_address.pdf
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 03:44 PM
06-15-2006 03:44 PM
Re: MAC address uses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 03:51 PM
06-15-2006 03:51 PM
Re: MAC address uses
"mac address" is ubiquitous in present networking world. Without mac, you will not be able to browse internet or do something in network .. Here you can find more information,http://en.wikipedia.org/wiki/MAC_address
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 03:52 PM
06-15-2006 03:52 PM
Re: MAC address uses
From MAC address you can also come to know , which Comanies NIC CARD you are using in the system :
Check out, MAC Address decoder:
Here how it works :(just paste the 12 digit mac address, and check )
http://www.techzoom.net/mac/index.asp
Enjoy ,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 05:14 PM
06-15-2006 05:14 PM
Re: MAC address uses
Every network adapter has what's called a Media Access Control address (usually shortened to MAC address). It's a six-byte identifying number permanently embedded in the firmware of the adapter, and is readable by the network and the operating system of the device on which the adapter is installed. All modems have a MAC address; so do all Ethernet cards. The address must follow the standards set by the Institute of Electrical and Electronics Engineers (IEEE), which sets computer networking standards. Basically, the address is a six-pair set of hexadecimal numbers, for example, a1-c2-e3-44-5f-6d.
The purpose of the MAC address is to uniquely identify each and every node on a network; nodes include workstations and devices like printers. Every adapter has a unique MAC address. Even two identical models from the same manufacturer will have distinct MAC addresses.
Note: Some literature calls the MAC address the physical address, the hardware address, or the adapter address for various reasons. While that's not wrong or inaccurate, the proper way to refer to that address is to call it the MAC address.
-Amit