Comware

 View Only
last person joined: 2 days ago 

Expand all | Collapse all

SNMP problem with HP-A3100-24 v2 EI

This thread has been viewed 0 times
  • 1.  SNMP problem with HP-A3100-24 v2 EI

    Posted Mar 04, 2014 04:24 AM

    Hello,

     

    I want to retrieve mac-address table (FDB) from several types of switches with this command:

     

    snmptable -v 3 -a MD5 -A xxx \

        -l authPriv -u snmp -x DES -X yyyy \

        -m BRIDGE-MIB -O0qsX \

        IPaddr dot1dTpFdbTable

     

    or

     

    snmpwalk (...) dot1dTpFdbPort

     

    The problem is that HP-A3100-24 v2 EI returns only the first item. I have tried several firmware revisions, including the newest Version 5.20.99, Release 5203P05.

     

    Other switches, e.g. HP 5920AF-24XG, HP A5500-24G-SFP EI, HP A3600-24-SFP, HP A3100-48 v2, even non-comware, e.g. HP-2610-24, return all items.

     

    SNMP configuration:

     

    snmp-agent mib-view included mib-2 mib-2
    snmp-agent group v3 SNMP_GROUP privacy read-view mib-2
    snmp-agent usm-user v3 snmp SNMP_GROUP authentication-mode md5 xxx \

        privacy-mode des56 yyyy

    snmp-agent sys-info version v3
    snmp-agent

    Changing to SNMP version 2c didn't help.

     

    Does anybody know what's wrong and how to fix it?

     

    Thanks!

     

    Martin


    #SQL


  • 2.  RE: SNMP problem with HP-A3100-24 v2 EI

    Posted Mar 05, 2014 01:42 PM
    Sounds like something you should contact HP about, specially when you have a testcase (that is the same command returns all objects on other devices from the same vendor).


  • 3.  RE: SNMP problem with HP-A3100-24 v2 EI

    Posted Mar 06, 2014 02:56 AM

    Thanks, I wanted to be sure I'm not doing something stupid. I have contacted HP and will report here once I have a solution.

     

    Martin



  • 4.  RE: SNMP problem with HP-A3100-24 v2 EI

    Posted Mar 06, 2014 07:52 AM

    The solution suggested by HP is using dot1qTpFdbTable instead of dot1dTpFdbTable which is working for me.

     

    Martin