initial commit; version 22.5.12042

This commit is contained in:
2022-12-12 23:28:25 -05:00
commit af1b03d79f
17653 changed files with 22692970 additions and 0 deletions

View File

@ -0,0 +1,44 @@
-- ****************************************************************************
-- Copyright (c) 2017 :
-- Westermo Teleindustri AB
-- 640 40 Stora Sundby
-- Sweden
-- url: http://www.westermo.com
--
-- Contact: support@westermo.se
-- Description: Westermo WeOS Tech Preview Private MIB-file #### TECHNOLOGY PREVIEW ONLY ###
--
-- ****************************************************************************
WESTERMO-WEOS-TECHPREVIEW-MIB DEFINITIONS ::= BEGIN
IMPORTS
NOTIFICATION-TYPE
FROM SNMPv2-SMI
otherNotificationPrefix
FROM WESTERMO-WEOS-MIB;
-- -------------------------------------------------------------
-- Notification group
-- -------------------------------------------------------------
-- -------------------------------------------------------------
-- Notification: Other
-- -------------------------------------------------------------
remoteTriggerSet NOTIFICATION-TYPE
OBJECTS { remoteTriggerStatus }
STATUS current
DESCRIPTION
"Notification associated with Remote trigger state."
::= { otherNotificationPrefix 1 }
remoteTriggerTimeout NOTIFICATION-TYPE
OBJECTS { remoteTriggerStatus }
STATUS current
DESCRIPTION
"Notification associated with Remote triggert state."
::= { otherNotificationPrefix 2 }
END