Initial commit

This commit is contained in:
David Leutgeb
2023-12-05 12:25:34 +01:00
commit 98a672123c
4378 changed files with 8817503 additions and 0 deletions

2922
MIBS/trellix/FE-FIREEYE-MIB Normal file

File diff suppressed because it is too large Load Diff

296
MIBS/trellix/MCAFEE-ATD-MIB Normal file
View File

@@ -0,0 +1,296 @@
-- *****************************************************************
-- MCAFEE-ATD.mib:
-- McAfee Enterprise Structure of Management Information
-- Nov 2014, Pravin Yarolkar, Pawan Bhandari
-- Jan 2018, Vibhavari Mandal
-- Copyright (c) 2014 by McAfee, Inc.
-- All rights reserved.
--
-- *****************************************************************
MCAFEE-ATD-MIB DEFINITIONS ::= BEGIN
--
-- Top-level infrastructure of the Mcafee-ATD product MIB tree
--
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
Integer32 FROM SNMPv2-SMI
matdProducts
FROM MCAFEE-INTRUVERT-SMI;
mcAfeeATDMIB MODULE-IDENTITY
LAST-UPDATED "201411200000Z"
ORGANIZATION "McAfee, Inc."
CONTACT-INFO
"McAfee Customer Service Department
Postal: 5000 Headquarters Drive
Plano, TX 75024
USA
Tel: +1 800 338 8754
E-mail: support@mcafee.com"
DESCRIPTION
"Top-level infrastructure of the MATD product under enterprise.mcafee-intruvert MIB tree."
REVISION "201411170000Z"
DESCRIPTION
"Initial Draft"
::= { matdProducts 1}
mcAfeeATDMIBObjects OBJECT IDENTIFIER ::= { mcAfeeATDMIB 1 }
atdCPUUtilizationAvg OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides CPU utilization of the system."
DEFVAL { 0 }
::= { mcAfeeATDMIBObjects 1 }
atdMemoryUtilization OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides Memory utilization of the system."
DEFVAL { 0 }
::= { mcAfeeATDMIBObjects 2 }
atdHDDSystemSpaceUtilization OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides HDD system space utilization of the system."
::= { mcAfeeATDMIBObjects 3 }
atdHDDDataSpaceUtilization OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides HDD data space utilization of the system."
::= { mcAfeeATDMIBObjects 4 }
atdInterfaceCountTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtdInterfaceCountEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table to list the received and sent packets over physical interfaces present in the system."
DEFVAL { 0 }
::= { mcAfeeATDMIBObjects 5 }
atdInterfaceCountEntry OBJECT-TYPE
SYNTAX AtdInterfaceCountEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry (conceptual row) in the atdInterfaceCountTable."
INDEX { atdInterfaceCountIndex }
::= { atdInterfaceCountTable 1 }
AtdInterfaceCountEntry ::= SEQUENCE
{
atdInterfaceCountIndex INTEGER,
atdInterfaceCountRx INTEGER,
atdInterfaceCountTx INTEGER
}
atdInterfaceCountIndex OBJECT-TYPE
SYNTAX Integer32 (0..3)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The auxiliary variable used for identifying instances of the columnar objects in the atdInterfaceCountTable."
::= { atdInterfaceCountEntry 1 }
atdInterfaceCountRx OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Received packets on given interface."
DEFVAL { 0 }
::= { atdInterfaceCountEntry 2 }
atdInterfaceCountTx OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Transmitted packets on given interface."
DEFVAL { 0 }
::= { atdInterfaceCountEntry 3 }
atdFileWaiting OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides number of sample in waiting in the system."
DEFVAL { 0 }
::= { mcAfeeATDMIBObjects 6 }
atdFileAnalyzing OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides number of sample in analyzing in the system."
DEFVAL { 0 }
::= { mcAfeeATDMIBObjects 7 }
atdSystemTemperature OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides system temperature."
DEFVAL { 0 }
::= { mcAfeeATDMIBObjects 8 }
atdSystemHealth OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides system health.Value is
1 if SYSTEM health is GOOD
0 if SYETM health is BAD"
DEFVAL { 0}
::= { mcAfeeATDMIBObjects 9 }
atdBackupSchedulerStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides configured backup scheduler status. Value is
1 if Backup Scheduler Status is OK
0 if Backup Scheduler status is Failed"
DEFVAL { 0}
::= { mcAfeeATDMIBObjects 10 }
atdLoadBalancerStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides ATD Load Balancer Status. Value is
0 if device is in standalone mode
1 if LB status is DOWN
2 if LB status is UP and RUNNING
3 if Node status is SW VERSION MISMATCH
4 if Primary Node LB services are not UP
5 if SCP failed
6 if VM creation failed
7 if Invalid Status"
DEFVAL { 0 }
::= { mcAfeeATDMIBObjects 11 }
atdEmailConnectorStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides ATD Email Connector Status.Value is
0 if Email Connector status is DISABLED
1 if EmailConnector status is Enabled and EmailConnector health is GOOD
2 if EmailConnector health is DEGRADED
3 if EmailConnector health is OVERLOADED"
DEFVAL { 0 }
::= { mcAfeeATDMIBObjects 12 }
atdEmailGatewayWaitTime OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates whether system waittime is more than Email Gateway Wait Time threshold waittime. Value is
1 if threshold is reached
0 otherwise"
DEFVAL { 0 }
::= { mcAfeeATDMIBObjects 13 }
atdMalwareInterfaceStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides ATD Malware Interface status. Value is
1 if interface status is UP
0 if interface status is DOWN"
DEFVAL { 0 }
::= { mcAfeeATDMIBObjects 14 }
atdLicenseStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides ATD License Status. Value is
1 if License is VALID
2 if License is INVALID
3 if License is EXPIRED"
DEFVAL { 0 }
::= { mcAfeeATDMIBObjects 15 }
atdDXLChannelStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides DXL status. Value is
1 if DXL is UP
0 if DXL is DOWN"
DEFVAL {0}
::= { mcAfeeATDMIBObjects 16 }
atdSensorStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides Sensor status. Value is
0 if Sensor status is INACTIVE
1 if Sensor status is ACTIVE
2 if Sensor status is NOT CONNECTED"
DEFVAL { 0 }
::= { mcAfeeATDMIBObjects 17 }
atdTAXIIStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides TAXII Status. Value is
0 if TAXII channel health is DOWN
1 if TAXII channel health is UP
2 if TAXII channel health is UNKNOWN"
DEFVAL { 0 }
::= { mcAfeeATDMIBObjects 18 }
atdHDDVarSpaceUtilization OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides Var disk utilization in %"
DEFVAL { 0 }
::= { mcAfeeATDMIBObjects 19 }
atdMalwareDNSStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides Malware DNS status. Value is
1 if MALWARE DNS status is good
0 if MALWARE DNS status is bad"
DEFVAL { 0 }
::= { mcAfeeATDMIBObjects 20 }
END

