Commit version 24.12.13800

This commit is contained in:
2025-01-06 17:35:06 -05:00
parent b7f6a79c2c
commit 55d9218816
6133 changed files with 4239740 additions and 1374287 deletions

View File

@ -55,7 +55,11 @@
-- 01-06-17 Updated company copyright and
-- organization, Thomas Tang
--
-- Version: Enhanced v1.14
-- 09-08-2021, Added trapTypeEnhSysEnvPsuFailed,
-- trapTypeEnhSysEnvPsuNotPresent,
-- trapTypeEnhSysEnvPsuOn. Lucia Wu
--
-- Version: Enhanced v1.15
--
-- Copyright (c) 2017 SonicWall Inc.
-- All rights reserved.
@ -77,7 +81,7 @@ IMPORTS
sonicwallFw FROM SONICWALL-SMI;
sonicwallFwTrapModule MODULE-IDENTITY
LAST-UPDATED "201701060000Z"
LAST-UPDATED "202109080000Z"
ORGANIZATION "SonicWall"
CONTACT-INFO "SonicWall Inc.
@ -92,6 +96,10 @@ sonicwallFwTrapModule MODULE-IDENTITY
DESCRIPTION "The MIB Module for SonicWall Firewall Trap."
REVISION "202109080000Z" -- Sep 8, 2021
DESCRIPTION "Added trapTypeEnhSysEnvPsuFailed,
trapTypeEnhSysEnvPsuNotPresent, trapTypeEnhSysEnvPsuOn."
REVISION "201701060000Z"
DESCRIPTION "Updated company copyright and organization."
@ -698,6 +706,9 @@ FwTrapType ::= TEXTUAL-CONVENTION
trapTypeEnhLogDialupReboot ( 5423), -- Diagnostic Code J
trapTypeEnhSysEnvNormal ( 5424), -- Physical environment normal
trapTypeEnhSysEnvPwrSupplyDegraded ( 5425), -- Power supply without redundancy
trapTypeEnhSysEnvPsuFailed ( 5433), -- PSU is Bad
trapTypeEnhSysEnvPsuNotPresent ( 5434), -- PSU is Not Present
trapTypeEnhSysEnvPsuOn ( 5435), -- PSU is On and OK
-- ========== Firewall Logging =====================================
@ -1653,7 +1664,32 @@ FwTrapType ::= TEXTUAL-CONVENTION
trapTypeEnhSwMonCpuUtilHigh (17002), -- CPU reaches 80% utilization for more than 10 seconds.
trapTypeEnhSwMonSessionUtilHigh (17003), -- current session count is more than 50% of the supported maximum.
trapTypeEnhSwMonThroughputUtilHigh (17004), -- current dynamic NAT translation count is more than 50% of the configured maximum.
trapTypeEnhSwMonNATTranslationUtilHigh (17005) -- total firewall throughput is greater than 50% of the maximum rated tolerance for more than 10 seconds.
trapTypeEnhSwMonNATTranslationUtilHigh (17005), -- total firewall throughput is greater than 50% of the maximum rated tolerance for more than 10 seconds.
-- ========== SD-WAN ===============================================
trapTypeEnhSdwanPspPathAvailable (18001), -- SD-WAN PSP: %s
trapTypeEnhSdwanPspPathAllRemoved (18002), -- SD-WAN PSP: %s
trapTypeEnhSdwanPspPathAdd (18003), -- SD-WAN PSP: %s
trapTypeEnhSdwanPspPathRemove (18004), -- SD-WAN PSP: %s
trapTypeEnhSdwanProbeAdded (18005), -- Performance Probe added : %s
trapTypeEnhSdwanProbeDeleted (18006), -- Performance Probe deleted : %s
trapTypeEnhSdwanProbeModified (18007), -- Performance Probe modified : %s
trapTypeEnhSdwanPcoAdded (18008), -- Performance Class Object added : %s
trapTypeEnhSdwanPcoDeleted (18009), -- Performance Class Object deleted : %s
trapTypeEnhSdwanPcoModified (18010), -- Performance Class Object modified : %s
trapTypeEnhSdwanPspAdd (18011), -- SD-WAN Path Selection Profile added : %s
trapTypeEnhSdwanPspMod (18012), -- SD-WAN Path Selection Profile modified : %s
trapTypeEnhSdwanPspDel (18013), -- SD-WAN Path Selection Profile deleted : %s
trapTypeEnhSdwanRouteAdd (18014), -- SD-WAN Route added : %s
trapTypeEnhSdwanRouteMod (18015), -- SD-WAN Route modified : %s
trapTypeEnhSdwanRouteDel (18016), -- SD-WAN Route deleted : %s
trapTypeEnhSdwanGrpAdd (18017), -- SD-WAN Group added %s
trapTypeEnhSdwanGrpMod (18018), -- SD-WAN Group modified %s
trapTypeEnhSdwanGrpDel (18019), -- SD-WAN Group deleted %s
trapTypeEnhSdwanGrpMemAdd (18020), -- SD-WAN Group Member added %s
trapTypeEnhSdwanGrpMemDel (18021), -- SD-WAN Group Member deleted %s
trapTypeEnhSdwanGrpMemMod (18022) -- SD-WAN Group Member modified %s
}
-- **************************** Enterprise Specific Traps Information *******************************