How can I find MAC address of switch?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-19-2016 09:55 AM
Hello!
Some strange question/task )))
There is big nework.
We have serial number of switch X670.
How can we find MAC address of this switch?
Thank you!
Some strange question/task )))
There is big nework.
We have serial number of switch X670.
How can we find MAC address of this switch?
Thank you!
11 REPLIES 11
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-19-2016 11:44 AM
Also, may be, we can filter all MAC addresess in all networks by first 3 octets of MAC addresses?
Like
D88466 Extreme Networks 00E02B EXTREME NETWORKS
000496 Extreme Networks
000130 Extreme Networks
To find in what exactly IP-networks is present Extreme switches.
Do you have all variants of theese 3 octets of MAC?
Thank you!
Like
D88466 Extreme Networks 00E02B EXTREME NETWORKS
000496 Extreme Networks
000130 Extreme Networks
To find in what exactly IP-networks is present Extreme switches.
Do you have all variants of theese 3 octets of MAC?
Thank you!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-19-2016 11:44 AM
EXOS stacks use 020496, so you may see that show up.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-19-2016 11:20 AM
A NMS is your easiest route. But if you don't have one of those just laying around you could use the Asset Discovery Tool to find the SN# and IP. Then you can just login of use SNMP. A SNMP get for ".1.3.6.1.2.1.2.2.1.6.1001" should do it.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-19-2016 11:06 AM
You can get the MAC with the following OID
Name: ifPhysAddress
Type: OBJECT-TYPE
OID: 1.3.6.1.2.1.2.2.1.6
Full path: iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).interfaces(2).ifTable(2).ifEntry(1).ifPhysAddress(6)
Name: ifPhysAddress
Type: OBJECT-TYPE
OID: 1.3.6.1.2.1.2.2.1.6
Full path: iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).interfaces(2).ifTable(2).ifEntry(1).ifPhysAddress(6)
