Commit version 24.12.13800
This commit is contained in:
@ -117,8 +117,47 @@ juniperMIB MODULE-IDENTITY
|
||||
REVISION "202003250000Z" --25-Mar-20
|
||||
DESCRIPTION
|
||||
"Add jnxTLBNotifications"
|
||||
|
||||
REVISION "202202250000Z" --25-Feb-22
|
||||
DESCRIPTION
|
||||
"Add jnxAsicExtMemTraps"
|
||||
|
||||
REVISION "202202250000Z" --25-Feb-22
|
||||
DESCRIPTION
|
||||
"Add jnxAsicExtMemOKTraps"
|
||||
|
||||
REVISION "202404020000Z" --02-Apr-24
|
||||
DESCRIPTION
|
||||
"Added jnxPoeTraps branch.
|
||||
Added jnxPoeOKTraps branch."
|
||||
::= { enterprises 2636 }
|
||||
|
||||
-- for integer counters that wrap in less than one hour with only 32 bits
|
||||
Integer64 ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A 64-bit signed integer. The value is restricted to
|
||||
the BER serialization of the following ASN.1 type:
|
||||
I64TYPE ::= [122] IMPLICIT I64Type
|
||||
(note: the value 122 is the sum of '30'h and '4a'h)
|
||||
The BER serialization of the length for values of
|
||||
this type must use the definite length, short
|
||||
encoding form.
|
||||
|
||||
For example, the BER serialization of value 129
|
||||
of type I64TYPE is '9f7a020081'h. (The tag is '9f7a'h;
|
||||
the length is '02'h; and the value is '0081'h.) The
|
||||
BER serialization of value '9f7a020081'h of data
|
||||
type Opaque is '44059f7a020081'h. (The tag is '44'h;
|
||||
the length is '05'h; and the value is '9f7a020081'h.)
|
||||
Also for example, the BER serialization of value -129
|
||||
of type I64TYPE is '9f7a02ff7f'h. (The tag is '9f7a'h;
|
||||
the length is '02'h; and the value is 'ff7f'h.) The
|
||||
BER serialization of value '9f7a02ff7f'h of data
|
||||
type Opaque is '44059f7a02ff7f'h. (The tag is '44'h;
|
||||
the length is '05'h; and the value is '9f7a02ff7f'h.)"
|
||||
SYNTAX Opaque (SIZE(4..11))
|
||||
|
||||
--
|
||||
-- Juniper MIB tree structure
|
||||
--
|
||||
@ -362,6 +401,13 @@ jnxTraps OBJECT-IDENTITY
|
||||
|
||||
jnxTLBNotifications OBJECT IDENTIFIER ::= { jnxTraps 32 }
|
||||
|
||||
jnxAsicExtMemTraps OBJECT IDENTIFIER ::= { jnxTraps 33 }
|
||||
|
||||
jnxAsicExtMemOKTraps OBJECT IDENTIFIER ::= { jnxTraps 34 }
|
||||
|
||||
jnxPoeTraps OBJECT IDENTIFIER ::= { jnxTraps 35 }
|
||||
jnxPoeOKTraps OBJECT IDENTIFIER ::= { jnxTraps 36 }
|
||||
|
||||
-- This is the top-level object identifier registry used by Juniper
|
||||
-- products for SNMP modules containing experimental MIB definitions.
|
||||
-- In this context, experimental MIBs are defined as:
|
||||
|
Reference in New Issue
Block a user