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

@ -16,12 +16,15 @@ IMPORTS
FROM SO-MIB;
soTcMIB MODULE-IDENTITY
LAST-UPDATED "202203181349Z"
LAST-UPDATED "202209051410Z"
ORGANIZATION "Smartoptics"
CONTACT-INFO "http://www.smartoptics.com"
DESCRIPTION "This is the enterprise specific TC MIB for
Smartoptics containing common textual conventions."
REVISION "202209051410Z"
DESCRIPTION "Added xc4Wss1-5 to InterfacePortMode."
REVISION "202203181349Z"
DESCRIPTION "Added InterfacePortMode."
@ -51,7 +54,7 @@ DcpTenths ::= TEXTUAL-CONVENTION
"d-1"
STATUS current
DESCRIPTION
"An integer to be displayed with 1 decimal place. 100 is displayes as 10.0"
"An integer to be displayed with 1 decimal place. 100 is displayed as 10.0"
SYNTAX Integer32
DcpHundreds ::= TEXTUAL-CONVENTION
@ -59,7 +62,7 @@ DcpHundreds ::= TEXTUAL-CONVENTION
"d-2"
STATUS current
DESCRIPTION
"An integer to be displayed with 2 decimal place. 100 is displayes as 1.0"
"An integer to be displayed with 2 decimal place. 100 is displayed as 1.0"
SYNTAX Integer32
InterfaceStatus ::= TEXTUAL-CONVENTION
@ -114,18 +117,59 @@ InterfacePortMode ::= TEXTUAL-CONVENTION
DESCRIPTION
"The interface port mode for a service.
na - Not applicable.
localAD - The service is added on to the local Mux/Demux port.
xc1 - The service is added on a crossconnect port XC1.
xc2 - The service is added on a crossconnect port XC2.
xc3 - The service is added on a crossconnect port XC3."
localAD - The service is added to the chosen channel on the local Add/drop ports.
xc1 - The service is added to the cross connect port XC1.
xc2 - The service is added to the cross connect port XC2.
xc3 - The service is added to the cross connect port XC3.
xc4Wss1 - The service is added to the cross connect port XC4:Wss1.
xc4Wss2 - The service is added to the cross connect port XC4:Wss2.
xc4Wss3 - The service is added to the cross connect port XC4:Wss2.
xc4Wss4 - The service is added to the cross connect port XC4:Wss4.
xc4Wss5 - The service is added to the cross connect port XC4:Wss5."
SYNTAX INTEGER
{
na (1),
localAD (2),
xc1 (3),
xc2 (4),
xc3 (5)
xc3 (5),
xc4Wss1 (6),
xc4Wss2 (7),
xc4Wss3 (8),
xc4Wss4 (9),
xc4Wss5 (10)
}
FanStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The fan status.
notPresent - Not present.
ok - Okay.
alarm - Alarm."
SYNTAX INTEGER
{
notPresent(1),
ok(2),
alarm(3)
}
FanMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The fan mode (speed).
na - Not applicable.
high - High speed.
medium - Medium speed.
low - Low speed."
SYNTAX INTEGER
{
na(1),
high(2),
medium(3),
low(4)
}
END
--