-- *****************************************************************************
-- LIVEACTON-PRODUCTS-MIB.mib: LiveAction Product Object Identifier Assignments
--
-- March 2023, Pramod Bhatt
--
-- Copyright (c) 2008-2023 by LiveAction, Inc.
-- All rights reserved.
-- Revision History:
-- REVISON "201810150000Z"
-- Initial version.
-- REVISION "201905200000Z"
-- SECOND version. Updated Product names.
-- REVISION "202212080000Z"
-- THIRD version. Added support for LiveWire version, engine type, host name,
-- model number, device serial number and supported models.
-- REVISION "202303150000Z"
-- FOURTH version. Fixed liveactionProducts description syntax and updated org address.
-- REVISION "202311020000Z"
-- FIFTH version. Updated model number values to include all model types.
-- REVISION "202403290000Z"
-- SIXTH version. Include third generation livewire model numbers.
--
-- *****************************************************************************
LIVEACTON-PRODUCTS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-IDENTITY,
enterprises
FROM SNMPv2-SMI;
liveaction MODULE-IDENTITY
LAST-UPDATED "202403290000Z"
ORGANIZATION "LiveAction, Inc."
CONTACT-INFO
"LiveAction, Inc.
liveaction.com
Postal: LiveAction, Inc.
901 Campisi Way, Suite 222
Campbell, CA 95008
USA
Phone: +1 888 881 1116
E-mail: support@liveaction.com"
DESCRIPTION
"The MIB for LiveAction products"
REVISION "202403290000Z"
DESCRIPTION
"SIXTH version. Include third generation livewire model numbers."
REVISION "202311020000Z"
DESCRIPTION
"FIFTH version. Updated model number values to include all model types."
REVISION "202303150000Z"
DESCRIPTION
"FOURTH version. Fixed liveactionProducts description syntax and updated org address."
REVISION "202212080000Z"
DESCRIPTION
"THIRD version. Added support for LiveWire version, engine type, host name,
model number, device serial number and supported models."
REVISION "201905200000Z"
DESCRIPTION
"SECOND version. Updated Product names."
REVISION "201810150000Z"
DESCRIPTION
"Initial version."
::= { enterprises 35874 }
liveactionProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION
"liveactionProducts is the root OBJECT IDENTIFIER from which sysObjectID values are assigned"
::= { liveaction 2 }
liveNX OBJECT IDENTIFIER ::= { liveactionProducts 1 }
liveWire OBJECT IDENTIFIER ::= { liveactionProducts 2 }
liveCapture OBJECT IDENTIFIER ::= { liveactionProducts 3 }
liveCaptureVirtual OBJECT IDENTIFIER ::= { liveactionProducts 4 }
liveWireVersion OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The full version number of the LiveWire software."
::= { liveWire 0 }
liveWireEngineType OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The type of LiveWire software."
::= { liveWire 1 }
liveWireHostname OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The hostname of the LiveWire hardware."
::= { liveWire 2 }
liveWireModelNumber OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The model number of the LiveWire hardware."
::= { liveWire 3 }
liveWireVirtual OBJECT IDENTIFIER ::= { liveWireModelNumber 0 }
liveWireEdge OBJECT IDENTIFIER ::= { liveWireModelNumber 1 }
liveWire418 OBJECT IDENTIFIER ::= { liveWireModelNumber 418 }
liveWire1100 OBJECT IDENTIFIER ::= { liveWireModelNumber 1100 }
liveWire1200 OBJECT IDENTIFIER ::= { liveWireModelNumber 1200 }
liveWire1300 OBJECT IDENTIFIER ::= { liveWireModelNumber 1300 }
liveWire1510 OBJECT IDENTIFIER ::= { liveWireModelNumber 1510 }
liveWire2100 OBJECT IDENTIFIER ::= { liveWireModelNumber 2100 }
liveWire2406 OBJECT IDENTIFIER ::= { liveWireModelNumber 2406 }
liveWire3100 OBJECT IDENTIFIER ::= { liveWireModelNumber 3100 }
liveWire3200 OBJECT IDENTIFIER ::= { liveWireModelNumber 3200 }
liveWire3240 OBJECT IDENTIFIER ::= { liveWireModelNumber 3240 }
liveWire3260 OBJECT IDENTIFIER ::= { liveWireModelNumber 3260 }
liveWire3300 OBJECT IDENTIFIER ::= { liveWireModelNumber 3300 }
liveWire4100 OBJECT IDENTIFIER ::= { liveWireModelNumber 4100 }
liveWire5000 OBJECT IDENTIFIER ::= { liveWireModelNumber 5000 }
liveWire7525 OBJECT IDENTIFIER ::= { liveWireModelNumber 7525 }
liveWireSerialNumber OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The serial number of the LiveWire hardware."
::= { liveWire 4 }
END