Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to get a MAC address
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dr. Richard Kopec  
View profile  
 More options Sep 25 2007, 3:41 pm
Newsgroups: comp.unix.aix
From: "Dr. Richard Kopec" <ko...@acad.stedwards.edu>
Date: Tue, 25 Sep 2007 14:41:34 -0500
Local: Tues, Sep 25 2007 3:41 pm
Subject: How to get a MAC address
I have an IBM RS/6000 7043 43P model 140 running AIX 5.3.  Can anyone
tell me how to get it to tell me its MAC address?

Thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Landay  
View profile  
 More options Sep 25 2007, 3:58 pm
Newsgroups: comp.unix.aix
From: Paul Landay <lan...@attglobal.net>
Date: Tue, 25 Sep 2007 15:58:33 -0400
Local: Tues, Sep 25 2007 3:58 pm
Subject: Re: How to get a MAC address

Dr. Richard Kopec wrote:
> I have an IBM RS/6000 7043 43P model 140 running AIX 5.3.
> Can anyone tell me how to get it to tell me its MAC address?
> Thanks!

Start with 'lsdev -C -c adapter | grep ent' to
to see what ethernet adapters AIX recognizes.
Then do 'lscfg -v -l ent0' (repeat for ent1,
etc. if you have multiple adapters) to see
what the burned-in MAC address is.  Then do
'lsattr -E -l ent0' to see if a locally administered
address has been assigned to that adapter.

If the adapter is in use (by tcp/ip or some
other network protocol) you can also do
'netstat -v ent0' to see the address that
adapter presented to the switch/hub.

Paul Landay


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dr. Richard Kopec  
View profile  
 More options Sep 25 2007, 4:17 pm
Newsgroups: comp.unix.aix
From: "Dr. Richard Kopec" <ko...@acad.stedwards.edu>
Date: Tue, 25 Sep 2007 15:17:23 -0500
Local: Tues, Sep 25 2007 4:17 pm
Subject: Re: How to get a MAC address

  Thanks!

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
JimK  
View profile  
 More options Sep 25 2007, 8:35 pm
Newsgroups: comp.unix.aix
From: JimK <jkell...@nc.rr.com>
Date: Tue, 25 Sep 2007 20:35:26 -0400
Local: Tues, Sep 25 2007 8:35 pm
Subject: Re: How to get a MAC address
Dr. Richard Kopec wrote:
> I have an IBM RS/6000 7043 43P model 140 running AIX 5.3.  Can anyone
> tell me how to get it to tell me its MAC address?

> Thanks!

ifconfig -a

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roy  
View profile  
 More options Sep 26 2007, 1:56 am
Newsgroups: comp.unix.aix
From: Roy <aa...@aa4re.ampr.org>
Date: Tue, 25 Sep 2007 22:56:44 -0700
Local: Wed, Sep 26 2007 1:56 am
Subject: Re: How to get a MAC address

I think

netstat -i

is easiest

Name  Mtu   Network     Address            Ipkts Ierrs    Opkts Oerrs  Coll
en0   1500  link#2      0.4.ac.e4.96.f3   73596196     0 73672128     0
    0


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »