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,34 @@
HIRSCHMANN-WAN-MGMT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE
FROM SNMPv2-SMI -- RFC 2578
hmWanMgmt
FROM HIRSCHMANN-WAN-MIB;
hmWanMgmtMib MODULE-IDENTITY
LAST-UPDATED "201608090000Z" -- August 9, 2016
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
"Copyright (C) 2015. All Rights Reserved."
REVISION "201608090000Z" -- August 9, 2016
DESCRIPTION
"Initial version."
::= { hmWanMgmt 9 }
hmWanMgmtAutomaticUpdate OBJECT-TYPE
SYNTAX INTEGER {
idle (1),
triggered (2)
}
MAX-ACCESS read-write
STATUS current
::= { hmWanMgmtMib 1 }
END