T.R | Title | User | Personal Name | Date | Lines |
---|
4351.1 | MIB doesn't look like it matches implementation | GOSTE::CALLANDER | | Thu Jan 07 1993 11:57 | 4 |
| the no correspondig entity message means that someone return unexpected
data. In your case it looks like the event you received had more
information in it than the MIB did.
|
4351.2 | check with DECmcc dictionnary | ANNECY::HAGENMULLER | EIC Annecy - dtn 7887.41.99 | Thu Jan 07 1993 13:14 | 20 |
| try to see if all the relevant fields in the trap are defined in the decmcc
dictionnary by issuing the following commands :
$manage/tool/dict
>show class snmp
>show subclass chipcom
>show event the_trap_you_want_to_check
and compare the upshot to the MIB definition.
Anyhow, there is currently a limitation within DECmcc SNMP AM which prevents
you from getting displayed more than the first VarBind in the trap.
I got once a similar error which was due to a bad ip address (second field)
transmitted in the trap (SNMP AM couldn't recognize the right entity).
Yet, your problem seems to be a little bit different.
Ch.
|
4351.3 | Check the version of EMM ? | MQOSWS::F_MONETTE | Montreal Sales Support | Thu Jan 07 1993 16:09 | 13 |
| If you have a new ONline , you should have EMM V3.0. The
MIB you installed I think is for EMM V2.1. I know that
Chipcom has a new private MIB for EMM V3.0. You can have
it using the Chipcom Hot-line. they will send you the MIB
BY Internet if you want.
I Hope this help
regards
francois
|
4351.4 | | MOLAR::YAHEY::BOSE | | Thu Jan 07 1993 19:13 | 13 |
| >> "
>> onlinePortAdminState =
>>%MCC-E-NOENTITY, No corresponding entity existence exists
>>-------------------"-------------------"-----------------
onlinePortAdminState has an enumerated datatype. You are seeing
the above error message because the chipcom agent is returning
a value which is outside of the enumeration. I have seen similar
behaviour from the chipcom agent we have here in our lab.
Rahul.
|
4351.5 | What about Notification ? | BAHTAT::TAYLOR | | Fri Jan 15 1993 04:42 | 11 |
|
Thanks for all the replies/suggestions.
The concentrators are EMM V3, so since I am working with Chipcom on the
FT ONdemand software for Ultrix I managed to get a new MIB as well.
That should take care of the first problem. Has anyone any suggestions
regarding the second (notification) problem ?
regards,
Richard.
|
4351.6 | related problem | GOSTE::CALLANDER | | Tue Jan 19 1993 10:39 | 3 |
| notification simply calls the getevent, the problems and resolution
should simply be one in the same.
|