[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

5875.0. "traps in experimental mib" by QUABBI::"[email protected]" () Tue Feb 22 1994 11:58



Hi folks,

I use mcc1.3 framework and alarms&notification1.3 on ultrix 4.3

does the mcc_tcpip_mtu translator get the experimental mib correct ????

i have the problem always getting my child entity only partial registered
using the experimental mib. the mib looks okay i think.
but if i send traps to it i receive them with a similar effect 
as desribed by mr. mistry in 8933 - i don't see my varbind list.

my mib is constructed the following way

myMib   OBJECT IDENTIFIER ::= { experimental 18 }

myNode1 OBJECT IDENTIFIER ::= { myMib 1 }
myNode2 OBJECT IDENTIFIER ::= { myMib 2 }
..
..
myNodeN OBJECT IDENTIFIER ::= { myMib N }


myAtom1 OBJECT-TYPE
        SYNTAX DisplayString (SIZE (60))
        ACCESS read-only
        STATUS mandatory
        DESCRIPTION ...
        ::= { myNode 1 }

..
..

myAtomN OBJECT-TYPE
        SYNTAX DisplayString (SIZE (60))
        ACCESS read-only
        STATUS mandatory
        DES...
        ::= { myNodeN 1 }



myTrap1 TRAP-TYPE
        ENTERPRISE myNode1
        VARIABLES  { myAtom1 }
        DES...
        ::= 1

..
..

myTrapN TRAP-TYPE
        ENTERPRISE myNodeN
        VARIABLES  { myAtomN }
        DES...
        ::= N



Any help would be appreciated
Thanks a lot

Maik

[posted by Notes-News gateway]
T.RTitleUserPersonal
Name
DateLines
5875.1MOLAR::YAHEY::BOSEWed Feb 23 1994 09:570
5875.2MOLAR::YAHEY::BOSEWed Feb 23 1994 09:580
5875.3MOLAR::YAHEY::BOSEWed Feb 23 1994 10:027
  
	Invoke the dictionary browser and check if the trap definitions
	made it to the dictionary correctly. If that is true then check
	if the variable bindings are returned in the trap PDU. (This
	has to be done through some sort of a network sniffer).

	Rahul.
5875.4Should not be using expermintal in any caseSCCA::daveAhh, but fortunately, I have the key to escape reality.Wed Feb 23 1994 15:448
Also, please note that you should not be placing your mibs
in the experimental tree.  That area is for "registered" IETF experiments.
I am more than willing to bet that what you are working on is not
one of the approved internet experiments.

Any mib extensions you do should be placed under the correct
enterprise specific extension area.