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

76
mibs/lancom/LANCOM-TC Normal file
View File

@ -0,0 +1,76 @@
LANCOM-TC DEFINITIONS ::= BEGIN
-- Broadcom FASTPATH Textual Conventions MIB
-- Copyright 2020 Broadcom.
-- This SNMP Management Information Specification
-- embodies Broadcom's confidential and proprietary
-- intellectual property. Broadcom retains all title
-- and ownership in the Specification including any revisions.
-- This Specification is supplied "AS IS", Broadcom
-- makes no warranty, either expressed or implied,
-- as to the use, operation, condition, or performance of the
-- Specification.
IMPORTS
MODULE-IDENTITY, Integer32 FROM SNMPv2-SMI
TEXTUAL-CONVENTION FROM SNMPv2-TC
fastPath FROM LANCOM-REF-MIB;
fastPathTc MODULE-IDENTITY
LAST-UPDATED "202004210000Z" -- 21 April 2020 12:00:00 GMT
ORGANIZATION "Broadcom"
CONTACT-INFO
" Customer Support
Postal: Broadcom
1030 Swabia Court
Suite 400
Durham, NC 27703
Tel: +1 919 865 2700"
DESCRIPTION
"This MIB defines FASTPATH textual conventions."
-- Revision history.
REVISION
"202004210000Z" -- 21 April 2020 12:00:00 GMT
DESCRIPTION
"Initial revision."
::= { fastPath 99 }
DeciInteger32 ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-1"
STATUS current
DESCRIPTION "Integer value expressed in tenths. The range is
-214,748,364.8 thru 214,748,364.7."
SYNTAX Integer32
CentiInteger32 ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-2"
STATUS current
DESCRIPTION "Integer value expressed in tenths. The range is
-21,474,836.48 thru 21,474,836.47."
SYNTAX Integer32
MilliInteger32 ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-3"
STATUS current
DESCRIPTION "Integer value expressed in thousanths. The range is
-2,147,483.648 thru 2,147,483.647."
SYNTAX Integer32
DBmTenths ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-1"
STATUS current
DESCRIPTION "Decibel value in hundreths. The range is
-214,748,364.8 thru 214,748,364.7."
SYNTAX Integer32
DBmHundreths ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-3"
STATUS current
DESCRIPTION "Decibel value in hundreths. The range is
-214,748,364.8 thru 214,748,364.7."
SYNTAX Integer32
END