Commit version 24.12.13800
This commit is contained in:
@ -16,12 +16,13 @@ IMPORTS
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString, TimeStamp, TimeInterval, TEXTUAL-CONVENTION, DateAndTime
|
||||
FROM SNMPv2-TC
|
||||
jnxMibs, jnxChassisTraps, jnxChassisOKTraps
|
||||
jnxMibs, jnxChassisTraps, jnxChassisOKTraps, jnxAsicExtMemTraps,
|
||||
jnxAsicExtMemOKTraps, jnxPoeTraps, jnxPoeOKTraps
|
||||
FROM JUNIPER-SMI;
|
||||
|
||||
jnxBoxAnatomy MODULE-IDENTITY
|
||||
|
||||
LAST-UPDATED "201912090000Z" -- Dec 09, 2019
|
||||
LAST-UPDATED "202402060000Z" -- Feb 06, 2024
|
||||
ORGANIZATION "Juniper Networks, Inc."
|
||||
CONTACT-INFO
|
||||
" Juniper Technical Assistance Center
|
||||
@ -218,6 +219,42 @@ jnxBoxAnatomy MODULE-IDENTITY
|
||||
DESCRIPTION
|
||||
"Added new Trap: jnxAlarmPortInput."
|
||||
|
||||
REVISION "202012090000Z" -- Dec 09, 2020
|
||||
DESCRIPTION
|
||||
"Added new offline reasons fruFpcSlcMisconfig,
|
||||
fruSfbFanTrayIncompatible and fruSfbPEMIncompatible"
|
||||
|
||||
REVISION "202206200000Z" -- Jun 20, 2022
|
||||
DESCRIPTION
|
||||
"Added new FRU type Timing Interface Board."
|
||||
|
||||
REVISION "202310060000Z" -- Oct 06, 2023
|
||||
DESCRIPTION
|
||||
"Added new trap : jnxDyingGasp."
|
||||
|
||||
REVISION "202310020000Z" -- Oct 22, 2023
|
||||
DESCRIPTION
|
||||
"Added new offline reasons fpcDeprecated and
|
||||
fabricDeprecated"
|
||||
|
||||
REVISION "202311060000Z" -- Nov 06, 2023
|
||||
DESCRIPTION
|
||||
"Added new offline reasons fabric asic fault and
|
||||
fpc asic init failure"
|
||||
|
||||
REVISION "202312270000Z" -- Dec 27, 2023
|
||||
DESCRIPTION
|
||||
"Added new offline reasons reDeprecated"
|
||||
|
||||
REVISION "202402060000Z" -- Feb 06, 2024
|
||||
DESCRIPTION
|
||||
"Changed data type for jnxOperatingTemp from Gauge32 to
|
||||
Integer32"
|
||||
|
||||
REVISION "202404020000Z" -- Apr 02, 2024
|
||||
DESCRIPTION
|
||||
"Added new trap: jnxPsePoePdDeviceMgrFault.
|
||||
Added new trap: jnxPsePoePdDeviceMgrOK."
|
||||
::= { jnxMibs 1 }
|
||||
|
||||
--
|
||||
@ -1000,7 +1037,7 @@ JnxChassisId ::= TEXTUAL-CONVENTION
|
||||
jnxOperatingL3Index Integer32,
|
||||
jnxOperatingDescr DisplayString,
|
||||
jnxOperatingState INTEGER,
|
||||
jnxOperatingTemp Gauge32,
|
||||
jnxOperatingTemp Integer32,
|
||||
jnxOperatingCPU Gauge32,
|
||||
jnxOperatingISR Gauge32,
|
||||
jnxOperatingDRAMSize Integer32,
|
||||
@ -1022,7 +1059,8 @@ JnxChassisId ::= TEXTUAL-CONVENTION
|
||||
jnxOperatingFRUPower Gauge32,
|
||||
jnxOperatingBufferCP Gauge32,
|
||||
jnxOperatingMemoryCP Integer32,
|
||||
jnxOperatingBufferExt Gauge32
|
||||
jnxOperatingBufferExt Gauge32,
|
||||
jnxOperatingTemperature Integer32
|
||||
}
|
||||
|
||||
jnxOperatingContentsIndex OBJECT-TYPE
|
||||
@ -1088,7 +1126,7 @@ JnxChassisId ::= TEXTUAL-CONVENTION
|
||||
::= { jnxOperatingEntry 6 }
|
||||
|
||||
jnxOperatingTemp OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -1322,6 +1360,15 @@ JnxChassisId ::= TEXTUAL-CONVENTION
|
||||
as free memory."
|
||||
::= { jnxOperatingEntry 29 }
|
||||
|
||||
jnxOperatingTemperature OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The temperature in Celsius (degrees C) of this
|
||||
subject. Zero if unavailable or inapplicable."
|
||||
::= { jnxOperatingEntry 30 }
|
||||
|
||||
--
|
||||
-- Box Redundancy Information Table
|
||||
--
|
||||
@ -1654,7 +1701,8 @@ JnxChassisId ::= TEXTUAL-CONVENTION
|
||||
powerSupplyModule(18), -- PSM
|
||||
switchFabricBoard(19), -- SFB
|
||||
adapterCard(20), -- ADC
|
||||
ftc(21) -- FTC
|
||||
ftc(21), -- FTC
|
||||
tib(22) -- TIB
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
@ -1818,7 +1866,16 @@ JnxChassisId ::= TEXTUAL-CONVENTION
|
||||
fpcUnsupportedMode(114), -- FPC Unsupported Mode
|
||||
fpcFtrayNotVerified(115), -- FPC Ftray not verified
|
||||
fpcPemNotVerified(116), -- FPC PEM not verified
|
||||
fabricAsicFault(117) -- Fabric ASIC Fault
|
||||
fabricAsicFault(117), -- Fabric ASIC Fault
|
||||
flowdCoreStart(118), -- Flowd core start
|
||||
fruFpcSlcMisconfig(119), -- FPC SLC misconfig
|
||||
fruSfbFanTrayIncompatible(120), -- SFB incompatible with Fan-Tray
|
||||
fruSfbPEMIncompatible(121), -- SFB incompatible with PEM
|
||||
fabricAsicFault2(122), -- Fabric asic fault 2
|
||||
fpcAsicInitFail(123), -- Asic init fail
|
||||
fpcDeprecated(124), -- FPC is Deprecated
|
||||
fabricDeprecated(125), -- Fabric is Deprecated
|
||||
reDeprecated(126) -- RE is Deprecated
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
@ -1972,7 +2029,8 @@ JnxChassisId ::= TEXTUAL-CONVENTION
|
||||
jnxContentsL2Index,
|
||||
jnxContentsL3Index,
|
||||
jnxContentsDescr,
|
||||
jnxOperatingTemp }
|
||||
jnxOperatingTemp,
|
||||
jnxOperatingTemperature }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A jnxOverTemperature trap signifies that the
|
||||
@ -2395,6 +2453,27 @@ JnxChassisId ::= TEXTUAL-CONVENTION
|
||||
errors."
|
||||
::= { jnxChassisTraps 28 }
|
||||
|
||||
jnxUnsupportedFru NOTIFICATION-TYPE
|
||||
OBJECTS { jnxFruContentsIndex,
|
||||
jnxFruL1Index,
|
||||
jnxFruL2Index,
|
||||
jnxFruL3Index,
|
||||
jnxFruName,
|
||||
jnxFruType,
|
||||
jnxFruSlot }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A jnxUnsupportedFru trap signifies that the SNMP
|
||||
entity, acting in an agent role, has detected that
|
||||
the Unsupported Fru has been inserted in the chassis"
|
||||
::= { jnxChassisTraps 29 }
|
||||
|
||||
jnxDyingGasp NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"jnxDyingGasp trap signifies that system is going down due to power failure."
|
||||
::= { jnxChassisTraps 30 }
|
||||
|
||||
-- Traps for chassis alarm cleared conditions
|
||||
|
||||
jnxPowerSupplyOK NOTIFICATION-TYPE
|
||||
@ -2434,7 +2513,8 @@ JnxChassisId ::= TEXTUAL-CONVENTION
|
||||
jnxContentsL2Index,
|
||||
jnxContentsL3Index,
|
||||
jnxContentsDescr,
|
||||
jnxOperatingTemp }
|
||||
jnxOperatingTemp,
|
||||
jnxOperatingTemperature }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A jnxTemperatureOK trap signifies that the
|
||||
@ -2507,4 +2587,75 @@ JnxChassisId ::= TEXTUAL-CONVENTION
|
||||
chassis has recovered from the failure condition."
|
||||
::= { jnxChassisOKTraps 7 }
|
||||
|
||||
--
|
||||
-- definition of jnx asic ext mem related traps
|
||||
--
|
||||
|
||||
-- Traps for alarm conditions
|
||||
|
||||
jnxHmcFatal NOTIFICATION-TYPE
|
||||
OBJECTS { jnxContentsContainerIndex,
|
||||
jnxContentsL1Index,
|
||||
jnxContentsL2Index,
|
||||
jnxContentsL3Index,
|
||||
jnxContentsDescr,
|
||||
jnxOperatingState }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A jnxHmcFatal trap signifies that
|
||||
the SNMP entity, acting in an agent role, has
|
||||
detected that the specified HMC on a specific
|
||||
FPC has been in the failure condition."
|
||||
::= { jnxAsicExtMemTraps 1 }
|
||||
|
||||
-- Traps for alarm cleared conditions
|
||||
|
||||
jnxHmcOK NOTIFICATION-TYPE
|
||||
OBJECTS { jnxContentsContainerIndex,
|
||||
jnxContentsL1Index,
|
||||
jnxContentsL2Index,
|
||||
jnxContentsL3Index,
|
||||
jnxContentsDescr,
|
||||
jnxOperatingState }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A jnxHmcOK trap signifies that
|
||||
the SNMP entity, acting in an agent role, has
|
||||
detected that the specified HMC on a specific FPC
|
||||
has recovered from the failure (Fatal error) condition."
|
||||
::= { jnxAsicExtMemOKTraps 1 }
|
||||
|
||||
--
|
||||
-- definition of jnx PoE traps
|
||||
--
|
||||
-- Traps for alarm conditions
|
||||
|
||||
jnxPsePoePdDeviceMgrFault NOTIFICATION-TYPE
|
||||
OBJECTS { jnxContentsContainerIndex,
|
||||
jnxContentsL1Index,
|
||||
jnxContentsL2Index,
|
||||
jnxContentsL3Index,
|
||||
jnxContentsDescr }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A jnxPsePoePdDeviceMgrFault trap signifies that
|
||||
the SNMP entity, acting in an agent role, has
|
||||
detected PD device manager fault."
|
||||
::= { jnxPoeTraps 1 }
|
||||
|
||||
-- Traps for alarm cleared conditions
|
||||
|
||||
jnxPsePoePdDeviceMgrOK NOTIFICATION-TYPE
|
||||
OBJECTS { jnxContentsContainerIndex,
|
||||
jnxContentsL1Index,
|
||||
jnxContentsL2Index,
|
||||
jnxContentsL3Index,
|
||||
jnxContentsDescr }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A jnxPsePoePdDeviceMgrOK trap signifies that
|
||||
the SNMP entity, acting in an agent role,
|
||||
has recovered from the PD device manager fault state"
|
||||
::= { jnxPoeOKTraps 1 }
|
||||
|
||||
END
|
||||
|
Reference in New Issue
Block a user