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

Nick Hilliard nick at inex.ie
Tue Sep 17 23:00:06 IST 2013


On 17/09/2013 19:07, Thorleif Wiik [BCIX] wrote:
> 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 

ok, so they didn't do the community at vlan hack then.  Not unexpected.  looks
there might be three separate cases to consider here then:

1. single instance BRIDGE-MIB
2. multi instance BRIDGE-MIB
3. P-BRIDGE-MIB

option 1 is supported by all the kit we currently use (NI-CES2K, TIX24, and
some management switches - C3500XL, netgear GSM7224).

option 2 is supported by some other kit (e.g. netgear), but not on the
brocade kit or the old cisco kit.  Not going to implement at the moment
because the perl snmp library I'm using will probably not support it.

option 3 is supported by the brocade + netgear kit, but not the C3500XL.
apparently also juniper + F10.

I will take a look at this tomorrow and see what I can come up with.

Nick


> ..
> 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 <mailto: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 <mailto: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
>         <mailto: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 <mailto:ixpmanager at inex.ie>
>             https://www.inex.ie/mailman/listinfo/ixpmanager
> 
> 
> 
> 
>         -- 
>         Thorleif Wiik, Vorstand Technik
>         thorleif.wiik at bcix.de <mailto:thorleif.wiik at bcix.de>
> 
>          Tel: +49 160 90378641 <tel:%2B49%20160%2090378641>
> 
>         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
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> INEX IXP Manager mailing list
> ixpmanager at inex.ie
> https://www.inex.ie/mailman/listinfo/ixpmanager
> 


-- 
Network Ability Ltd. | Chief Technical Officer | Tel: +353 1 6169698
3 Westland Square    | INEX - Internet Neutral | Fax: +353 1 6041981
Dublin 2, Ireland    | Exchange Association    | Email: nick at inex.ie



More information about the ixpmanager mailing list