Commit version 24.12.13800

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

View File

@ -0,0 +1,58 @@
HIRSCHMANN-WLAN-BATC2-MIB DEFINITIONS ::= BEGIN
-- This MIB defines the management information for Hirschmann BAT-C2.
IMPORTS
OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY,
Integer32, Opaque, enterprises, Counter32
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DisplayString
FROM SNMPv2-TC
batC2
FROM HIRSCHMANN-WLAN-LT-MIB;
batC2MIB MODULE-IDENTITY
LAST-UPDATED "201807050000Z"
ORGANIZATION "Hirschmann Automation and Control GmbH"
CONTACT-INFO "Postal: Stuttgarter Str. 45-51
72654 Neckartenzlingen
Germany
Phone: +49 7127 140
E-mail: hac.support@belden.com"
DESCRIPTION "Hirschmann WLAN BAT-C2 MIB.
Copyright (C) 2018. All Rights Reserved."
::= { batC2 0 }
--
-- pwave traps
--
batc2Trap OBJECT IDENTIFIER ::= { batC2 4 }
alarm NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This is alarm trap triggered by alarmType with alarmValue condition."
::= { batc2Trap 1 }
alarmType OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the type of alarm triggered. This is sent with trap and cannot be read by any get command."
::= { batc2Trap 2 }
alarmValue OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the value of alarm following DAQ format. This is sent with trap and cannot be read by any get command."
::= { batc2Trap 3 }
END