View File

@@ -0,0 +1,68 @@
-- *****************************************************************
-- MCAFEE-SMI.mib:
-- McAfee Enterprise Structure of Management Information
--
-- May 2001, Rohit Kaushal
--
-- Copyright (c) 2001 - 2005 by McAfee, Inc.
-- All rights reserved.
--
-- *****************************************************************
MCAFEE-INTRUVERT-SMI DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-IDENTITY, MODULE-IDENTITY, enterprises
FROM SNMPv2-SMI;
mcafee-intruvert MODULE-IDENTITY
LAST-UPDATED "200707090000Z"
ORGANIZATION
"McAfee, Inc."
CONTACT-INFO
"McAfee Customer Service Department
Postal: 5000 Headquarters Drive
Plano, TX 75024
USA
Tel: +1 800 338 8754
E-mail: support@mcafee.com"
DESCRIPTION
"The Structure of Management Information for the McAfee-Intruvert enterprise.
Initial version of this MIB module."
::= { enterprises 8962 }
ivConventions OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { mcafee-intruvert 1 }
-- assigned by IANA
ivProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION
" "
::= { mcafee-intruvert 2 }
ivInventory OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { mcafee-intruvert 3 }
matdProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { mcafee-intruvert 4 }
END

View File

@@ -0,0 +1,67 @@
-- *****************************************************************
-- TRELLIX CONFIDENTIAL
-- TRELLIX-SMI:
-- Trellix Enterprise Structure of Management Information
--
-- Copyright (c) 2022 MUSARUBRA US, LLC
-- All rights reserved.
--
-- *****************************************************************
TRELLIX-INTRUVERT-SMI DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-IDENTITY, MODULE-IDENTITY, enterprises
FROM SNMPv2-SMI;
trellix-intruvert MODULE-IDENTITY
LAST-UPDATED "200707090000Z"
ORGANIZATION
"MUSARUBRA US LLC"
CONTACT-INFO
"Trellix Customer Service Department
Postal: 6220 American Center Drive
San Jose CA 95002-2563
Tel: +1 800 338 8754
E-mail: support@mcafee.com"
DESCRIPTION
"The Structure of Management Information for the Trellix-Intruvert enterprise.
Initial version of this MIB module."
::= { enterprises 8962 }
ivConventions OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { trellix-intruvert 1 }
-- assigned by IANA
ivProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION
" "
::= { trellix-intruvert 2 }
ivInventory OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { trellix-intruvert 3 }
matdProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { trellix-intruvert 4 }
END

