Hi I tried to dig around in the code and solve this, but I am not making any progress so it is time to ask for help.:)

My MIB (CISCO-DOT11-ASSOCIATIONS) has the follwing index definition:
        INDEX      {
                ifIndex,
                cd11IfAuxSsid,
                cDot11ClientAddress
                   }

cDot11ClientAddress is "SYNTAX MacAddress"

Everytime I try and use this MIB I get a core dump  at line 4204 of mib.c (current cvs version) in  _get_realloc_symbol:

                            if (strcmp(get_tc_descriptor(tp->tc_index), "InetAddress") == 0 &&
                                strcmp(get_tc_descriptor(next_peer->tc_index),
                                "InetAddressType") == 0 ) {

when I try to output the value of tp->tc_index it is null. I checked the parsing of the mib, but it seems to be ok.

Any ideas where I should look next?

Thanks,
stefan

Reply via email to