[ixpmanager] Force10 S4810 support for update-l2database.pl

Thorleif Wiik [BCIX] thorleif.wiik at bcix.de
Tue Sep 17 19:07:56 IST 2013


Hi all,

I think I found the solution where the MAC Addresses
can be found in the F10 SNMP Q-BRIDGE-MIB implementation:


The MAC address (and VLAN ID) is encoded in the OID that is returned.

$ snmpwalk -c public a.b.c.d .1.3.6.1.2.1.17.7.1.2.2.1.2

..
iso.3.6.1.2.1.17.7.1.2.2.1.2.100.0.4.35.178.69.59 = INTEGER: 770
iso.3.6.1.2.1.17.7.1.2.2.1.2.100.0.4.35.178.99.191 = INTEGER: 770
iso.3.6.1.2.1.17.7.1.2.2.1.2.100.0.5.133.209.248.93 = INTEGER: 770
iso.3.6.1.2.1.17.7.1.2.2.1.2.100.0.11.96.49.208.0 = INTEGER: 770
iso.3.6.1.2.1.17.7.1.2.2.1.2.100.0.12.66.67.126.165 = INTEGER: 770
iso.3.6.1.2.1.17.7.1.2.2.1.2.100.0.12.219.251.35.98 = INTEGER: 770
..


for the first line:

100 = VLAN ID for BCIX peering LAN

0.4.35.178.69.59 = MAC Address in decimal format



Regards, Thorleif


On Tue, Sep 17, 2013 at 6:43 PM, Thorleif Wiik [BCIX] <thorleif.wiik at bcix.de
> wrote:

> Hi,
>
> I also raised a ticket at Force10 Support.
>
> Cheers, Thorleif
>
>
> On Tue, Sep 17, 2013 at 6:34 PM, Thorleif Wiik [BCIX] <
> thorleif.wiik at bcix.de> wrote:
>
>> Hi Nick,
>>
>> not sure, is the syntax ok as " snmpwalk -v 2c -c xxxxxx@$vlan $switchip
>> .1.3.6.1.2.1.17.4.3.1.2"
>> doesn't work for me.
>>
>> Without $vlan:
>>
>> snmpwalk -v 2c -c xxxxxx@ $switchip .1.3.6.1.2.1.17.4.3.1.2 :
>>
>> iso.3.6.1.2.1.17.4.3.1.2 = No Such Instance currently exists at this OID
>>
>> snmpwalk -v 2c -c xxxxxx@ $switchip .1.3.6.1.2.1.17.4.3.1.1:
>>
>> iso.3.6.1.2.1.17.4.3.1.1 = No Such Instance currently exists at this OID
>>
>> Cheers, Thorleif
>>
>>
>>
>> On Tue, Sep 17, 2013 at 3:02 PM, Nick Hilliard <nick at inex.ie> wrote:
>>
>>> On 17/09/2013 13:54, Nick Hilliard wrote:
>>> > The specs claim support for both rfc 1493 and 2674, so if there is
>>> nothing
>>> > returned from those oids on BRIDGE-MIB, maybe they need the vlan to be
>>> > specified.  After all it doesn't make a whole lot of sense to do a
>>> > bridge-wide view in SNMP when it's handled on a per-vlan basis
>>> internally.
>>>
>>> i.e. quick test to see if this works:
>>>
>>> snmpwalk -v 2c -c xxxxxx@$vlan $switchip .1.3.6.1.2.1.17.4.3.1.2
>>> snmpwalk -v 2c -c xxxxxx@$vlan $switchip .1.3.6.1.2.1.17.4.3.1.1
>>>
>>> where $vlan is the numerical ID of your VLAN.  If this works, it's pretty
>>> easy to update the script to add support.
>>>
>>> Nick
>>>
>>> _______________________________________________
>>> INEX IXP Manager mailing list
>>> ixpmanager at inex.ie
>>> https://www.inex.ie/mailman/listinfo/ixpmanager
>>>
>>
>>
>>
>> --
>> Thorleif Wiik, Vorstand Technik
>> thorleif.wiik at bcix.de
>>
>>  Tel: +49 160 90378641
>>
>> BCIX Management GmbH / BCIX e.V.
>> Stromstrasse 5
>> 10555 Berlin - Germany
>>
>> http://www.bcix.de/
>> http://twitter.com/bcix
>> https://www.facebook.com/BCIX.Internet.Exchange
>>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20130917/305bb198/attachment.html>


More information about the ixpmanager mailing list