View File

@@ -0,0 +1,406 @@
-- *****************************************************************
-- TRELLIX CONFIDENTIAL
-- TRELLIX-INTRUVERT-TC:
-- Trellix (Textual Conventions)
--
-- Copyright (c) 2022 MUSARUBRA US, LLC
-- All rights reserved.
--
-- *****************************************************************
TRELLIX-INTRUVERT-TC DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, Integer32
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC
ivConventions
FROM TRELLIX-INTRUVERT-SMI;
ivTextualConventions MODULE-IDENTITY
LAST-UPDATED "200707090000Z"
ORGANIZATION
"MUSARUBRA US LLC"
CONTACT-INFO
"Trellix Customer Service Department
Postal: 6220 American Center Drive
San Jose CA 95002-2563
Tel: +1 800 338 8754
E-mail: support@mcafee.com"
DESCRIPTION
"This module defines textual conventions used throughout the
Trellix enterprise MIBs."
::= { ivConventions 1 }
TrellixEventCategory ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
""
SYNTAX INTEGER {
other (0),
equipment (1),
commnunication (2),
qos (3),
environment (4),
application (5)
}
TrellixEventSeverity ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
""
SYNTAX INTEGER {
unknown (0),
inform (1),
clear (2),
warning (3),
error (4),
critical (5)
}
TrellixFEType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Specify speed for Fast Ethernet ports.
example: 10 or 100 Mbps"
SYNTAX INTEGER {
other (0),
ten-Mbps (1),
hundred-Mbps (2),
auto-negotiate (3)
}
TrellixGEType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Specify speed for Gigabit Ethernet ports."
SYNTAX INTEGER {
other (0),
one-gbps (2),
auto-negotiate (3)
}
TrellixIDSAction ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"These specify IDS-specific actions on the management and sensor/analysis card.
"
SYNTAX INTEGER {
other (0),
enable (1),
disable (2),
reset (3),
sigupdate (4),
swupdate (5),
sensordown (6),
certupdate (7),
hitlessreboot (8)
}
TrellixIDSActionResult ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Bitmap-encoded integer that indicates detailed results of an action"
SYNTAX Integer32 (0..255)
TrellixIDSActionStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Status reflecting action outcome."
SYNTAX INTEGER {
failed (0),
succeeded (1),
sigupdated (2),
enabled (3),
disabled (4)
}
TrellixIDSCardType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Card type aplicable to Trellix IPS.
Current support limted to
- Management card
- Sensor Analysis card"
SYNTAX INTEGER {
other (0),
mgmt (1),
sensor (2)
}
TrellixIDSOperatingMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Operating mode for Trellix IPS Sensor
inline-fail-open-passive: read and forward packets to destination. This
will be fail-open (passive kit)
monitor-dual-intf: monitor two interfaces using Tap
monitor-single-intf: monitor span/hub
inline-fail-close: Uses span dongle cables for the 10/100
uses external bypass switch for gigabit
inline-fail-open-active:read and forward packets to destination. This
will be fail-open. This is available on M-series only.
"
SYNTAX INTEGER {
inline-fail-open-passive (1),
monitor-dual-intf (2),
monitor-single-intf (3),
inline-fail-close (4),
inline-fail-open-active (5)
}
TrellixIDSPortType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Indicates type of port.
gigabitEthernet supports only 1000Mbps, fastEthernet supports
10/100 Mbps, copperGigabitEthernet supports 10/100/1000 Mbps and
tenGigabitEthernet supports only 10 Gbps."
SYNTAX INTEGER {
other (0),
gigabitEthernet (1),
fastEthernet (2),
copperGigabitEthernet (3),
tenGigabitEthernet (4),
fortyGigabitEthernet (5), -- support in R-series only
vnic(6) -- support in V-series only
}
TrellixIDSResponseMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
""
SYNTAX INTEGER {
interace-port(0),
response-port (1),
management-port (2)
}
TrellixProductType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
""
SYNTAX INTEGER {
ids (0)
}
TrellixTFTPAction ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
""
SYNTAX INTEGER {
other (0),
download-image (1),
download-signature (2),
upload-dos (3),
upload-trace (4),
download-dos (5),
abort-transfer (6),
download-sslcert (7),
download-image-and-signature (8),
download-mpecert (9),
download-sgap-ssl-cert (10),
upload-sgap-ssl-csr (11),
upload-ibac-ad-file (12),
download-ibac-ad-file (13),
upload-sw-tlv-file (14),
download-PacketCaptureFilter-file(15),
upload-PacketCaptureFilter-file(16),
download-geolocation-db-file (17),
upload-PacketCapturePCAP-file(18),
download-usrid-acl-file(19),
download-bot-dat-file(20),
download-ntba-ssl-cert-file(21),
upload-dev-prof-file(22),
-- values 23 and 24 not used as NSM has reserved them for NTBA
download-matd-ssl-cert-file(25),
download-ffp-bulk-update(28),
download-zcenter-ssl-cert(33),
download-gti-pc-ssl-cert(34),
upload-suricata-failed-rules-file(35),
upload-ca-sensor-csr (36),
download-ca-sensor-cert (37),
download-syslog-ssl-cert (38)
}
TrellixTFTPFailedResult ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This object defines reasons for TFTP failure.
Applicable only when the corresponding <TrellixTFTPStatus> is set to 'failed'."
SYNTAX INTEGER {
other (0),
invalidFileName (1),
invalidFileType (2),
cannotReachServer (3),
noResponseFromServer (4),
insufficientDiskSpace (5),
decryptionError (6),
accessViolation (7),
fileAlreadyExists (8),
channelOutOfSync (9),
sensorNotInitialized (10),
realtimeUpdateError (11),
sigfile1OpenError (12),
sigfile1StatError (13),
sigfile1MemoryError (14),
sigfile1ReadError (15),
sigfile1NullError (16),
sigfile1MD5Error (17),
sigfile1InsufficientSpaceForTotalRules (18),
sigfile1ConvertError (19),
sigfile1SplitError (20),
sigfile2OpenError (21),
sigfile2StatError (22),
sigfile2MemoryError (23),
sigfile2ReadError (24),
sigfile2NullError (25),
sigfile2MD5Error (26),
sigfile2InsufficientSpaceForTotalRules (27),
sigfile2ConvertError (28),
sigfile2SplitError (29),
initIDConvertTablesError (30),
sigfileMarkError (31),
sigfileUndoMarkError (32),
compareSigfilesError (33),
updateBaseSigfileError (34),
sensorRebootRequired (35),
fileParseError (36),
sigfile1FormatVersionError (37),
sigfile2FormatVersionError (38),
fileDoesNotExists (39),
outOfMemoryError (40),
transferAborted (41),
internalApplyError (42),
incrSigfileUnspportedError (53),
incrSigfileFormatError (61),
incrSigfileHasSigsetMismatchError (62),
incrSigfileMergeError (63)
}
TrellixTFTPFileType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
""
SYNTAX INTEGER {
other (0),
image (1),
signature (2),
trace (3),
dos (4),
configuration (5),
sslcert (6),
image-and-signature (7),
mpecert (8)
}
TrellixTFTPInProgressResult ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This object defines user feedback during TFTP progress.
Applicable only when corresponding <TrellixTFTPStatus> is set to 'inProgress'.
Indicates percentage of TFTP up/download during the inProgress mode "
SYNTAX Integer32 (0..100)
TrellixTFTPStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Indicates status of corresponding TFTP action <TrellixTFTPAction> request."
SYNTAX INTEGER {
other (0),
failed (1),
inProgress (2),
succeeded (3),
dwnldFailed (11),
applyFailed (12),
dwnlding (21),
dwnldingComplete (22),
applying (23),
applyingComplete (24)
}
TrellixCUGEType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Specify speed for copper gigabit ethernet ports.
example: 10 or 100 or 1000Mbps or auto"
SYNTAX INTEGER {
other (0),
ten-Mbps (1),
hundred-Mbps (2),
auto-negotiate (3),
one-gbps (4)
}
TrellixPortSpeed ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Specify speed for all types of ports.
example: 10 or 100 or 1000Mbps or auto or 10Gbps"
SYNTAX INTEGER {
other (0),
fixed-ten-Mbps (1),
fixed-hundred-Mbps (2),
auto-negotiate-down-hundred-Mbps(3),
fixed-one-Gbps(4),
fixed-ten-Gbps(5), -- support in M-series only
auto-negotiate-ten-Mbps (6),
auto-negotiate-hundred-Mbps (7),
auto-negotiate-one-Gbps(8),
auto-negotiate-ten-Gbps(9), -- support in M-series only
auto-negotiate-down-one-Gbps(10),
fixed-forty-Gbps(11) -- support in R-series only
}
TrellixPluggableModuleType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Types of supported pluggable modules."
SYNTAX INTEGER {
other (0),
pluggable-module-qsfp (1), -- two 40 gig QSFP ports
pluggable-module-sfp-plus (2), -- eight SFP+ ports
pluggable-module-qsfp-4 (3), -- four port QSFP
pluggable-module-sfp-plus-12 (4), -- 12 port SFP+
pluggable-module-rj45-6 (5), -- 6 port RJ45
pluggable-module-sfp-plus-pfo-4-sm (6), -- 4 port SFP+ BPFO single mode
pluggable-module-sfp-plus-pfo-4-mm-50um (7), -- 4 port SFP+ BPFO multi mode 50um
pluggable-module-sfp-plus-pfo-4-mm-62-5um (8), -- 4 port SFP+ BPFO multi mode 62.5um
fixed-ports-sfp-12 (9), -- twelve SFP ports
pluggable-module-rj45-4 (10) -- 4 port RJ45
}
TrellixPortLinearIndex ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This MIB object type indicates the Linear Index of the monitoring port. This index is
generated by the sensor appliance using the pair of slot index and the port index values.
The other MIB tables would directly use this linear index, whereever applicable."
SYNTAX Integer32 (0..1024)
END

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,205 @@
-- *****************************************************************
-- TRELLIX CONFIDENTIAL
-- TRELLIX-SENSOR-SMI:
-- Trellix Sensor Structure of Management Information
--
-- Copyright (c) 2022 MUSARUBRA US, LLC
-- All rights reserved.
--
-- *****************************************************************
TRELLIX-SENSOR-SMI DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE, MODULE-IDENTITY, Integer32
FROM SNMPv2-SMI
ivProducts
FROM TRELLIX-INTRUVERT-SMI;
ivSensor MODULE-IDENTITY
LAST-UPDATED "200707090000Z"
ORGANIZATION
"MUSARUBRA US LLC"
CONTACT-INFO
"Trellix Customer Service Department
Postal: 6220 American Center Drive
San Jose CA 95002-2563
Tel: +1 800 338 8754
E-mail: support@mcafee.com"
DESCRIPTION
"The Structure of Management Information for the Trellix enterprise."
REVISION "200707090000Z"
DESCRIPTION
"Initial version of this MIB module."
::= { ivProducts 1 }
--This group is defined to provide a common place fo the MIB objects that would be used as
--index keys into SNMP tables defined within the Sensor Configuration, Performance &Trap MIBs
--
ivIndex OBJECT IDENTIFIER ::= { ivSensor 1 }
slotIndex OBJECT-TYPE
SYNTAX Integer32 (1..10)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Identifies the position (starting from 1) of a slot in the chassis."
::= { ivIndex 1 }
processorIndex OBJECT-TYPE
SYNTAX Integer32 (1..8)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Processor CPU core index (starting from 1) within a
sensor card."
::= { ivIndex 2 }
npIndex OBJECT-TYPE
SYNTAX Integer32 (1..2)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"NP CPU core index (starting from 1) within a sensor card."
::= { ivIndex 3 }
mgmtPortIndex OBJECT-TYPE
SYNTAX Integer32 (1)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Management port index (starting from 1) on a Sensor management card.
Must not exceed a maximum count as specified by the mgmtPortMaxCount object in
the vendor specified MIB specified for this mgmt card."
::= { ivIndex 4 }
intfPortIndex OBJECT-TYPE
SYNTAX Integer32 (1..32)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Interface port index (starting from 1) on a sensor analysis card.
These ports are also referred to as front-end ports."
::= { ivIndex 5 }
respPortIndex OBJECT-TYPE
SYNTAX Integer32 (1..33)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Response port index (starting from 1) on a sensor-analysis card."
::= { ivIndex 6 }
bundleIndex OBJECT-TYPE
SYNTAX Integer32 (0..10)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Trellix management system defined bundle number each sensor card belongs to.
Valid:1onwards
Note: Use cases may use the value '0' to interpret that the notion of 'bundle' is to be ignored."
::= { ivIndex 7 }
qedIndex OBJECT-TYPE
SYNTAX Integer32 (1)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"QED processor index (starting from 1) on a Sensor management card."
::= { ivIndex 8 }
sibyteIndex OBJECT-TYPE
SYNTAX Integer32 (1..4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"SiByte processor index (starting from 1) on a Sensor management card."
::= { ivIndex 9 }
rateLimitQueueIndex OBJECT-TYPE
SYNTAX Integer32 (1..8)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Ratelimit Queue index (starting from 1). For FE ports the index value is between (1 to 6).
For GE ports the index value is between (1 to 8)"
::= { ivIndex 10 }
intfPhysicalPortIndex OBJECT-TYPE
SYNTAX Integer32 (1..32)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Interface physical port index (starting from 1) on a sensor analysis card.
These are applicable to the Load Balancer Solution only."
::= { ivIndex 11 }
ntpServerIndex OBJECT-TYPE
SYNTAX Integer32 (1..2)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Ntp Server index (starting from 1). Ntp Server Index value can be either 1 or 2."
::= { ivIndex 12 }
intfVirtualSlotIndex OBJECT-TYPE
SYNTAX Integer32 (1..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Identifies the position (starting from 1) of a slot in the virtual stack."
::= { ivIndex 13 }
intfVirtualPortIndex OBJECT-TYPE
SYNTAX Integer32 (1..1024)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Interface virtual port index (starting from 1) on a virtual stack analysis card.
These are applicable to the Stack Solution only."
::= { ivIndex 14 }
sslProbeIpv4Index OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
" "
::= { ivIndex 15 }
processorNumIndex OBJECT-TYPE
SYNTAX Integer32 (1..1024)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
" "
::= { ivIndex 16 }
sslProbeIpv6Index OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
" "
::= { ivIndex 17 }
ivSensorConfiguration OBJECT IDENTIFIER ::= { ivSensor 2 }
ivSensorPerformance OBJECT IDENTIFIER ::= { ivSensor 3 }
ivSensorTraps OBJECT IDENTIFIER ::= { ivSensor 4 }
ivFirewallConfiguration OBJECT IDENTIFIER ::= { ivSensor 5 }
ivFirewallPerformance OBJECT IDENTIFIER ::= { ivSensor 6 }
END