Mac Address Switch Ports
The same mac address for all port in all devices(dell 6248, force10). It's correct?
mysql> use observium; Database changed mysql> select device_id,ifDescr,ifPhysAddress from ports where device_id=5 limit 10; +-----------+------------------------------------------+---------------+ | device_id | ifDescr | ifPhysAddress | +-----------+------------------------------------------+---------------+ | 5 | Unit: 1 Slot: 0 Port: 1 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 2 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 3 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 4 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 5 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 6 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 7 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 8 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 9 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 10 Gigabit - Level | 5c260adb03da | +-----------+------------------------------------------+---------------+ 10 rows in set (0.00 sec)
Hi Alex,
Looks like my Dell 6248s are reporting the same. All other devices have different ones, it may be a bug in the dell firmware but not in Observium :)
Tom
On Tue, 2013-04-09 at 13:57 -0300, Alex Vitola wrote:
The same mac address for all port in all devices(dell 6248, force10). It's correct?
mysql> use observium; Database changed mysql> select device_id,ifDescr,ifPhysAddress from ports where device_id=5 limit 10; +-----------+------------------------------------------+---------------+ | device_id | ifDescr | ifPhysAddress | +-----------+------------------------------------------+---------------+ | 5 | Unit: 1 Slot: 0 Port: 1 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 2 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 3 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 4 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 5 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 6 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 7 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 8 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 9 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 10 Gigabit - Level | 5c260adb03da | +-----------+------------------------------------------+---------------+ 10 rows in set (0.00 sec)
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
they're powerconnects, not force10.... big difference. :)
i have multiple observium installations with force10 s25n, powerconnect 6224 and lots of different cisco switches.
on the force10 and powerconnects i see the same as you, with the same mac address on all interfaces. on my cisco devices theres different mac's on the ports.
so it's either a bug in FTOS and Powerconnect, or it's something deep within observium.
br
stefan milo ________________________________________ Fra: observium-bounces@observium.org [observium-bounces@observium.org] På vegne af Alex Vitola [alex.vitola@gmail.com] Sendt: 9. april 2013 18:57 Til: L - Observium Emne: [Observium] Mac Address Switch Ports
The same mac address for all port in all devices(dell 6248, force10). It's correct?
mysql> use observium; Database changed mysql> select device_id,ifDescr,ifPhysAddress from ports where device_id=5 limit 10; +-----------+------------------------------------------+---------------+ | device_id | ifDescr | ifPhysAddress | +-----------+------------------------------------------+---------------+ | 5 | Unit: 1 Slot: 0 Port: 1 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 2 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 3 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 4 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 5 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 6 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 7 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 8 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 9 Gigabit - Level | 5c260adb03da | | 5 | Unit: 1 Slot: 0 Port: 10 Gigabit - Level | 5c260adb03da | +-----------+------------------------------------------+---------------+ 10 rows in set (0.00 sec)
participants (3)
-
Alex Vitola
-
Stefan Milo
-
Tom Laermans