체크포인트 Checkpoint R80.10 SNMP MIB OID + DESC
R80.10 SNMP MIB 파일 다운로드
CheckPoint SNMP MIB을 통한 SNMP 정보
출처는 Checkpoint 공식 페이지 R80.10 SNMP MIB
SNMP MIB을 통해 OID GET 방법
snmptranslate -Tz -m ./R80_MIB.txt |awk -v MIB="$MIB" -F\" '{print MIB"::"$2" = "$4}'
위 명령어를 통하면 아래와 같이 출력됩니다.
[root@localhost mib]# snmptranslate -Tz -m ./R80_MIB.txt |awk -v MIB="$MIB" -F\" '{print MIB"::"$2" = "$4}'
::org = 1.3
::dod = 1.3.6
::internet = 1.3.6.1
::directory = 1.3.6.1.1
::mgmt = 1.3.6.1.2
::mib-2 = 1.3.6.1.2.1
::transmission = 1.3.6.1.2.1.10
::experimental = 1.3.6.1.3
::private = 1.3.6.1.4
::enterprises = 1.3.6.1.4.1
::checkpoint = 1.3.6.1.4.1.2620
::products = 1.3.6.1.4.1.2620.1
::fw = 1.3.6.1.4.1.2620.1.1
::fwTrapPrefix = 1.3.6.1.4.1.2620.1.1.0
::fwTrap = 1.3.6.1.4.1.2620.1.1.0.1
::fwModuleState = 1.3.6.1.4.1.2620.1.1.1
::fwFilterName = 1.3.6.1.4.1.2620.1.1.2
::fwFilterDate = 1.3.6.1.4.1.2620.1.1.3
::fwAccepted = 1.3.6.1.4.1.2620.1.1.4
::fwRejected = 1.3.6.1.4.1.2620.1.1.5
...
그리고 MIB 파일의 description을 정리하면 아래와 같이 정리할 수 있습니다.
NAME | OID | DESCRIPTION |
vsxVsSupported | 1.3.6.1.4.1.2620.1.16.11 | The maximum number of supported Virtual Systems |
vsxVsConfigured | 1.3.6.1.4.1.2620.1.16.12 | The number of configured Virtual Systems |
vsxVsInstalled | 1.3.6.1.4.1.2620.1.16.13 | The number of installed Virtual Systems |
vsxVrfConfigured | 1.3.6.1.4.1.2620.1.16.14 | The number of configured VRFs |
vsxStatusTable | 1.3.6.1.4.1.2620.1.16.22.1 | |
vsxStatusEntry | 1.3.6.1.4.1.2620.1.16.22.1.1 | |
vsxStatusVSId | 1.3.6.1.4.1.2620.1.16.22.1.1.1 | Virtual System ID |
vsxStatusVRId | 1.3.6.1.4.1.2620.1.16.22.1.1.2 | Operating System ID (VRF ID) |
vsxStatusVsName | 1.3.6.1.4.1.2620.1.16.22.1.1.3 | Virtual System's name |
vsxStatusVsType | 1.3.6.1.4.1.2620.1.16.22.1.1.4 | Virtual System's type |
vsxStatusMainIP | 1.3.6.1.4.1.2620.1.16.22.1.1.5 | Virtual System's Main IP |
vsxStatusPolicyName | 1.3.6.1.4.1.2620.1.16.22.1.1.6 | Security Policy name |
vsxStatusVsPolicyType | 1.3.6.1.4.1.2620.1.16.22.1.1.7 | Security Policy type |
vsxStatusSicTrustState | 1.3.6.1.4.1.2620.1.16.22.1.1.8 | SIC status |
vsxStatusHAState | 1.3.6.1.4.1.2620.1.16.22.1.1.9 | High Availability Status |
vsxStatusVSWeight | 1.3.6.1.4.1.2620.1.16.22.1.1.10 | Virtual System Resource Control Weight |
vsxStatusCPUUsageTable | 1.3.6.1.4.1.2620.1.16.22.2 | |
vsxStatusCPUUsageEntry | 1.3.6.1.4.1.2620.1.16.22.2.1 | |
VsxStatusCPUUsageEntry | 1.3.6.1.4.1.2620.1.16.22.2.1 | |
vsxStatusCPUUsage1sec | 1.3.6.1.4.1.2620.1.16.22.2.1.1 | CPU usage (%) in the last 1 second, averaged for all cores |
vsxStatusCPUUsage10sec | 1.3.6.1.4.1.2620.1.16.22.2.1.2 | CPU usage (%) in the last 10 seconds, averaged for all cores |
vsxStatusCPUUsage1min | 1.3.6.1.4.1.2620.1.16.22.2.1.3 | CPU usage (%) in the last 1 minute, averaged for all cores |
vsxStatusCPUUsage1hr | 1.3.6.1.4.1.2620.1.16.22.2.1.4 | CPU usage (%) in the last 1 hour, averaged for all cores |
vsxStatusCPUUsage24hr | 1.3.6.1.4.1.2620.1.16.22.2.1.5 | CPU usage (%) in the last 24 hours, averaged for all cores |
vsxStatusCPUUsageVSId | 1.3.6.1.4.1.2620.1.16.22.2.1.6 | Virtual System ID |
vsxStatusMemoryUsageTable | 1.3.6.1.4.1.2620.1.16.22.3 | VS memory usage table per-VS. |
vsxStatusMemoryUsageEntry | 1.3.6.1.4.1.2620.1.16.22.3.1 | |
VsxStatusMemoryUsageEntry | 1.3.6.1.4.1.2620.1.16.22.3.1 | |
vsxStatusMemoryUsageVSId | 1.3.6.1.4.1.2620.1.16.22.3.1.1 | Virtual System ID |
vsxStatusMemoryUsageVSName | 1.3.6.1.4.1.2620.1.16.22.3.1.2 | Virtual-System name |
vsxStatusMemoryUsage | 1.3.6.1.4.1.2620.1.16.22.3.1.3 | Current VS memory usage (KB) |
vsxStatusCPUUsagePerCPUTable | 1.3.6.1.4.1.2620.1.16.22.4 | CPU usage table per Core and per VS. |
vsxStatusCPUUsagePerCPUEntry | 1.3.6.1.4.1.2620.1.16.22.4.1 | |
VsxStatusCPUUsagePerCPUEntry | 1.3.6.1.4.1.2620.1.16.22.4.1 | |
vsxStatusCPUUsagePerCPUVSId | 1.3.6.1.4.1.2620.1.16.22.4.1.1 | Virtual-System ID |
vsxStatusCPUUsagePerCPUVSName | 1.3.6.1.4.1.2620.1.16.22.4.1.2 | Virtual-System name |
vsxStatusCPUUsagePerCPUCoreNumber | 1.3.6.1.4.1.2620.1.16.22.4.1.3 | Core number |
vsxStatusCPUUsagePerCPU1sec | 1.3.6.1.4.1.2620.1.16.22.4.1.4 | CPU usage % in the last 1 second |
vsxStatusCPUUsagePerCPU10sec | 1.3.6.1.4.1.2620.1.16.22.4.1.5 | CPU usage % in the last 10 seconds |
vsxStatusCPUUsagePerCPU1min | 1.3.6.1.4.1.2620.1.16.22.4.1.6 | CPU usage % in the last 1 minute |
vsxStatusCPUUsagePerCPU1hour | 1.3.6.1.4.1.2620.1.16.22.4.1.7 | CPU usage % in the last 1 hour |
vsxStatusCPUUsagePerCPU24hours | 1.3.6.1.4.1.2620.1.16.22.4.1.8 | CPU usage % in the last 24 hours |
vsxCountersTable | 1.3.6.1.4.1.2620.1.16.23.1 | |
vsxCountersEntry | 1.3.6.1.4.1.2620.1.16.23.1.1 | |
VsxCountersEntry | 1.3.6.1.4.1.2620.1.16.23.1.1 | |
vsxCountersVSId | 1.3.6.1.4.1.2620.1.16.23.1.1.1 | Virtual System ID |
vsxCountersConnNum | 1.3.6.1.4.1.2620.1.16.23.1.1.2 | Number of active connections |
vsxCountersConnPeakNum | 1.3.6.1.4.1.2620.1.16.23.1.1.3 | Peak number of active connections |
vsxCountersConnTableLimit | 1.3.6.1.4.1.2620.1.16.23.1.1.4 | Connection table limit |
vsxCountersPackets | 1.3.6.1.4.1.2620.1.16.23.1.1.5 | Total number of packets processed |
vsxCountersDroppedTotal | 1.3.6.1.4.1.2620.1.16.23.1.1.6 | Total number of dropped packets |
vsxCountersAcceptedTotal | 1.3.6.1.4.1.2620.1.16.23.1.1.7 | Total number of accepted packets |
vsxCountersRejectedTotal | 1.3.6.1.4.1.2620.1.16.23.1.1.8 | Total number of rejected packets |
vsxCountersBytesAcceptedTotal | 1.3.6.1.4.1.2620.1.16.23.1.1.9 | Total number of accepted bytes |
vsxCountersBytesDroppedTotal | 1.3.6.1.4.1.2620.1.16.23.1.1.10 | Total number of dropped bytes |
vsxCountersBytesRejectedTotal | 1.3.6.1.4.1.2620.1.16.23.1.1.11 | Total number of rejected bytes |
vsxCountersLoggedTotal | 1.3.6.1.4.1.2620.1.16.23.1.1.12 | Total number of logs sent |
vsxCountersIsDataValid | 1.3.6.1.4.1.2620.1.16.23.1.1.13 | |
raUsersTable | 1.3.6.1.4.1.2620.500.9000 | A table containing Remote Access users tunnel information. |
RaUsersEntry | 1.3.6.1.4.1.2620.500.9000.1 | |
raInternalIpAddr | 1.3.6.1.4.1.2620.500.9000.1.1 | |
raExternalIpAddr | 1.3.6.1.4.1.2620.500.9000.1.19 | |
raUserState | 1.3.6.1.4.1.2620.500.9000.1.20 | |
raOfficeMode | 1.3.6.1.4.1.2620.500.9000.1.21 | |
raIkeOverTCP | 1.3.6.1.4.1.2620.500.9000.1.22 | |
raUseUDPEncap | 1.3.6.1.4.1.2620.500.9000.1.23 | |
raVisitorMode | 1.3.6.1.4.1.2620.500.9000.1.24 | |
raRouteTraffic | 1.3.6.1.4.1.2620.500.9000.1.25 | |
raCommunity | 1.3.6.1.4.1.2620.500.9000.1.26 | |
raTunnelEncAlgorithm | 1.3.6.1.4.1.2620.500.9000.1.27 | |
raTunnelAuthMethod | 1.3.6.1.4.1.2620.500.9000.1.28 | |
raLogonTime | 1.3.6.1.4.1.2620.500.9000.1.29 | |
tunnelTable | 1.3.6.1.4.1.2620.500.9002 | A table containing VPN tunnel information. |
TunnelEntry | 1.3.6.1.4.1.2620.500.9002.1 | |
tunnelPeerIpAddr | 1.3.6.1.4.1.2620.500.9002.1.1 | |
tunnelPeerObjName | 1.3.6.1.4.1.2620.500.9002.1.2 | |
tunnelState | 1.3.6.1.4.1.2620.500.9002.1.3 | |
tunnelCommunity | 1.3.6.1.4.1.2620.500.9002.1.4 | |
tunnelNextHop | 1.3.6.1.4.1.2620.500.9002.1.5 | |
tunnelInterface | 1.3.6.1.4.1.2620.500.9002.1.6 | |
tunnelSourceIpAddr | 1.3.6.1.4.1.2620.500.9002.1.7 | |
tunnelLinkPriority | 1.3.6.1.4.1.2620.500.9002.1.8 | |
tunnelProbState | 1.3.6.1.4.1.2620.500.9002.1.9 | |
tunnelPeerType | 1.3.6.1.4.1.2620.500.9002.1.10 | |
tunnelType | 1.3.6.1.4.1.2620.500.9002.1.11 | |
permanentTunnelTable | 1.3.6.1.4.1.2620.500.9003 | A table containing VPN permanent tunnel information. |
PermanentTunnelEntry | 1.3.6.1.4.1.2620.500.9003.1 | |
permanentTunnelPeerIpAddr | 1.3.6.1.4.1.2620.500.9003.1.1 | |
permanentTunnelPeerObjName | 1.3.6.1.4.1.2620.500.9003.1.2 | |
permanentTunnelState | 1.3.6.1.4.1.2620.500.9003.1.3 | |
permanentTunnelCommunity | 1.3.6.1.4.1.2620.500.9003.1.4 | |
permanentTunnelNextHop | 1.3.6.1.4.1.2620.500.9003.1.5 | |
permanentTunnelInterface | 1.3.6.1.4.1.2620.500.9003.1.6 | |
permanentTunnelSourceIpAddr | 1.3.6.1.4.1.2620.500.9003.1.7 | |
permanentTunnelLinkPriority | 1.3.6.1.4.1.2620.500.9003.1.8 | |
permanentTunnelProbState | 1.3.6.1.4.1.2620.500.9003.1.9 | |
permanentTunnelPeerType | 1.3.6.1.4.1.2620.500.9003.1.10 | |
fwModuleState | 1.3.6.1.4.1.2620.1.1.1 | The state of the fw module |
fwFilterName | 1.3.6.1.4.1.2620.1.1.2 | The name of the loaded filter |
fwFilterDate | 1.3.6.1.4.1.2620.1.1.3 | Install time |
fwAccepted | 1.3.6.1.4.1.2620.1.1.4 | The number of accepted packets. |
fwRejected | 1.3.6.1.4.1.2620.1.1.5 | The number of rejected packets. |
fwDropped | 1.3.6.1.4.1.2620.1.1.6 | The number of dropped packets. |
fwLogged | 1.3.6.1.4.1.2620.1.1.7 | The number of logged packets. |
fwMajor | 1.3.6.1.4.1.2620.1.1.8 | Major version |
fwMinor | 1.3.6.1.4.1.2620.1.1.9 | Minor version |
fwProduct | 1.3.6.1.4.1.2620.1.1.10 | Product name |
fwEvent | 1.3.6.1.4.1.2620.1.1.11 | A string containing the last snmp trap sent via fw |
fwSICTrustState | 1.3.6.1.4.1.2620.1.1.12 | SIC Trust State : Possible values include:Not initialized 0 Initialized but not established 1Established 2Error 3Unknown 4 |
fwProdName | 1.3.6.1.4.1.2620.1.1.21 | Product name |
fwVerMajor | 1.3.6.1.4.1.2620.1.1.22 | Major version |
fwVerMinor | 1.3.6.1.4.1.2620.1.1.23 | Minor version |
fwKernelBuild | 1.3.6.1.4.1.2620.1.1.24 | Kernel build num |
fwPolicyName | 1.3.6.1.4.1.2620.1.1.25.1 | Policy Name |
fwInstallTime | 1.3.6.1.4.1.2620.1.1.25.2 | Policy install time |
fwNumConn | 1.3.6.1.4.1.2620.1.1.25.3 | Number of connections |
fwPeakNumConn | 1.3.6.1.4.1.2620.1.1.25.4 | Peak number of connections |
fwIfTable | 1.3.6.1.4.1.2620.1.1.25.5 | |
fwConnTableLimit | 1.3.6.1.4.1.2620.1.1.25.10 | Connection table limit |
FwIfEntry | 1.3.6.1.4.1.2620.1.1.25.5.1 | |
fwIfIndex | 1.3.6.1.4.1.2620.1.1.25.5.1.1 | |
fwIfName | 1.3.6.1.4.1.2620.1.1.25.5.1.2 | |
fwAcceptPcktsIn | 1.3.6.1.4.1.2620.1.1.25.5.1.5 | |
fwAcceptPcktsOut | 1.3.6.1.4.1.2620.1.1.25.5.1.6 | |
fwAcceptBytesIn | 1.3.6.1.4.1.2620.1.1.25.5.1.7 | |
fwAcceptBytesOut | 1.3.6.1.4.1.2620.1.1.25.5.1.8 | |
fwDropPcktsIn | 1.3.6.1.4.1.2620.1.1.25.5.1.9 | |
fwDropPcktsOut | 1.3.6.1.4.1.2620.1.1.25.5.1.10 | |
fwRejectPcktsIn | 1.3.6.1.4.1.2620.1.1.25.5.1.11 | |
fwRejectPcktsOut | 1.3.6.1.4.1.2620.1.1.25.5.1.12 | |
fwLogIn | 1.3.6.1.4.1.2620.1.1.25.5.1.13 | |
fwLogOut | 1.3.6.1.4.1.2620.1.1.25.5.1.14 | |
fwAcceptedTotal | 1.3.6.1.4.1.2620.1.1.25.6 | Total number of accepted packets |
fwDroppedTotal | 1.3.6.1.4.1.2620.1.1.25.16 | Total number of dropped packets |
fwRejectedTotal | 1.3.6.1.4.1.2620.1.1.25.14 | Total number of rejected packets |
fwLoggedTotal | 1.3.6.1.4.1.2620.1.1.25.13 | Total number of logs sent |
fwAcceptedBytesTotal | 1.3.6.1.4.1.2620.1.1.25.8 | Total number of accepted bytes |
fwDroppedBytesTotal | 1.3.6.1.4.1.2620.1.1.25.9 | Total number of dropped bytes |
fwRejectedBytesTotal | 1.3.6.1.4.1.2620.1.1.25.15 | Total number of rejected bytes |
fwAcceptedBytesRates | 1.3.6.1.4.1.2620.1.1.25.20 | Accepted bytes rates |
fwAcceptedPcktsRates | 1.3.6.1.4.1.2620.1.1.25.21 | Accepted packets rates |
fwConnsRate | 1.3.6.1.4.1.2620.1.1.25.22 | Connection Rates |
fwIfTable64 | 1.3.6.1.4.1.2620.1.1.25.25 | |
FwIfEntry64 | 1.3.6.1.4.1.2620.1.1.25.25.1 | |
fwIfIndex64 | 1.3.6.1.4.1.2620.1.1.25.25.1.1 | |
fwIfName64 | 1.3.6.1.4.1.2620.1.1.25.25.1.2 | |
fwAcceptPcktsIn64 | 1.3.6.1.4.1.2620.1.1.25.25.1.5 | |
fwAcceptPcktsOut64 | 1.3.6.1.4.1.2620.1.1.25.25.1.6 | |
fwAcceptBytesIn64 | 1.3.6.1.4.1.2620.1.1.25.25.1.7 | |
fwAcceptBytesOut64 | 1.3.6.1.4.1.2620.1.1.25.25.1.8 | |
fwDropPcktsIn64 | 1.3.6.1.4.1.2620.1.1.25.25.1.9 | |
fwDropPcktsOut64 | 1.3.6.1.4.1.2620.1.1.25.25.1.10 | |
fwRejectPcktsIn64 | 1.3.6.1.4.1.2620.1.1.25.25.1.11 | |
fwRejectPcktsOut64 | 1.3.6.1.4.1.2620.1.1.25.25.1.12 | |
fwLogIn64 | 1.3.6.1.4.1.2620.1.1.25.25.1.13 | |
fwLogOut64 | 1.3.6.1.4.1.2620.1.1.25.25.1.14 | |
fwHmem-block-size | 1.3.6.1.4.1.2620.1.1.26.1.1 | hmem - block size |
fwHmem-requested-bytes | 1.3.6.1.4.1.2620.1.1.26.1.2 | hmem - requested bytes |
fwHmem-initial-allocated-bytes | 1.3.6.1.4.1.2620.1.1.26.1.3 | hmem - initial allocated bytes |
fwHmem-initial-allocated-blocks | 1.3.6.1.4.1.2620.1.1.26.1.4 | hmem - initial allocated blocks |
fwHmem-initial-allocated-pools | 1.3.6.1.4.1.2620.1.1.26.1.5 | hmem - initial allocated pools |
fwHmem-current-allocated-bytes | 1.3.6.1.4.1.2620.1.1.26.1.6 | hmem - current allocated bytes |
fwHmem-current-allocated-blocks | 1.3.6.1.4.1.2620.1.1.26.1.7 | hmem - current allocated blocks |
fwHmem-current-allocated-pools | 1.3.6.1.4.1.2620.1.1.26.1.8 | hmem - current allocated pools |
fwHmem-maximum-bytes | 1.3.6.1.4.1.2620.1.1.26.1.9 | hmem - maximum bytes |
fwHmem-maximum-pools | 1.3.6.1.4.1.2620.1.1.26.1.10 | hmem - maximum pools |
fwHmem-bytes-used | 1.3.6.1.4.1.2620.1.1.26.1.11 | hmem - bytes used |
fwHmem-blocks-used | 1.3.6.1.4.1.2620.1.1.26.1.12 | hmem - blocks used |
fwHmem-bytes-unused | 1.3.6.1.4.1.2620.1.1.26.1.13 | hmem - bytes unused |
fwHmem-blocks-unused | 1.3.6.1.4.1.2620.1.1.26.1.14 | hmem - blocks unused |
fwHmem-bytes-peak | 1.3.6.1.4.1.2620.1.1.26.1.15 | hmem - bytes peak |
fwHmem-blocks-peak | 1.3.6.1.4.1.2620.1.1.26.1.16 | hmem - blocks peak |
fwHmem-bytes-internal-use | 1.3.6.1.4.1.2620.1.1.26.1.17 | hmem - bytes internal use |
fwHmem-number-of-items | 1.3.6.1.4.1.2620.1.1.26.1.18 | hmem - number of items |
fwHmem-alloc-operations | 1.3.6.1.4.1.2620.1.1.26.1.19 | hmem - alloc operations |
fwHmem-free-operations | 1.3.6.1.4.1.2620.1.1.26.1.20 | hmem - free operations |
fwHmem-failed-alloc | 1.3.6.1.4.1.2620.1.1.26.1.21 | hmem - failed alloc |
fwHmem-failed-free | 1.3.6.1.4.1.2620.1.1.26.1.22 | hmem - failed free |
fwKmem-system-physical-mem | 1.3.6.1.4.1.2620.1.1.26.2.1 | kmem - system physical mem |
fwKmem-available-physical-mem | 1.3.6.1.4.1.2620.1.1.26.2.2 | kmem - available physical mem |
fwKmem-aix-heap-size | 1.3.6.1.4.1.2620.1.1.26.2.3 | kmem - aix heap size |
fwKmem-bytes-used | 1.3.6.1.4.1.2620.1.1.26.2.4 | kmem - bytes used |
fwKmem-blocking-bytes-used | 1.3.6.1.4.1.2620.1.1.26.2.5 | kmem - blocking bytes used |
fwKmem-non-blocking-bytes-used | 1.3.6.1.4.1.2620.1.1.26.2.6 | kmem - non blocking bytes used |
fwKmem-bytes-unused | 1.3.6.1.4.1.2620.1.1.26.2.7 | kmem - bytes unused |
fwKmem-bytes-peak | 1.3.6.1.4.1.2620.1.1.26.2.8 | kmem - bytes peak |
fwKmem-blocking-bytes-peak | 1.3.6.1.4.1.2620.1.1.26.2.9 | kmem - blocking bytes peak |
fwKmem-non-blocking-bytes-peak | 1.3.6.1.4.1.2620.1.1.26.2.10 | kmem - non blocking bytes peak |
fwKmem-bytes-internal-use | 1.3.6.1.4.1.2620.1.1.26.2.11 | kmem - bytes internal use |
fwKmem-number-of-items | 1.3.6.1.4.1.2620.1.1.26.2.12 | kmem - number of items |
fwKmem-alloc-operations | 1.3.6.1.4.1.2620.1.1.26.2.13 | kmem - alloc operations |
fwKmem-free-operations | 1.3.6.1.4.1.2620.1.1.26.2.14 | kmem - free operations |
fwKmem-failed-alloc | 1.3.6.1.4.1.2620.1.1.26.2.15 | kmem - failed alloc |
fwKmem-failed-free | 1.3.6.1.4.1.2620.1.1.26.2.16 | kmem - failed free |
fwInspect-packets | 1.3.6.1.4.1.2620.1.1.26.3.1 | inspect - packets |
fwInspect-operations | 1.3.6.1.4.1.2620.1.1.26.3.2 | inspect - operations |
fwInspect-lookups | 1.3.6.1.4.1.2620.1.1.26.3.3 | inspect - lookups |
fwInspect-record | 1.3.6.1.4.1.2620.1.1.26.3.4 | inspect - record |
fwInspect-extract | 1.3.6.1.4.1.2620.1.1.26.3.5 | inspect - extract |
fwCookies-total | 1.3.6.1.4.1.2620.1.1.26.4.1 | cookies - total |
fwCookies-allocfwCookies-total | 1.3.6.1.4.1.2620.1.1.26.4.2 | cookies - alloc |
fwCookies-freefwCookies-total | 1.3.6.1.4.1.2620.1.1.26.4.3 | cookies - free |
fwCookies-dupfwCookies-total | 1.3.6.1.4.1.2620.1.1.26.4.4 | cookies - dup |
fwCookies-getfwCookies-total | 1.3.6.1.4.1.2620.1.1.26.4.5 | cookies - get |
fwCookies-putfwCookies-total | 1.3.6.1.4.1.2620.1.1.26.4.6 | cookies - put |
fwCookies-lenfwCookies-total | 1.3.6.1.4.1.2620.1.1.26.4.7 | cookies - len |
fwChains-alloc | 1.3.6.1.4.1.2620.1.1.26.5.1 | chains - alloc |
fwChains-free | 1.3.6.1.4.1.2620.1.1.26.5.2 | chains - free |
fwFrag-fragments | 1.3.6.1.4.1.2620.1.1.26.6.1 | fragments - fragments |
fwFrag-expired | 1.3.6.1.4.1.2620.1.1.26.6.2 | fragments - expired |
fwFrag-packets | 1.3.6.1.4.1.2620.1.1.26.6.3 | fragments - packets |
fwUfpHitRatio | 1.3.6.1.4.1.2620.1.1.26.8.1 | ufp - % hits ratio |
fwUfpInspected | 1.3.6.1.4.1.2620.1.1.26.8.2 | ufp - total connections |
fwUfpHits | 1.3.6.1.4.1.2620.1.1.26.8.3 | ufp - hits connections |
fwSS-http-pid | 1.3.6.1.4.1.2620.1.1.26.9.1.1 | http - pid |
fwSS-http-proto | 1.3.6.1.4.1.2620.1.1.26.9.1.2 | http - proto |
fwSS-http-port | 1.3.6.1.4.1.2620.1.1.26.9.1.3 | http - port |
fwSS-http-logical-port | 1.3.6.1.4.1.2620.1.1.26.9.1.4 | http - logical port |
fwSS-http-max-avail-socket | 1.3.6.1.4.1.2620.1.1.26.9.1.5 | http - max avail socket |
fwSS-http-socket-in-use-max | 1.3.6.1.4.1.2620.1.1.26.9.1.6 | http - socket in use max |
fwSS-http-socket-in-use-curr | 1.3.6.1.4.1.2620.1.1.26.9.1.7 | http - socket in use current |
fwSS-http-socket-in-use-count | 1.3.6.1.4.1.2620.1.1.26.9.1.8 | http - socket in use count |
fwSS-http-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.1.9 | http - session max |
fwSS-http-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.1.10 | http - session current |
fwSS-http-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.1.11 | http - session count |
fwSS-http-auth-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.1.12 | http - auth session max |
fwSS-http-auth-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.1.13 | http - auth session current |
fwSS-http-auth-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.1.14 | http - auth session count |
fwSS-http-accepted-sess | 1.3.6.1.4.1.2620.1.1.26.9.1.15 | http - accepted session |
fwSS-http-rejected-sess | 1.3.6.1.4.1.2620.1.1.26.9.1.16 | http - rejected session |
fwSS-http-auth-failures | 1.3.6.1.4.1.2620.1.1.26.9.1.17 | http - auth failures |
fwSS-http-ops-cvp-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.1.18 | http - opsec cvp session max |
fwSS-http-ops-cvp-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.1.19 | http - opsec cvp session current |
fwSS-http-ops-cvp-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.1.20 | http - opsec cvp session count |
fwSS-http-ops-cvp-rej-sess | 1.3.6.1.4.1.2620.1.1.26.9.1.21 | http - opsec cvp rej session |
fwSS-http-ssl-encryp-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.1.22 | http - ssl encryp session max |
fwSS-http-ssl-encryp-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.1.23 | http - ssl encryp session current |
fwSS-http-ssl-encryp-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.1.24 | http - ssl encryp session count |
fwSS-http-transp-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.1.25 | http - transparent session max |
fwSS-http-transp-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.1.26 | http - transparent session current |
fwSS-http-transp-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.1.27 | http - transparent session count |
fwSS-http-proxied-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.1.28 | http - proxied session max |
fwSS-http-proxied-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.1.29 | http - proxied session current |
fwSS-http-proxied-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.1.30 | http - proxied session count |
fwSS-http-tunneled-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.1.31 | http - tunneled session max |
fwSS-http-tunneled-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.1.32 | http - tunneled session current |
fwSS-http-tunneled-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.1.33 | http - tunneled session count |
fwSS-http-ftp-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.1.34 | http - ftp session max |
fwSS-http-ftp-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.1.35 | http - ftp session current |
fwSS-http-ftp-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.1.36 | http - ftp session count |
fwSS-http-time-stamp | 1.3.6.1.4.1.2620.1.1.26.9.1.37 | http - time stamp |
fwSS-http-is-alive | 1.3.6.1.4.1.2620.1.1.26.9.1.38 | http - is alive |
fwSS-http-blocked-cnt | 1.3.6.1.4.1.2620.1.1.26.9.1.39 | count of HTTP items blocked, being classified as 'infected' by Anti Virus |
fwSS-http-blocked-total | 1.3.6.1.4.1.2620.1.1.26.9.1.40 | sum of all the counts of the previous OID (fwss-http-blocked-cnt) |
fwSS-http-scanned-total | 1.3.6.1.4.1.2620.1.1.26.9.1.41 | sum of all the counts of 'blocked' (infected) and 'passed' items |
fwSS-http-blocked-by-file-type | 1.3.6.1.4.1.2620.1.1.26.9.1.42 | count of HTTP items blocked by 'file type' policy in Content Inspection tab in SmartDashboard |
fwSS-http-blocked-by-size-limit | 1.3.6.1.4.1.2620.1.1.26.9.1.43 | count of HTTP items blocked by 'size limit' policy in Content Inspection tab in SmartDashboard |
fwSS-http-blocked-by-archive-limit | 1.3.6.1.4.1.2620.1.1.26.9.1.44 | count of HTTP items blocked by 'archive limit' policy in Content Inspection tab in SmartDashboard |
fwSS-http-blocked-by-internal-error | 1.3.6.1.4.1.2620.1.1.26.9.1.45 | count of HTTP items blocked because of 'internal error' in Content Inspection tab in SmartDashboard |
fwSS-http-passed-cnt | 1.3.6.1.4.1.2620.1.1.26.9.1.46 | count of HTTP items passed, being classified as 'safe' by Anti Virus |
fwSS-http-passed-by-file-type | 1.3.6.1.4.1.2620.1.1.26.9.1.47 | count of HTTP items allowed (without AV scan) by 'File Type' policy in Content Inspection tab in SmartDashboard |
fwSS-http-passed-by-size-limit | 1.3.6.1.4.1.2620.1.1.26.9.1.48 | count of HTTP items allowed (without AV scan) by 'Size Limit' policy in Content Inspection tab in SmartDashboard |
fwSS-http-passed-by-archive-limit | 1.3.6.1.4.1.2620.1.1.26.9.1.49 | count of HTTP items allowed (without AV scan) by 'Archive Limit' policy in Content Inspection tab in SmartDashboard |
fwSS-http-passed-by-internal-error | 1.3.6.1.4.1.2620.1.1.26.9.1.50 | count of HTTP items allowed (without AV scan) by 'internal error' in Content Inspection tab in SmartDashboard |
fwSS-http-passed-total | 1.3.6.1.4.1.2620.1.1.26.9.1.51 | sum of all the above 'passed' counts - OIDs .46 to .50 |
fwSS-http-blocked-by-AV-settings | 1.3.6.1.4.1.2620.1.1.26.9.1.52 | count of HTTP items rejected by Anti Virus as either: exceeding size or archive limits, or failed scan due to internal error (configured in the 'settings' pane in 'Content Inspection' tab in SmartDashboard) |
fwSS-http-passed-by-AV-settings | 1.3.6.1.4.1.2620.1.1.26.9.1.53 | count of HTTP items allowed by Anti Virus as either: exceeding size or archive limits, or failed scan due to internal error (configured in the 'settings' pane in 'Content Inspection' tab in SmartDashboard) |
fwSS-http-blocked-by-URL-filter-category | 1.3.6.1.4.1.2620.1.1.26.9.1.54 | count of URLs blocked by 'Web Filtering Policy' in 'Content Inspection' tab in SmartDashboard |
fwSS-http-blocked-by-URL-block-list | 1.3.6.1.4.1.2620.1.1.26.9.1.55 | count of URLs blocked by 'Blocked URLs/IPs' in 'Content Inspection' tab in SmartDashboard (overriding 'Web Filtering Policy'). |
fwSS-http-passed-by-URL-allow-list | 1.3.6.1.4.1.2620.1.1.26.9.1.56 | count of Allowed by 'allowed URLs/IPs' in 'Content Inspection' tab in SmartDashboard (overriding 'Web Filtering Policy') |
fwSS-http-passed-by-URL-filter-category | 1.3.6.1.4.1.2620.1.1.26.9.1.57 | count of URLs allowed by 'Web Filtering Policy' in 'Content Inspection' tab in SmartDashboard. |
fwSS-ftp-pid | 1.3.6.1.4.1.2620.1.1.26.9.2.1 | ftp - pid |
fwSS-ftp-proto | 1.3.6.1.4.1.2620.1.1.26.9.2.2 | ftp - proto |
fwSS-ftp-port | 1.3.6.1.4.1.2620.1.1.26.9.2.3 | ftp - port |
fwSS-ftp-logical-port | 1.3.6.1.4.1.2620.1.1.26.9.2.4 | ftp - logical port |
fwSS-ftp-max-avail-socket | 1.3.6.1.4.1.2620.1.1.26.9.2.5 | ftp - max avail socket |
fwSS-ftp-socket-in-use-max | 1.3.6.1.4.1.2620.1.1.26.9.2.6 | ftp - socket in use max |
fwSS-ftp-socket-in-use-curr | 1.3.6.1.4.1.2620.1.1.26.9.2.7 | ftp - socket in use current |
fwSS-ftp-socket-in-use-count | 1.3.6.1.4.1.2620.1.1.26.9.2.8 | ftp - socket in use count |
fwSS-ftp-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.2.9 | ftp - session max |
fwSS-ftp-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.2.10 | ftp - session current |
fwSS-ftp-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.2.11 | ftp - session count |
fwSS-ftp-auth-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.2.12 | ftp - auth session max |
fwSS-ftp-auth-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.2.13 | ftp - auth session current |
fwSS-ftp-auth-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.2.14 | ftp - auth session count |
fwSS-ftp-accepted-sess | 1.3.6.1.4.1.2620.1.1.26.9.2.15 | ftp - accepted session |
fwSS-ftp-rejected-sess | 1.3.6.1.4.1.2620.1.1.26.9.2.16 | ftp - rejected session |
fwSS-ftp-auth-failures | 1.3.6.1.4.1.2620.1.1.26.9.2.17 | ftp - auth failures |
fwSS-ftp-ops-cvp-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.2.18 | ftp - opsec cvp session max |
fwSS-ftp-ops-cvp-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.2.19 | ftp - opsec cvp session current |
fwSS-ftp-ops-cvp-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.2.20 | ftp - opsec cvp session count |
fwSS-ftp-ops-cvp-rej-sess | 1.3.6.1.4.1.2620.1.1.26.9.2.21 | ftp - opsec cvp rej session |
fwSS-ftp-time-stamp | 1.3.6.1.4.1.2620.1.1.26.9.2.22 | ftp - time stamp |
fwSS-ftp-is-alive | 1.3.6.1.4.1.2620.1.1.26.9.2.23 | ftp - is alive |
fwSS-ftp-blocked-cnt | 1.3.6.1.4.1.2620.1.1.26.9.2.24 | count of ftp items blocked, being classified as 'infected' by Anti Virus |
fwSS-ftp-blocked-total | 1.3.6.1.4.1.2620.1.1.26.9.2.25 | sum of all the counts of the previous OID (fwss-ftp-blocked-cnt) |
fwSS-ftp-scanned-total | 1.3.6.1.4.1.2620.1.1.26.9.2.26 | sum of all the counts of 'blocked' (infected) and 'passed' items |
fwSS-ftp-blocked-by-file-type | 1.3.6.1.4.1.2620.1.1.26.9.2.27 | count of ftp items blocked by 'file type' policy in Content Inspection tab in SmartDashboard |
fwSS-ftp-blocked-by-size-limit | 1.3.6.1.4.1.2620.1.1.26.9.2.28 | count of ftp items blocked by 'size limit' policy in Content Inspection tab in SmartDashboard |
fwSS-ftp-blocked-by-archive-limit | 1.3.6.1.4.1.2620.1.1.26.9.2.29 | count of ftp items blocked by 'archive limit' policy in Content Inspection tab in SmartDashboard |
fwSS-ftp-blocked-by-internal-error | 1.3.6.1.4.1.2620.1.1.26.9.2.30 | count of ftp items blocked because of 'internal error' in Content Inspection tab in SmartDashboard |
fwSS-ftp-passed-cnt | 1.3.6.1.4.1.2620.1.1.26.9.2.31 | count of ftp items passed, being classified as 'safe' by Anti Virus |
fwSS-ftp-passed-by-file-type | 1.3.6.1.4.1.2620.1.1.26.9.2.32 | count of ftp items allowed (without AV scan) by 'File Type' policy in Content Inspection tab in SmartDashboard |
fwSS-ftp-passed-by-size-limit | 1.3.6.1.4.1.2620.1.1.26.9.2.33 | count of ftp items allowed (without AV scan) by 'Size Limit' policy in Content Inspection tab in SmartDashboard |
fwSS-ftp-passed-by-archive-limit | 1.3.6.1.4.1.2620.1.1.26.9.2.34 | count of ftp items allowed (without AV scan) by 'Archive Limit' policy in Content Inspection tab in SmartDashboard |
fwSS-ftp-passed-by-internal-error | 1.3.6.1.4.1.2620.1.1.26.9.2.35 | count of ftp items allowed (without AV scan) by 'internal error' in Content Inspection tab in SmartDashboard |
fwSS-ftp-passed-total | 1.3.6.1.4.1.2620.1.1.26.9.2.36 | sum of all the above 'passed' counts - OIDs .31 to .35 |
fwSS-ftp-blocked-by-AV-settings | 1.3.6.1.4.1.2620.1.1.26.9.2.37 | count of ftp items rejected by Anti Virus as either: exceeding size or archive limits, or failed scan due to internal error (configured in the 'settings' pane in 'Content Inspection' tab in SmartDashboard) |
fwSS-ftp-passed-by-AV-settings | 1.3.6.1.4.1.2620.1.1.26.9.2.38 | count of ftp items allowed by Anti Virus as either: exceeding size or archive limits, or failed scan due to internal error (configured in the 'settings' pane in 'Content Inspection' tab in SmartDashboard) |
fwSS-telnet-pid | 1.3.6.1.4.1.2620.1.1.26.9.3.1 | telnet - pid |
fwSS-telnet-proto | 1.3.6.1.4.1.2620.1.1.26.9.3.2 | telnet - proto |
fwSS-telnet-port | 1.3.6.1.4.1.2620.1.1.26.9.3.3 | telnet - port |
fwSS-telnet-logical-port | 1.3.6.1.4.1.2620.1.1.26.9.3.4 | telnet - logical port |
fwSS-telnet-max-avail-socket | 1.3.6.1.4.1.2620.1.1.26.9.3.5 | telnet - max avail socket |
fwSS-telnet-socket-in-use-max | 1.3.6.1.4.1.2620.1.1.26.9.3.6 | telnet - socket in use max |
fwSS-telnet-socket-in-use-curr | 1.3.6.1.4.1.2620.1.1.26.9.3.7 | telnet - socket in use current |
fwSS-telnet-socket-in-use-count | 1.3.6.1.4.1.2620.1.1.26.9.3.8 | telnet - socket in use count |
fwSS-telnet-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.3.9 | telnet - session max |
fwSS-telnet-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.3.10 | telnet - session current |
fwSS-telnet-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.3.11 | telnet - session count |
fwSS-telnet-auth-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.3.12 | telnet - auth session max |
fwSS-telnet-auth-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.3.13 | telnet - auth session current |
fwSS-telnet-auth-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.3.14 | telnet - auth session count |
fwSS-telnet-accepted-sess | 1.3.6.1.4.1.2620.1.1.26.9.3.15 | telnet - accepted session |
fwSS-telnet-rejected-sess | 1.3.6.1.4.1.2620.1.1.26.9.3.16 | telnet - rejected session |
fwSS-telnet-auth-failures | 1.3.6.1.4.1.2620.1.1.26.9.3.17 | telnet - auth failures |
fwSS-telnet-time-stamp | 1.3.6.1.4.1.2620.1.1.26.9.3.18 | telnet - time stamp |
fwSS-telnet-is-alive | 1.3.6.1.4.1.2620.1.1.26.9.3.19 | telnet - is alive |
fwSS-rlogin-pid | 1.3.6.1.4.1.2620.1.1.26.9.4.1 | rlogin - pid |
fwSS-rlogin-proto | 1.3.6.1.4.1.2620.1.1.26.9.4.2 | rlogin - proto |
fwSS-rlogin-port | 1.3.6.1.4.1.2620.1.1.26.9.4.3 | rlogin - port |
fwSS-rlogin-logical-port | 1.3.6.1.4.1.2620.1.1.26.9.4.4 | rlogin - logical port |
fwSS-rlogin-max-avail-socket | 1.3.6.1.4.1.2620.1.1.26.9.4.5 | rlogin - max avail socket |
fwSS-rlogin-socket-in-use-max | 1.3.6.1.4.1.2620.1.1.26.9.4.6 | rlogin - socket in use max |
fwSS-rlogin-socket-in-use-curr | 1.3.6.1.4.1.2620.1.1.26.9.4.7 | rlogin - socket in use current |
fwSS-rlogin-socket-in-use-count | 1.3.6.1.4.1.2620.1.1.26.9.4.8 | rlogin - socket in use count |
fwSS-rlogin-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.4.9 | rlogin - session max |
fwSS-rlogin-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.4.10 | rlogin - session current |
fwSS-rlogin-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.4.11 | rlogin - session count |
fwSS-rlogin-auth-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.4.12 | rlogin - auth session max |
fwSS-rlogin-auth-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.4.13 | rlogin - auth session current |
fwSS-rlogin-auth-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.4.14 | rlogin - auth session count |
fwSS-rlogin-accepted-sess | 1.3.6.1.4.1.2620.1.1.26.9.4.15 | rlogin - accepted session |
fwSS-rlogin-rejected-sess | 1.3.6.1.4.1.2620.1.1.26.9.4.16 | rlogin - rejected session |
fwSS-rlogin-auth-failures | 1.3.6.1.4.1.2620.1.1.26.9.4.17 | rlogin - auth failures |
fwSS-rlogin-time-stamp | 1.3.6.1.4.1.2620.1.1.26.9.4.18 | rlogin - time stamp |
fwSS-rlogin-is-alive | 1.3.6.1.4.1.2620.1.1.26.9.4.19 | rlogin - is alive |
fwSS-ufp-ops-ufp-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.5.1 | ufp - session max |
fwSS-ufp-ops-ufp-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.5.2 | ufp - session current |
fwSS-ufp-ops-ufp-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.5.3 | ufp - session count |
fwSS-ufp-ops-ufp-rej-sess | 1.3.6.1.4.1.2620.1.1.26.9.5.4 | ufp - rej session |
fwSS-ufp-time-stamp | 1.3.6.1.4.1.2620.1.1.26.9.5.5 | ufp - time stamp |
fwSS-ufp-is-alive | 1.3.6.1.4.1.2620.1.1.26.9.5.6 | ufp - is alive |
fwSS-smtp-pid | 1.3.6.1.4.1.2620.1.1.26.9.6.1 | smtp - pid |
fwSS-smtp-proto | 1.3.6.1.4.1.2620.1.1.26.9.6.2 | smtp - proto |
fwSS-smtp-port | 1.3.6.1.4.1.2620.1.1.26.9.6.3 | smtp - port |
fwSS-smtp-logical-port | 1.3.6.1.4.1.2620.1.1.26.9.6.4 | smtp - logical port |
fwSS-smtp-max-avail-socket | 1.3.6.1.4.1.2620.1.1.26.9.6.5 | smtp - max avail socket |
fwSS-smtp-socket-in-use-max | 1.3.6.1.4.1.2620.1.1.26.9.6.6 | smtp - socket in use max |
fwSS-smtp-socket-in-use-curr | 1.3.6.1.4.1.2620.1.1.26.9.6.7 | smtp - socket in use current |
fwSS-smtp-socket-in-use-count | 1.3.6.1.4.1.2620.1.1.26.9.6.8 | smtp - socket in use count |
fwSS-smtp-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.6.9 | smtp - session max |
fwSS-smtp-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.6.10 | smtp - session current |
fwSS-smtp-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.6.11 | smtp - session count |
fwSS-smtp-auth-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.6.12 | smtp - auth session max |
fwSS-smtp-auth-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.6.13 | smtp - auth session current |
fwSS-smtp-auth-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.6.14 | smtp - auth session count |
fwSS-smtp-accepted-sess | 1.3.6.1.4.1.2620.1.1.26.9.6.15 | smtp - accepted session |
fwSS-smtp-rejected-sess | 1.3.6.1.4.1.2620.1.1.26.9.6.16 | smtp - rejected session |
fwSS-smtp-auth-failures | 1.3.6.1.4.1.2620.1.1.26.9.6.17 | smtp - auth failures |
fwSS-smtp-mail-max | 1.3.6.1.4.1.2620.1.1.26.9.6.18 | smtp - mail max |
fwSS-smtp-mail-curr | 1.3.6.1.4.1.2620.1.1.26.9.6.19 | smtp - mail curr |
fwSS-smtp-mail-count | 1.3.6.1.4.1.2620.1.1.26.9.6.20 | smtp - mail count |
fwSS-smtp-outgoing-mail-max | 1.3.6.1.4.1.2620.1.1.26.9.6.21 | smtp - outgoing mail max |
fwSS-smtp-outgoing-mail-curr | 1.3.6.1.4.1.2620.1.1.26.9.6.22 | smtp - outgoing mail curr |
fwSS-smtp-outgoing-mail-count | 1.3.6.1.4.1.2620.1.1.26.9.6.23 | smtp - outgoing mail count |
fwSS-smtp-max-mail-on-conn | 1.3.6.1.4.1.2620.1.1.26.9.6.24 | smtp - max mail on conn |
fwSS-smtp-total-mails | 1.3.6.1.4.1.2620.1.1.26.9.6.25 | smtp - total mails |
fwSS-smtp-time-stamp | 1.3.6.1.4.1.2620.1.1.26.9.6.26 | smtp - time stamp |
fwSS-smtp-is-alive | 1.3.6.1.4.1.2620.1.1.26.9.6.27 | smtp - is alive |
fwSS-smtp-blocked-cnt | 1.3.6.1.4.1.2620.1.1.26.9.6.28 | count of smtp items blocked, being classified as 'infected' by Anti Virus |
fwSS-smtp-blocked-total | 1.3.6.1.4.1.2620.1.1.26.9.6.29 | sum of all the counts of the previous OID (fwss-smtp-blocked-cnt) |
fwSS-smtp-scanned-total | 1.3.6.1.4.1.2620.1.1.26.9.6.30 | sum of all the counts of 'blocked' (infected) and 'passed' items |
fwSS-smtp-blocked-by-file-type | 1.3.6.1.4.1.2620.1.1.26.9.6.31 | count of smtp items blocked by 'file type' policy in Content Inspection tab in SmartDashboard |
fwSS-smtp-blocked-by-size-limit | 1.3.6.1.4.1.2620.1.1.26.9.6.32 | count of smtp items blocked by 'size limit' policy in Content Inspection tab in SmartDashboard |
fwSS-smtp-blocked-by-archive-limit | 1.3.6.1.4.1.2620.1.1.26.9.6.33 | count of smtp items blocked by 'archive limit' policy in Content Inspection tab in SmartDashboard |
fwSS-smtp-blocked-by-internal-error | 1.3.6.1.4.1.2620.1.1.26.9.6.34 | count of smtp items blocked because of 'internal error' in Content Inspection tab in SmartDashboard |
fwSS-smtp-passed-cnt | 1.3.6.1.4.1.2620.1.1.26.9.6.35 | count of smtp items passed, being classified as 'safe' by Anti Virus |
fwSS-smtp-passed-by-file-type | 1.3.6.1.4.1.2620.1.1.26.9.6.36 | count of smtp items allowed (without AV scan) by 'File Type' policy in Content Inspection tab in SmartDashboard |
fwSS-smtp-passed-by-size-limit | 1.3.6.1.4.1.2620.1.1.26.9.6.37 | count of smtp items allowed (without AV scan) by 'Size Limit' policy in Content Inspection tab in SmartDashboard |
fwSS-smtp-passed-by-archive-limit | 1.3.6.1.4.1.2620.1.1.26.9.6.38 | count of smtp items allowed (without AV scan) by 'Archive Limit' policy in Content Inspection tab in SmartDashboard |
fwSS-smtp-passed-by-internal-error | 1.3.6.1.4.1.2620.1.1.26.9.6.39 | count of smtp items allowed (without AV scan) by 'internal error' in Content Inspection tab in SmartDashboard |
fwSS-smtp-passed-total | 1.3.6.1.4.1.2620.1.1.26.9.6.40 | sum of all the above 'passed' counts - OIDs .35 to .39 |
fwSS-smtp-blocked-by-AV-settings | 1.3.6.1.4.1.2620.1.1.26.9.6.41 | count of smtp items rejected by Anti Virus as either: exceeding size or archive limits, or failed scan due to internal error (configured in the 'settings' pane in 'Content Inspection' tab in SmartDashboard) |
fwSS-smtp-passed-by-AV-settings | 1.3.6.1.4.1.2620.1.1.26.9.6.42 | count of smtp items allowed by Anti Virus as either: exceeding size or archive limits, or failed scan due to internal error (configured in the 'settings' pane in 'Content Inspection' tab in SmartDashboard) |
fwSS-POP3-pid | 1.3.6.1.4.1.2620.1.1.26.9.7.1 | POP3 - pid |
fwSS-POP3-proto | 1.3.6.1.4.1.2620.1.1.26.9.7.2 | POP3 - proto |
fwSS-POP3-port | 1.3.6.1.4.1.2620.1.1.26.9.7.3 | POP3 - port |
fwSS-POP3-logical-port | 1.3.6.1.4.1.2620.1.1.26.9.7.4 | POP3 - logical port |
fwSS-POP3-max-avail-socket | 1.3.6.1.4.1.2620.1.1.26.9.7.5 | POP3 - max avail socket |
fwSS-POP3-socket-in-use-max | 1.3.6.1.4.1.2620.1.1.26.9.7.6 | POP3 - socket in use max |
fwSS-POP3-socket-in-use-curr | 1.3.6.1.4.1.2620.1.1.26.9.7.7 | POP3 - socket in use current |
fwSS-POP3-socket-in-use-count | 1.3.6.1.4.1.2620.1.1.26.9.7.8 | POP3 - socket in use count |
fwSS-POP3-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.7.9 | POP3 - session max |
fwSS-POP3-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.7.10 | POP3 - session current |
fwSS-POP3-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.7.11 | POP3 - session count |
fwSS-POP3-auth-sess-max | 1.3.6.1.4.1.2620.1.1.26.9.7.12 | POP3 - auth session max |
fwSS-POP3-auth-sess-curr | 1.3.6.1.4.1.2620.1.1.26.9.7.13 | POP3 - auth session current |
fwSS-POP3-auth-sess-count | 1.3.6.1.4.1.2620.1.1.26.9.7.14 | POP3 - auth session count |
fwSS-POP3-accepted-sess | 1.3.6.1.4.1.2620.1.1.26.9.7.15 | POP3 - accepted session |
fwSS-POP3-rejected-sess | 1.3.6.1.4.1.2620.1.1.26.9.7.16 | POP3 - rejected session |
fwSS-POP3-auth-failures | 1.3.6.1.4.1.2620.1.1.26.9.7.17 | POP3 - auth failures |
fwSS-POP3-mail-max | 1.3.6.1.4.1.2620.1.1.26.9.7.18 | POP3 - mail max |
fwSS-POP3-mail-curr | 1.3.6.1.4.1.2620.1.1.26.9.7.19 | POP3 - mail curr |
fwSS-POP3-mail-count | 1.3.6.1.4.1.2620.1.1.26.9.7.20 | POP3 - mail count |
fwSS-POP3-outgoing-mail-max | 1.3.6.1.4.1.2620.1.1.26.9.7.21 | POP3 - outgoing mail max |
fwSS-POP3-outgoing-mail-curr | 1.3.6.1.4.1.2620.1.1.26.9.7.22 | POP3 - outgoing mail curr |
fwSS-POP3-outgoing-mail-count | 1.3.6.1.4.1.2620.1.1.26.9.7.23 | POP3 - outgoing mail count |
fwSS-POP3-max-mail-on-conn | 1.3.6.1.4.1.2620.1.1.26.9.7.24 | POP3 - max mail on conn |
fwSS-POP3-total-mails | 1.3.6.1.4.1.2620.1.1.26.9.7.25 | POP3 - total mails |
fwSS-POP3-time-stamp | 1.3.6.1.4.1.2620.1.1.26.9.7.26 | POP3 - time stamp |
fwSS-POP3-is-alive | 1.3.6.1.4.1.2620.1.1.26.9.7.27 | POP3 - is alive |
fwSS-POP3-blocked-cnt | 1.3.6.1.4.1.2620.1.1.26.9.7.28 | count of POP3 items blocked, being classified as 'infected' by Anti Virus |
fwSS-POP3-blocked-total | 1.3.6.1.4.1.2620.1.1.26.9.7.29 | sum of all the counts of the previous OID (fwss-POP3-blocked-cnt) |
fwSS-POP3-scanned-total | 1.3.6.1.4.1.2620.1.1.26.9.7.30 | sum of all the counts of 'blocked' (infected) and 'passed' items |
fwSS-POP3-blocked-by-file-type | 1.3.6.1.4.1.2620.1.1.26.9.7.31 | count of POP3 items blocked by 'file type' policy in Content Inspection tab in SmartDashboard |
fwSS-POP3-blocked-by-size-limit | 1.3.6.1.4.1.2620.1.1.26.9.7.32 | count of POP3 items blocked by 'size limit' policy in Content Inspection tab in SmartDashboard |
fwSS-POP3-blocked-by-archive-limit | 1.3.6.1.4.1.2620.1.1.26.9.7.33 | count of POP3 items blocked by 'archive limit' policy in Content Inspection tab in SmartDashboard |
fwSS-POP3-blocked-by-internal-error | 1.3.6.1.4.1.2620.1.1.26.9.7.34 | count of POP3 items blocked because of 'internal error' in Content Inspection tab in SmartDashboard |
fwSS-POP3-passed-cnt | 1.3.6.1.4.1.2620.1.1.26.9.7.35 | count of POP3 items passed, being classified as 'safe' by Anti Virus |
fwSS-POP3-passed-by-file-type | 1.3.6.1.4.1.2620.1.1.26.9.7.36 | count of POP3 items allowed (without AV scan) by 'File Type' policy in Content Inspection tab in SmartDashboard |
fwSS-POP3-passed-by-size-limit | 1.3.6.1.4.1.2620.1.1.26.9.7.37 | count of POP3 items allowed (without AV scan) by 'Size Limit' policy in Content Inspection tab in SmartDashboard |
fwSS-POP3-passed-by-archive-limit | 1.3.6.1.4.1.2620.1.1.26.9.7.38 | count of POP3 items allowed (without AV scan) by 'Archive Limit' policy in Content Inspection tab in SmartDashboard |
fwSS-POP3-passed-by-internal-error | 1.3.6.1.4.1.2620.1.1.26.9.7.39 | count of POP3 items allowed (without AV scan) by 'internal error' in Content Inspection tab in SmartDashboard |
fwSS-POP3-passed-total | 1.3.6.1.4.1.2620.1.1.26.9.7.40 | sum of all the above 'passed' counts - OIDs .35 to .39 |
fwSS-POP3-blocked-by-AV-settings | 1.3.6.1.4.1.2620.1.1.26.9.7.41 | count of POP3 items rejected by Anti Virus as either: exceeding size or archive limits, or failed scan due to internal error (configured in the 'settings' pane in 'Content Inspection' tab in SmartDashboard) |
fwSS-POP3-passed-by-AV-settings | 1.3.6.1.4.1.2620.1.1.26.9.7.42 | count of POP3 items allowed by Anti Virus as either: exceeding size or archive limits, or failed scan due to internal error (configured in the 'settings' pane in 'Content Inspection' tab in SmartDashboard) |
fwSS-total-blocked-by-av | 1.3.6.1.4.1.2620.1.1.26.9.10.1 | total blocked items for all services (HTTP,FTP,POP3,SMTP) |
fwSS-total-blocked | 1.3.6.1.4.1.2620.1.1.26.9.10.2 | total blocked items for all policies (filetype,size limit, archive limit,internal error) |
fwSS-total-scanned | 1.3.6.1.4.1.2620.1.1.26.9.10.3 | total scanned items for all services (HTTP,FTP,POP3,SMTP) |
fwSS-total-blocked-by-file-type | 1.3.6.1.4.1.2620.1.1.26.9.10.4 | total blocked items by 'File Type' policy for all services (HTTP,FTP,POP3,SMTP) |
fwSS-total-blocked-by-size-limit | 1.3.6.1.4.1.2620.1.1.26.9.10.5 | total blocked items by 'Size Limit' policy for all services (HTTP,FTP,POP3,SMTP) |
fwSS-total-blocked-by-archive-limit | 1.3.6.1.4.1.2620.1.1.26.9.10.6 | total blocked items by 'Archive Limit' policy for all services (HTTP,FTP,POP3,SMTP) |
fwSS-total-blocked-by-interal-error | 1.3.6.1.4.1.2620.1.1.26.9.10.7 | total blocked items by 'Internal Error' for all services (HTTP,FTP,POP3,SMTP) |
fwSS-total-passed-by-av | 1.3.6.1.4.1.2620.1.1.26.9.10.8 | total passed items for all services (HTTP,FTP,POP3,SMTP) |
fwSS-total-passed-by-file-type | 1.3.6.1.4.1.2620.1.1.26.9.10.9 | total passed items by 'File Type' policy for all services (HTTP,FTP,POP3,SMTP) |
fwSS-total-passed-by-size-limit | 1.3.6.1.4.1.2620.1.1.26.9.10.10 | total passed items by 'Size Limit' policy for all services (HTTP,FTP,POP3,SMTP) |
fwSS-total-passed-by-archive-limit | 1.3.6.1.4.1.2620.1.1.26.9.10.11 | total blocked items by 'Archive Limit' policy for all services (HTTP,FTP,POP3,SMTP) |
fwSS-total-passed-by-interal-error | 1.3.6.1.4.1.2620.1.1.26.9.10.12 | total blocked items by 'Internal Error' for all services (HTTP,FTP,POP3,SMTP) |
fwSS-total-passed | 1.3.6.1.4.1.2620.1.1.26.9.10.13 | total passed items for all policies (filetype,size limit, archive limit,internal error) |
fwSS-total-blocked-by-av-settings | 1.3.6.1.4.1.2620.1.1.26.9.10.14 | total blocked items by AV settings |
fwSS-total-passed-by-av-settings | 1.3.6.1.4.1.2620.1.1.26.9.10.15 | total passed items by AV settings |
fwConnectionsStatConnectionsTcp | 1.3.6.1.4.1.2620.1.1.26.11.1 | tcp connections passing through the FireWall-1 Module |
fwConnectionsStatConnectionsUdp | 1.3.6.1.4.1.2620.1.1.26.11.2 | udp connections passing through the FireWall-1 Module |
fwConnectionsStatConnectionsIcmp | 1.3.6.1.4.1.2620.1.1.26.11.3 | icmp connections passing through the FireWall-1 Module |
fwConnectionsStatConnectionsOther | 1.3.6.1.4.1.2620.1.1.26.11.4 | other connections passing through the FireWall-1 Module |
fwConnectionsStatConnections | 1.3.6.1.4.1.2620.1.1.26.11.5 | total connections passing through the FireWall-1 Module |
fwConnectionsStatConnectionRate | 1.3.6.1.4.1.2620.1.1.26.11.6 | connection rate (per second) passing through the FireWall-1 Module |
fwHmem64-block-size | 1.3.6.1.4.1.2620.1.1.26.12.1 | hmem - block size |
fwHmem64-requested-bytes | 1.3.6.1.4.1.2620.1.1.26.12.2 | hmem - requested bytes |
fwHmem64-initial-allocated-bytes | 1.3.6.1.4.1.2620.1.1.26.12.3 | hmem - initial allocated bytes |
fwHmem64-initial-allocated-blocks | 1.3.6.1.4.1.2620.1.1.26.12.4 | hmem - initial allocated blocks |
fwHmem64-initial-allocated-pools | 1.3.6.1.4.1.2620.1.1.26.12.5 | hmem - initial allocated pools |
fwHmem64-current-allocated-bytes | 1.3.6.1.4.1.2620.1.1.26.12.6 | hmem - current allocated bytes |
fwHmem64-current-allocated-blocks | 1.3.6.1.4.1.2620.1.1.26.12.7 | hmem - current allocated blocks |
fwHmem64-current-allocated-pools | 1.3.6.1.4.1.2620.1.1.26.12.8 | hmem - current allocated pools |
fwHmem64-maximum-bytes | 1.3.6.1.4.1.2620.1.1.26.12.9 | hmem - maximum bytes |
fwHmem64-maximum-pools | 1.3.6.1.4.1.2620.1.1.26.12.10 | hmem - maximum pools |
fwHmem64-bytes-used | 1.3.6.1.4.1.2620.1.1.26.12.11 | hmem - bytes used |
fwHmem64-blocks-used | 1.3.6.1.4.1.2620.1.1.26.12.12 | hmem - blocks used |
fwHmem64-bytes-unused | 1.3.6.1.4.1.2620.1.1.26.12.13 | hmem - bytes unused |
fwHmem64-blocks-unused | 1.3.6.1.4.1.2620.1.1.26.12.14 | hmem - blocks unused |
fwHmem64-bytes-peak | 1.3.6.1.4.1.2620.1.1.26.12.15 | hmem - bytes peak |
fwHmem64-blocks-peak | 1.3.6.1.4.1.2620.1.1.26.12.16 | hmem - blocks peak |
fwHmem64-bytes-internal-use | 1.3.6.1.4.1.2620.1.1.26.12.17 | hmem - bytes internal use |
fwHmem64-number-of-items | 1.3.6.1.4.1.2620.1.1.26.12.18 | hmem - number of items |
fwHmem64-alloc-operations | 1.3.6.1.4.1.2620.1.1.26.12.19 | hmem - alloc operations |
fwHmem64-free-operations | 1.3.6.1.4.1.2620.1.1.26.12.20 | hmem - free operations |
fwHmem64-failed-alloc | 1.3.6.1.4.1.2620.1.1.26.12.21 | hmem - failed alloc |
fwHmem64-failed-free | 1.3.6.1.4.1.2620.1.1.26.12.22 | hmem - failed free |
fwNetIfTable | 1.3.6.1.4.1.2620.1.1.27 | |
FwNetIfEntry | 1.3.6.1.4.1.2620.1.1.27.1 | |
fwNetIfIndex | 1.3.6.1.4.1.2620.1.1.27.1.1 | |
fwNetIfName | 1.3.6.1.4.1.2620.1.1.27.1.2 | Interface Name |
fwNetIfIPAddr | 1.3.6.1.4.1.2620.1.1.27.1.3 | IPv4 Address (an empty address will be denoted by 0.0.0.0) |
fwNetIfNetmask | 1.3.6.1.4.1.2620.1.1.27.1.4 | Network Mask of the GW behind the Bridge (an empty mask will be denoted by 0.0.0.0) |
fwNetIfFlags | 1.3.6.1.4.1.2620.1.1.27.1.5 | Flags indicating the type(s) of the device: Possible values include:VPN tunnel device 1Unnumbered device 2Proxy device 4Bridge 8Bond 16Slave 32 (e.g. belongs to a bond or bridge device) |
fwNetIfPeerName | 1.3.6.1.4.1.2620.1.1.27.1.6 | VPN Tunnel Peer Name |
fwNetIfRemoteIp | 1.3.6.1.4.1.2620.1.1.27.1.7 | VPN Tunnel Remote IP |
fwNetIfTopology | 1.3.6.1.4.1.2620.1.1.27.1.8 | Planned for future use only - currently should have the constant value of 4 |
fwNetIfProxyName | 1.3.6.1.4.1.2620.1.1.27.1.9 | VPN Tunnel Proxy Name |
fwNetIfSlaves | 1.3.6.1.4.1.2620.1.1.27.1.10 | If this device is acting as a master, this string contains space separated names of all its slave devices. |
fwNetIfPorts | 1.3.6.1.4.1.2620.1.1.27.1.11 | Given an interface which is a port in a bridge, list all its siblings interfaces. The interfaces are separated by a single space. |
fwNetIfIPV6Addr | 1.3.6.1.4.1.2620.1.1.27.1.12 | IPv6 Address given in an hexa format . |
fwNetIfIPV6AddrLen | 1.3.6.1.4.1.2620.1.1.27.1.13 | IPv6 Address length |
fwLSConnOverall | 1.3.6.1.4.1.2620.1.1.30.1 | Connectivity with log servers, Ok(0), Warnning(1) and Error(2) |
fwLSConnOverallDesc | 1.3.6.1.4.1.2620.1.1.30.2 | Description of connectivity status with log servers |
fwLSConnTable | 1.3.6.1.4.1.2620.1.1.30.3 | |
fwLocalLoggingDesc | 1.3.6.1.4.1.2620.1.1.30.4 | Description of local logging status |
fwLocalLoggingStat | 1.3.6.1.4.1.2620.1.1.30.5 | Writing logs localy, To log servers(0), Local configured (1) Local due to connectivity(2) Local due to high rate(3) |
fwLocalLoggingWriteRate | 1.3.6.1.4.1.2620.1.1.30.6 | Local Logging Writing Rate |
fwLoggingHandlingRate | 1.3.6.1.4.1.2620.1.1.30.7 | Total Logging Handling Rate (Local writing and Sending to Log Server) |
FwLSConnEntry | 1.3.6.1.4.1.2620.1.1.30.3.1 | |
fwLSConnIndex | 1.3.6.1.4.1.2620.1.1.30.3.1.1 | |
fwLSConnName | 1.3.6.1.4.1.2620.1.1.30.3.1.2 | Log Server Name\IP |
fwLSConnState | 1.3.6.1.4.1.2620.1.1.30.3.1.3 | Connectivity state with the log server Ok(0), Error(1) and Not Active(2) |
fwLSConnStateDesc | 1.3.6.1.4.1.2620.1.1.30.3.1.4 | Description of connectivity state with the log server |
fwLSConnSendRate | 1.3.6.1.4.1.2620.1.1.30.3.1.5 | Logs Sending Rate to the Log Server |
fwSXLStatus | 1.3.6.1.4.1.2620.1.36.1.1 | |
fwSXLConnsExisting | 1.3.6.1.4.1.2620.1.36.1.2 | The number of existing connections handled by SecureXL. |
fwSXLConnsAdded | 1.3.6.1.4.1.2620.1.36.1.3 | The number of connections added by SecureXL. |
fwSXLConnsDeleted | 1.3.6.1.4.1.2620.1.36.1.4 | The number of connections deleted by SecureXL. |
cpvProdName | 1.3.6.1.4.1.2620.1.2.1 | Product name |
cpvVerMajor | 1.3.6.1.4.1.2620.1.2.2 | Major version |
cpvVerMinor | 1.3.6.1.4.1.2620.1.2.3 | Minor version |
cpvEncPackets | 1.3.6.1.4.1.2620.1.2.4.1.1 | Encrypted packets |
cpvDecPackets | 1.3.6.1.4.1.2620.1.2.4.1.2 | Decrypted packets |
cpvErrOut | 1.3.6.1.4.1.2620.1.2.4.2.1 | Encryption errors |
cpvErrIn | 1.3.6.1.4.1.2620.1.2.4.2.2 | Decryption errors |
cpvErrIke | 1.3.6.1.4.1.2620.1.2.4.2.3 | IKE errors |
cpvErrPolicy | 1.3.6.1.4.1.2620.1.2.4.2.4 | Policy errors |
cpvCurrEspSAsIn | 1.3.6.1.4.1.2620.1.2.5.2.1 | IPsec current Inbound ESP SAs |
cpvTotalEspSAsIn | 1.3.6.1.4.1.2620.1.2.5.2.2 | IPsec total Inbound ESP SAs |
cpvCurrEspSAsOut | 1.3.6.1.4.1.2620.1.2.5.2.3 | IPsec current Outbound ESP SAs |
cpvTotalEspSAsOut | 1.3.6.1.4.1.2620.1.2.5.2.4 | IPsec total Outbound ESP SAs |
cpvCurrAhSAsIn | 1.3.6.1.4.1.2620.1.2.5.2.5 | IPsec current Inbound AH SAs |
cpvTotalAhSAsIn | 1.3.6.1.4.1.2620.1.2.5.2.6 | IPsec total Inbound AH SAs |
cpvCurrAhSAsOut | 1.3.6.1.4.1.2620.1.2.5.2.7 | IPsec current Outbound AH SAs |
cpvTotalAhSAsOut | 1.3.6.1.4.1.2620.1.2.5.2.8 | IPsec total Outbound AH SAs |
cpvMaxConncurEspSAsIn | 1.3.6.1.4.1.2620.1.2.5.2.9 | IPsec max concurrent Inbound ESP SAs |
cpvMaxConncurEspSAsOut | 1.3.6.1.4.1.2620.1.2.5.2.10 | IPsec max concurrent Outbound ESP SAs |
cpvMaxConncurAhSAsIn | 1.3.6.1.4.1.2620.1.2.5.2.11 | IPsec max concurrent Inbound AH SAs |
cpvMaxConncurAhSAsOut | 1.3.6.1.4.1.2620.1.2.5.2.12 | IPsec max concurrent Outbound AH SAs |
cpvSaDecrErr | 1.3.6.1.4.1.2620.1.2.5.3.1 | IPsec decryption errors |
cpvSaAuthErr | 1.3.6.1.4.1.2620.1.2.5.3.2 | IPsec authentication errors |
cpvSaReplayErr | 1.3.6.1.4.1.2620.1.2.5.3.3 | IPsec replay errors |
cpvSaPolicyErr | 1.3.6.1.4.1.2620.1.2.5.3.4 | IPsec policy errors |
cpvSaOtherErrIn | 1.3.6.1.4.1.2620.1.2.5.3.5 | IPsec other inbound errors |
cpvSaOtherErrOut | 1.3.6.1.4.1.2620.1.2.5.3.6 | IPsec other outbound errors |
cpvSaUnknownSpiErr | 1.3.6.1.4.1.2620.1.2.5.3.7 | IPsec unknown SPI errors |
cpvIpsecUdpEspEncPkts | 1.3.6.1.4.1.2620.1.2.5.4.1 | IPsec UDP ESP encrypted packets |
cpvIpsecUdpEspDecPkts | 1.3.6.1.4.1.2620.1.2.5.4.2 | IPsec UDP ESP decrypted packets |
cpvIpsecAhEncPkts | 1.3.6.1.4.1.2620.1.2.5.4.3 | IPsec AH encrypted packets |
cpvIpsecAhDecPkts | 1.3.6.1.4.1.2620.1.2.5.4.4 | IPsec AH decrypted packets |
cpvIpsecEspEncPkts | 1.3.6.1.4.1.2620.1.2.5.4.5 | IPsec ESP encrypted packets |
cpvIpsecEspDecPkts | 1.3.6.1.4.1.2620.1.2.5.4.6 | IPsec ESP decrypted packets |
cpvIpsecDecomprBytesBefore | 1.3.6.1.4.1.2620.1.2.5.4.7 | IPsec bytes before decompression |
cpvIpsecDecomprBytesAfter | 1.3.6.1.4.1.2620.1.2.5.4.8 | IPsec bytes after decompression |
cpvIpsecDecomprOverhead | 1.3.6.1.4.1.2620.1.2.5.4.9 | IPsec bytes decompression overhead |
cpvIpsecDecomprPkts | 1.3.6.1.4.1.2620.1.2.5.4.10 | IPsec packets decompressed |
cpvIpsecDecomprErr | 1.3.6.1.4.1.2620.1.2.5.4.11 | IPsec decompression errors |
cpvIpsecComprBytesBefore | 1.3.6.1.4.1.2620.1.2.5.4.12 | IPsec bytes before compression |
cpvIpsecComprBytesAfter | 1.3.6.1.4.1.2620.1.2.5.4.13 | IPsec bytes after compression |
cpvIpsecComprOverhead | 1.3.6.1.4.1.2620.1.2.5.4.14 | IPsec bytes compression overhead |
cpvIpsecNonCompressibleBytes | 1.3.6.1.4.1.2620.1.2.5.4.15 | IPsec bytes non compressible |
cpvIpsecCompressiblePkts | 1.3.6.1.4.1.2620.1.2.5.4.16 | IPsec packets compressed |
cpvIpsecNonCompressiblePkts | 1.3.6.1.4.1.2620.1.2.5.4.17 | IPsec packets non compressible |
cpvIpsecComprErrors | 1.3.6.1.4.1.2620.1.2.5.4.18 | IPsec compression errors |
cpvIpsecEspEncBytes | 1.3.6.1.4.1.2620.1.2.5.4.19 | IPsec ESP encrypted bytes |
cpvIpsecEspDecBytes | 1.3.6.1.4.1.2620.1.2.5.4.20 | IPsec ESP decrypted bytes |
cpvFwzEncapsEncPkts | 1.3.6.1.4.1.2620.1.2.6.1.1 | Fwz encapsulated encrypted packets |
cpvFwzEncapsDecPkts | 1.3.6.1.4.1.2620.1.2.6.1.2 | Fwz encapsulated decrypted packets |
cpvFwzEncPkts | 1.3.6.1.4.1.2620.1.2.6.1.3 | Fwz encrypted packets |
cpvFwzDecPkts | 1.3.6.1.4.1.2620.1.2.6.1.4 | Fwz decrypted packets |
cpvFwzEncapsEncErrs | 1.3.6.1.4.1.2620.1.2.6.2.1 | Fwz encapsulated encryption errors |
cpvFwzEncapsDecErrs | 1.3.6.1.4.1.2620.1.2.6.2.2 | Fwz encapsulated decryption errors |
cpvFwzEncErrs | 1.3.6.1.4.1.2620.1.2.6.2.3 | Fwz encryption errors |
cpvFwzDecErrs | 1.3.6.1.4.1.2620.1.2.6.2.4 | Fwz decryption errors |
cpvHwAccelVendor | 1.3.6.1.4.1.2620.1.2.8.1.1 | HW accel. vendor |
cpvHwAccelStatus | 1.3.6.1.4.1.2620.1.2.8.1.2 | HW accel. status |
cpvHwAccelDriverMajorVer | 1.3.6.1.4.1.2620.1.2.8.1.3 | HW accel. driver major version |
cpvHwAccelDriverMinorVer | 1.3.6.1.4.1.2620.1.2.8.1.4 | HW accel. driver minor version |
cpvHwAccelEspEncPkts | 1.3.6.1.4.1.2620.1.2.8.2.1 | HW accel. encrypted IPsec ESP packets |
cpvHwAccelEspDecPkts | 1.3.6.1.4.1.2620.1.2.8.2.2 | HW accel. decrypted IPsec ESP packets |
cpvHwAccelEspEncBytes | 1.3.6.1.4.1.2620.1.2.8.2.3 | HW accel. encrypted IPsec ESP bytes |
cpvHwAccelEspDecBytes | 1.3.6.1.4.1.2620.1.2.8.2.4 | HW accel. decrypted IPsec ESP bytes |
cpvHwAccelAhEncPkts | 1.3.6.1.4.1.2620.1.2.8.2.5 | HW accel. encrypted IPsec AH packets |
cpvHwAccelAhDecPkts | 1.3.6.1.4.1.2620.1.2.8.2.6 | HW accel. decrypted IPsec AH packets |
cpvHwAccelAhEncBytes | 1.3.6.1.4.1.2620.1.2.8.2.7 | HW accel. encrypted IPsec AH bytes |
cpvHwAccelAhDecBytes | 1.3.6.1.4.1.2620.1.2.8.2.8 | HW accel. decrypted IPsec AH bytes |
cpvIKECurrSAs | 1.3.6.1.4.1.2620.1.2.9.1.1 | IKE current SAs |
cpvIKECurrInitSAs | 1.3.6.1.4.1.2620.1.2.9.1.2 | IKE current initiated SAs |
cpvIKECurrRespSAs | 1.3.6.1.4.1.2620.1.2.9.1.3 | IKE current responded SAs |
cpvIKETotalSAs | 1.3.6.1.4.1.2620.1.2.9.1.4 | IKE total SAs |
cpvIKETotalInitSAs | 1.3.6.1.4.1.2620.1.2.9.1.5 | IKE total initiated SAs |
cpvIKETotalRespSAs | 1.3.6.1.4.1.2620.1.2.9.1.6 | IKE total responded SAs |
cpvIKETotalSAsAttempts | 1.3.6.1.4.1.2620.1.2.9.1.7 | IKE total SAs attempts |
cpvIKETotalSAsInitAttempts | 1.3.6.1.4.1.2620.1.2.9.1.8 | IKE total SAs initiated attempts |
cpvIKETotalSAsRespAttempts | 1.3.6.1.4.1.2620.1.2.9.1.9 | IKE total SAs responded attempts |
cpvIKEMaxConncurSAs | 1.3.6.1.4.1.2620.1.2.9.1.10 | IKE max concurrent SAs |
cpvIKEMaxConncurInitSAs | 1.3.6.1.4.1.2620.1.2.9.1.11 | IKE max concurrent initiated SAs |
cpvIKEMaxConncurRespSAs | 1.3.6.1.4.1.2620.1.2.9.1.12 | IKE max concurrent responded SAs |
cpvIKETotalFailuresInit | 1.3.6.1.4.1.2620.1.2.9.2.1 | IKE total failures (initiator errors) |
cpvIKENoResp | 1.3.6.1.4.1.2620.1.2.9.2.2 | IKE no response from peer (initiator errors) |
cpvIKETotalFailuresResp | 1.3.6.1.4.1.2620.1.2.9.2.3 | IKE total failures (responder errors) |
cpvIPsecNICsNum | 1.3.6.1.4.1.2620.1.2.10.1.1 | IPsec NIC: Number of IPsec NIC's |
cpvIPsecNICTotalDownLoadedSAs | 1.3.6.1.4.1.2620.1.2.10.1.2 | IPsec NIC: Total downloaded SA's |
cpvIPsecNICCurrDownLoadedSAs | 1.3.6.1.4.1.2620.1.2.10.1.3 | IPsec NIC: Current downloaded SA's |
cpvIPsecNICDecrBytes | 1.3.6.1.4.1.2620.1.2.10.1.4 | IPsec NIC: Decrypted bytes by NIC |
cpvIPsecNICEncrBytes | 1.3.6.1.4.1.2620.1.2.10.1.5 | IPsec NIC: Encrypted bytes by NIC |
cpvIPsecNICDecrPackets | 1.3.6.1.4.1.2620.1.2.10.1.6 | IPsec NIC: Decrypted packets by NIC |
cpvIPsecNICEncrPackets | 1.3.6.1.4.1.2620.1.2.10.1.7 | IPsec NIC: Encrypted packets by NIC |
fgProdName | 1.3.6.1.4.1.2620.1.3.1 | Product name |
fgVerMajor | 1.3.6.1.4.1.2620.1.3.2 | Major version |
fgVerMinor | 1.3.6.1.4.1.2620.1.3.3 | Minor version |
fgVersionString | 1.3.6.1.4.1.2620.1.3.4 | Version string |
fgModuleKernelBuild | 1.3.6.1.4.1.2620.1.3.5 | Kernel build |
fgStrPolicyName | 1.3.6.1.4.1.2620.1.3.6 | Policy name |
fgInstallTime | 1.3.6.1.4.1.2620.1.3.7 | Install time |
fgNumInterfaces | 1.3.6.1.4.1.2620.1.3.8 | Interfaces num |
fgIfTable | 1.3.6.1.4.1.2620.1.3.9 | |
FgIfEntry | 1.3.6.1.4.1.2620.1.3.9.1 | |
fgIfIndex | 1.3.6.1.4.1.2620.1.3.9.1.1 | |
fgIfName | 1.3.6.1.4.1.2620.1.3.9.1.2 | |
fgPolicyName | 1.3.6.1.4.1.2620.1.3.9.1.3 | |
fgRateLimitIn | 1.3.6.1.4.1.2620.1.3.9.1.4 | |
fgRateLimitOut | 1.3.6.1.4.1.2620.1.3.9.1.5 | |
fgAvrRateIn | 1.3.6.1.4.1.2620.1.3.9.1.6 | |
fgAvrRateOut | 1.3.6.1.4.1.2620.1.3.9.1.7 | |
fgRetransPcktsIn | 1.3.6.1.4.1.2620.1.3.9.1.8 | |
fgRetransPcktsOut | 1.3.6.1.4.1.2620.1.3.9.1.9 | |
fgPendPcktsIn | 1.3.6.1.4.1.2620.1.3.9.1.10 | |
fgPendPcktsOut | 1.3.6.1.4.1.2620.1.3.9.1.11 | |
fgPendBytesIn | 1.3.6.1.4.1.2620.1.3.9.1.12 | |
fgPendBytesOut | 1.3.6.1.4.1.2620.1.3.9.1.13 | |
fgNumConnIn | 1.3.6.1.4.1.2620.1.3.9.1.14 | |
fgNumConnOut | 1.3.6.1.4.1.2620.1.3.9.1.15 | |
haProdName | 1.3.6.1.4.1.2620.1.5.1 | Product name |
haInstalled | 1.3.6.1.4.1.2620.1.5.2 | HA installed |
haVerMajor | 1.3.6.1.4.1.2620.1.5.3 | Major version |
haVerMinor | 1.3.6.1.4.1.2620.1.5.4 | Minor version |
haStarted | 1.3.6.1.4.1.2620.1.5.5 | HA started |
haState | 1.3.6.1.4.1.2620.1.5.6 | HA state |
haBlockState | 1.3.6.1.4.1.2620.1.5.7 | HA blocking state |
haIdentifier | 1.3.6.1.4.1.2620.1.5.8 | HA identifier |
haProtoVersion | 1.3.6.1.4.1.2620.1.5.10 | HA protocol version |
haWorkMode | 1.3.6.1.4.1.2620.1.5.11 | Working mode |
haVersionSting | 1.3.6.1.4.1.2620.1.5.14 | Version string |
haStatCode | 1.3.6.1.4.1.2620.1.5.101 | Status code |
haStatShort | 1.3.6.1.4.1.2620.1.5.102 | Status short |
haStatLong | 1.3.6.1.4.1.2620.1.5.103 | Status long |
haServicePack | 1.3.6.1.4.1.2620.1.5.999 | Service pack |
haIfTable | 1.3.6.1.4.1.2620.1.5.12 | |
HaIfEntry | 1.3.6.1.4.1.2620.1.5.12.1 | |
haIfIndex | 1.3.6.1.4.1.2620.1.5.12.1.1 | |
haIfName | 1.3.6.1.4.1.2620.1.5.12.1.2 | |
haIP | 1.3.6.1.4.1.2620.1.5.12.1.3 | |
haStatus | 1.3.6.1.4.1.2620.1.5.12.1.4 | |
haVerified | 1.3.6.1.4.1.2620.1.5.12.1.5 | |
haTrusted | 1.3.6.1.4.1.2620.1.5.12.1.6 | |
haShared | 1.3.6.1.4.1.2620.1.5.12.1.7 | |
haProblemTable | 1.3.6.1.4.1.2620.1.5.13 | |
HaProblemEntry | 1.3.6.1.4.1.2620.1.5.13.1 | |
haProblemIndex | 1.3.6.1.4.1.2620.1.5.13.1.1 | |
haProblemName | 1.3.6.1.4.1.2620.1.5.13.1.2 | |
haProblemStatus | 1.3.6.1.4.1.2620.1.5.13.1.3 | |
haProblemPriority | 1.3.6.1.4.1.2620.1.5.13.1.4 | |
haProblemVerified | 1.3.6.1.4.1.2620.1.5.13.1.5 | |
haProblemDescr | 1.3.6.1.4.1.2620.1.5.13.1.6 | |
haClusterIpTable | 1.3.6.1.4.1.2620.1.5.15 | |
HaClusterIpEntry | 1.3.6.1.4.1.2620.1.5.15.1 | |
haClusterIpIndex | 1.3.6.1.4.1.2620.1.5.15.1.1 | Cluster IP index |
haClusterIpIfName | 1.3.6.1.4.1.2620.1.5.15.1.2 | Cluster IP interface name |
haClusterIpAddr | 1.3.6.1.4.1.2620.1.5.15.1.3 | Cluster IP address |
haClusterIpNetMask | 1.3.6.1.4.1.2620.1.5.15.1.4 | Cluster network mask |
haClusterIpMemberNet | 1.3.6.1.4.1.2620.1.5.15.1.5 | Cluster member network |
haClusterIpMemberNetMask | 1.3.6.1.4.1.2620.1.5.15.1.6 | Cluster member network mask |
haClusterSyncTable | 1.3.6.1.4.1.2620.1.5.16 | |
HaClusterSyncEntry | 1.3.6.1.4.1.2620.1.5.16.1 | |
haClusterSyncIndex | 1.3.6.1.4.1.2620.1.5.16.1.1 | Cluster sync index |
haClusterSyncName | 1.3.6.1.4.1.2620.1.5.16.1.2 | Cluster sync name |
haClusterSyncAddr | 1.3.6.1.4.1.2620.1.5.16.1.3 | Cluster sync address |
haClusterSyncNetMask | 1.3.6.1.4.1.2620.1.5.16.1.4 | Cluster sync network mask |
svnProdName | 1.3.6.1.4.1.2620.1.6.1 | Product name |
svnProdVerMajor | 1.3.6.1.4.1.2620.1.6.2 | Major version |
svnProdVerMinor | 1.3.6.1.4.1.2620.1.6.3 | Minor version |
svnUpdatesInfoBuild | 1.3.6.1.4.1.2620.1.6.20.1 | Deployment agent build number |
svnUpdatesInfoStatus | 1.3.6.1.4.1.2620.1.6.20.2 | Deployment agent status |
svnUpdatesInfoConnection | 1.3.6.1.4.1.2620.1.6.20.3 | Cloud connection |
svnUpdatesInfoAvailablePackages | 1.3.6.1.4.1.2620.1.6.20.4 | Available packages count |
svnUpdatesInfoAvailableRecommended | 1.3.6.1.4.1.2620.1.6.20.5 | Available recommended packages count |
svnUpdatesInfoAvailableHotfixes | 1.3.6.1.4.1.2620.1.6.20.6 | Available hotfixes count |
updatesInstalledTable | 1.3.6.1.4.1.2620.1.6.20.7 | Installed updates table. This feature is supported only on gaia |
updatesInstalledEntry | 1.3.6.1.4.1.2620.1.6.20.7.1 | |
UpdatesInstalledEntry | 1.3.6.1.4.1.2620.1.6.20.7.1 | |
updatesInstalledIndex | 1.3.6.1.4.1.2620.1.6.20.7.1.1 | |
updatesInstalledName | 1.3.6.1.4.1.2620.1.6.20.7.1.2 | Installed package name |
updatesInstalledType | 1.3.6.1.4.1.2620.1.6.20.7.1.3 | Installed package type |
updatesRecommendedTable | 1.3.6.1.4.1.2620.1.6.20.8 | Recommended updates table. This feature is supported only on gaia |
updatesRecommendedEntry | 1.3.6.1.4.1.2620.1.6.20.8.1 | |
UpdatesRecommendedEntry | 1.3.6.1.4.1.2620.1.6.20.8.1 | |
updatesRecommendedIndex | 1.3.6.1.4.1.2620.1.6.20.8.1.1 | |
updatesRecommendedName | 1.3.6.1.4.1.2620.1.6.20.8.1.2 | Recommended package name |
updatesRecommendedType | 1.3.6.1.4.1.2620.1.6.20.8.1.3 | Recommended package type |
updatesRecommendedStatus | 1.3.6.1.4.1.2620.1.6.20.8.1.4 | Recommended package status |
svnVersion | 1.3.6.1.4.1.2620.1.6.4.1 | SVN version |
svnBuild | 1.3.6.1.4.1.2620.1.6.4.2 | SVN build number |
osName | 1.3.6.1.4.1.2620.1.6.5.1 | OS name |
osMajorVer | 1.3.6.1.4.1.2620.1.6.5.2 | OS Major version |
osMinorVer | 1.3.6.1.4.1.2620.1.6.5.3 | OS minor version |
osBuildNum | 1.3.6.1.4.1.2620.1.6.5.4 | OS build number |
osSPmajor | 1.3.6.1.4.1.2620.1.6.5.5 | OS SP major |
osSPminor | 1.3.6.1.4.1.2620.1.6.5.6 | OS SP minor |
osVersionLevel | 1.3.6.1.4.1.2620.1.6.5.7 | OS version level |
svnApplianceSerialNumber | 1.3.6.1.4.1.2620.1.6.16.3 | Appliance Serial Number |
svnApplianceManufacturer | 1.3.6.1.4.1.2620.1.6.16.9 | Appliance Manufacturer |
svnApplianceProductName | 1.3.6.1.4.1.2620.1.6.16.7 | Appliance Product Name |
svnApplianceSeriesString | 1.3.6.1.4.1.2620.1.6.16.10 | Appliance Series String |
memTotalVirtual | 1.3.6.1.4.1.2620.1.6.7.1.1 | Total virtual memory (32 bit)NOTE: This 32 bit object has been superseded by a 64 bit object -memTotalVirtual64, which is supported by Check Point SVN FP3 and above. The32 bit object is still supported, but it is recommended to work with the new64 bit object (avoid receiving erroneous values from 64 bit machines). |
memActiveVirtual | 1.3.6.1.4.1.2620.1.6.7.1.2 | Active virtual memory (32 bit)NOTE: This 32 bit object has been superseded by a 64 bit object -memActiveVirtual64, which is supported by Check Point SVN FP3 and above. The32 bit object is still supported, but it is recommended to work with the new64 bit object (avoid receiving erroneous values from 64 bit machines). |
memTotalReal | 1.3.6.1.4.1.2620.1.6.7.1.3 | Total real memory (32 bit)NOTE: This 32 bit object has been superseded by a 64 bit object -memTotalReal64, which is supported by Check Point SVN FP3 and above. The32 bit object is still supported, but it is recommended to work with the new64 bit object (avoid receiving erroneous values from 64 bit machines). |
memActiveReal | 1.3.6.1.4.1.2620.1.6.7.1.4 | Active real memory (32 bit)NOTE: This 32 bit object has been superseded by a 64 bit object -memActiveReal64, which is supported by Check Point SVN FP3 and above. The32 bit object is still supported, but it is recommended to work with the new64 bit object (avoid receiving erroneous values from 64 bit machines). |
memFreeReal | 1.3.6.1.4.1.2620.1.6.7.1.5 | Free real memory (32 bit)NOTE: This 32 bit object has been superseded by a 64 bit object -memFreeReal64, which is supported by Check Point SVN FP3 and above. The32 bit object is still supported, but it is recommended to work with the new64 bit object (avoid receiving erroneous values from 64 bit machines). |
memSwapsSec | 1.3.6.1.4.1.2620.1.6.7.1.6 | Memory swaped pages/sec (32 bit)NOTE: This 32 bit object has been superseded by a 64 bit object -memSwapsSec64, which is supported by Check Point SVN FP3 and above. The32 bit object is still supported, but it is recommended to work with the new64 bit object (avoid receiving erroneous values from 64 bit machines). |
memDiskTransfers | 1.3.6.1.4.1.2620.1.6.7.1.7 | Memory to Disk transfers/sec (32 bit)NOTE: This 32 bit object has been superseded by a 64 bit object -memDiskTransfers64, which is supported by Check Point SVN FP3 and above. The32 bit object is still supported, but it is recommended to work with the new64 bit object (avoid receiving erroneous values from 64 bit machines). |
procUsrTime | 1.3.6.1.4.1.2620.1.6.7.2.1 | Processor user time |
procSysTime | 1.3.6.1.4.1.2620.1.6.7.2.2 | Processor system time |
procIdleTime | 1.3.6.1.4.1.2620.1.6.7.2.3 | Processor idle time |
procUsage | 1.3.6.1.4.1.2620.1.6.7.2.4 | Processor usage |
procQueue | 1.3.6.1.4.1.2620.1.6.7.2.5 | Processor queue length |
procInterrupts | 1.3.6.1.4.1.2620.1.6.7.2.6 | Processor interrupts/sec |
procNum | 1.3.6.1.4.1.2620.1.6.7.2.7 | Number of processors |
diskTime | 1.3.6.1.4.1.2620.1.6.7.3.1 | Time the disk is performing io requests |
diskQueue | 1.3.6.1.4.1.2620.1.6.7.3.2 | Disk requests queue length |
diskPercent | 1.3.6.1.4.1.2620.1.6.7.3.3 | Percent of free space |
diskFreeTotal | 1.3.6.1.4.1.2620.1.6.7.3.4 | Disk total free space |
diskFreeAvail | 1.3.6.1.4.1.2620.1.6.7.3.5 | Disk available free space |
diskTotal | 1.3.6.1.4.1.2620.1.6.7.3.6 | Disk total space |
memTotalVirtual64 | 1.3.6.1.4.1.2620.1.6.7.4.1 | Total virtual memory |
memActiveVirtual64 | 1.3.6.1.4.1.2620.1.6.7.4.2 | Active virtual memory |
memTotalReal64 | 1.3.6.1.4.1.2620.1.6.7.4.3 | Total real memory |
memActiveReal64 | 1.3.6.1.4.1.2620.1.6.7.4.4 | Active real memory |
memFreeReal64 | 1.3.6.1.4.1.2620.1.6.7.4.5 | Free real memory |
memSwapsSec64 | 1.3.6.1.4.1.2620.1.6.7.4.6 | Memory swaped pages/sec |
memDiskTransfers64 | 1.3.6.1.4.1.2620.1.6.7.4.7 | Memory to Disk transfers/sec |
multiProcTable | 1.3.6.1.4.1.2620.1.6.7.5 | |
vdName | 1.3.6.1.4.1.2620.1.6.21.1 | |
vdType | 1.3.6.1.4.1.2620.1.6.21.2 | |
ctxId | 1.3.6.1.4.1.2620.1.6.21.3 | |
MultiProcEntry | 1.3.6.1.4.1.2620.1.6.7.5.1 | |
multiProcIndex | 1.3.6.1.4.1.2620.1.6.7.5.1.1 | |
multiProcUserTime | 1.3.6.1.4.1.2620.1.6.7.5.1.2 | |
multiProcSystemTime | 1.3.6.1.4.1.2620.1.6.7.5.1.3 | |
multiProcIdleTime | 1.3.6.1.4.1.2620.1.6.7.5.1.4 | |
multiProcUsage | 1.3.6.1.4.1.2620.1.6.7.5.1.5 | |
multiProcRunQueue | 1.3.6.1.4.1.2620.1.6.7.5.1.6 | |
multiProcInterrupts | 1.3.6.1.4.1.2620.1.6.7.5.1.7 | |
multiDiskTable | 1.3.6.1.4.1.2620.1.6.7.6 | |
MultiDiskEntry | 1.3.6.1.4.1.2620.1.6.7.6.1 | |
multiDiskIndex | 1.3.6.1.4.1.2620.1.6.7.6.1.1 | |
multiDiskName | 1.3.6.1.4.1.2620.1.6.7.6.1.2 | |
multiDiskSize | 1.3.6.1.4.1.2620.1.6.7.6.1.3 | |
multiDiskUsed | 1.3.6.1.4.1.2620.1.6.7.6.1.4 | |
multiDiskFreeTotalBytes | 1.3.6.1.4.1.2620.1.6.7.6.1.5 | |
multiDiskFreeTotalPercent | 1.3.6.1.4.1.2620.1.6.7.6.1.6 | |
multiDiskFreeAvailableBytes | 1.3.6.1.4.1.2620.1.6.7.6.1.7 | |
multiDiskFreeAvailablePercent | 1.3.6.1.4.1.2620.1.6.7.6.1.8 | |
raidVolumeTable | 1.3.6.1.4.1.2620.1.6.7.7.1 | |
raidVolumeEntry | 1.3.6.1.4.1.2620.1.6.7.7.1.1 | |
RaidVolumeEntry | 1.3.6.1.4.1.2620.1.6.7.7.1.1 | |
raidVolumeIndex | 1.3.6.1.4.1.2620.1.6.7.7.1.1.1 | |
raidVolumeID | 1.3.6.1.4.1.2620.1.6.7.7.1.1.2 | Raid volume identification number |
raidVolumeType | 1.3.6.1.4.1.2620.1.6.7.7.1.1.3 | Raid volume type, RAID-0, RAID-1E, RAID-1, RAID_10, RAID-4, RAID-5, RAID-6, RAID-60, RAID-50 (value 0-8 respectively) |
numOfDisksOnRaid | 1.3.6.1.4.1.2620.1.6.7.7.1.1.4 | Number of disks on the raid |
raidVolumeMaxLBA | 1.3.6.1.4.1.2620.1.6.7.7.1.1.5 | Raid maximum number of Logical Block Addressing |
raidVolumeState | 1.3.6.1.4.1.2620.1.6.7.7.1.1.6 | Raid state: OPTIMAL(0), DEGRADED (1), FAILED(2) or UNKNOWN(other)) |
raidVolumeFlags | 1.3.6.1.4.1.2620.1.6.7.7.1.1.7 | Raid status flags (can get more then one): ENABLED(0x01), QUIESCED(0x02), RESYNC_IN_PROGRESS(0x04),VOLUME_INACTIVE(0x08), NOT_CONFIGURED(0x10), USING_INTERIM_RECOVERY_MODE(0x20),READY_FOR_RECOVERY_OPERATION(0x40), WRONG_PHYSICAL_DRIVE_WAS_REPLACED(0x80),A_PHYSICAL_DRIVE_IS_NOT_PROPERLY_CONNECTED(0x100), HARDWARE_IS_OVER_HEATING(0x200),HARDWARE_WAS_OVERHEATED(0x400), CURRENTLY_EXPENDING(0x800), NOT_YET_AVAILABLE(0x1000),QUEUED_FOR_EXPENSION(0x2000), MIGRATING(0x4000), IMPACTED(0x8000),OFFLINE(0x10000) and CLEARING(0x20000) or NONE(0x00) |
raidVolumeSize | 1.3.6.1.4.1.2620.1.6.7.7.1.1.8 | Raid Volume Size (GB) |
raidDiskTable | 1.3.6.1.4.1.2620.1.6.7.7.2 | |
raidDiskEntry | 1.3.6.1.4.1.2620.1.6.7.7.2.1 | |
RaidDiskEntry | 1.3.6.1.4.1.2620.1.6.7.7.2.1 | |
raidDiskIndex | 1.3.6.1.4.1.2620.1.6.7.7.2.1.1 | |
raidDiskVolumeID | 1.3.6.1.4.1.2620.1.6.7.7.2.1.2 | Raid volume identification |
raidDiskID | 1.3.6.1.4.1.2620.1.6.7.7.2.1.3 | Raid disk SCSI identification number |
raidDiskNumber | 1.3.6.1.4.1.2620.1.6.7.7.2.1.4 | Raid disk number: on Appliance 0 - upper disc, 1 - lower disc |
raidDiskVendor | 1.3.6.1.4.1.2620.1.6.7.7.2.1.5 | Raid disk vendor |
raidDiskProductID | 1.3.6.1.4.1.2620.1.6.7.7.2.1.6 | Raid disk product identification |
raidDiskRevision | 1.3.6.1.4.1.2620.1.6.7.7.2.1.7 | Raid disk revision level |
raidDiskMaxLBA | 1.3.6.1.4.1.2620.1.6.7.7.2.1.8 | Raid disk maximum number of Logical Block Addressing |
raidDiskState | 1.3.6.1.4.1.2620.1.6.7.7.2.1.9 | Raid disk state (can get more then one): ONLINE(0x00), MISSING(0x01), NOT_COMPATIBLE(0x02), DISC_FAILED(0x03), INITIALIZING(0x04), OFFLINE_REQUESTED(0x05), FAILED_REQUESTED(0x06), UNCONFIGURED_GOOD_SPUN_UP(0x07), UNCONFIGURED_GOOD_SPUN_DOWN (0x08),UNCONFIGURED_BAD(0x09), HOTSPARE(0x0A), DRIVE_OFFLINE(0x0B), REBUILD(0x0C), FAILED(0x0D), COPYBACK(0x0F), OTHER_OFFLINE(0xFF) or UNKNOWN (other) |
raidDiskFlags | 1.3.6.1.4.1.2620.1.6.7.7.2.1.10 | Raid disk flags: OUT_OF_SYNC(0x01),QUIESCED(0x02),VERIFYING(0x04),READY(0x08) or NONE(other) |
raidDiskSyncState | 1.3.6.1.4.1.2620.1.6.7.7.2.1.11 | Raid disk synchronized percent completed during the synchronization process, relevant only whenRESYNC_IN_PROGRESS flag is on |
raidDiskSize | 1.3.6.1.4.1.2620.1.6.7.7.2.1.12 | Raid disk size (GB) |
tempertureSensorTable | 1.3.6.1.4.1.2620.1.6.7.8.1 | |
tempertureSensorEntry | 1.3.6.1.4.1.2620.1.6.7.8.1.1 | |
TempertureSensorEntry | 1.3.6.1.4.1.2620.1.6.7.8.1.1 | |
tempertureSensorIndex | 1.3.6.1.4.1.2620.1.6.7.8.1.1.1 | |
tempertureSensorName | 1.3.6.1.4.1.2620.1.6.7.8.1.1.2 | Sensor name |
tempertureSensorValue | 1.3.6.1.4.1.2620.1.6.7.8.1.1.3 | Sensor value |
tempertureSensorUnit | 1.3.6.1.4.1.2620.1.6.7.8.1.1.4 | Sensor unit |
tempertureSensorType | 1.3.6.1.4.1.2620.1.6.7.8.1.1.5 | Sensor type |
tempertureSensorStatus | 1.3.6.1.4.1.2620.1.6.7.8.1.1.6 | Sensor is out of range TRUE(1), FALSE(0), READING ERROR(2) |
fanSpeedSensorTable | 1.3.6.1.4.1.2620.1.6.7.8.2 | |
fanSpeedSensorEntry | 1.3.6.1.4.1.2620.1.6.7.8.2.1 | |
FanSpeedSensorEntry | 1.3.6.1.4.1.2620.1.6.7.8.2.1 | |
fanSpeedSensorIndex | 1.3.6.1.4.1.2620.1.6.7.8.2.1.1 | |
fanSpeedSensorName | 1.3.6.1.4.1.2620.1.6.7.8.2.1.2 | Sensor name |
fanSpeedSensorValue | 1.3.6.1.4.1.2620.1.6.7.8.2.1.3 | Sensor value |
fanSpeedSensorUnit | 1.3.6.1.4.1.2620.1.6.7.8.2.1.4 | Sensor unit |
fanSpeedSensorType | 1.3.6.1.4.1.2620.1.6.7.8.2.1.5 | Sensor type |
fanSpeedSensorStatus | 1.3.6.1.4.1.2620.1.6.7.8.2.1.6 | Sensor is out of range TRUE(1), FALSE(0), READING ERROR(2) |
voltageSensorTable | 1.3.6.1.4.1.2620.1.6.7.8.3 | |
voltageSensorEntry | 1.3.6.1.4.1.2620.1.6.7.8.3.1 | |
VoltageSensorEntry | 1.3.6.1.4.1.2620.1.6.7.8.3.1 | |
voltageSensorIndex | 1.3.6.1.4.1.2620.1.6.7.8.3.1.1 | |
voltageSensorName | 1.3.6.1.4.1.2620.1.6.7.8.3.1.2 | Sensor name |
voltageSensorValue | 1.3.6.1.4.1.2620.1.6.7.8.3.1.3 | Sensor value |
voltageSensorUnit | 1.3.6.1.4.1.2620.1.6.7.8.3.1.4 | Sensor unit |
voltageSensorType | 1.3.6.1.4.1.2620.1.6.7.8.3.1.5 | Sensor type |
voltageSensorStatus | 1.3.6.1.4.1.2620.1.6.7.8.3.1.6 | Sensor is out of range TRUE(1), FALSE(0), READING ERROR(2) |
powerSupplyTable | 1.3.6.1.4.1.2620.1.6.7.9.1 | |
powerSupplyEntry | 1.3.6.1.4.1.2620.1.6.7.9.1.1 | |
PowerSupplyEntry | 1.3.6.1.4.1.2620.1.6.7.9.1.1 | |
powerSupplyIndex | 1.3.6.1.4.1.2620.1.6.7.9.1.1.1 | |
powerSupplyStatus | 1.3.6.1.4.1.2620.1.6.7.9.1.1.2 | Power supply status |
routingTable | 1.3.6.1.4.1.2620.1.6.6 | |
routingEntry | 1.3.6.1.4.1.2620.1.6.6.1 | |
RoutingEntry | 1.3.6.1.4.1.2620.1.6.6.1 | |
routingIndex | 1.3.6.1.4.1.2620.1.6.6.1.1 | |
routingDest | 1.3.6.1.4.1.2620.1.6.6.1.2 | |
routingMask | 1.3.6.1.4.1.2620.1.6.6.1.3 | |
routingGatweway | 1.3.6.1.4.1.2620.1.6.6.1.4 | |
routingIntrfName | 1.3.6.1.4.1.2620.1.6.6.1.5 | |
svnSysTime | 1.3.6.1.4.1.2620.1.6.8 | System time |
svnRouteModDest | 1.3.6.1.4.1.2620.1.6.9.2 | Destination routing modification |
svnRouteModMask | 1.3.6.1.4.1.2620.1.6.9.3 | Subnet mask routing modification |
svnRouteModGateway | 1.3.6.1.4.1.2620.1.6.9.4 | Gateway routing modification |
svnRouteModIfIndex | 1.3.6.1.4.1.2620.1.6.9.5 | Interface index routing modification |
svnRouteModIfName | 1.3.6.1.4.1.2620.1.6.9.6 | Interface name routing modification |
svnRouteModAction | 1.3.6.1.4.1.2620.1.6.9.10 | Routing modification action |
svnUTCTimeOffset | 1.3.6.1.4.1.2620.1.6.10 | UTC time offset |
svnLogDStat | 1.3.6.1.4.1.2620.1.6.11.1 | Log Daemon Status |
svnSysStartTime | 1.3.6.1.4.1.2620.1.6.12 | System start time |
svnSysUniqId | 1.3.6.1.4.1.2620.1.6.13 | System unique ID |
svnWebUIPort | 1.3.6.1.4.1.2620.1.6.15 | Web UI port (0 - Not supported) |
checkPointUTM-1450 | 1.3.6.1.4.1.2620.1.6.123.1.1 | UTM-1 450 |
checkPointUTM-11050 | 1.3.6.1.4.1.2620.1.6.123.1.2 | UTM-1 1050 |
checkPointUTM-12050 | 1.3.6.1.4.1.2620.1.6.123.1.3 | UTM-1 2050 |
checkPointUTM-1130 | 1.3.6.1.4.1.2620.1.6.123.1.4 | UTM-1 130 |
checkPointUTM-1270 | 1.3.6.1.4.1.2620.1.6.123.1.5 | UTM-1 270 |
checkPointUTM-1570 | 1.3.6.1.4.1.2620.1.6.123.1.6 | UTM-1 570 |
checkPointUTM-11070 | 1.3.6.1.4.1.2620.1.6.123.1.7 | UTM-1 1070 |
checkPointUTM-12070 | 1.3.6.1.4.1.2620.1.6.123.1.8 | UTM-1 2070 |
checkPointUTM-13070 | 1.3.6.1.4.1.2620.1.6.123.1.9 | UTM-1 3070 |
checkPointPower-15070 | 1.3.6.1.4.1.2620.1.6.123.1.10 | Power-1 5070 |
checkPointPower-19070 | 1.3.6.1.4.1.2620.1.6.123.1.11 | Power-1 9070 |
checkPointPower-111000 | 1.3.6.1.4.1.2620.1.6.123.1.12 | Power-1 11000 |
checkPointSmart-15 | 1.3.6.1.4.1.2620.1.6.123.1.13 | Smart-1 5 |
checkPointSmart-125 | 1.3.6.1.4.1.2620.1.6.123.1.14 | Smart-1 25 |
checkPointSmart-150 | 1.3.6.1.4.1.2620.1.6.123.1.15 | Smart-1 50 |
checkPointSmart-1150 | 1.3.6.1.4.1.2620.1.6.123.1.16 | Smart-1 150 |
checkPointIP150 | 1.3.6.1.4.1.2620.1.6.123.1.17 | IP150 |
checkPointIP280 | 1.3.6.1.4.1.2620.1.6.123.1.18 | IP280 |
checkPointIP290 | 1.3.6.1.4.1.2620.1.6.123.1.19 | IP290 |
checkPointIP390 | 1.3.6.1.4.1.2620.1.6.123.1.20 | IP390 |
checkPointIP560 | 1.3.6.1.4.1.2620.1.6.123.1.21 | IP560 |
checkPointIP690 | 1.3.6.1.4.1.2620.1.6.123.1.22 | IP690 |
checkPointIP1280 | 1.3.6.1.4.1.2620.1.6.123.1.23 | IP1280 |
checkPointIP2450 | 1.3.6.1.4.1.2620.1.6.123.1.24 | IP2450 |
checkPointUNIVERGEUnifiedWall1000 | 1.3.6.1.4.1.2620.1.6.123.1.25 | UNIVERGE UnifiedWall 1000 |
checkPointUNIVERGEUnifiedWall2000 | 1.3.6.1.4.1.2620.1.6.123.1.26 | UNIVERGE UnifiedWall 2000 |
checkPointUNIVERGEUnifiedWall4000 | 1.3.6.1.4.1.2620.1.6.123.1.27 | UNIVERGE UnifiedWall 4000 |
checkPointUNIVERGEUnifiedWall100 | 1.3.6.1.4.1.2620.1.6.123.1.28 | UNIVERGE UnifiedWall 100 |
checkPointDLP-19571 | 1.3.6.1.4.1.2620.1.6.123.1.29 | DLP-1 9571 |
checkPointDLP-12571 | 1.3.6.1.4.1.2620.1.6.123.1.30 | DLP-1 2571 |
checkPointIPS-12076 | 1.3.6.1.4.1.2620.1.6.123.1.31 | IPS-1 2076 |
checkPointIPS-15076 | 1.3.6.1.4.1.2620.1.6.123.1.32 | IPS-1 5076 |
checkPointIPS-19076 | 1.3.6.1.4.1.2620.1.6.123.1.33 | IPS-1 9076 |
checkPoint2200 | 1.3.6.1.4.1.2620.1.6.123.1.34 | Check Point 2200 |
checkPoint4200 | 1.3.6.1.4.1.2620.1.6.123.1.35 | Check Point 4200 |
checkPoint4400 | 1.3.6.1.4.1.2620.1.6.123.1.36 | Check Point 4400 |
checkPoint4600 | 1.3.6.1.4.1.2620.1.6.123.1.37 | Check Point 4600 |
checkPoint4800 | 1.3.6.1.4.1.2620.1.6.123.1.38 | Check Point 4800 |
checkPointTE250 | 1.3.6.1.4.1.2620.1.6.123.1.39 | Check Point TE250 |
checkPoint12200 | 1.3.6.1.4.1.2620.1.6.123.1.40 | Check Point 12200 |
checkPoint12400 | 1.3.6.1.4.1.2620.1.6.123.1.41 | Check Point 12400 |
checkPoint12600 | 1.3.6.1.4.1.2620.1.6.123.1.42 | Check Point 12600 |
checkPointTE1000 | 1.3.6.1.4.1.2620.1.6.123.1.43 | Check Point TE1000 |
checkPoint13500 | 1.3.6.1.4.1.2620.1.6.123.1.44 | Check Point 13500 |
checkPoint21400 | 1.3.6.1.4.1.2620.1.6.123.1.45 | Check Point 21400 |
checkPoint21600 | 1.3.6.1.4.1.2620.1.6.123.1.46 | Check Point 21600 |
checkPoint21700 | 1.3.6.1.4.1.2620.1.6.123.1.47 | Check Point 21700 |
checkPointVMware | 1.3.6.1.4.1.2620.1.6.123.1.48 | VMware |
checkPointOpenServer | 1.3.6.1.4.1.2620.1.6.123.1.49 | Open Server |
checkPointSmart-1205 | 1.3.6.1.4.1.2620.1.6.123.1.50 | Smart-1 205 |
checkPointSmart-1210 | 1.3.6.1.4.1.2620.1.6.123.1.51 | Smart-1 210 |
checkPointSmart-1225 | 1.3.6.1.4.1.2620.1.6.123.1.52 | Smart-1 225 |
checkPointSmart-13050 | 1.3.6.1.4.1.2620.1.6.123.1.53 | Smart-1 3050 |
checkPointSmart-13150 | 1.3.6.1.4.1.2620.1.6.123.1.54 | Smart-1 3150 |
checkPoint13800 | 1.3.6.1.4.1.2620.1.6.123.1.55 | Check Point 13800 |
checkPoint21800 | 1.3.6.1.4.1.2620.1.6.123.1.56 | Check Point 21800 |
checkPointTE250X | 1.3.6.1.4.1.2620.1.6.123.1.57 | Check Point TE250X |
checkPointTE1000X | 1.3.6.1.4.1.2620.1.6.123.1.58 | Check Point TE1000X |
checkPointTE2000X | 1.3.6.1.4.1.2620.1.6.123.1.59 | Check Point TE2000X |
checkPointTE100X | 1.3.6.1.4.1.2620.1.6.123.1.60 | Check Point TE100X |
checkPoint23500 | 1.3.6.1.4.1.2620.1.6.123.1.61 | Check Point 23500 |
checkPoint23800 | 1.3.6.1.4.1.2620.1.6.123.1.62 | Check Point 23800 |
checkPoint15400 | 1.3.6.1.4.1.2620.1.6.123.1.63 | Check Point 15400 |
checkPoint15600 | 1.3.6.1.4.1.2620.1.6.123.1.64 | Check Point 15600 |
checkPoint3200 | 1.3.6.1.4.1.2620.1.6.123.1.65 | Check Point 3200 |
checkPoint5200 | 1.3.6.1.4.1.2620.1.6.123.1.66 | Check Point 5200 |
checkPoint5400 | 1.3.6.1.4.1.2620.1.6.123.1.67 | Check Point 5400 |
checkPoint5600 | 1.3.6.1.4.1.2620.1.6.123.1.68 | Check Point 5600 |
checkPoint5800 | 1.3.6.1.4.1.2620.1.6.123.1.69 | Check Point 5800 |
checkPoint5900 | 1.3.6.1.4.1.2620.1.6.123.1.70 | Check Point 5900 |
checkPoint3100 | 1.3.6.1.4.1.2620.1.6.123.1.71 | Check Point 3100 |
checkPoint5100 | 1.3.6.1.4.1.2620.1.6.123.1.72 | Check Point 5100 |
licensingTable | 1.3.6.1.4.1.2620.1.6.18.1 | |
LicensingEntry | 1.3.6.1.4.1.2620.1.6.18.1.1 | |
licensingIndex | 1.3.6.1.4.1.2620.1.6.18.1.1.1 | |
licensingID | 1.3.6.1.4.1.2620.1.6.18.1.1.2 | |
licensingBladeGUIOrder | 1.3.6.1.4.1.2620.1.6.18.1.1.3 | |
licensingBladeName | 1.3.6.1.4.1.2620.1.6.18.1.1.4 | |
licensingState | 1.3.6.1.4.1.2620.1.6.18.1.1.5 | |
licensingExpirationDate | 1.3.6.1.4.1.2620.1.6.18.1.1.6 | |
licensingImpact | 1.3.6.1.4.1.2620.1.6.18.1.1.7 | |
licensingBladeActive | 1.3.6.1.4.1.2620.1.6.18.1.1.8 | |
licensingTotalQuota | 1.3.6.1.4.1.2620.1.6.18.1.1.9 | |
licensingUsedQuota | 1.3.6.1.4.1.2620.1.6.18.1.1.10 | |
licensingAssetAccountId | 1.3.6.1.4.1.2620.1.6.18.2.1 | |
licensingAssetPackageDescription | 1.3.6.1.4.1.2620.1.6.18.2.2 | |
licensingAssetContainerCK | 1.3.6.1.4.1.2620.1.6.18.2.3 | |
licensingAssetCKSignature | 1.3.6.1.4.1.2620.1.6.18.2.4 | |
licensingAssetContainerSKU | 1.3.6.1.4.1.2620.1.6.18.2.5 | |
licensingAssetSupportLevel | 1.3.6.1.4.1.2620.1.6.18.2.6 | |
licensingAssetSupportExpiration | 1.3.6.1.4.1.2620.1.6.18.2.7 | |
licensingAssetActivationStatus | 1.3.6.1.4.1.2620.1.6.18.2.8 | |
svnConnectivity | 1.3.6.1.4.1.2620.1.6.19 | User Center connectivity |
svnNetIfTable | 1.3.6.1.4.1.2620.1.6.50.1 | |
svnNetIfTableEntry | 1.3.6.1.4.1.2620.1.6.50.1.1 | |
SvnNetIfTableEntry | 1.3.6.1.4.1.2620.1.6.50.1.1 | |
svnNetIfIndex | 1.3.6.1.4.1.2620.1.6.50.1.1.1 | |
svnNetIfVsid | 1.3.6.1.4.1.2620.1.6.50.1.1.2 | |
svnNetIfName | 1.3.6.1.4.1.2620.1.6.50.1.1.3 | |
svnNetIfAddress | 1.3.6.1.4.1.2620.1.6.50.1.1.4 | |
svnNetIfMask | 1.3.6.1.4.1.2620.1.6.50.1.1.5 | |
svnNetIfMTU | 1.3.6.1.4.1.2620.1.6.50.1.1.6 | |
svnNetIfState | 1.3.6.1.4.1.2620.1.6.50.1.1.7 | |
svnNetIfMAC | 1.3.6.1.4.1.2620.1.6.50.1.1.8 | |
svnNetIfDescription | 1.3.6.1.4.1.2620.1.6.50.1.1.9 | |
svnNetIfOperState | 1.3.6.1.4.1.2620.1.6.50.1.1.10 | |
svnNetIfRXBytes | 1.3.6.1.4.1.2620.1.6.50.1.1.13 | |
svnNetIfRXDrops | 1.3.6.1.4.1.2620.1.6.50.1.1.14 | |
svnNetIfRXErrors | 1.3.6.1.4.1.2620.1.6.50.1.1.15 | |
svnNetIfRXPackets | 1.3.6.1.4.1.2620.1.6.50.1.1.16 | |
svnNetIfTXBytes | 1.3.6.1.4.1.2620.1.6.50.1.1.17 | |
svnNetIfTXDrops | 1.3.6.1.4.1.2620.1.6.50.1.1.18 | |
svnNetIfTXErrors | 1.3.6.1.4.1.2620.1.6.50.1.1.19 | |
svnNetIfTXPackets | 1.3.6.1.4.1.2620.1.6.50.1.1.20 | |
vsRoutingTable | 1.3.6.1.4.1.2620.1.6.51 | |
vsRoutingEntry | 1.3.6.1.4.1.2620.1.6.51.1 | |
VSRoutingEntry | 1.3.6.1.4.1.2620.1.6.51.1 | |
vsRoutingIndex | 1.3.6.1.4.1.2620.1.6.51.1.1 | |
vsRoutingDest | 1.3.6.1.4.1.2620.1.6.51.1.2 | |
vsRoutingMask | 1.3.6.1.4.1.2620.1.6.51.1.3 | |
vsRoutingGateway | 1.3.6.1.4.1.2620.1.6.51.1.4 | |
vsRoutingIntrfName | 1.3.6.1.4.1.2620.1.6.51.1.5 | |
vsRoutingVsId | 1.3.6.1.4.1.2620.1.6.51.1.6 | |
svnStatCode | 1.3.6.1.4.1.2620.1.6.101 | Status code |
svnStatShortDescr | 1.3.6.1.4.1.2620.1.6.102 | Status short description |
svnStatLongDescr | 1.3.6.1.4.1.2620.1.6.103 | Status long description |
svnServicePack | 1.3.6.1.4.1.2620.1.6.999 | SVN service pack |
mgProdName | 1.3.6.1.4.1.2620.1.7.1 | Product name |
mgVerMajor | 1.3.6.1.4.1.2620.1.7.2 | Major version |
mgVerMinor | 1.3.6.1.4.1.2620.1.7.3 | Minor version |
mgBuildNumber | 1.3.6.1.4.1.2620.1.7.4 | Build number |
mgActiveStatus | 1.3.6.1.4.1.2620.1.7.5 | Active status |
mgFwmIsAlive | 1.3.6.1.4.1.2620.1.7.6 | Managment is alive |
mgConnectedClientsTable | 1.3.6.1.4.1.2620.1.7.7 | |
mgMgmtHAJournals | 1.3.6.1.4.1.2620.1.7.9 | Management HA synchronization journals |
mgIsLicenseViolation | 1.3.6.1.4.1.2620.1.7.10 | License violation detected |
mgLicenseViolationMsg | 1.3.6.1.4.1.2620.1.7.11 | License violation detected |
mgConnectedClientsEntry | 1.3.6.1.4.1.2620.1.7.7.1 | |
MgConnectedClientsEntry | 1.3.6.1.4.1.2620.1.7.7.1 | |
mgIndex | 1.3.6.1.4.1.2620.1.7.7.1.1 | |
mgClientName | 1.3.6.1.4.1.2620.1.7.7.1.2 | |
mgClientHost | 1.3.6.1.4.1.2620.1.7.7.1.3 | |
mgClientDbLock | 1.3.6.1.4.1.2620.1.7.7.1.4 | |
mgApplicationType | 1.3.6.1.4.1.2620.1.7.7.1.5 | |
mgLSLogReceiveRate | 1.3.6.1.4.1.2620.1.7.14.1 | |
mgLSLogReceiveRatePeak | 1.3.6.1.4.1.2620.1.7.14.2 | |
mgLSLogReceiveRate10Min | 1.3.6.1.4.1.2620.1.7.14.3 | |
mgConnectedGatewaysTable | 1.3.6.1.4.1.2620.1.7.14.4 | |
mgConnectedGatewaysEntry | 1.3.6.1.4.1.2620.1.7.14.4.1 | |
mglsGWIndex | 1.3.6.1.4.1.2620.1.7.14.4.1.1 | |
mglsGWIP | 1.3.6.1.4.1.2620.1.7.14.4.1.2 | |
mglsGWState | 1.3.6.1.4.1.2620.1.7.14.4.1.3 | |
mglsGWLastLoginTime | 1.3.6.1.4.1.2620.1.7.14.4.1.4 | |
mglsGWLogReceiveRate | 1.3.6.1.4.1.2620.1.7.14.4.1.5 | |
mgIndexerInfoTotalReadLogs | 1.3.6.1.4.1.2620.1.7.14.5.1 | |
mgIndexerInfoTotalUpdatesAndLogsIndexed | 1.3.6.1.4.1.2620.1.7.14.5.2 | |
mgIndexerInfoTotalReadLogsErrors | 1.3.6.1.4.1.2620.1.7.14.5.3 | |
mgIndexerInfoTotalUpdatesAndLogsIndexedErrors | 1.3.6.1.4.1.2620.1.7.14.5.4 | |
mgIndexerInfoUpdatesAndLogsIndexedRate | 1.3.6.1.4.1.2620.1.7.14.5.5 | |
mgIndexerInfoReadLogsRate | 1.3.6.1.4.1.2620.1.7.14.5.6 | |
mgIndexerInfoUpdatesAndLogsIndexedRate10min | 1.3.6.1.4.1.2620.1.7.14.5.7 | |
mgIndexerInfoReadLogsRate10min | 1.3.6.1.4.1.2620.1.7.14.5.8 | |
mgIndexerInfoUpdatesAndLogsIndexedRate60min | 1.3.6.1.4.1.2620.1.7.14.5.9 | |
mgIndexerInfoReadLogsRate60min | 1.3.6.1.4.1.2620.1.7.14.5.10 | |
mgIndexerInfoUpdatesAndLogsIndexedRatePeak | 1.3.6.1.4.1.2620.1.7.14.5.11 | |
mgIndexerInfoReadLogsRatePeak | 1.3.6.1.4.1.2620.1.7.14.5.12 | |
mgIndexerInfoReadLogsDelay | 1.3.6.1.4.1.2620.1.7.14.5.13 | |
mgStatCode | 1.3.6.1.4.1.2620.1.7.101 | Status code |
mgStatShortDescr | 1.3.6.1.4.1.2620.1.7.102 | Status short description |
mgStatLongDescr | 1.3.6.1.4.1.2620.1.7.103 | Status long description |
mgLSLogReceiveRate1Hour | 1.3.6.1.4.1.2620.1.7.14.6 | |
wamProdName | 1.3.6.1.4.1.2620.1.8.1 | Product name |
wamVerMajor | 1.3.6.1.4.1.2620.1.8.2 | Major version |
wamVerMinor | 1.3.6.1.4.1.2620.1.8.3 | Minor version |
wamState | 1.3.6.1.4.1.2620.1.8.4 | WAM state |
wamName | 1.3.6.1.4.1.2620.1.8.5 | WAM name |
wamStatCode | 1.3.6.1.4.1.2620.1.8.101 | WAM status code |
wamStatShortDescr | 1.3.6.1.4.1.2620.1.8.102 | WAM status short description |
wamStatLongDescr | 1.3.6.1.4.1.2620.1.8.103 | WAM status full description |
wamAcceptReq | 1.3.6.1.4.1.2620.1.8.6.1 | Plugin accepted requests |
wamRejectReq | 1.3.6.1.4.1.2620.1.8.6.2 | Plugin rejected requests |
wamPolicyName | 1.3.6.1.4.1.2620.1.8.7.1 | Policy name |
wamPolicyUpdate | 1.3.6.1.4.1.2620.1.8.7.2 | Last update time |
wamUagHost | 1.3.6.1.4.1.2620.1.8.8.1 | UAG host name |
wamUagIp | 1.3.6.1.4.1.2620.1.8.8.2 | UAG IP address |
wamUagPort | 1.3.6.1.4.1.2620.1.8.8.3 | UAG port |
wamUagNoQueries | 1.3.6.1.4.1.2620.1.8.8.4 | UAG no. of queries |
wamUagLastQuery | 1.3.6.1.4.1.2620.1.8.8.5 | UAG last query time |
wamOpenSessions | 1.3.6.1.4.1.2620.1.8.9.1 | Open sessions |
wamLastSession | 1.3.6.1.4.1.2620.1.8.9.2 | Last open session time |
dtpsProdName | 1.3.6.1.4.1.2620.1.9.1 | Product name |
dtpsVerMajor | 1.3.6.1.4.1.2620.1.9.2 | Major version |
dtpsVerMinor | 1.3.6.1.4.1.2620.1.9.3 | Minor version |
dtpsLicensedUsers | 1.3.6.1.4.1.2620.1.9.4 | Licensed users |
dtpsConnectedUsers | 1.3.6.1.4.1.2620.1.9.5 | Connected users |
dtpsStatCode | 1.3.6.1.4.1.2620.1.9.101 | Status code |
dtpsStatShortDescr | 1.3.6.1.4.1.2620.1.9.102 | Status short description |
dtpsStatLongDescr | 1.3.6.1.4.1.2620.1.9.103 | Status long description |
lsProdName | 1.3.6.1.4.1.2620.1.11.1 | Product name |
lsVerMajor | 1.3.6.1.4.1.2620.1.11.2 | Major version |
lsVerMinor | 1.3.6.1.4.1.2620.1.11.3 | Minor version |
lsBuildNumber | 1.3.6.1.4.1.2620.1.11.4 | Build number |
lsFwmIsAlive | 1.3.6.1.4.1.2620.1.11.5 | Log Server is alive |
lsLogReceiveRate | 1.3.6.1.4.1.2620.1.11.14.1 | |
lsLogReceiveRatePeak | 1.3.6.1.4.1.2620.1.11.14.2 | |
lsLogReceiveRate10Min | 1.3.6.1.4.1.2620.1.11.14.3 | |
lsConnectedGatewaysTable | 1.3.6.1.4.1.2620.1.11.14.4 | |
lsConnectedGatewaysEntry | 1.3.6.1.4.1.2620.1.11.14.4.1 | |
LsConnectedGatewaysEntry | 1.3.6.1.4.1.2620.1.11.14.4.1 | |
lsGWIndex | 1.3.6.1.4.1.2620.1.11.14.4.1.1 | |
lsGWIP | 1.3.6.1.4.1.2620.1.11.14.4.1.2 | |
lsGWState | 1.3.6.1.4.1.2620.1.11.14.4.1.3 | |
lsGWLastLoginTime | 1.3.6.1.4.1.2620.1.11.14.4.1.4 | |
lsGWLogReceiveRate | 1.3.6.1.4.1.2620.1.11.14.4.1.5 | |
lsIndexerInfoTotalReadLogs | 1.3.6.1.4.1.2620.1.11.14.5.1 | |
lsIndexerInfoTotalUpdatesAndLogsIndexed | 1.3.6.1.4.1.2620.1.11.14.5.2 | |
lsIndexerInfoTotalReadLogsErrors | 1.3.6.1.4.1.2620.1.11.14.5.3 | |
lsIndexerInfoTotalUpdatesAndLogsIndexedErrors | 1.3.6.1.4.1.2620.1.11.14.5.4 | |
lsIndexerInfoUpdatesAndLogsIndexedRate | 1.3.6.1.4.1.2620.1.11.14.5.5 | |
lsIndexerInfoReadLogsRate | 1.3.6.1.4.1.2620.1.11.14.5.6 | |
lsIndexerInfoUpdatesAndLogsIndexedRatePeak | 1.3.6.1.4.1.2620.1.11.14.5.7 | |
lsIndexerInfoReadLogsRatePeak | 1.3.6.1.4.1.2620.1.11.14.5.8 | |
lsLogReceiveRate1Hour | 1.3.6.1.4.1.2620.1.11.14.6 | |
lsStatCode | 1.3.6.1.4.1.2620.1.11.101 | Status code |
lsStatShortDescr | 1.3.6.1.4.1.2620.1.11.102 | Status short description |
lsStatLongDescr | 1.3.6.1.4.1.2620.1.11.103 | Status long description |
lsConnectedClientsTable | 1.3.6.1.4.1.2620.1.11.7 | |
lsConnectedClientsEntry | 1.3.6.1.4.1.2620.1.11.7.1 | |
LSConnectedClientsEntry | 1.3.6.1.4.1.2620.1.11.7.1 | |
lsIndex | 1.3.6.1.4.1.2620.1.11.7.1.1 | |
lsClientName | 1.3.6.1.4.1.2620.1.11.7.1.2 | |
lsClientHost | 1.3.6.1.4.1.2620.1.11.7.1.3 | |
lsClientDbLock | 1.3.6.1.4.1.2620.1.11.7.1.4 | |
lsApplicationType | 1.3.6.1.4.1.2620.1.11.7.1.5 | |
gxProdName | 1.3.6.1.4.1.2620.1.20.1.1 | Product name |
gxProdVersion | 1.3.6.1.4.1.2620.1.20.1.2 | Product Version |
gxProdVerMajor | 1.3.6.1.4.1.2620.1.20.2 | Major version |
gxProdVerMinor | 1.3.6.1.4.1.2620.1.20.3 | Minor version |
gxBuild | 1.3.6.1.4.1.2620.1.20.4 | GX build number |
gxCreateSinceInstall | 1.3.6.1.4.1.2620.1.20.5.1 | Total success create contexts since install policy |
gxActContxt | 1.3.6.1.4.1.2620.1.20.5.2 | Total active contexts |
gxDropPlicyCreate | 1.3.6.1.4.1.2620.1.20.5.3 | Total dropped create messages due to policy violation |
gxDropMalformedReqCreate | 1.3.6.1.4.1.2620.1.20.5.4 | Total dropped create messages due to malformed create-request |
gxDropMalformedRespCreate | 1.3.6.1.4.1.2620.1.20.5.5 | Total dropped create messages due to malformed create-response |
gxExpiredCreate | 1.3.6.1.4.1.2620.1.20.5.6 | Total time-out expired create messages |
gxBadCauseCreate | 1.3.6.1.4.1.2620.1.20.5.7 | Total bad cause create messages |
gxSecondaryNsapiEntries | 1.3.6.1.4.1.2620.1.20.5.8 | Total entries in gtp_secondary_nsapi |
gxActv0v1PdnConns | 1.3.6.1.4.1.2620.1.20.5.11 | Total active v0 v1 PDN connections |
gxTunnelApnsEntries | 1.3.6.1.4.1.2620.1.20.5.12 | Total entries in gtp_tunnel_apns |
gxTunnelsEntries | 1.3.6.1.4.1.2620.1.20.5.13 | Total entries in gtp_tunnels |
gxDeleteSinceInstall | 1.3.6.1.4.1.2620.1.20.6.1 | Total success delete messages since install policy |
gxDropOutOfContxtDelete | 1.3.6.1.4.1.2620.1.20.6.2 | Total dropped out of context delete messages |
gxDropMalformedReqDelete | 1.3.6.1.4.1.2620.1.20.6.3 | Total dropped delete messages due to malformed delete-request |
gxDropMalformedRespDelete | 1.3.6.1.4.1.2620.1.20.6.4 | Total dropped delete messages due to malformed delete-response |
gxExpiredDelete | 1.3.6.1.4.1.2620.1.20.6.5 | Total time-out expired delete messages |
gxBadCauseDelete | 1.3.6.1.4.1.2620.1.20.6.6 | Total bad cause delete messages |
gxUpdateSinceInstall | 1.3.6.1.4.1.2620.1.20.7.1 | Total success update messages since install policy |
gxDropOutOfContxtUpdate | 1.3.6.1.4.1.2620.1.20.7.2 | Total dropped out of context update messages |
gxDropMalformedReqUpdate | 1.3.6.1.4.1.2620.1.20.7.3 | Total dropped update messages due to malformed update-request |
gxDropMalformedRespUpdate | 1.3.6.1.4.1.2620.1.20.7.4 | Total dropped update messages due to malformed update-response |
gxExpiredUpdate | 1.3.6.1.4.1.2620.1.20.7.5 | Total time-out expired update messages |
gxBadCauseUpdate | 1.3.6.1.4.1.2620.1.20.7.6 | Total bad cause update messages |
gxEchoSinceInstall | 1.3.6.1.4.1.2620.1.20.8.1 | Total success echo messages since install policy |
gxVnspSinceInstall | 1.3.6.1.4.1.2620.1.20.8.2 | Total success vnsp messages since install policy |
gxDropPolicyEcho | 1.3.6.1.4.1.2620.1.20.8.3 | Total dropped echo messages due to policy violation |
gxDropMalformedReqEcho | 1.3.6.1.4.1.2620.1.20.8.4 | Total dropped echo messages due to malformed echo-request |
gxDropMalformedRespEcho | 1.3.6.1.4.1.2620.1.20.8.5 | Total dropped echo messages due to malformed echo-response |
gxExpiredEcho | 1.3.6.1.4.1.2620.1.20.8.6 | Total time-out expired echo messages |
gxDropVnsp | 1.3.6.1.4.1.2620.1.20.8.7 | Total dropped vnsp messages |
gxGtpPathEntries | 1.3.6.1.4.1.2620.1.20.8.8 | Total gtp path entries |
gxGpdu1MinAvgRate | 1.3.6.1.4.1.2620.1.20.9.1 | GPDU 1 minute average packet rate |
gxDropOutOfContxtGpdu | 1.3.6.1.4.1.2620.1.20.9.2 | Total dropped out of context GPDU's |
gxDropAnti-spoofingGpdu | 1.3.6.1.4.1.2620.1.20.9.3 | Total dropped GPDU's due to anti-spoofing |
gxDropMs-MsGpdu | 1.3.6.1.4.1.2620.1.20.9.4 | Total dropped GPDU's due to ms-ms violation |
gxDropBadSeqGpdu | 1.3.6.1.4.1.2620.1.20.9.5 | Total dropped GPDU's due bad sequence |
gxDropBadGpdu | 1.3.6.1.4.1.2620.1.20.9.6 | Total dropped bad GPDU's |
gxGpduExpiredTunnel | 1.3.6.1.4.1.2620.1.20.9.7 | Total expired GTP tunnels |
gxInitiateSinceInstall | 1.3.6.1.4.1.2620.1.20.10.1 | Total successive initate activations since last install policy |
gxDropInitiationReq | 1.3.6.1.4.1.2620.1.20.10.2 | Total initate activation request messages droped |
gxDropInitiationResp | 1.3.6.1.4.1.2620.1.20.10.3 | Total initate activation response messages droped |
gxExpiredInitiateAct | 1.3.6.1.4.1.2620.1.20.10.4 | Total time-out expired initate activations messages |
gxGTPv2CreateSessionSinceInstall | 1.3.6.1.4.1.2620.1.20.11.1 | Total success create session messages since install policy |
gxGTPv2CreateBearerSinceInstall | 1.3.6.1.4.1.2620.1.20.11.2 | Total success create bearer messages since install policy |
gxGTPv2ExpiredCreateSession | 1.3.6.1.4.1.2620.1.20.11.3 | Total time-out expired create session messages |
gxGTPv2ExpiredCreateBearer | 1.3.6.1.4.1.2620.1.20.11.4 | Total time-out expired create bearer messages |
gxGTPv2DropMalformedCreateSessionReq | 1.3.6.1.4.1.2620.1.20.11.5 | Total dropped create session request messages due to malformed create-request |
gxGTPv2DropMalformedCreateSessionResp | 1.3.6.1.4.1.2620.1.20.11.6 | Total dropped create session response messages due to malformed create-response |
gxGTPv2DropMalformedCreateBearerReq | 1.3.6.1.4.1.2620.1.20.11.7 | Total dropped create bearer request messages due to malformed create-request |
gxGTPv2DropMalformedCreateBearerResp | 1.3.6.1.4.1.2620.1.20.11.8 | Total dropped create bearer response messages due to malformed create-response |
gxGTPv2DropPolicyCreateSession | 1.3.6.1.4.1.2620.1.20.11.9 | Total dropped create session messages due to policy violation |
gxGTPv2DropPolicyCreateBearer | 1.3.6.1.4.1.2620.1.20.11.10 | Total dropped create bearer messages due to policy violation |
gxGTPv2ActPDN | 1.3.6.1.4.1.2620.1.20.11.11 | Total active GTPv2 PDN connections |
gxGTPv2ActDataBearers | 1.3.6.1.4.1.2620.1.20.11.12 | Total active data bearers |
gxGTPv2DeleteSessionSinceInstall | 1.3.6.1.4.1.2620.1.20.12.1 | Total success delete session messages since install policy |
gxGTPv2DeleteBearerSinceInstall | 1.3.6.1.4.1.2620.1.20.12.2 | Total success delete bearer messages since install policy |
gxGTPv2ExpiredDeleteSession | 1.3.6.1.4.1.2620.1.20.12.3 | Total time-out expired delete session messages |
gxGTPv2ExpiredDeleteBearer | 1.3.6.1.4.1.2620.1.20.12.4 | Total time-out expired delete bearer messages |
gxGTPv2DropMalformedDeleteSessionReq | 1.3.6.1.4.1.2620.1.20.12.5 | Total dropped delete session request messages due to malformed delete-request |
gxGTPv2DropMalformedDeleteSessionResp | 1.3.6.1.4.1.2620.1.20.12.6 | Total dropped delete session response messages due to malformed delete-response |
gxGTPv2DropMalformedDeleteBearerReq | 1.3.6.1.4.1.2620.1.20.12.7 | Total dropped delete bearer request messages due to malformed delete-request |
gxGTPv2DropMalformedDeleteBearerResp | 1.3.6.1.4.1.2620.1.20.12.8 | Total dropped delete bearer response messages due to malformed delete-response |
gxGTPv2DropPolicyDeleteSession | 1.3.6.1.4.1.2620.1.20.12.9 | Total dropped delete session messages due to policy violation |
gxGTPv2DropPolicyDeleteBearer | 1.3.6.1.4.1.2620.1.20.12.10 | Total dropped delete bearer messages due to policy violation |
gxGTPv2UpdateBearerSinceInstall | 1.3.6.1.4.1.2620.1.20.13.1 | Total success update bearer messages since install policy |
gxGTPv2ExpiredUpdateBearer | 1.3.6.1.4.1.2620.1.20.13.2 | Total time-out expired update bearer messages |
gxGTPv2ModifyBearerSinceInstall | 1.3.6.1.4.1.2620.1.20.13.3 | Total success modify bearer messages since install policy |
gxGTPv2ExpiredModifyBearer | 1.3.6.1.4.1.2620.1.20.13.4 | Total time-out expired modify bearer messages |
gxGTPv2DropMalformedUpdateBearerReq | 1.3.6.1.4.1.2620.1.20.13.5 | Total dropped update bearer request messages due to malformed update-request |
gxGTPv2DropMalformedUpdateBearerResp | 1.3.6.1.4.1.2620.1.20.13.6 | Total dropped update bearer response messages due to malformed update-response |
gxGTPv2DropMalformedModifyBearerReq | 1.3.6.1.4.1.2620.1.20.13.7 | Total dropped modify bearer request messages due to malformed modify-request |
gxGTPv2DropMalformedModifyBearerResp | 1.3.6.1.4.1.2620.1.20.13.8 | Total dropped modify bearer response messages due to malformed modify-response |
gxGTPv2DropPolicyUpdateBearer | 1.3.6.1.4.1.2620.1.20.13.9 | Total dropped update bearer messages due to policy violation |
gxGTPv2DropPolicyModifyBearer | 1.3.6.1.4.1.2620.1.20.13.10 | Total dropped modify bearer messages due to policy violation |
gxGTPv2EchoSinceInstall | 1.3.6.1.4.1.2620.1.20.14.1 | Total success gtpv2 echo messages since install policy |
gxGTPv2VnspSinceInstall | 1.3.6.1.4.1.2620.1.20.14.2 | Total success gtpv2 vnsp messages since install policy |
gxGTPv2ExpiredEcho | 1.3.6.1.4.1.2620.1.20.14.3 | Total time-out expired gtpv2 echo messages |
gxGTPv2DropMalformedEchoReq | 1.3.6.1.4.1.2620.1.20.14.4 | Total dropped echo request messages due to malformed echo-request |
gxGTPv2DropMalformedEchoResp | 1.3.6.1.4.1.2620.1.20.14.5 | Total dropped echo response messages due to malformed echo-response |
gxGTPv2DropPolicyEcho | 1.3.6.1.4.1.2620.1.20.14.6 | Total dropped echo messages due to policy violation |
gxGTPv2ModifyBearerCmdSinceInstall | 1.3.6.1.4.1.2620.1.20.15.1 | Total success gtpv2 modify bearer command messages since install policy |
gxGTPv2ModifyBearerFailIndSinceInstall | 1.3.6.1.4.1.2620.1.20.15.2 | Total success gtpv2 modify bearer failure indication messages since install policy |
gxGTPv2DeleteBearerCmdSinceInstall | 1.3.6.1.4.1.2620.1.20.15.3 | Total success gtpv2 delete bearer command messages since install policy |
gxGTPv2DeleteBearerFailIndSinceInstall | 1.3.6.1.4.1.2620.1.20.15.4 | Total success gtpv2 delete bearer failure indication messages since install policy |
gxGTPv2BearerResourceCmdSinceInstall | 1.3.6.1.4.1.2620.1.20.15.5 | Total success gtpv2 bearer resource command messages since install policy |
gxGTPv2BearerResourceFailIndSinceInstall | 1.3.6.1.4.1.2620.1.20.15.6 | Total success gtpv2 bearer resource failure indication messages since install policy |
asmSynatkSynAckTimeout | 1.3.6.1.4.1.2620.1.17.1.2.1.1.1 | SYN attack - Syn-Ack Timeout |
asmSynatkSynAckReset | 1.3.6.1.4.1.2620.1.17.1.2.1.1.2 | SYN attack - Syn-Ack Reset |
asmSynatkModeChange | 1.3.6.1.4.1.2620.1.17.1.2.1.1.3 | SYN attack - Mode Change |
asmSynatkCurrentMode | 1.3.6.1.4.1.2620.1.17.1.2.1.1.4 | SYN attack - Current Mode |
asmSynatkNumberofunAckedSyns | 1.3.6.1.4.1.2620.1.17.1.2.1.1.5 | SYN attack - Number of un-Acked Syns |
smallPMTUNumberOfAttacks | 1.3.6.1.4.1.2620.1.17.1.2.1.2.1 | Small PMTU - Number of attacks |
smallPMTUValueOfMinimalMTUsize | 1.3.6.1.4.1.2620.1.17.1.2.1.2.2 | Small PMTU - Value of Minimal MTU size |
sequenceVerifierInvalidAck | 1.3.6.1.4.1.2620.1.17.1.2.1.3.1 | Sequence Verifier - Invalid Ack |
sequenceVerifierInvalidSequence | 1.3.6.1.4.1.2620.1.17.1.2.1.3.2 | Sequence Verifier - Invalid Sequence |
sequenceVerifierInvalidretransmit | 1.3.6.1.4.1.2620.1.17.1.2.1.3.3 | Sequence Verifier - Invalid retransmit |
httpWorms | 1.3.6.1.4.1.2620.1.17.1.3.1.1.1 | HTTP worms |
numOfhostPortScan | 1.3.6.1.4.1.2620.1.17.1.2.3.1.1 | host port scan |
numOfIpSweep | 1.3.6.1.4.1.2620.1.17.1.2.3.2.1 | host port scan |
httpURLLengthViolation | 1.3.6.1.4.1.2620.1.17.1.3.1.2.1 | HTTP - URL Length Violations |
httpHeaderLengthViolations | 1.3.6.1.4.1.2620.1.17.1.3.1.2.2 | HTTP - Header Length Violations |
httpMaxHeaderReached | 1.3.6.1.4.1.2620.1.17.1.3.1.2.3 | HTTP - Maximum Headers Reached |
numOfHttpASCIIViolations | 1.3.6.1.4.1.2620.1.17.1.3.1.3.1 | HTTP - ASCII Violations |
numOfHttpP2PHeaders | 1.3.6.1.4.1.2620.1.17.1.3.1.4.1 | HTTP - Peer To Peer Headers |
numOfCIFSworms | 1.3.6.1.4.1.2620.1.17.1.3.2.1.1 | num of CIFS worms |
numOfCIFSNullSessions | 1.3.6.1.4.1.2620.1.17.1.3.2.2.1 | num of CIFS Null Sessions |
numOfCIFSBlockedPopUps | 1.3.6.1.4.1.2620.1.17.1.3.2.3.1 | num of CIFS Blocked Pop-Ups |
numOfCIFSBlockedCommands | 1.3.6.1.4.1.2620.1.17.1.3.2.4.1 | num of CIFS Blocked Commands |
numOfCIFSPasswordLengthViolations | 1.3.6.1.4.1.2620.1.17.1.3.2.5.1 | num of CIFS PasswordLength Violations |
numOfP2POtherConAttempts | 1.3.6.1.4.1.2620.1.17.1.3.3.1.1 | num of P2P Other Con Attempts |
numOfP2PKazaaConAttempts | 1.3.6.1.4.1.2620.1.17.1.3.3.2.1 | num of P2P Kazaa Con Attempts |
numOfP2PeMuleConAttempts | 1.3.6.1.4.1.2620.1.17.1.3.3.3.1 | num of P2P eMule Con Attempts |
numOfGnutellaConAttempts | 1.3.6.1.4.1.2620.1.17.1.3.3.4.1 | num of P2P Gnutella Con Attempts |
numOfP2PSkypeCon | 1.3.6.1.4.1.2620.1.17.1.3.3.5.1 | num of P2P Skype Con |
numOfBitTorrentCon | 1.3.6.1.4.1.2620.1.17.1.3.3.6.1 | num of P2P Bit Torrent Con |
aviStatCode | 1.3.6.1.4.1.2620.1.24.101 | Status code |
aviStatShortDescr | 1.3.6.1.4.1.2620.1.24.102 | Status short description |
aviStatLongDescr | 1.3.6.1.4.1.2620.1.24.103 | Status long description |
aviEngineTable | 1.3.6.1.4.1.2620.1.24.1.1 | Table of Anti Virus engines installed. Each engine entry contains information about this engine. |
AviEngineEntry | 1.3.6.1.4.1.2620.1.24.1.1.1 | |
aviEngineIndex | 1.3.6.1.4.1.2620.1.24.1.1.1.1 | |
aviEngineName | 1.3.6.1.4.1.2620.1.24.1.1.1.2 | |
aviEngineVer | 1.3.6.1.4.1.2620.1.24.1.1.1.3 | |
aviEngineDate | 1.3.6.1.4.1.2620.1.24.1.1.1.4 | |
aviSignatureName | 1.3.6.1.4.1.2620.1.24.1.1.1.5 | |
aviSignatureVer | 1.3.6.1.4.1.2620.1.24.1.1.1.6 | |
aviSignatureDate | 1.3.6.1.4.1.2620.1.24.1.1.1.7 | |
aviLastSigCheckTime | 1.3.6.1.4.1.2620.1.24.1.1.1.8 | |
aviLastSigLocation | 1.3.6.1.4.1.2620.1.24.1.1.1.9 | |
aviLastLicExp | 1.3.6.1.4.1.2620.1.24.1.1.1.10 | |
aviTopVirusesTable | 1.3.6.1.4.1.2620.1.24.2.1 | Table for virus count of the most frequent viruses found in the last hour |
AviTopVirusesEntry | 1.3.6.1.4.1.2620.1.24.2.1.1 | |
aviTopVirusesIndex | 1.3.6.1.4.1.2620.1.24.2.1.1.1 | Virus index |
aviTopVirusesName | 1.3.6.1.4.1.2620.1.24.2.1.1.2 | Virus Name |
aviTopVirusesCnt | 1.3.6.1.4.1.2620.1.24.2.1.1.3 | Virus hit count |
aviTopEverVirusesTable | 1.3.6.1.4.1.2620.1.24.3.1 | Table for virus count of the most frequent viruses found from last system restart |
AviTopEverVirusesEntry | 1.3.6.1.4.1.2620.1.24.3.1.1 | |
aviTopEverVirusesIndex | 1.3.6.1.4.1.2620.1.24.3.1.1.1 | |
aviTopEverVirusesName | 1.3.6.1.4.1.2620.1.24.3.1.1.2 | |
aviTopEverVirusesCnt | 1.3.6.1.4.1.2620.1.24.3.1.1.3 | |
aviHTTPState | 1.3.6.1.4.1.2620.1.24.4.1.1 | State of the Anti Virus engine that inspects HTTP |
aviHTTPLastVirusName | 1.3.6.1.4.1.2620.1.24.4.1.2 | Last virus found over HTTP |
aviHTTPLastVirusTime | 1.3.6.1.4.1.2620.1.24.4.1.3 | |
aviHTTPTopVirusesTable | 1.3.6.1.4.1.2620.1.24.4.1.4 | Table for virus count of the most frequent viruses found over HTTP in the last dayor from last system restart (the latest of the two) |
AviHTTPTopVirusesEntry | 1.3.6.1.4.1.2620.1.24.4.1.4.1 | |
aviHTTPTopVirusesIndex | 1.3.6.1.4.1.2620.1.24.4.1.4.1.1 | |
aviHTTPTopVirusesName | 1.3.6.1.4.1.2620.1.24.4.1.4.1.2 | |
aviHTTPTopVirusesCnt | 1.3.6.1.4.1.2620.1.24.4.1.4.1.3 | |
aviFTPState | 1.3.6.1.4.1.2620.1.24.4.2.1 | State of the Anti Virus engine that inspects FTP |
aviFTPLastVirusName | 1.3.6.1.4.1.2620.1.24.4.2.2 | Last virus found over FTP |
aviFTPLastVirusTime | 1.3.6.1.4.1.2620.1.24.4.2.3 | |
aviFTPTopVirusesTable | 1.3.6.1.4.1.2620.1.24.4.2.4 | Table for virus count of the most frequent viruses found over FTP in the last dayor from last system restart (the latest of the two) |
AviFTPTopVirusesEntry | 1.3.6.1.4.1.2620.1.24.4.2.4.1 | |
aviFTPTopVirusesIndex | 1.3.6.1.4.1.2620.1.24.4.2.4.1.1 | |
aviFTPTopVirusesName | 1.3.6.1.4.1.2620.1.24.4.2.4.1.2 | |
aviFTPTopVirusesCnt | 1.3.6.1.4.1.2620.1.24.4.2.4.1.3 | |
aviSMTPState | 1.3.6.1.4.1.2620.1.24.4.3.1 | State of the Anti Virus engine that inspects SMTP |
aviSMTPLastVirusName | 1.3.6.1.4.1.2620.1.24.4.3.2 | Last virus found over SMTP |
aviSMTPLastVirusTime | 1.3.6.1.4.1.2620.1.24.4.3.3 | |
aviSMTPTopVirusesTable | 1.3.6.1.4.1.2620.1.24.4.3.4 | Table for virus count of the most frequent viruses found over SMTP in the last dayor from last system restart (the latest of the two) |
AviSMTPTopVirusesEntry | 1.3.6.1.4.1.2620.1.24.4.3.4.1 | |
aviSMTPTopVirusesIndex | 1.3.6.1.4.1.2620.1.24.4.3.4.1.1 | |
aviSMTPTopVirusesName | 1.3.6.1.4.1.2620.1.24.4.3.4.1.2 | |
aviSMTPTopVirusesCnt | 1.3.6.1.4.1.2620.1.24.4.3.4.1.3 | |
aviPOP3State | 1.3.6.1.4.1.2620.1.24.4.4.1 | State of the Anti Virus engine that inspects POP3 |
aviPOP3LastVirusName | 1.3.6.1.4.1.2620.1.24.4.4.2 | Last virus found over POP3 |
aviPOP3LastVirusTime | 1.3.6.1.4.1.2620.1.24.4.4.3 | |
aviPOP3TopVirusesTable | 1.3.6.1.4.1.2620.1.24.4.4.4 | Table for virus count of the most frequent viruses found over POP3 in the last dayor from last system restart (the latest of the two) |
AviPOP3TopVirusesEntry | 1.3.6.1.4.1.2620.1.24.4.4.4.1 | |
aviPOP3TopVirusesIndex | 1.3.6.1.4.1.2620.1.24.4.4.4.1.1 | |
aviPOP3TopVirusesName | 1.3.6.1.4.1.2620.1.24.4.4.4.1.2 | |
aviPOP3TopVirusesCnt | 1.3.6.1.4.1.2620.1.24.4.4.4.1.3 | |
cpsemdStatCode | 1.3.6.1.4.1.2620.1.25.1.101 | Status code |
cpsemdStatShortDescr | 1.3.6.1.4.1.2620.1.25.1.102 | Status short description |
cpsemdStatLongDescr | 1.3.6.1.4.1.2620.1.25.1.103 | Status long description |
cpsemdProcAlive | 1.3.6.1.4.1.2620.1.25.1.1 | cpsemd Process is alive |
cpsemdNewEventsHandled | 1.3.6.1.4.1.2620.1.25.1.2 | New events handled |
cpsemdUpdatesHandled | 1.3.6.1.4.1.2620.1.25.1.3 | Number of updates handled |
cpsemdLastEventTime | 1.3.6.1.4.1.2620.1.25.1.4 | Last processed event time |
cpsemdCurrentDBSize | 1.3.6.1.4.1.2620.1.25.1.5 | Current database size |
cpsemdDBCapacity | 1.3.6.1.4.1.2620.1.25.1.6 | Database capacity |
cpsemdNumEvents | 1.3.6.1.4.1.2620.1.25.1.7 | Number of events in database |
cpsemdDBDiskSpace | 1.3.6.1.4.1.2620.1.25.1.8 | Available database disk space |
cpsemdCorrelationUnitTable | 1.3.6.1.4.1.2620.1.25.1.9 | Table for Correlation Units details |
cpsemdDBIsFull | 1.3.6.1.4.1.2620.1.25.1.10 | 1 - Database is full; 0 - Database is not full |
CpsemdCorrelationUnitEntry | 1.3.6.1.4.1.2620.1.25.1.9.1 | |
cpsemdCorrelationUnitIndex | 1.3.6.1.4.1.2620.1.25.1.9.1.1 | |
cpsemdCorrelationUnitIP | 1.3.6.1.4.1.2620.1.25.1.9.1.2 | Correlation Unit IP |
cpsemdCorrelationUnitLastRcvdTime | 1.3.6.1.4.1.2620.1.25.1.9.1.3 | Time of last received event |
cpsemdCorrelationUnitNumEventsRcvd | 1.3.6.1.4.1.2620.1.25.1.9.1.4 | Number of events received |
cpsemdConnectionDuration | 1.3.6.1.4.1.2620.1.25.1.9.1.5 | Connection duration (to the Correlation Unit) |
cpseadStatCode | 1.3.6.1.4.1.2620.1.25.2.101 | Status code |
cpseadStatShortDescr | 1.3.6.1.4.1.2620.1.25.2.102 | Status short description |
cpseadStatLongDescr | 1.3.6.1.4.1.2620.1.25.2.103 | Status long description |
cpseadProcAlive | 1.3.6.1.4.1.2620.1.25.2.1 | cpsead Process is alive |
cpseadConnectedToSem | 1.3.6.1.4.1.2620.1.25.2.2 | Connected to SEM (is the Correlation Unit connected to the Analyzer Server) |
cpseadNumProcessedLogs | 1.3.6.1.4.1.2620.1.25.2.3 | Number of logs processed |
cpseadJobsTable | 1.3.6.1.4.1.2620.1.25.2.4 | Jobs Table |
CpseadJobsEntry | 1.3.6.1.4.1.2620.1.25.2.4.1 | |
cpseadJobIndex | 1.3.6.1.4.1.2620.1.25.2.4.1.1 | |
cpseadJobID | 1.3.6.1.4.1.2620.1.25.2.4.1.2 | Job ID |
cpseadJobName | 1.3.6.1.4.1.2620.1.25.2.4.1.3 | Job name |
cpseadJobState | 1.3.6.1.4.1.2620.1.25.2.4.1.4 | Job state |
cpseadJobIsOnline | 1.3.6.1.4.1.2620.1.25.2.4.1.5 | Is job online |
cpseadJobLogServer | 1.3.6.1.4.1.2620.1.25.2.4.1.6 | Log Server (the IP of the log server from which the job is reading logs) |
cpseadJobDataType | 1.3.6.1.4.1.2620.1.25.2.4.1.7 | Data type (the type of date being read: log or audit) |
cpseadConnectedToLogServer | 1.3.6.1.4.1.2620.1.25.2.4.1.8 | Connected to Log Server (is the Correlation Unit connected to the Log Server) |
cpseadNumAnalyzedLogs | 1.3.6.1.4.1.2620.1.25.2.4.1.9 | Number of logs analyzed |
cpseadFileName | 1.3.6.1.4.1.2620.1.25.2.4.1.10 | File Name (the name of the file from which the job is reading logs) |
cpseadFileCurrentPosition | 1.3.6.1.4.1.2620.1.25.2.4.1.11 | current position in the file |
cpseadStateDescriptionCode | 1.3.6.1.4.1.2620.1.25.2.4.1.12 | state description code (code for the state description in the next OID) |
cpseadStateDescription | 1.3.6.1.4.1.2620.1.25.2.4.1.13 | state description (provides more info regarding the job's state (OID 4), for instance details errors.) |
cpseadNoFreeDiskSpace | 1.3.6.1.4.1.2620.1.25.2.5 | no free disk space (is there not enough free disk space on the Correlation Unit) |
ufStatCode | 1.3.6.1.4.1.2620.1.29.101 | Status code |
ufStatShortDescr | 1.3.6.1.4.1.2620.1.29.102 | Status short description |
ufStatLongDescr | 1.3.6.1.4.1.2620.1.29.103 | Status long description |
ufEngineName | 1.3.6.1.4.1.2620.1.29.1.1 | Engine name |
ufEngineVer | 1.3.6.1.4.1.2620.1.29.1.2 | Engine version |
ufEngineDate | 1.3.6.1.4.1.2620.1.29.1.3 | Engine build date |
ufSignatureDate | 1.3.6.1.4.1.2620.1.29.1.4 | Creation date of the signature-set used by the engine |
ufSignatureVer | 1.3.6.1.4.1.2620.1.29.1.5 | Version of the signature |
ufLastSigCheckTime | 1.3.6.1.4.1.2620.1.29.1.6 | Last time there was a check for new signature |
ufLastSigLocation | 1.3.6.1.4.1.2620.1.29.1.7 | Last signature origine (either from Remote site or from SmartCenter) |
ufLastLicExp | 1.3.6.1.4.1.2620.1.29.1.8 | Expiration date of the subscription for Web Filtering updates |
ufIsMonitor | 1.3.6.1.4.1.2620.1.29.2.1 | Monitor-Only Running mode (ON or OFF) |
ufScannedCnt | 1.3.6.1.4.1.2620.1.29.2.2 | Total number of scanned URLs |
ufBlockedCnt | 1.3.6.1.4.1.2620.1.29.2.3 | Number of blocked URLs |
ufTopBlockedCatTable | 1.3.6.1.4.1.2620.1.29.2.4 | Table for counting of the most frequent categories blocked in the last day |
UfTopBlockedCatEntry | 1.3.6.1.4.1.2620.1.29.2.4.1 | |
ufTopBlockedCatIndex | 1.3.6.1.4.1.2620.1.29.2.4.1.1 | Blocked Category index |
ufTopBlockedCatName | 1.3.6.1.4.1.2620.1.29.2.4.1.2 | Blocked Category name |
ufTopBlockedCatCnt | 1.3.6.1.4.1.2620.1.29.2.4.1.3 | Blocked Category count |
ufTopBlockedSiteTable | 1.3.6.1.4.1.2620.1.29.2.5 | Table for counting of the most frequent sites blocked in the last day |
UfTopBlockedSiteEntry | 1.3.6.1.4.1.2620.1.29.2.5.1 | |
ufTopBlockedSiteIndex | 1.3.6.1.4.1.2620.1.29.2.5.1.1 | Blocked URL index |
ufTopBlockedSiteName | 1.3.6.1.4.1.2620.1.29.2.5.1.2 | Blocked URL name |
ufTopBlockedSiteCnt | 1.3.6.1.4.1.2620.1.29.2.5.1.3 | Blocked URL count |
ufTopBlockedUserTable | 1.3.6.1.4.1.2620.1.29.2.6 | Table for counting blocked URLs of the most frequent blocked users in the last day |
UfTopBlockedUserEntry | 1.3.6.1.4.1.2620.1.29.2.6.1 | |
ufTopBlockedUserIndex | 1.3.6.1.4.1.2620.1.29.2.6.1.1 | Blocked User index |
ufTopBlockedUserName | 1.3.6.1.4.1.2620.1.29.2.6.1.2 | Blocked User name |
ufTopBlockedUserCnt | 1.3.6.1.4.1.2620.1.29.2.6.1.3 | Blocked User count |
msProductName | 1.3.6.1.4.1.2620.1.30.1 | Product Name |
msMajorVersion | 1.3.6.1.4.1.2620.1.30.2 | Major Version |
msMinorVersion | 1.3.6.1.4.1.2620.1.30.3 | Minor Version |
msBuildNumber | 1.3.6.1.4.1.2620.1.30.4 | Build Number |
msVersionStr | 1.3.6.1.4.1.2620.1.30.5 | Version String |
msSpamNumScannedEmails | 1.3.6.1.4.1.2620.1.30.6.1 | Number of scanned emails |
msSpamNumSpamEmails | 1.3.6.1.4.1.2620.1.30.6.2 | Number of spam emails |
msSpamNumHandledSpamEmails | 1.3.6.1.4.1.2620.1.30.6.3 | Number of handled spam emails |
msSpamControlsSpamEngine | 1.3.6.1.4.1.2620.1.30.6.4.1 | Number of spam emails by Anti Spam engine |
msSpamControlsIpRepuatation | 1.3.6.1.4.1.2620.1.30.6.4.2 | Number of spam emails by IP reputation service |
msSpamControlsSPF | 1.3.6.1.4.1.2620.1.30.6.4.3 | Number of spam emails by SPF |
msSpamControlsDomainKeys | 1.3.6.1.4.1.2620.1.30.6.4.4 | Number of spam emails by Domain Keys |
msSpamControlsRDNS | 1.3.6.1.4.1.2620.1.30.6.4.5 | Number of spam emails by Reverse DNS |
msSpamControlsRBL | 1.3.6.1.4.1.2620.1.30.6.4.6 | Number of spam emails by RBLs (Including Received headers and URLs) |
msExpirationDate | 1.3.6.1.4.1.2620.1.30.7 | Subscription expiration date |
msEngineVer | 1.3.6.1.4.1.2620.1.30.8 | Anti Spam Engine Version |
msEngineDate | 1.3.6.1.4.1.2620.1.30.9 | Anti Spam Engine Build Date |
msStatCode | 1.3.6.1.4.1.2620.1.30.101 | Status code |
msStatShortDescr | 1.3.6.1.4.1.2620.1.30.102 | Status short description |
msStatLongDescr | 1.3.6.1.4.1.2620.1.30.103 | Status long description |
msServicePack | 1.3.6.1.4.1.2620.1.30.999 | Service Pack |
voipProductName | 1.3.6.1.4.1.2620.1.31.1 | Product Name |
voipMajorVersion | 1.3.6.1.4.1.2620.1.31.2 | Major Version |
voipMinorVersion | 1.3.6.1.4.1.2620.1.31.3 | Minor Version |
voipBuildNumber | 1.3.6.1.4.1.2620.1.31.4 | Build Number |
voipVersionStr | 1.3.6.1.4.1.2620.1.31.5 | Version String |
voipDOSSipNetworkReqInterval | 1.3.6.1.4.1.2620.1.31.6.1.1.1 | Total Number of SIP Requests to The Internal Network per Interval: Interval (seconds) |
voipDOSSipNetworkReqConfThreshold | 1.3.6.1.4.1.2620.1.31.6.1.1.2 | Total Number of SIP Requests to The Internal Network per Interval: Configured Threshold |
voipDOSSipNetworkReqCurrentVal | 1.3.6.1.4.1.2620.1.31.6.1.1.3 | Total Number of SIP Requests to The Internal Network per Interval: Current Value |
voipDOSSipNetworkRegInterval | 1.3.6.1.4.1.2620.1.31.6.1.1.4 | Total number of 'REGISTER' Requests to The Internal Network per Interval: Interval (seconds) |
voipDOSSipNetworkRegConfThreshold | 1.3.6.1.4.1.2620.1.31.6.1.1.5 | Total number of 'REGISTER' Requests to The Internal Network per Interval: Configured Threshold |
voipDOSSipNetworkRegCurrentVal | 1.3.6.1.4.1.2620.1.31.6.1.1.6 | Total number of 'REGISTER' Requests to The Internal Network per Interval: Current Value |
voipDOSSipNetworkCallInitInterval | 1.3.6.1.4.1.2620.1.31.6.1.1.7 | Total Number of SIP Call Initiations to The Internal Network per Interval: Interval (seconds) |
voipDOSSipNetworkCallInitConfThreshold | 1.3.6.1.4.1.2620.1.31.6.1.1.8 | Total Number of SIP Call Initiations to The Internal Network per Interval: Configured Threshold |
voipDOSSipNetworkCallInitICurrentVal | 1.3.6.1.4.1.2620.1.31.6.1.1.9 | Total Number of SIP Call Initiations to The Internal Network per Interval: Current Value |
voipDOSSipRateLimitingTable | 1.3.6.1.4.1.2620.1.31.6.1.2 | Table for counting blocked URLs of the most frequent blocked users in the last day |
VoipDOSSipRateLimitingEntry | 1.3.6.1.4.1.2620.1.31.6.1.2.1 | |
voipDOSSipRateLimitingTableIndex | 1.3.6.1.4.1.2620.1.31.6.1.2.1.1 | Rate Limiting Defense for Internal SIP Servers: Table Index |
voipDOSSipRateLimitingTableIpAddress | 1.3.6.1.4.1.2620.1.31.6.1.2.1.2 | Rate Limiting Defense for Internal SIP Servers: Ip Address |
voipDOSSipRateLimitingTableInterval | 1.3.6.1.4.1.2620.1.31.6.1.2.1.3 | Rate Limiting Defense for Internal SIP Servers: Interval (Seconds) |
voipDOSSipRateLimitingTableConfThreshold | 1.3.6.1.4.1.2620.1.31.6.1.2.1.4 | Rate Limiting Defense for Internal SIP Servers: Configured Threshold for Number of SIP Requests |
voipDOSSipRateLimitingTableNumDOSSipRequests | 1.3.6.1.4.1.2620.1.31.6.1.2.1.5 | Rate Limiting Defense for Internal SIP Servers: Number of SIP Requests |
voipDOSSipRateLimitingTableNumTrustedRequests | 1.3.6.1.4.1.2620.1.31.6.1.2.1.6 | Rate Limiting Defense for Internal SIP Servers: Number of SIP Requests from Trusted Users |
voipDOSSipRateLimitingTableNumNonTrustedRequests | 1.3.6.1.4.1.2620.1.31.6.1.2.1.7 | Rate Limiting Defense for Internal SIP Servers: Number of SIP Requests from Non-Trusted Users |
voipDOSSipRateLimitingTableNumRequestsfromServers | 1.3.6.1.4.1.2620.1.31.6.1.2.1.8 | Rate Limiting Defense for Internal SIP Servers: Number of SIP Requests from Non-Trusted Users |
voipCACConcurrentCallsConfThreshold | 1.3.6.1.4.1.2620.1.31.7.1.1 | Number of Concurrent Calls: Configured Threshold |
voipCACConcurrentCallsCurrentVal | 1.3.6.1.4.1.2620.1.31.7.1.2 | Number of Concurrent Calls: Configured Threshold |
voipStatCode | 1.3.6.1.4.1.2620.1.31.101 | Status code |
voipStatShortDescr | 1.3.6.1.4.1.2620.1.31.102 | Status short description |
voipStatLongDescr | 1.3.6.1.4.1.2620.1.31.103 | Status long description |
voipServicePack | 1.3.6.1.4.1.2620.1.31.999 | Service Pack |
identityAwarenessProductName | 1.3.6.1.4.1.2620.1.38.1 | Product Name |
identityAwarenessAuthUsers | 1.3.6.1.4.1.2620.1.38.2 | Number of users authenticated to the gateway |
identityAwarenessUnAuthUsers | 1.3.6.1.4.1.2620.1.38.3 | Number of unauthenticated guests |
identityAwarenessAuthUsersKerberos | 1.3.6.1.4.1.2620.1.38.4 | Number of authenticated users by Kerberos method |
identityAwarenessAuthMachKerberos | 1.3.6.1.4.1.2620.1.38.5 | Number of authenticated machines by Kerberos method |
identityAwarenessAuthUsersPass | 1.3.6.1.4.1.2620.1.38.6 | Number of authenticated users by User name and password method |
identityAwarenessAuthUsersADQuery | 1.3.6.1.4.1.2620.1.38.7 | Number of authenticated users by ADQuery method |
identityAwarenessAuthMachADQuery | 1.3.6.1.4.1.2620.1.38.8 | Number of authenticated machines by ADQuery method |
identityAwarenessLoggedInAgent | 1.3.6.1.4.1.2620.1.38.9 | Number of users that are logged in with agents |
identityAwarenessLoggedInCaptivePortal | 1.3.6.1.4.1.2620.1.38.10 | Number of users that are logged in with Captive Portal |
identityAwarenessLoggedInADQuery | 1.3.6.1.4.1.2620.1.38.11 | Number of users that are logged in with ADQuery |
identityAwarenessAntiSpoffProtection | 1.3.6.1.4.1.2620.1.38.12 | Number of users with an active Traffic Anti-Spoffing protection |
identityAwarenessSuccUserLoginKerberos | 1.3.6.1.4.1.2620.1.38.13 | Number of successfull Kerberos user login attempts |
identityAwarenessSuccMachLoginKerberos | 1.3.6.1.4.1.2620.1.38.14 | Number of successfull Kerberos machine login attempts |
identityAwarenessSuccUserLoginPass | 1.3.6.1.4.1.2620.1.38.15 | Number of successfull User Name And Password login attempts |
identityAwarenessSuccUserLoginADQuery | 1.3.6.1.4.1.2620.1.38.16 | Number of successfull ADQuery user login attempts |
identityAwarenessSuccMachLoginADQuery | 1.3.6.1.4.1.2620.1.38.17 | Number of successfull ADQuery machine login attempts |
identityAwarenessUnSuccUserLoginKerberos | 1.3.6.1.4.1.2620.1.38.18 | Number of unsuccessfull Kerberos user login attempts |
identityAwarenessUnSuccMachLoginKerberos | 1.3.6.1.4.1.2620.1.38.19 | Number of unsuccessfull Kerberos machine login attempts |
identityAwarenessUnSuccUserLoginPass | 1.3.6.1.4.1.2620.1.38.20 | Number of unsuccessfull User Name And Password login attempts |
identityAwarenessSuccUserLDAP | 1.3.6.1.4.1.2620.1.38.21 | Number of successful LDAP queries |
identityAwarenessUnSuccUserLDAP | 1.3.6.1.4.1.2620.1.38.22 | Number of unsuccessful LDAP queries |
identityAwarenessDataTrans | 1.3.6.1.4.1.2620.1.38.23 | How much data did gateway transmitted |
identityAwarenessDistributedEnvTable | 1.3.6.1.4.1.2620.1.38.24 | Table for distributed environments |
IdentityAwarenessDistributedEnvEntry | 1.3.6.1.4.1.2620.1.38.24.1 | |
identityAwarenessDistributedEnvTableIndex | 1.3.6.1.4.1.2620.1.38.24.1.1 | Distributed Environments: Table Index |
identityAwarenessDistributedEnvTableGwName | 1.3.6.1.4.1.2620.1.38.24.1.2 | Distributed Environments: GW Name |
identityAwarenessDistributedEnvTableDisconnections | 1.3.6.1.4.1.2620.1.38.24.1.3 | Distributed Environments: Number of disconnections |
identityAwarenessDistributedEnvTableBruteForceAtt | 1.3.6.1.4.1.2620.1.38.24.1.4 | Distributed Environments: Number of brute force attack detected |
identityAwarenessDistributedEnvTableStatus | 1.3.6.1.4.1.2620.1.38.24.1.5 | Distributed Environments: StatusPossible values include: Ok 0 Error 2 |
identityAwarenessDistributedEnvTableIsLocal | 1.3.6.1.4.1.2620.1.38.24.1.6 | Distributed Environments: Is localPossible values include:False 0True 1 |
identityAwarenessADQueryStatusTable | 1.3.6.1.4.1.2620.1.38.25 | Table for AD Query status |
IdentityAwarenessADQueryStatusEntry | 1.3.6.1.4.1.2620.1.38.25.1 | |
identityAwarenessADQueryStatusTableIndex | 1.3.6.1.4.1.2620.1.38.25.1.1 | AD Query Status: Table Index |
identityAwarenessADQueryStatusCurrStatus | 1.3.6.1.4.1.2620.1.38.25.1.2 | AD Query Status: Current statusPossible values include:Ok 0Bad Credentials 1Connectivity Error 2Internal Error 3Connection Time Out 4 |
identityAwarenessADQueryStatusDomainName | 1.3.6.1.4.1.2620.1.38.25.1.3 | AD Query Status: Domain name |
identityAwarenessADQueryStatusDomainIP | 1.3.6.1.4.1.2620.1.38.25.1.4 | AD Query Status: Domain IP |
identityAwarenessADQueryStatusEvents | 1.3.6.1.4.1.2620.1.38.25.1.5 | AD Query Status: Number of events |
identityAwarenessRADIUSAccounting | 1.3.6.1.4.1.2620.1.38.39 | Number of identities logged in with RADIUS Accounting |
identityAwarenessIdentityCollectorActiveDirectory | 1.3.6.1.4.1.2620.1.38.40 | Number of identities logged in with Identity Collector Active Directory |
identityAwarenessIdentityCollectorCiscoISE | 1.3.6.1.4.1.2620.1.38.41 | Number of identities logged in with Identity Collector Cisco ISE |
identityAwarenessTerminalServer | 1.3.6.1.4.1.2620.1.38.42 | Number of identities logged in with terminal server |
identityAwarenessRemoteAccess | 1.3.6.1.4.1.2620.1.38.43 | Number of identities logged in with Remote Access |
identityAwarenessIdentityWebAPI | 1.3.6.1.4.1.2620.1.38.44 | Number of identities logged in with Identity Web API |
identityAwarenessStatus | 1.3.6.1.4.1.2620.1.38.101 | Identity Awarness Status code |
identityAwarenessStatusShortDesc | 1.3.6.1.4.1.2620.1.38.102 | Identity Awarness Status - Short Description |
identityAwarenessStatusLongDesc | 1.3.6.1.4.1.2620.1.38.103 | Identity Awarness Status - Long Description |
#NAME? | #NAME? | |
applicationControlSubscriptionStatus | 1.3.6.1.4.1.2620.1.39.1.1 | Subscription statusPossible values include:valid, expired, about-to-expire, not-associated, unknown |
applicationControlSubscriptionExpDate | 1.3.6.1.4.1.2620.1.39.1.2 | Application Control subscription expiration date |
applicationControlSubscriptionDesc | 1.3.6.1.4.1.2620.1.39.1.3 | Subscription description |
applicationControlUpdateStatus | 1.3.6.1.4.1.2620.1.39.2.1 | Update statusPossible values include:failed, up-to-date, new, degrade, unknown |
applicationControlUpdateDesc | 1.3.6.1.4.1.2620.1.39.2.2 | Update description |
applicationControlNextUpdate | 1.3.6.1.4.1.2620.1.39.2.3 | Next update description |
applicationControlVersion | 1.3.6.1.4.1.2620.1.39.2.4 | Application Control database version |
applicationControlStatusCode | 1.3.6.1.4.1.2620.1.39.101 | Application Control Status code |
applicationControlStatusShortDesc | 1.3.6.1.4.1.2620.1.39.102 | Application Control Status - Short Description |
applicationControlStatusLongDesc | 1.3.6.1.4.1.2620.1.39.103 | Application Control Status - Long Description |
#NAME? | #NAME? | |
exchangeAgentsTable | 1.3.6.1.4.1.2620.1.44.1.1 | Table for exchange agents status |
ExchangeAgentsStatusEntry | 1.3.6.1.4.1.2620.1.44.1.1.1 | |
exchangeAgentsStatusTableIndex | 1.3.6.1.4.1.2620.1.44.1.1.1.1 | Exchange agents: Table Index |
exchangeAgentName | 1.3.6.1.4.1.2620.1.44.1.1.1.2 | Exchange agent name |
exchangeAgentStatus | 1.3.6.1.4.1.2620.1.44.1.1.1.3 | Exchange agent status |
exchangeAgentTotalMsg | 1.3.6.1.4.1.2620.1.44.1.1.1.4 | Exchange agent total messages |
exchangeAgentTotalScannedMsg | 1.3.6.1.4.1.2620.1.44.1.1.1.5 | Exchange agent total scanned messages |
exchangeAgentDroppedMsg | 1.3.6.1.4.1.2620.1.44.1.1.1.6 | Exchange agent dropped messages |
exchangeAgentUpTime | 1.3.6.1.4.1.2620.1.44.1.1.1.7 | Number of seconds that the exchange agent is up |
exchangeAgentTimeSinceLastMsg | 1.3.6.1.4.1.2620.1.44.1.1.1.8 | Number of seconds since the last message passed through the exchange agent |
exchangeAgentQueueLen | 1.3.6.1.4.1.2620.1.44.1.1.1.9 | The current exchange agent message queue length |
exchangeQueueLen | 1.3.6.1.4.1.2620.1.44.1.1.1.10 | The cumulative exchange server queue length |
exchangeAgentAvgTimePerMsg | 1.3.6.1.4.1.2620.1.44.1.1.1.11 | The average (for all messages) latency added by the exchange agent |
exchangeAgentAvgTimePerScannedMsg | 1.3.6.1.4.1.2620.1.44.1.1.1.12 | The average (for scanned messages only) latency added by the exchange agent |
exchangeAgentVersion | 1.3.6.1.4.1.2620.1.44.1.1.1.13 | The version of the exchange agent |
exchangeCPUUsage | 1.3.6.1.4.1.2620.1.44.1.1.1.14 | The exchange server CPU usage in percentage |
exchangeMemoryUsage | 1.3.6.1.4.1.2620.1.44.1.1.1.15 | The exchange server memory usage in percentage |
exchangeAgentPolicyTimeStamp | 1.3.6.1.4.1.2620.1.44.1.1.1.16 | The time of the last policy retrieved by the exchange agent from the gateway |
dlpVersionString | 1.3.6.1.4.1.2620.1.44.11 | Version |
dlpLicenseStatus | 1.3.6.1.4.1.2620.1.44.12 | License status |
dlpLdapStatus | 1.3.6.1.4.1.2620.1.44.13 | LDAP Status |
dlpTotalScans | 1.3.6.1.4.1.2620.1.44.14 | Traffic scans |
dlpSMTPScans | 1.3.6.1.4.1.2620.1.44.15 | Scanned e-mails |
dlpSMTPIncidents | 1.3.6.1.4.1.2620.1.44.16 | E-mail incidents |
dlpLastSMTPScan | 1.3.6.1.4.1.2620.1.44.17 | Last E-mail scan |
dlpNumQuarantined | 1.3.6.1.4.1.2620.1.44.18 | Quarantined messages |
dlpQrntMsgsSize | 1.3.6.1.4.1.2620.1.44.19 | Size of quarantined messages |
dlpSentEMails | 1.3.6.1.4.1.2620.1.44.20 | Sent e-mails |
dlpExpiredEMails | 1.3.6.1.4.1.2620.1.44.21 | Expired e-mails |
dlpDiscardEMails | 1.3.6.1.4.1.2620.1.44.22 | Discarded e-mails |
dlpPostfixQLen | 1.3.6.1.4.1.2620.1.44.23 | Postfix queue length |
dlpPostfixErrors | 1.3.6.1.4.1.2620.1.44.24 | Postfix errors |
dlpPostfixQOldMsg | 1.3.6.1.4.1.2620.1.44.25 | E-mails in queue older than 1 hour |
dlpPostfixQMsgsSz | 1.3.6.1.4.1.2620.1.44.26 | Size of messages in queue |
dlpPostfixQFreeSp | 1.3.6.1.4.1.2620.1.44.27 | Free space in queue |
dlpQrntFreeSpace | 1.3.6.1.4.1.2620.1.44.28 | Free space for quarantine |
dlpQrntStatus | 1.3.6.1.4.1.2620.1.44.29 | Quarantine status |
dlpHttpScans | 1.3.6.1.4.1.2620.1.44.30 | HTTP scans |
dlpHttpIncidents | 1.3.6.1.4.1.2620.1.44.31 | HTTP incidents |
dlpHttpLastScan | 1.3.6.1.4.1.2620.1.44.32 | HTTP last scan |
dlpFtpScans | 1.3.6.1.4.1.2620.1.44.33 | FTP scans |
dlpFtpIncidents | 1.3.6.1.4.1.2620.1.44.34 | FTP incidents |
dlpFtpLastScan | 1.3.6.1.4.1.2620.1.44.35 | FTP last scan |
dlpBypassStatus | 1.3.6.1.4.1.2620.1.44.36 | Bypass status |
dlpUserCheckClnts | 1.3.6.1.4.1.2620.1.44.37 | UserCheck clients |
dlpLastPolStatus | 1.3.6.1.4.1.2620.1.44.38 | Last policy install status |
dlpStatusCode | 1.3.6.1.4.1.2620.1.44.101 | DLP Status code |
dlpStatusShortDesc | 1.3.6.1.4.1.2620.1.44.102 | DLP Status - Short Description |
dlpStatusLongDesc | 1.3.6.1.4.1.2620.1.44.103 | DLP Status - Long Description |
thresholdPolicy | 1.3.6.1.4.1.2620.1.42.1 | The name of the policy |
thresholdState | 1.3.6.1.4.1.2620.1.42.2 | State of the thresholds engine: Ok (1), Error (0) |
thresholdStateDesc | 1.3.6.1.4.1.2620.1.42.3 | Description for the state |
thresholdEnabled | 1.3.6.1.4.1.2620.1.42.4 | Number of enabled thresholds (Monitoring statuses) |
thresholdActive | 1.3.6.1.4.1.2620.1.42.5 | Number of active thresholds (Generating alerts) |
thresholdEventsSinceStartup | 1.3.6.1.4.1.2620.1.42.6 | Number of activated thresholds since startup |
thresholdActiveEventsTable | 1.3.6.1.4.1.2620.1.42.7 | |
ThresholdActiveEventsEntry | 1.3.6.1.4.1.2620.1.42.7.1 | |
thresholdActiveEventsIndex | 1.3.6.1.4.1.2620.1.42.7.1.1 | |
thresholdActiveEventName | 1.3.6.1.4.1.2620.1.42.7.1.2 | Name of the threshold |
thresholdActiveEventCategory | 1.3.6.1.4.1.2620.1.42.7.1.3 | The category of the threshold |
thresholdActiveEventSeverity | 1.3.6.1.4.1.2620.1.42.7.1.4 | Severity of the threshold: Cleared (0), Low (1), Medium (2), High (3), Critical (4) |
thresholdActiveEventSubject | 1.3.6.1.4.1.2620.1.42.7.1.5 | The name of the status been checked by the threshold |
thresholdActiveEventSubjectValue | 1.3.6.1.4.1.2620.1.42.7.1.6 | The value of the status been checked by the threshold |
thresholdActiveEventActivationTime | 1.3.6.1.4.1.2620.1.42.7.1.7 | The activation time of the event |
thresholdActiveEventState | 1.3.6.1.4.1.2620.1.42.7.1.8 | The state of the event [Active\Clearing] |
thresholdDestinationsTable | 1.3.6.1.4.1.2620.1.42.8 | |
ThresholdDestinationsEntry | 1.3.6.1.4.1.2620.1.42.8.1 | |
thresholdDestinationIndex | 1.3.6.1.4.1.2620.1.42.8.1.1 | |
thresholdDestinationName | 1.3.6.1.4.1.2620.1.42.8.1.2 | Name of the destination |
thresholdDestinationType | 1.3.6.1.4.1.2620.1.42.8.1.3 | The type of the destination |
thresholdSendingState | 1.3.6.1.4.1.2620.1.42.8.1.4 | Alerts transmission status: Ok (0), Error (1) |
thresholdSendingStateDesc | 1.3.6.1.4.1.2620.1.42.8.1.5 | Description for the alert transmission state |
thresholdAlertCount | 1.3.6.1.4.1.2620.1.42.8.1.6 | Number of alerts transmitted to the destination |
thresholdErrorsTable | 1.3.6.1.4.1.2620.1.42.9 | |
ThresholdErrorsEntry | 1.3.6.1.4.1.2620.1.42.9.1 | |
thresholdErrorIndex | 1.3.6.1.4.1.2620.1.42.9.1.1 | |
thresholdName | 1.3.6.1.4.1.2620.1.42.9.1.2 | Name of the threshold |
thresholdThresholdOID | 1.3.6.1.4.1.2620.1.42.9.1.3 | OID of the thresholds alert |
thresholdErrorDesc | 1.3.6.1.4.1.2620.1.42.9.1.4 | Description of the error |
thresholdErrorTime | 1.3.6.1.4.1.2620.1.42.9.1.5 | The occurrence time of the error |
#NAME? | #NAME? | |
advancedUrlFilteringSubscriptionStatus | 1.3.6.1.4.1.2620.1.43.1.1 | Subscription statusPossible values include:valid, expired, about-to-expire, not-associated, unknown |
advancedUrlFilteringSubscriptionExpDate | 1.3.6.1.4.1.2620.1.43.1.2 | Application Control subscription expiration date |
advancedUrlFilteringSubscriptionDesc | 1.3.6.1.4.1.2620.1.43.1.3 | Subscription description |
advancedUrlFilteringUpdateStatus | 1.3.6.1.4.1.2620.1.43.2.1 | Update statusPossible values include:failed, up-to-date, new, degrade, unknown |
advancedUrlFilteringUpdateDesc | 1.3.6.1.4.1.2620.1.43.2.2 | Update description |
advancedUrlFilteringNextUpdate | 1.3.6.1.4.1.2620.1.43.2.3 | Next update description |
advancedUrlFilteringVersion | 1.3.6.1.4.1.2620.1.43.2.4 | Url Filtering database version |
advancedUrlFilteringRADStatusCode | 1.3.6.1.4.1.2620.1.43.3.1 | RAD Status code |
advancedUrlFilteringRADStatusDesc | 1.3.6.1.4.1.2620.1.43.3.2 | RAD status description |
advancedUrlFilteringStatusCode | 1.3.6.1.4.1.2620.1.43.101 | Application Control Status code |
advancedUrlFilteringStatusShortDesc | 1.3.6.1.4.1.2620.1.43.102 | Application Control Status - Short Description |
advancedUrlFilteringStatusLongDesc | 1.3.6.1.4.1.2620.1.43.103 | Application Control Status - Long Description |
antiBotSubscriptionStatus | 1.3.6.1.4.1.2620.1.46.2.1 | Anti-Bot subscription statusPossible values include:valid, expired, about-to-expire, not-associated, unknown |
antiBotSubscriptionExpDate | 1.3.6.1.4.1.2620.1.46.2.2 | Anti-Bot subscription expiration date |
antiBotSubscriptionDesc | 1.3.6.1.4.1.2620.1.46.2.3 | Anti-Bot subscription description |
antiVirusSubscriptionStatus | 1.3.6.1.4.1.2620.1.46.3.1 | Anti-Virus subscription statusPossible values include:valid, expired, about-to-expire, not-associated, unknown |
antiVirusSubscriptionExpDate | 1.3.6.1.4.1.2620.1.46.3.2 | Anti-Virus subscription expiration date |
antiVirusSubscriptionDesc | 1.3.6.1.4.1.2620.1.46.3.3 | Anti-Virus subscription description |
antiSpamSubscriptionStatus | 1.3.6.1.4.1.2620.1.46.4.1 | Anti-Spam subscription statusPossible values include:valid, expired, about-to-expire, not-associated, unknown |
antiSpamSubscriptionExpDate | 1.3.6.1.4.1.2620.1.46.4.2 | Anti-Spam subscription expiration date |
antiSpamSubscriptionDesc | 1.3.6.1.4.1.2620.1.46.4.3 | Anti-Spam subscription description |
amwABUpdateStatus | 1.3.6.1.4.1.2620.1.46.1.1 | Anti-Malware update statusPossible values include:failed, up-to-date, new, degrade, unknown |
amwABUpdateDesc | 1.3.6.1.4.1.2620.1.46.1.2 | Anti-Malware update description |
amwABNextUpdate | 1.3.6.1.4.1.2620.1.46.1.3 | Anti-Malware next update description |
amwABVersion | 1.3.6.1.4.1.2620.1.46.1.4 | Anti-Malware database version |
amwAVUpdateStatus | 1.3.6.1.4.1.2620.1.46.5.1 | Anti-Virus update statusPossible values include:failed, up-to-date, new, degrade, unknown |
amwAVUpdateDesc | 1.3.6.1.4.1.2620.1.46.5.2 | Anti-Virus update description |
amwAVNextUpdate | 1.3.6.1.4.1.2620.1.46.5.3 | Anti-Virus next update description |
amwAVVersion | 1.3.6.1.4.1.2620.1.46.5.4 | Anti-Virus database version |
amwStatusCode | 1.3.6.1.4.1.2620.1.46.101 | Anti-Bot & Anti-Virus Status code |
amwStatusShortDesc | 1.3.6.1.4.1.2620.1.46.102 | Anti-Bot & Anti-Virus Status - Short Description |
amwStatusLongDesc | 1.3.6.1.4.1.2620.1.46.103 | Anti-Bot & Anti-Virus Status - Long Description |
teSubscriptionStatus | 1.3.6.1.4.1.2620.1.49.25 | Subscription statusPossible values include:up-to-date, expired, about-to-expire, not-associated, unknown |
teCloudSubscriptionStatus | 1.3.6.1.4.1.2620.1.49.26 | Cloud subscription statusPossible values include:up-to-date, expired, about-to-expire, not-associated, unknown |
teSubscriptionExpDate | 1.3.6.1.4.1.2620.1.49.20 | Threat-Emulation subscription expiration date |
teSubscriptionDesc | 1.3.6.1.4.1.2620.1.49.27 | Threat-Emulation Subscription description |
teUpdateStatus | 1.3.6.1.4.1.2620.1.49.16 | Anti-Malware update statusPossible values include:failed, up-to-date, new, degrade, downloading, unknown |
teUpdateDesc | 1.3.6.1.4.1.2620.1.49.17 | Threat-Emulation update description |
teStatusCode | 1.3.6.1.4.1.2620.1.49.101 | Threat-Emulation Status code |
teStatusShortDesc | 1.3.6.1.4.1.2620.1.49.102 | Threat-Emulation Status - Short Description |
teStatusLongDesc | 1.3.6.1.4.1.2620.1.49.103 | Threat-Emulation Status - Long Description |
treatExtarctionSubscriptionStatus | 1.3.6.1.4.1.2620.1.50.1.1 | Threat Extraction subscription statusPossible values include:valid, expired, about-to-expire, not-associated, unknown |
treatExtarctionSubscriptionExpDate | 1.3.6.1.4.1.2620.1.50.1.2 | Threat Extraction subscription expiration date |
treatExtarctionSubscriptionDesc | 1.3.6.1.4.1.2620.1.50.1.3 | Threat Extraction subscription description |
treatExtarctionTotalScannedAttachments | 1.3.6.1.4.1.2620.1.50.2.1 | Total scanned attachments |
treatExtarctionCleanedAttachments | 1.3.6.1.4.1.2620.1.50.2.2 | Cleaned attachments |
treatExtarctionOriginalAttachmentsAccesses | 1.3.6.1.4.1.2620.1.50.2.3 | Original attachments accesses |
treatExtarctionStatusCode | 1.3.6.1.4.1.2620.1.50.101 | Threat Extraction Status code |
treatExtarctionStatusShortDesc | 1.3.6.1.4.1.2620.1.50.102 | Threat Extraction Status - Short Description |
treatExtarctionStatusLongDesc | 1.3.6.1.4.1.2620.1.50.103 | Threat Extraction Status - Long Description |