Fw:Re: Define Trap mib file and generate Trap codes problem(v1, v2 testing prototype problems)

2010-01-12 Thread Alexander King
-- Original -- From: "Alexander King"; Date: Tue, Jan 12, 2010 06:00 PM To: "Dave Shield"; Subject: Re: Define Trap mib file and generate Trap codes problem(v1,v2 testing prototype problems) -- Original

Re: Define Trap mib file and generate Trap codes problem(v1,v2 testing prototype problems)

2010-01-12 Thread Dave Shield
2010/1/12 Alexander King : > and more,i decide to test the v1 and v2 trap prototype,but I got two mib > files use the same template(defined by myself too),UIT-TRAP-MIB.mib and > UIT-NOTIFICATION-MIB.mib OK - first thing. Forget about UIT-TRAP-MIB. It's a bogus mixture of SMIv1 and SMIv2. The Net-

Re: Define Trap mib file and generate Trap codes problem(v1, v2 testing prototype problems)

2010-01-12 Thread Alexander King
Hi Dave and ALL: 2010/1/11 Alexander King : >>>If I do not use the same parent OID,how do I distinguish the >>> notification entries belong to? What do you mean by this? If there is management information associated with a notification, this would typically be listed in the OBJECTS clause

Re: Define Trap mib file and generate Trap codes problem

2010-01-11 Thread Dave Shield
2010/1/11 Alexander King : >>>If I do not use the same parent OID,how do I distinguish the >>> notification entries belong to? What do you mean by this? If there is management information associated with a notification, this would typically be listed in the OBJECTS clause of the notification defi

Re: Define Trap mib file and generate Trap codes problem

2010-01-11 Thread Alexander King
2010/1/11 Alexander King : > I define the trap entries in the same mib file like this: > > controllerInfo OBJECT IDENTIFIER ::= { systeminfoController 1 } > systemNumber OBJECT-TYPE > SYNTAX DisplayString( SIZE( 0..256 ) ) > ACCESS read-only > and then: > > system

Re: Define Trap mib file and generate Trap codes problem

2010-01-11 Thread Dave Shield
2010/1/11 Alexander King : > I define the trap entries in the same mib file like this: > > controllerInfo OBJECT IDENTIFIER ::= { systeminfoController 1  } >     systemNumber OBJECT-TYPE >     SYNTAX DisplayString( SIZE( 0..256 ) ) >     ACCESS read-only > and then: > >     system

Define Trap mib file and generate Trap codes problem

2010-01-10 Thread Alexander King
Hi All: I define the trap entries in the same mib file like this: controllerInfo OBJECT IDENTIFIER ::= { systeminfoController 1 } systemNumber OBJECT-TYPE SYNTAX DisplayString( SIZE( 0..256 ) ) ACCESS read-only STATUS current DESCRIPTION