[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

3467.0. "TCP-IP traps/events..." by AEOEN2::BOMMART (WaveWalker 887-4108) Thu Jul 30 1992 13:51

I'm trying to integrate a private MIB extension to the MCC dictionary:

In this private MIB extension, I find an ASN.1 macro which looks like:

	SampleTrap	TRAP-TYPE
		ENTERPRISE		SampleObjectID
		VARIABLES		{ SampleVariablelist }
		DESCRIPTION		"SampleDescription"
		::=1

What does the MCC TCP/IP Translator Utility with this Macro ??

I have tried to compiled it and nothing appears in the generated MSL (No warning
or error messages are produced)

My customer has defined several "enterpriseSpecific" Traps in its MIB extension
and generates these traps in the SNMP agent they have written.

Is it possible with MCC, to wait for ONE of these "EnterpriseSpecific" traps
(and NOT to wait for ANY "EnterpriseSpecific" trap).

The GETEVENT directive of the SNMP AM seems to allow only to wait for ANY
"EnterpriseSpecific" traps or for the other trap classes:
	ColdStart, Warmstart, linkdown, linkup, authenticationFailure,
	egpNeighborLoss

Am I wrong ??

If I'm not wrong, are you planning to offer this capability in the next (?)
release of the SNMP AM ?

I thank you in advance,
Regards,
Damien.

PS: by the way :-), if a SNMP AM guru could answer to the note 3256.15, it would
    be great. 
T.RTitleUserPersonal
Name
DateLines
3467.1Wait for next version.YAHEY::BOSEThu Jul 30 1992 18:0010
	Damien,
		Unfortunately, the functionality you are looking for is not
	there in V1.2. The good news is that in our post-V1.2 development
	phase we have enhanced Enterprise Specific event handling, which
	will allow you to issue getevent directives against private traps,
	and also have access to variables sent back in the trap PDU.
	All this will be available in the next release of the SNMP AM.

	Rahul.