summaryrefslogtreecommitdiff
path: root/MIBS/ericsson
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/ericsson
downloadmibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz
mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/ericsson')
-rw-r--r--MIBS/ericsson/MINI-LINK-MIB37
-rw-r--r--MIBS/ericsson/PT-FM-MIB940
-rw-r--r--MIBS/ericsson/PT-MIB105
-rw-r--r--MIBS/ericsson/PT-MONITOR-MIB135
-rw-r--r--MIBS/ericsson/PT-PM-MIB170
-rw-r--r--MIBS/ericsson/PT-RADIOLINK-MIB1663
-rw-r--r--MIBS/ericsson/PT-SFP-MIB458
-rw-r--r--MIBS/ericsson/PT-TRAP-MIB1412
-rw-r--r--MIBS/ericsson/RBN-CPU-METER-CAP174
-rw-r--r--MIBS/ericsson/RBN-CPU-METER-MIB359
-rw-r--r--MIBS/ericsson/RBN-ENVMON-MIB790
-rw-r--r--MIBS/ericsson/RBN-SMI93
-rw-r--r--MIBS/ericsson/RBN-TC164
-rw-r--r--MIBS/ericsson/XF-RADIOLINK-PTP-MODEM-MIB1306
-rw-r--r--MIBS/ericsson/XF-RADIOLINK-PTP-RADIO-MIB3866
-rw-r--r--MIBS/ericsson/XF-RADIOLINK-PTP-TERMINAL-MIB8206
-rw-r--r--MIBS/ericsson/XF-RADIOLINK-RLT-MIB5505
-rw-r--r--MIBS/ericsson/XF-SOFTWARE-MIB1400
-rw-r--r--MIBS/ericsson/XF-TOP-MIB230
19 files changed, 27013 insertions, 0 deletions
diff --git a/MIBS/ericsson/MINI-LINK-MIB b/MIBS/ericsson/MINI-LINK-MIB
new file mode 100644
index 0000000..ef8fb5f
--- /dev/null
+++ b/MIBS/ericsson/MINI-LINK-MIB
@@ -0,0 +1,37 @@
+MINI-LINK-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ MODULE-IDENTITY,
+ enterprises FROM SNMPv2-SMI;
+
+
+ miniLink MODULE-IDENTITY
+ LAST-UPDATED "201603091230Z"
+ ORGANIZATION "Ericsson"
+ CONTACT-INFO
+ "Anders Ekvall
+ Postal: Ericsson AB,
+ E-Mail: anders.ekvall@ericsson.com"
+
+ DESCRIPTION
+ "This is the top MIB for Ericsson MINI-LINK"
+ REVISION "201603091230Z"
+
+ DESCRIPTION
+ "Validated."
+
+ REVISION "201602101230Z"
+ DESCRIPTION
+ "The initial version of this MIB module
+ with OID for mini link types."
+
+ ::= { ericsson 223 }
+
+
+ -- *************
+ -- * MINI LINK *
+ -- *************
+ ericsson OBJECT IDENTIFIER ::= { enterprises 193 }
+
+
+END
diff --git a/MIBS/ericsson/PT-FM-MIB b/MIBS/ericsson/PT-FM-MIB
new file mode 100644
index 0000000..8254db8
--- /dev/null
+++ b/MIBS/ericsson/PT-FM-MIB
@@ -0,0 +1,940 @@
+PT-FM-MIB DEFINITIONS::=BEGIN
+ IMPORTS
+ MODULE-IDENTITY,OBJECT-TYPE,Integer32
+ FROM SNMPv2-SMI
+ MODULE-COMPLIANCE,
+ OBJECT-GROUP FROM SNMPv2-CONF
+ pt FROM PT-MIB
+ TEXTUAL-CONVENTION, DateAndTime FROM SNMPv2-TC;
+
+ ptFM MODULE-IDENTITY
+ LAST-UPDATED "201603211200Z"
+ ORGANIZATION "Ericsson"
+ CONTACT-INFO
+ "Anders Ekvall
+ Postal: Ericsson AB,
+ E-Mail: anders.ekvall@ericsson.com"
+
+ DESCRIPTION
+ "This is the MIB of PT specifics"
+
+ REVISION "201603211200Z"
+ DESCRIPTION
+ "Added Managed and Reference OID to the current alarms"
+
+ REVISION "201603091200Z"
+ DESCRIPTION
+ "Validated."
+
+ REVISION "201602101230Z"
+ DESCRIPTION
+ "The initial version of this MIB module."
+
+ ::= { pt 3 }
+
+ config OBJECT IDENTIFIER ::= { ptFM 1 }
+ alarm OBJECT IDENTIFIER ::= { ptFM 2 }
+ log OBJECT IDENTIFIER ::= { ptFM 3 }
+ ptFMConformance OBJECT IDENTIFIER ::= { ptFM 4 }
+--
+-- The textual conventions we define and use in this MIB.
+--
+ NotificationIdTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Notification ID which is NONE now."
+ SYNTAX INTEGER {
+ eNONE (0)
+ }
+
+ MoClassTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Textual Convention for MoClass"
+ SYNTAX INTEGER {
+ eNONE (0)
+ }
+
+ SeverityTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An integer indicates the severity level, take the value of INDETERMINATE,
+ CRITICAL, MAJOR, MINOR, WARNING and CLEARED. "
+ SYNTAX INTEGER {
+ eINDETERMINATE (1),
+ eCRITICAL (2),
+ eMAJOR (3),
+ eMINOR (4),
+ eWARNING (5),
+ eCLEARED (6)
+ }
+
+ProbableCauseTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Probable Cause"
+ SYNTAX INTEGER {
+ eNONE (0)
+ }
+
+ CategoryTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An integer indicates the category. "
+ SYNTAX INTEGER {
+ eHIGHORDERLEVEL (1),
+ eUNFILTERED (2),
+ eLOWORDERLEVEL (3),
+ eNONE (4)
+ }
+ ClearableTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An integer indicates whether a notification is clearable or not."
+ SYNTAX INTEGER {
+ eTRUE (1),
+ eFALSE (2)
+ }
+ EnableStatusTypeTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An integer indicates the enable status type: ENABLED or DISABLED. "
+ SYNTAX INTEGER {
+ eENABLED (1),
+ eDISABLED (2)
+ }
+
+ LayerRateTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An emulation for layer rate."
+ SYNTAX INTEGER {
+ eLRNOTAPPLICABLE (1),
+ eLRT3ANDDS345M (4),
+ eLRE12M (5),
+ eLRE334M (7),
+ eLRVT2ANDTU12VC12 (11),
+ eLRLOWORDERTU3VC3 (13),
+ eLRSTS3CANDAU4VC4 (15),
+ eLRSTS12CVC44C (16),
+ eLRSECTIONOC3STS3ANDRSSTM1 (20),
+ eLRSECTIONOC12STS12ANDRSSTM4 (21),
+ eLRSECTIONOC48STS48ANDRSSTM16 (22),
+ eLRLINEOC3STS3ANDMSSTM1 (25),
+ eLRLINEOC12STS12ANDMSSTM4 (26),
+ eLRLINEOC48STS48ANDMSSTM16 (27),
+ eLRDSROC3STM1 (73),
+ eLRDSROC12STM4 (74),
+ eLRDSROC48STM16 (76),
+ eLRDSRGIGABITETHERNET (87),
+ eLRENCAPSULATION (98),
+ eLRFRAGMENT (99)
+ }
+ EventTypeTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An integer indicates the event type: INFORMATION or WARNING. "
+ SYNTAX INTEGER {
+ eINFORMATION (1),
+ eWARNING (2)
+ }
+
+ EventCauseTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An integer indicates the event cause (only NONE is supported)."
+ SYNTAX INTEGER {
+ eNONE (0)
+ }
+
+ SwitchTypeTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An integer indicates the switch type. "
+ SYNTAX INTEGER {
+ eSDHMSP (1),
+ eSDHSNCP (2),
+ eEQUIPEMEMTPROTECTION (3),
+ eSYNCHRONISATION (4),
+ eSCSWITCHOVER (5)
+ }
+
+ SwitchReasonTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An integer indicates the switch reason. "
+ SYNTAX INTEGER {
+ eNA (1),
+ eRESTORED (2),
+ eSIGNALFAIL (3),
+ eSIGNALMISMATCH (4),
+ eSIGNALDEGRADE (5),
+ eAUTOMATICSWITCH (6),
+ eMANUAL (7),
+ eREMOTEREQUEST (8),
+ ePROTECTIONDISABLED (9),
+ eMODULEFAIL (10)
+ }
+
+---
+---The Fault Managment Group definition
+---
+
+---
+--- Alarm Config Table definition
+---
+ alarmConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlarmConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This configuration defines the default severity of an alarm notification.
+ "
+ ::= { config 1 }
+
+ alarmConfigEntry OBJECT-TYPE
+ SYNTAX AlarmConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry containing management information applicable to a
+ particular interface indexed by NotificationId and moClass. "
+ INDEX { notificationId ,moClass }
+ ::= { alarmConfigTable 1 }
+
+ AlarmConfigEntry ::=
+ SEQUENCE {
+ notificationId NotificationIdTC,
+ moClass MoClassTC,
+ severity SeverityTC,
+ probableCauseQualifier OCTET STRING,
+ probableCause ProbableCauseTC,
+ category CategoryTC,
+ clearable ClearableTC
+ }
+
+ notificationId OBJECT-TYPE
+ SYNTAX NotificationIdTC
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Notification Id"
+ ::= { alarmConfigEntry 1 }
+
+ moClass OBJECT-TYPE
+ SYNTAX MoClassTC
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "MO Class"
+ ::= { alarmConfigEntry 2 }
+
+ severity OBJECT-TYPE
+ SYNTAX SeverityTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "SeverityTC"
+ ::= { alarmConfigEntry 3 }
+
+ probableCauseQualifier OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..80))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Probable Cause Qualifier"
+ ::= { alarmConfigEntry 4 }
+ probableCause OBJECT-TYPE
+ SYNTAX ProbableCauseTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Probable Cause"
+ ::= { alarmConfigEntry 5 }
+
+ category OBJECT-TYPE
+ SYNTAX CategoryTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "For non-clearable alarms, filtering category is NONE."
+ ::= { alarmConfigEntry 6 }
+
+ clearable OBJECT-TYPE
+ SYNTAX ClearableTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This attribute indicates whether this is a clearable or
+ non-clearable alarm notification."
+ ::= { alarmConfigEntry 7 }
+
+---
+--- AlarmPersistencyConfigTable definition
+---
+
+ alarmPersistencyConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlarmPersistencyConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Alarm Persistency Configuration Table"
+ ::= { config 2 }
+
+ alarmPersistencyConfigEntry OBJECT-TYPE
+ SYNTAX AlarmPersistencyConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry containing management information applicable to a
+ particular interface."
+ INDEX { category }
+ ::= { alarmPersistencyConfigTable 1 }
+
+ AlarmPersistencyConfigEntry ::=
+ SEQUENCE {
+ persistencyConfigcategory CategoryTC,
+ onFilter Integer32,
+ offFilter Integer32
+ }
+
+ persistencyConfigcategory OBJECT-TYPE
+ SYNTAX CategoryTC
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Persistency Configuration category"
+ ::= { alarmPersistencyConfigEntry 1 }
+
+ onFilter OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "An integer with max value of 30.
+ Default is 0 sec for highOrderLevel and Unfiltered,
+ and 3 sec for lowOrderLevel"
+ ::= { alarmPersistencyConfigEntry 2 }
+
+ offFilter OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Off Filter"
+ ::= { alarmPersistencyConfigEntry 3 }
+
+---NotificationConfigTable definition
+notificationConfig OBJECT IDENTIFIER ::= { config 3 }
+ notificationReporting OBJECT-TYPE
+ SYNTAX EnableStatusTypeTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This attribute is used to enable or disable reporting of notifications
+ from the AXXMETRO device. When disabled, no notifications will be sent."
+ ::= { notificationConfig 1 }
+
+ lCASExtendedAlarms OBJECT-TYPE
+ SYNTAX EnableStatusTypeTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This attribute is used to enable or disable reporting of
+ extended LCAS notifications."
+ ::= { notificationConfig 2 }
+
+ nIMAlarms OBJECT-TYPE
+ SYNTAX EnableStatusTypeTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This attribute is used to enable or disable reporting of
+ notifications from the NIM objects."
+ ::= { notificationConfig 3 }
+ pJEAlarms OBJECT-TYPE
+ SYNTAX EnableStatusTypeTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "When the operator changes the value from enabled to disabled,
+ all active PJE alarms shall be cleared.
+ When the operator changes the value from disabled to enabled,
+ event counting shall be restarted (counters reset to 0).
+ This attribute has node scope, ie. it impacts all PJE alarms
+ on all SDH ports on the node."
+ ::= { notificationConfig 4 }
+
+---CurrentAlarmsTable definition
+ currentAlarmsTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF CurrentAlarmsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Current Alarms Table"
+ ::= { alarm 1 }
+
+ currentAlarmsEntry OBJECT-TYPE
+ SYNTAX CurrentAlarmsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry containing management information applicable to a
+ particular interface."
+ INDEX {sequenceNumber}
+ ::= { currentAlarmsTable 1 }
+
+ CurrentAlarmsEntry ::=
+ SEQUENCE {
+ sequenceNumber Integer32,
+ currentAlarmTimeStamp DateAndTime,
+ currentAlarmNotificationId NotificationIdTC,
+ currentAlarmManagedObjectId OCTET STRING,
+ currentAlarmReferenceObjectId OCTET STRING,
+ currentAlarmSeverity SeverityTC,
+ currentAlarmProbableCause ProbableCauseTC,
+ currentAlarmProbableCauseQualifier OCTET STRING,
+ currentAlarmAdditionalText OCTET STRING,
+ currentAlarmLayerRate LayerRateTC
+ }
+
+ sequenceNumber OBJECT-TYPE
+ SYNTAX Integer32 (0..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Sequence Number"
+ ::= { currentAlarmsEntry 1 }
+
+ currentAlarmTimeStamp OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Time Stamp"
+ ::= { currentAlarmsEntry 2 }
+
+ currentAlarmNotificationId OBJECT-TYPE
+ SYNTAX NotificationIdTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current Alarm Notification Id"
+ ::= { currentAlarmsEntry 3 }
+
+ currentAlarmManagedObjectId OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..80))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the managed object id of an active alarm.
+ The managed object id uniquely identifies the source of the
+ notification and consists of class and instance information
+ for the source. It is represented by a formated text string
+ which first contains the class and depending on the class a list
+ of attribute name and value pairs:
+
+ '<class>:<name>=<value>;<name>=<value>;...'
+
+ <class> : class name.
+ <name> : attribute name.
+ <value> : attribute value."
+ ::= { currentAlarmsEntry 4 }
+
+ currentAlarmReferenceObjectId OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..80))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the referenced object id for the
+ managed object id in cases where the managed object id is
+ a virtual object id.
+ It has the same format as 'currentAlarmManagedObjectId' and
+ is represented by a formated text string which first contains
+ the class and depending on the class a list of attribute name
+ and value pairs:
+
+ '<class>:<name>=<value>;<name>=<value>;...'
+
+ <class> : class name.
+ <name> : attribute name.
+ <value> : attribute value."
+ ::= { currentAlarmsEntry 5 }
+
+
+ currentAlarmSeverity OBJECT-TYPE
+ SYNTAX SeverityTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current Alarm Severity"
+ ::= { currentAlarmsEntry 6 }
+ currentAlarmProbableCause OBJECT-TYPE
+ SYNTAX ProbableCauseTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current Alarm Probable Cause"
+ ::= { currentAlarmsEntry 7 }
+
+ currentAlarmProbableCauseQualifier OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..80))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current Alarm Probable Cause Qualifier"
+ ::= { currentAlarmsEntry 8 }
+
+ currentAlarmAdditionalText OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..80))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Additional Text"
+ ::= { currentAlarmsEntry 9 }
+ currentAlarmLayerRate OBJECT-TYPE
+ SYNTAX LayerRateTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Layer Rate"
+ ::= { currentAlarmsEntry 10 }
+
+---Log definition
+alarmLog OBJECT IDENTIFIER ::= { log 1 }
+---Alarm Log definition
+ maxNumOfEntriesForAlarm OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max Number Of Entries For Alarm"
+ ::= { alarmLog 1 }
+ lastSeqNumForAlarm OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Last Sequence Number For Alarm"
+ ::= { alarmLog 2 }
+---AlarmLog table definition
+ alarmLogTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlarmLogEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Alarm Log Table"
+ ::= { alarmLog 3 }
+
+ alarmLogEntry OBJECT-TYPE
+ SYNTAX AlarmLogEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry containing management information applicable to a
+ particular interface."
+ INDEX {alarmLogSequenceNumber}
+ ::= { alarmLogTable 1 }
+
+ AlarmLogEntry ::=
+ SEQUENCE {
+ alarmLogSequenceNumber Integer32,
+ alarmLogTimeStamp DateAndTime,
+ alarmLogNotificationId NotificationIdTC,
+ alarmLogSeverity SeverityTC,
+ alarmLogProbableCause ProbableCauseTC,
+ alarmLogProbableCauseQualifier OCTET STRING,
+ alarmLogAdditionalText OCTET STRING,
+ alarmLogLayerRate LayerRateTC
+ }
+
+ alarmLogSequenceNumber OBJECT-TYPE
+ SYNTAX Integer32 (0..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "AlarmLog Sequence Number"
+ ::= { alarmLogEntry 1 }
+
+ alarmLogTimeStamp OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Alarm Log TimeStamp"
+ ::= { alarmLogEntry 2 }
+
+ alarmLogNotificationId OBJECT-TYPE
+ SYNTAX NotificationIdTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Alarm Log Notification Id"
+ ::= { alarmLogEntry 3 }
+ alarmLogSeverity OBJECT-TYPE
+ SYNTAX SeverityTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Alarm Log Severity"
+ ::= { alarmLogEntry 4 }
+ alarmLogProbableCause OBJECT-TYPE
+ SYNTAX ProbableCauseTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Alarm Log Probable Cause"
+ ::= { alarmLogEntry 5 }
+
+ alarmLogProbableCauseQualifier OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..80))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Alarm Log Probable Cause Qualifier"
+ ::= { alarmLogEntry 6 }
+
+ alarmLogAdditionalText OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..80))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Alarm Log Additional Text"
+ ::= { alarmLogEntry 7 }
+ alarmLogLayerRate OBJECT-TYPE
+ SYNTAX LayerRateTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Alarm Log Layer Rate"
+ ::= { alarmLogEntry 8 }
+--- TMNNotificationLog definition
+tmnNotificationLog OBJECT IDENTIFIER ::= { log 2 }
+ maxNumOfEntriesForTMN OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum Number Of Entries For TMN"
+ ::= { tmnNotificationLog 1 }
+ lastSeqNumForTMN OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Last Sequence Number For TMN"
+ ::= { tmnNotificationLog 2 }
+
+---TMNNotificationLog table definition
+ tmnNotificationLogTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF TmnNotificationLogEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "TMN Notification Log Table"
+ ::= { tmnNotificationLog 3 }
+
+ tmnNotificationLogEntry OBJECT-TYPE
+ SYNTAX TmnNotificationLogEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry containing management information applicable to a
+ particular interface."
+ INDEX {tmnSequenceNumber}
+ ::= { tmnNotificationLogTable 1 }
+
+ TmnNotificationLogEntry ::=
+ SEQUENCE {
+ tmnSequenceNumber Integer32,
+ tmnTimeStamp DateAndTime,
+ tmnNotificationId NotificationIdTC,
+ tmnAdditionalText OCTET STRING
+ }
+
+ tmnSequenceNumber OBJECT-TYPE
+ SYNTAX Integer32 (0..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "TMN Sequence Number"
+ ::= { tmnNotificationLogEntry 1 }
+
+ tmnTimeStamp OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TMN TimeStamp"
+ ::= { tmnNotificationLogEntry 2 }
+
+ tmnNotificationId OBJECT-TYPE
+ SYNTAX NotificationIdTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TMN Notification Id"
+ ::= { tmnNotificationLogEntry 3 }
+ tmnAdditionalText OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..80))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TMN Additional Text"
+ ::= { tmnNotificationLogEntry 4 }
+
+---EventLog definition
+eventLog OBJECT IDENTIFIER ::= { log 3 }
+ maxNumOfEntriesForEvent OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum Number Of Entries For Event"
+ ::= { eventLog 1 }
+ lastSeqNumForEvent OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Last Sequence Number For Event"
+ ::= { eventLog 2 }
+---EventLog table definition
+ eventLogTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EventLogEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Event Log Table"
+ ::= { eventLog 3 }
+
+ eventLogEntry OBJECT-TYPE
+ SYNTAX EventLogEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry containing management information applicable to a
+ particular interface."
+ INDEX {eventLogSequenceNumber}
+ ::= { eventLogTable 1 }
+
+ EventLogEntry ::=
+ SEQUENCE {
+ eventLogSequenceNumber Integer32,
+ eventLogTimeStamp DateAndTime,
+ eventLogNotificationId NotificationIdTC,
+ eventType EventTypeTC,
+ eventLogAdditionalText OCTET STRING,
+ eventCause EventCauseTC
+ }
+
+ eventLogSequenceNumber OBJECT-TYPE
+ SYNTAX Integer32 (0..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Event Log Sequence Number"
+ ::= { eventLogEntry 1 }
+
+ eventLogTimeStamp OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Event Log TimeStamp"
+ ::= { eventLogEntry 2 }
+
+ eventLogNotificationId OBJECT-TYPE
+ SYNTAX NotificationIdTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Event Log Notification Id"
+ ::= { eventLogEntry 3 }
+ eventType OBJECT-TYPE
+ SYNTAX EventTypeTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Event Type"
+ ::= { eventLogEntry 4 }
+ eventLogAdditionalText OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..80))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Event Log Additional Text"
+ ::= { eventLogEntry 5 }
+ eventCause OBJECT-TYPE
+ SYNTAX EventCauseTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Event Cause"
+ ::= { eventLogEntry 6 }
+
+---ProtectionSwitchLog definition
+protectionSwitchLog OBJECT IDENTIFIER ::= { log 4 }
+ maxNumOfEntriesForSwitch OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum Number Of Entries For Switch"
+ ::= { protectionSwitchLog 1 }
+ lastSeqNumForSwitch OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Last Sequence Number For Switch"
+ ::= { protectionSwitchLog 2 }
+---ProtectionSwitchLog table definition
+ protectionSwitchLogTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ProtectionSwitchLogEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Protection Switch Log Table"
+ ::= { protectionSwitchLog 3 }
+
+ protectionSwitchLogEntry OBJECT-TYPE
+ SYNTAX ProtectionSwitchLogEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry containing management information applicable to a
+ particular interface."
+ INDEX {switchLogSequenceNumber}
+ ::= { protectionSwitchLogTable 1 }
+
+ ProtectionSwitchLogEntry ::=
+ SEQUENCE {
+ switchLogSequenceNumber Integer32,
+ switchLogTimeStamp DateAndTime,
+ switchLogNotificationId NotificationIdTC,
+ switchType SwitchTypeTC,
+ switchLogAdditionalText OCTET STRING,
+ switchReason SwitchReasonTC
+ }
+
+ switchLogSequenceNumber OBJECT-TYPE
+ SYNTAX Integer32 (0..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Switch Log Sequence Number"
+ ::= { protectionSwitchLogEntry 1 }
+
+ switchLogTimeStamp OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Switch Log TimeStamp"
+ ::= { protectionSwitchLogEntry 2 }
+
+ switchLogNotificationId OBJECT-TYPE
+ SYNTAX NotificationIdTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Switch Log Notification Id"
+ ::= { protectionSwitchLogEntry 3 }
+ switchType OBJECT-TYPE
+ SYNTAX SwitchTypeTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Represents the type of the protection for which the switch has occurred."
+ ::= { protectionSwitchLogEntry 4 }
+ switchLogAdditionalText OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..80))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Switch Log Additional Text"
+ ::= { protectionSwitchLogEntry 5 }
+ switchReason OBJECT-TYPE
+ SYNTAX SwitchReasonTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This attribute represents the reason for the switch."
+ ::= { protectionSwitchLogEntry 6 }
+
+--
+-- Conformance
+--
+
+ ptFMCompliances OBJECT IDENTIFIER ::= { ptFMConformance 1 }
+ ptFMGroups OBJECT IDENTIFIER ::= { ptFMConformance 2 }
+
+ ptFMFullCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement for SNMP entities which implement everything."
+ MODULE -- This Module
+ MANDATORY-GROUPS { ptFMCompleteGroup}
+ ::= { ptFMCompliances 1 }
+
+ ptFMCompleteGroup OBJECT-GROUP
+ OBJECTS
+ {
+ alarmLogTimeStamp,
+ alarmLogNotificationId,
+ alarmLogSeverity,
+ alarmLogProbableCause,
+ alarmLogProbableCauseQualifier,
+ alarmLogAdditionalText,
+ alarmLogLayerRate,
+ category,
+ clearable,
+ currentAlarmTimeStamp,
+ currentAlarmNotificationId,
+ currentAlarmManagedObjectId,
+ currentAlarmReferenceObjectId,
+ currentAlarmSeverity,
+ currentAlarmProbableCause,
+ currentAlarmProbableCauseQualifier,
+ currentAlarmAdditionalText,
+ currentAlarmLayerRate,
+ eventLogTimeStamp,
+ eventLogNotificationId,
+ eventType,
+ eventLogAdditionalText,
+ eventCause,
+ lastSeqNumForAlarm,
+ lastSeqNumForTMN,
+ lastSeqNumForEvent,
+ lastSeqNumForSwitch,
+ lCASExtendedAlarms,
+ maxNumOfEntriesForAlarm,
+ maxNumOfEntriesForTMN,
+ maxNumOfEntriesForEvent,
+ maxNumOfEntriesForSwitch,
+ notificationReporting,
+ nIMAlarms,
+ onFilter,
+ offFilter,
+ pJEAlarms,
+ probableCauseQualifier,
+ probableCause,
+ severity,
+ switchLogTimeStamp,
+ switchLogNotificationId,
+ switchType,
+ switchLogAdditionalText,
+ switchReason,
+ tmnTimeStamp,
+ tmnNotificationId,
+ tmnAdditionalText
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of all current objects in this MIB module."
+ ::= { ptFMGroups 1 }
+
+
+END
+
diff --git a/MIBS/ericsson/PT-MIB b/MIBS/ericsson/PT-MIB
new file mode 100644
index 0000000..85fb1fd
--- /dev/null
+++ b/MIBS/ericsson/PT-MIB
@@ -0,0 +1,105 @@
+PT-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ MODULE-IDENTITY,
+ OBJECT-TYPE FROM SNMPv2-SMI
+ MODULE-COMPLIANCE,
+ OBJECT-GROUP FROM SNMPv2-CONF
+ miniLink FROM MINI-LINK-MIB;
+
+ pt MODULE-IDENTITY
+ LAST-UPDATED "201701211200Z"
+ ORGANIZATION "Ericsson"
+ CONTACT-INFO
+ "Anders Ekvall
+ Postal: Ericsson AB,
+ E-Mail: anders.ekvall@ericsson.com"
+
+ DESCRIPTION
+ "This is the MIB of PT specifics.
+ The entPhysical and ifIndex used are based on the MOC below:
+ IP_INTERFACE_MOC 10000
+ LANX_PORT_MOC 20000
+ WANX_PORT_MOC 30000
+ PT_MOC 40000
+ OM_MOC 50000
+ RMM_MOC 60000
+ SFP_MOC 70000
+ WIFI_MOC 80000
+ RJ45_MOC 90000
+ XPIC_MOC 100000
+ CT_MOC 110000
+ RLT_MOC 120000
+
+ As MOI, slot and port are added according to:
+ Slot no * 100
+ Port no * 1
+
+ For example an SFP in slot 1 port 3: 70103"
+
+ REVISION "201701211200Z"
+ DESCRIPTION
+ "MOC and MOI explained."
+
+ REVISION "201603091200Z"
+ DESCRIPTION
+ "Validated."
+
+ REVISION "201602101230Z"
+ DESCRIPTION
+ "The initial version of this MIB module."
+
+ ::= { miniLink 2 }
+
+
+ -- ************
+ -- * PT *
+ -- ************
+
+ ptDeviceType OBJECT-TYPE
+ SYNTAX OBJECT IDENTIFIER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents type of the PT. Always set to the
+ same value as 'sysObjectID'."
+ ::= { pt 1 }
+
+--ptTrap ::= { pt 2 }
+--ptFM ::= { pt 3 }
+--ptMonitor ::= { pt 4 }
+--ptPM ::= { pt 5 }
+--ptSFP ::= { pt 6 }
+--ptRadioLink ::= { pt 7 }
+
+ ptConformance OBJECT IDENTIFIER ::= { pt 8 }
+
+--
+-- Conformance
+--
+
+ ptCompliances OBJECT IDENTIFIER ::= { ptConformance 1 }
+ ptGroups OBJECT IDENTIFIER ::= { ptConformance 2 }
+
+ ptCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement for SNMP entities which implement everything."
+ MODULE -- This Module
+ MANDATORY-GROUPS { ptCompleteGroup }
+ ::= { ptCompliances 1 }
+
+ ptCompleteGroup OBJECT-GROUP
+ OBJECTS
+ {
+ ptDeviceType
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of all current objects in this MIB module."
+ ::= { ptGroups 1 }
+
+END
+
+
+
diff --git a/MIBS/ericsson/PT-MONITOR-MIB b/MIBS/ericsson/PT-MONITOR-MIB
new file mode 100644
index 0000000..34939b7
--- /dev/null
+++ b/MIBS/ericsson/PT-MONITOR-MIB
@@ -0,0 +1,135 @@
+PT-MONITOR-MIB DEFINITIONS::=BEGIN
+ IMPORTS
+ MODULE-IDENTITY,OBJECT-TYPE,Integer32
+ FROM SNMPv2-SMI
+ pt FROM PT-MIB
+ MODULE-COMPLIANCE,
+ OBJECT-GROUP FROM SNMPv2-CONF
+ TEXTUAL-CONVENTION FROM SNMPv2-TC;
+
+ ptMonitor MODULE-IDENTITY
+ LAST-UPDATED "201603091230Z"
+ ORGANIZATION "Ericsson"
+ CONTACT-INFO
+ "Anders Ekvall
+ Postal: Ericsson AB,
+ E-Mail: anders.ekvall@ericsson.com"
+
+ DESCRIPTION
+ "This is the MIB of PT specifics"
+
+ REVISION "201603091230Z"
+ DESCRIPTION
+ "Validated."
+
+ REVISION "201602101230Z"
+ DESCRIPTION
+ "The initial version of this MIB module."
+
+ ::= { pt 4 }
+
+ ptMonitorConformance OBJECT IDENTIFIER ::= { ptMonitor 2 }
+
+--
+-- The textual conventions we define and use in this MIB.
+--
+ HealthStatusTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "hw status."
+ SYNTAX INTEGER {
+ eOK (1),
+ eNOTOK (2),
+ eUNKNOWN (3)
+ }
+
+---
+---The HW Diagnostic Group definition
+---
+
+---
+---hw diagnostic table definition
+---
+ hwDiagnosticsTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF HwDiagnosticsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of interface entries. The number of entries is
+ given by the value of ExampleNumber."
+ ::= { ptMonitor 1 }
+
+ hwDiagnosticsEntry OBJECT-TYPE
+ SYNTAX HwDiagnosticsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry containing management information applicable to a
+ particular interface."
+ INDEX { hwIndex }
+ ::= { hwDiagnosticsTable 1 }
+
+ HwDiagnosticsEntry ::=
+ SEQUENCE {
+ hwIndex Integer32,
+ temperatureStatus OCTET STRING,
+ healthStatus HealthStatusTC
+ }
+
+ hwIndex OBJECT-TYPE
+ SYNTAX Integer32 (0..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "a unique index for hw that we diagnose, here it is the slotId"
+ ::= { hwDiagnosticsEntry 1 }
+
+ temperatureStatus OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..80))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The temperature in degree Celsius."
+ ::= { hwDiagnosticsEntry 2 }
+
+ healthStatus OBJECT-TYPE
+ SYNTAX HealthStatusTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This is the hw running status, it has the following value:
+ eOK (1),
+ eNOT_OK (2),
+ eUNKNOWN (3)
+ "
+ ::= { hwDiagnosticsEntry 3 }
+
+
+--
+-- Conformance
+--
+
+ ptMonitorCompliances OBJECT IDENTIFIER ::= { ptMonitorConformance 1 }
+ ptMonitorGroups OBJECT IDENTIFIER ::= { ptMonitorConformance 2 }
+
+ ptMonitorFullCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement for SNMP entities which implement everything."
+ MODULE -- This Module
+ MANDATORY-GROUPS { ptMonitorCompleteGroup}
+ ::= { ptMonitorCompliances 1 }
+
+ ptMonitorCompleteGroup OBJECT-GROUP
+ OBJECTS
+ {
+ temperatureStatus,
+ healthStatus
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of all current objects in this MIB module."
+ ::= { ptMonitorGroups 1 }
+
+END
+
diff --git a/MIBS/ericsson/PT-PM-MIB b/MIBS/ericsson/PT-PM-MIB
new file mode 100644
index 0000000..a17b79e
--- /dev/null
+++ b/MIBS/ericsson/PT-PM-MIB
@@ -0,0 +1,170 @@
+PT-PM-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ MODULE-IDENTITY,OBJECT-TYPE,Integer32, Counter64 FROM SNMPv2-SMI
+ MODULE-COMPLIANCE,
+ OBJECT-GROUP FROM SNMPv2-CONF
+ pt FROM PT-MIB;
+
+ ptPM MODULE-IDENTITY
+ LAST-UPDATED "201808291230Z"
+ ORGANIZATION "Ericsson"
+ CONTACT-INFO
+ " "
+
+ DESCRIPTION
+ "This is the MIB of PT PM specifics"
+
+ REVISION "201808291230Z"
+ DESCRIPTION
+ "Support for PT PM OIDs"
+
+ REVISION "201603091230Z"
+ DESCRIPTION
+ "Version 1.0: Validated."
+
+ REVISION "201602101230Z"
+ DESCRIPTION
+ "Version 0.1: The initial version of this MIB module."
+
+ ::= { pt 5 }
+
+ ptPMConformance OBJECT IDENTIFIER ::= { ptPM 2 }
+
+
+---
+---The definition of ptPMTable
+---
+ ptPMTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PtPMEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A table of ptPM Table entries."
+ ::= { ptPM 1 }
+
+ ptPMEntry OBJECT-TYPE
+ SYNTAX PtPMEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry of ptPM application."
+ INDEX { queueIndex }
+ ::= { ptPMTable 1 }
+
+
+ PtPMEntry ::=
+ SEQUENCE {
+ queueIndex Integer32,
+ forwardingPacket Counter64,
+ forwardingOctets Counter64,
+ discardPackets Counter64,
+ discardOctets Counter64,
+ inputPackets Counter64,
+ inputOctets Counter64
+ }
+
+ queueIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A unique index for the queue."
+
+ ::= { ptPMEntry 1 }
+
+ forwardingPacket OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of packets that have been sent from the queue."
+
+ ::= { ptPMEntry 2 }
+
+ forwardingOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of octets that have been sent from the queue."
+
+ ::= { ptPMEntry 3 }
+
+ discardPackets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of packets that have been discarded by the queue management mechanism."
+
+ ::= { ptPMEntry 4 }
+
+ discardOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of octets that have been discarded by the queue management mechanism."
+
+ ::= { ptPMEntry 5 }
+
+ inputPackets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of packets that have reached the queue."
+
+ ::= { ptPMEntry 6 }
+
+ inputOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of octets that have reached the queue."
+
+ ::= { ptPMEntry 7 }
+
+--
+-- Conformance
+--
+
+ ptPMCompliances OBJECT IDENTIFIER ::= { ptPMConformance 1 }
+ ptPMGroups OBJECT IDENTIFIER ::= { ptPMConformance 2 }
+
+ ptPMFullCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement for SNMP entities which implement everything."
+ MODULE -- This Module
+ MANDATORY-GROUPS { ptPMCompleteGroup}
+ ::= { ptPMCompliances 1 }
+
+ ptPMCompleteGroup OBJECT-GROUP
+ OBJECTS
+ {
+ forwardingPacket,
+ forwardingOctets,
+ discardPackets,
+ discardOctets,
+ inputPackets,
+ inputOctets
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of all current objects in this MIB module."
+ ::= { ptPMGroups 1 }
+
+
+
+
+ -- ************
+ -- * PT *
+ -- ************
+
+ -- Place holder for ETHERNET-PM-COUNTER-MIB
+
+END
+
diff --git a/MIBS/ericsson/PT-RADIOLINK-MIB b/MIBS/ericsson/PT-RADIOLINK-MIB
new file mode 100644
index 0000000..7741b87
--- /dev/null
+++ b/MIBS/ericsson/PT-RADIOLINK-MIB
@@ -0,0 +1,1663 @@
+PT-RADIOLINK-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ MODULE-IDENTITY,OBJECT-TYPE,Counter32, Integer32, IpAddress FROM SNMPv2-SMI
+ TEXTUAL-CONVENTION FROM SNMPv2-TC
+ MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
+ InetAddressIPv6 FROM INET-ADDRESS-MIB
+ ifEntry FROM IF-MIB
+ pt FROM PT-MIB;
+
+
+ ptRadioLink MODULE-IDENTITY
+ LAST-UPDATED "201712011600Z"
+ ORGANIZATION "Ericsson"
+ CONTACT-INFO
+ "Anders Ekvall
+ Postal: Ericsson AB,
+ E-Mail: anders.ekvall@ericsson.com"
+
+ DESCRIPTION
+ "This is the MIB for Radio Link specifics in PT"
+
+ REVISION "201712011600Z"
+ DESCRIPTION
+ "Added plcAdminStatus and plcOperStatus."
+
+ REVISION "201704051000Z"
+ DESCRIPTION
+ "Added channelSpacing enums."
+
+ REVISION "201701181000Z"
+ DESCRIPTION
+ "Added mlhcAdminStatus, mlhcOperStatus and mlhcMplsConfig."
+
+ REVISION "201612061400Z"
+ DESCRIPTION
+ "Added more MOs in ctTable and rltTable. Added G.826 tables."
+
+ REVISION "201605221030Z"
+ DESCRIPTION
+ "The initial version of this MIB module
+ with OID for MINI-LINK."
+
+
+ ::= { pt 7 }
+
+ ptRadioLinkConformance OBJECT IDENTIFIER ::= { ptRadioLink 2 }
+ ctPerformance OBJECT IDENTIFIER ::= { ptRadioLink 4 }
+
+---
+--- Textual conventions
+---
+ AcmTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An integer which indicates the ACM."
+ SYNTAX INTEGER
+ {
+ acmHalfBpsk(1),
+ acmHalfBpskLight(2),
+ acmHalfBpskStrong(3),
+ acmBpsk(4),
+ acmBpskLight(5),
+ acmBpskStrong(6),
+ acm4Qam(7),
+ acm4QamLight(8),
+ acm4QamStrong(9),
+ acm16Qam(10),
+ acm16QamLight(11),
+ acm16QamStrong(12),
+ acm32Qam(13),
+ acm32QamLight(14),
+ acm32QamStrong(15),
+ acm64Qam(16),
+ acm64QamLight(17),
+ acm64QamStrong(18),
+ acm128Qam(19),
+ acm128QamLight(20),
+ acm128QamStrong(21),
+ acm256Qam(22),
+ acm256QamLight(23),
+ acm256QamStrong(24),
+ acm512Qam(25),
+ acm512QamLight(26),
+ acm512QamStrong(27),
+ acm1024Qam(28),
+ acm1024QamLight(29),
+ acm1024QamStrong(30),
+ acm2048Qam(31),
+ acm2048QamLight(32),
+ acm2048QamStrong(33),
+ acm4096Qam(34),
+ acm4096QamLight(35),
+ acm4096QamStrong(36)
+ }
+
+
+ EnableStatusTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An integer which indicates the enabled status."
+ SYNTAX INTEGER
+ {
+ enabled(1),
+ disabled(2),
+ unknown(3)
+ }
+
+ XpicMimoTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An integer which indicates the XPIC or MIMO status."
+ SYNTAX INTEGER
+ {
+ notAvailable(1),
+ locked(2),
+ unlocked(3),
+ unknown(4)
+ }
+
+---
+---The definition of ctTable
+---
+ ctTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF CtEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A table of CT Table entries."
+ ::= { ptRadioLink 1 }
+
+ ctEntry OBJECT-TYPE
+ SYNTAX CtEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry of CT application."
+ AUGMENTS { ifEntry }
+ ::= { ctTable 1 }
+
+ CtEntry ::=
+ SEQUENCE {
+ actualInputPower OCTET STRING,
+ actualOutputPower OCTET STRING,
+ actualRxAcm OCTET STRING,
+ actualTxAcm OCTET STRING,
+ ctDistinguishedName OCTET STRING,
+ description OCTET STRING,
+ carrierId INTEGER,
+ ctStatus INTEGER,
+ frameId Integer32,
+ txFrequency Integer32,
+ minTxFrequency Integer32,
+ maxTxFrequency Integer32,
+ rxFrequency Integer32,
+ minRxFrequency Integer32,
+ maxRxFrequency Integer32,
+ frequencyStepSize Integer32,
+ duplexDistance Integer32,
+ duplexType INTEGER,
+ duplexConfig EnableStatusTC,
+ autoFreqSelection INTEGER,
+ autoFreqSelectedChannel Integer32,
+ autoFreqSelectionStatus INTEGER,
+ channelSpacing INTEGER,
+ polarization INTEGER,
+ txOperStatus INTEGER,
+ txAdminStatus INTEGER,
+ selectedOutputPowerType INTEGER,
+ availableOutputPowerType INTEGER,
+ selectedMinOutputPower Integer32,
+ selectedMaxOutputPower Integer32,
+ availableMinOutputPower Integer32,
+ availableMaxOutputPower Integer32,
+ referenceSec INTEGER,
+ targetInputPowerFarEnd Integer32,
+ berAlarmThreshold INTEGER,
+ inputPowerAlarmThreshold Integer32,
+ plannedAlignmentInputPower Integer32,
+ atpcFallback EnableStatusTC,
+ atpcFallbackTimer Integer32,
+ atpcFallbackOutputPower Integer32,
+ xpicStatus XpicMimoTC,
+ mimoStatus XpicMimoTC,
+ actualSnir OCTET STRING,
+ actualXpi OCTET STRING,
+ actualSi OCTET STRING,
+ actualTxCapacity Integer32,
+ licensedCapacity Integer32,
+ availableMinCapacity Integer32,
+ availableMaxCapacity Integer32,
+ selectedMinCapacity Integer32,
+ selectedMaxCapacity Integer32,
+ wantedLicensedCapacity Integer32,
+ availableMinAcm AcmTC,
+ availableMaxAcm AcmTC,
+ selectedMinAcm AcmTC,
+ selectedMaxAcm AcmTC,
+ actualRxAcmTC AcmTC,
+ actualTxAcmTC AcmTC,
+ alignmentMode EnableStatusTC,
+ rfLoop EnableStatusTC
+ }
+
+ actualInputPower OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Actual input power of the CT in dBm"
+ ::= { ctEntry 1 }
+
+ actualOutputPower OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Actual output power of the CT in dBm"
+ ::= { ctEntry 2 }
+
+ actualRxAcm OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Actual rx modulation and coding"
+ ::= { ctEntry 3 }
+
+ actualTxAcm OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Actual tx modulation and coding"
+ ::= { ctEntry 4 }
+
+ ctDistinguishedName OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unique id/name of the carrier termination, according to FDN (rack/slot/port/class)"
+ ::= { ctEntry 5 }
+
+ description OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "User description of the carrior termination."
+ ::= { ctEntry 6 }
+
+ carrierId OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ a(1),
+ b(2),
+ c(3),
+ d(4),
+ unknown(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Id of the carrier. (A, B, C, D)
+ Used in XPIC & MIMO configurations to check that the carrier termination is connected to the correct far end carrier termination.
+ Should be the same id on both sides of the hop. Defaulted when not MIMO or XPIC.
+ Sometimes also referred to as preamble"
+ ::= { ctEntry 7 }
+
+ ctStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ down(1),
+ up(2),
+ na(3),
+ unknown(4),
+ degraded(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The status of the carrier termination, hop"
+ ::= { ctEntry 8}
+
+ frameId OBJECT-TYPE
+ SYNTAX Integer32 (0..10000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "A unique identifier for the radio frame to be used.
+ Wanted frameId, txFrequency, rxFrequency, referenceSec, selectedMinAcm and selectedMaxAcm must be a valid combination."
+ ::= { ctEntry 9}
+
+ txFrequency OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Selected frequency on the transmitter (kHz).
+ Wanted frameId, txFrequency, rxFrequency, referenceSec, selectedMinAcm and selectedMaxAcm must be a valid combination."
+ ::= { ctEntry 10}
+
+ minTxFrequency OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Minimum Tx frequency possible to use, given by the selected frame-id"
+ ::= { ctEntry 11}
+
+ maxTxFrequency OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum Tx frequency possible to use, given by the selected frame-id"
+ ::= { ctEntry 12}
+
+ rxFrequency OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Selected frequency on the receiver (kHz).
+ Wanted frameId, txFrequency, rxFrequency, referenceSec, selectedMinAcm and selectedMaxAcm must be a valid combination."
+ ::= { ctEntry 13}
+
+ minRxFrequency OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Minimum Rx frequency possible to use, given by the selected frame-id"
+ ::= { ctEntry 14}
+
+ maxRxFrequency OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum Rx frequency possible to use, given by the selected frame-id"
+ ::= { ctEntry 15}
+
+ frequencyStepSize OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Frequency step size in kHz"
+ ::= { ctEntry 16}
+
+ duplexDistance OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Distance between Tx and Rx frequencies (kHz)"
+ ::= { ctEntry 17}
+
+ duplexType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ variable(1),
+ fixed(2),
+ unknown(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The duplex type is given by the equipment (Fixed,Variable)"
+ ::= { ctEntry 18}
+
+
+ duplexConfig OBJECT-TYPE
+ SYNTAX EnableStatusTC
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Enabling or disabling configuration of Rx freq using duplex distance"
+ ::= { ctEntry 19}
+
+ autoFreqSelection OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disabled(1),
+ master(2),
+ slave(3),
+ unknown(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Automatic frequency selection mode"
+ ::= { ctEntry 20}
+
+ autoFreqSelectedChannel OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Automatic frequency selected channel"
+ ::= { ctEntry 21}
+
+ autoFreqSelectionStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ idle(1),
+ searchingForSlave(2),
+ requestingInfoFromSlave(3),
+ waitingForMaster(4),
+ waitingForChannelInfoRequest(5),
+ inProgress(6),
+ initializing(7),
+ finished(8),
+ failed(9),
+ unknown(10)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Automatic frequency status"
+ ::= { ctEntry 22}
+
+ channelSpacing OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ cs7MHz(1),
+ cs10MHz(2),
+ cs14MHz(3),
+ cs20MHz(4),
+ cs28MHz(5),
+ cs30MHz(6),
+ cs40MHz(7),
+ cs50MHz(8),
+ cs56MHz(9),
+ cs250MHz(10),
+ cs60MHz(11),
+ cs500MHz(12),
+ cs750MHz(13),
+ cs100MHz(14),
+ cs150MHz(15),
+ cs200MHz(16),
+ cs125MHz(17),
+ cs80MHz(18),
+ cs112MHz(19),
+ cs1000MHz(20),
+ cs1250MHz(21),
+ cs1500MHz(22),
+ cs62p5MHz(23),
+ cs2000MHz(24),
+ unknown(25)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Channel spacing"
+ ::= { ctEntry 23}
+
+ polarization OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ notSpecified(1),
+ horizontal(2),
+ vertical(3),
+ unknown(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Antenna polarization"
+ ::= { ctEntry 24}
+
+ txOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ unknown(1),
+ off(2),
+ on(3),
+ standby(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Operative status of the transmitter"
+ ::= { ctEntry 25}
+
+ txAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ off(1),
+ on(2),
+ unknown(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Administrative status of the transmitter"
+ ::= { ctEntry 26}
+
+ selectedOutputPowerType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ standard(1),
+ high(2),
+ unknown(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Selected output power type"
+ ::= { ctEntry 27}
+
+ availableOutputPowerType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ standard(1),
+ high(2),
+ unknown(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Available output power type"
+ ::= { ctEntry 28}
+
+ selectedMinOutputPower OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Selected min output power.
+ Selected min & max output power should be set to the same value for RTPC mode, otherwise the hop operates in ATPC mode."
+ ::= { ctEntry 29}
+
+ selectedMaxOutputPower OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Selected max output power.
+ Selected min & max output power should be set to the same value for RTPC mode, otherwise the hop operates in ATPC mode."
+ ::= { ctEntry 30}
+
+
+ availableMinOutputPower OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The minimum output power supported (dBm).
+ The system shows a value if the equipment is available and a frame id has been selected."
+ ::= { ctEntry 31}
+
+ availableMaxOutputPower OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The maximum output power supported (dBm).
+ The system shows a value if the equipment is available and a frame id has been selected."
+ ::= { ctEntry 32}
+
+ referenceSec OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ noAvailable(1),
+ sec2(2),
+ sec4L(4),
+ sec4H(5),
+ sec5B(7),
+ sec6B(9),
+ sec5LB(10),
+ sec5HB(11),
+ sec6LB(12),
+ sec6HB(13),
+ sec7B(14),
+ unknown(15)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Each modulation is compliant to a Reference Spectrum Efficiency Class (RSEC).
+ When running Adaptive Coding/Modulation, one SEC has to be selected for all the coding/modulations between selectedMinACM and selectedMaxACM.
+ This parameter is called Reference SEC. This setting will affect availableMaxOutputPower, in order to fulfill spectrum requirements.
+ Wanted frameId, txFrequency, rxFrequency, referenceSec, selectedMinAcm and selectedMaxAcm must be a valid combination."
+ ::= { ctEntry 33}
+
+ targetInputPowerFarEnd OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The wanted input power at far end (dBm), when running ATPC"
+ ::= { ctEntry 34}
+
+ berAlarmThreshold OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ tenExpMinus6(1),
+ tenExpMinus3(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Threshold for the BER alarm"
+ ::= { ctEntry 35}
+
+ inputPowerAlarmThreshold OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Threshold for the input power alarm"
+ ::= { ctEntry 36}
+
+ plannedAlignmentInputPower OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The planned received input power (dBm) dependent upon selected minimum ACM and corresponding output power.
+ Used when doing alignment"
+ ::= { ctEntry 37}
+
+ atpcFallback OBJECT-TYPE
+ SYNTAX EnableStatusTC
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Enable or disable the output power fall back function"
+ ::= { ctEntry 38}
+
+ atpcFallbackTimer OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Specifies the timer for output power fall back (# of seconds)"
+ ::= { ctEntry 39}
+
+ atpcFallbackOutputPower OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The ATPC fallback output power"
+ ::= { ctEntry 40}
+
+ xpicStatus OBJECT-TYPE
+ SYNTAX XpicMimoTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status of the XPIC function."
+ ::= { ctEntry 41}
+
+ mimoStatus OBJECT-TYPE
+ SYNTAX XpicMimoTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status of the MIMO function."
+ ::= { ctEntry 42}
+
+ actualSnir OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Actual signal to noise plus interference ratio (dB)."
+ ::= { ctEntry 43}
+
+ actualXpi OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The carrier to cross-polar interference level (dBc)."
+ ::= { ctEntry 44}
+
+ actualSi OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Spatial interference between the CTs when MIMO is configured."
+ ::= { ctEntry 45}
+
+ actualTxCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Actual capacity supported by the carrier termination."
+ ::= { ctEntry 46}
+
+ licensedCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Wanted or installed license for the capacity allowed for the carrier termination."
+ ::= { ctEntry 47}
+
+ availableMinCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Minimum capacity possible to use. Given by the selected frame-id (kbit/s)"
+ ::= { ctEntry 48}
+
+ availableMaxCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum capacity possible to use. Given by the selected frame-id (kbit/s)"
+ ::= { ctEntry 49}
+
+ selectedMinCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Selected minimum capacity, derived from selected minimum ACM (kbit/s)"
+ ::= { ctEntry 50}
+
+ selectedMaxCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Selected maximum capacity, derived from selected maximum ACM (kbit/s)"
+ ::= { ctEntry 51}
+
+ wantedLicensedCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Wanted licensed capacity and creation of LRF for the carrier termination (kbit/s)"
+ ::= { ctEntry 52}
+
+ availableMinAcm OBJECT-TYPE
+ SYNTAX AcmTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Minimum ACM possible to use, given by the selected frame id."
+ ::= { ctEntry 53}
+
+ availableMaxAcm OBJECT-TYPE
+ SYNTAX AcmTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum ACM possible to use, given by the selected frame id"
+ ::= { ctEntry 54}
+
+ selectedMinAcm OBJECT-TYPE
+ SYNTAX AcmTC
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Selected minimum coding/modulation. If selectedMinACM = selectedMaxACM, then the modulation is fixed"
+ ::= { ctEntry 55}
+
+ selectedMaxAcm OBJECT-TYPE
+ SYNTAX AcmTC
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Selected maximum coding/modulation. If selectedMinACM = selectedMaxACM, then the modulation is fixed"
+ ::= { ctEntry 56}
+
+ actualRxAcmTC OBJECT-TYPE
+ SYNTAX AcmTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Actual rx modulation and coding"
+ ::= { ctEntry 57}
+
+ actualTxAcmTC OBJECT-TYPE
+ SYNTAX AcmTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Actual tx modulation and coding"
+ ::= { ctEntry 58}
+
+ alignmentMode OBJECT-TYPE
+ SYNTAX EnableStatusTC
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Enable or disable the alignment mode"
+ ::= { ctEntry 59}
+
+ rfLoop OBJECT-TYPE
+ SYNTAX EnableStatusTC
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Enable or disable the rf loop"
+ ::= { ctEntry 60}
+
+
+ ---
+ ---The definition of rltTable
+ ---
+ rltTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RltEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A table of RLT Table entries."
+ ::= { ptRadioLink 3 }
+
+ rltEntry OBJECT-TYPE
+ SYNTAX RltEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry of RLT application."
+ AUGMENTS { ifEntry }
+ ::= { rltTable 1 }
+
+ RltEntry ::=
+ SEQUENCE {
+ rltDistinguishedName OCTET STRING,
+ neIpAddress IpAddress,
+ neIpv6Address InetAddressIPv6,
+ neName OCTET STRING,
+ neType INTEGER,
+ id OCTET STRING,
+ rltStatus INTEGER,
+ mode INTEGER,
+ actualTxTotalCapacity Integer32,
+ limitedTotalCapacity Integer32,
+ protectionStatus INTEGER,
+ revertiveWaitToRestore Integer32,
+ revertivePreferredTx INTEGER,
+ protectionSwitchMode INTEGER,
+ fadeNotificationTimer Integer32,
+ expectedFarEndId OCTET STRING,
+ farEndIdCheck INTEGER,
+ cpriMode INTEGER,
+ cpriStatus INTEGER,
+ manualSwitch INTEGER,
+ mlhcOperStatus INTEGER,
+ mlhcAdminStatus INTEGER,
+ mlhcMplsConfig INTEGER,
+ plcOperStatus INTEGER,
+ plcAdminStatus INTEGER
+ }
+
+ rltDistinguishedName OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unique id/name of the radio link termination, according to FDN (rack/slot/port/class)"
+ ::= { rltEntry 1 }
+
+ neIpAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "NE IP address"
+ ::= { rltEntry 2 }
+
+ neIpv6Address OBJECT-TYPE
+ SYNTAX InetAddressIPv6
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "NE IP V6 address"
+ ::= { rltEntry 3 }
+
+ neName OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "NE Name"
+ ::= { rltEntry 4 }
+
+ neType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ unknown(1),
+ mle(2),
+ xfMle(3),
+ tn(4),
+ cn(5),
+ pt(6)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "NE Type"
+ ::= { rltEntry 5 }
+
+ id OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "User defined id of the radio link terminal"
+ ::= { rltEntry 6}
+
+ rltStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ down(1),
+ up(2),
+ na(3),
+ unknown(4),
+ degraded(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The status of the radio link terminal"
+ ::= { rltEntry 7}
+
+ mode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ mode1plus0(1),
+ mode1plus1CSB(2),
+ mode1plus1RLP(3),
+ mode2plus0RLB(4),
+ mode2plus1CSB(5),
+ mode2plus1RLP(6),
+ mode2plus2CSB(7),
+ mode2plus2RLP(8),
+ mode3plus0RLB(9),
+ mode4plus0RLB(10),
+ notAvailable11(11),
+ notAvailable12(12),
+ notAvailable13(13),
+ notAvailable14(14),
+ mode3plus1RLP(15),
+ mode3plus2RLP(16),
+ mode3plus3RLP(17),
+ mode4plus1RLP(18),
+ mode4plus2RLP(19),
+ mode4plus3RLP(20),
+ mode4plus4RLP(21),
+ notAvailable22(22),
+ notAvailable23(23),
+ notAvailable24(24),
+ notAvailable25(25),
+ notAvailable26(26),
+ notAvailable27(27),
+ mode3plus1CSB(28),
+ mode3plus2CSB(29),
+ mode3plus3CSB(30),
+ mode4plus1CSB(31),
+ mode4plus2CSB(32),
+ mode4plus3CSB(33),
+ mode4plus4CSB(34),
+ unknown(35)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The status of the radio link terminal"
+ ::= { rltEntry 8}
+
+ actualTxTotalCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Actual aggregated total (packet + TDM) transmitter capacity for the radio link termination.
+ Limited by licenses & configuration (=nearEndLimitedCapacity) and depending on actual modulation/coding used at the moment."
+ ::= { rltEntry 9 }
+
+ limitedTotalCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum total capacity allowed by the current configuration and installed licenses.
+ Aggregated from the constituent carrier termination values."
+ ::= { rltEntry 10 }
+
+
+ protectionStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ unprotected(1),
+ protected(2),
+ unableToProtect(3),
+ unknown(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status of a protected node."
+ ::= { rltEntry 11}
+
+ revertiveWaitToRestore OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The time, in number of seconds, to wait before switching back to the preferred Tx."
+ ::= { rltEntry 12}
+
+ revertivePreferredTx OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ct11(1),
+ ct12(2),
+ ct21(3),
+ ct22(4),
+ notApplicable(5),
+ unknown(6)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The preferred carrier termination transmitter."
+ ::= { rltEntry 13}
+
+
+
+ protectionSwitchMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ auto(1),
+ manual(2),
+ autoAndRevertive(3),
+ unknown(4),
+ notApplicable(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ ".The mode in which the switching mechanism is configured"
+ ::= { rltEntry 14}
+
+
+ fadeNotificationTimer OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Notification is sent if fading is longer than this timer, applicable for protection."
+ ::= { rltEntry 15}
+
+ expectedFarEndId OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Expected id of far-end terminal"
+ ::= { rltEntry 16 }
+
+ farEndIdCheck OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ enabled(1),
+ disabled(2),
+ unknown(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Enabling of far end id check."
+ ::= { rltEntry 17}
+
+ cpriMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ master(1),
+ slave(2),
+ notApplicable(3),
+ unknown(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Set the mode of the CPRI front-haul product."
+ ::= { rltEntry 18}
+
+ cpriStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ idle(1),
+ waitingOnRtcSync(2),
+ waitingOnCpri(3),
+ waitingOnRxRequest(4),
+ waitingOnTxRequest(5),
+ inSync(6),
+ unknown(7)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The status of the CPRI front-haul product."
+ ::= { rltEntry 19}
+
+ manualSwitch OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ct11(1),
+ ct12(2),
+ ct21(3),
+ ct22(4),
+ notApplicable(5),
+ unknown(6)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Manual switch of protected carrier termination transmitter."
+ ::= { rltEntry 20}
+
+ mlhcOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ unknown(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Operative status of multi layer header compression."
+ ::= { rltEntry 21}
+
+ mlhcAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ off(1),
+ on(2),
+ unknown(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Administrative status of multi layer header compression."
+ ::= { rltEntry 22}
+
+ mlhcMplsConfig OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ controlWord(1),
+ l2(2),
+ l3(3),
+ mplsOnly(4),
+ unknown(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "MLHC/MPLS configuration."
+ ::= { rltEntry 23}
+
+ plcOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ unknown(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Operative status of payload compression."
+ ::= { rltEntry 24}
+
+ plcAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ off(1),
+ on(2),
+ unknown(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Administrative status of payload compression."
+ ::= { rltEntry 25}
+ ---
+ ---The definition of ct826ContinuousTable
+ ---
+ctG826ContinuousTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF CtG826ContinuousEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A table of CT G826 Performance Continuous counters entries.
+ The counters are reset by ctG826Reset"
+ ::= { ctPerformance 1 }
+
+ ctG826ContinuousEntry OBJECT-TYPE
+ SYNTAX CtG826ContinuousEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry of CT G826 Performance Continuous counters."
+ AUGMENTS { ifEntry }
+ ::= { ctG826ContinuousTable 1 }
+
+ CtG826ContinuousEntry ::=
+ SEQUENCE {
+ ctG826TimeElapsed Counter32,
+ ctBBE Counter32,
+ ctBBER OCTET STRING,
+ ctES Counter32,
+ ctESR OCTET STRING,
+ ctSES Counter32,
+ ctSESR OCTET STRING,
+ ctBB OCTET STRING,
+ ctUAS Counter32,
+ ctG826Reset INTEGER
+ }
+
+ ctG826TimeElapsed OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Time elapsed in seconds since last PMReset"
+ ::= { ctG826ContinuousEntry 1 }
+
+ ctBBE OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Background Block Errors"
+ ::= { ctG826ContinuousEntry 2 }
+
+ ctBBER OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Background Block Errors Ratio"
+ ::= { ctG826ContinuousEntry 3 }
+
+ ctES OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Error seconds"
+ ::= { ctG826ContinuousEntry 4 }
+
+ ctESR OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Error seconds Ratio"
+ ::= { ctG826ContinuousEntry 5 }
+
+ ctSES OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Severely error seconds"
+ ::= { ctG826ContinuousEntry 6 }
+
+ ctSESR OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Severely error seconds Ratio"
+ ::= { ctG826ContinuousEntry 7 }
+
+ ctBB OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Background blocks"
+ ::= { ctG826ContinuousEntry 8 }
+
+ ctUAS OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unavailable seconds "
+ ::= { ctG826ContinuousEntry 9 }
+
+ ctG826Reset OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ noReset(2),
+ reset(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Reset the continuous PM counters"
+ ::= { ctG826ContinuousEntry 10 }
+
+
+---
+---The definition of ctG826Current15mTable
+---
+ctG826Current15mTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF CtG826Current15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A table of CT Performance G826 15 m current counters Table entries."
+ ::= { ctPerformance 2 }
+
+ ctG826Current15mEntry OBJECT-TYPE
+ SYNTAX CtG826Current15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry of CT Performance G826 15 m current Table counters."
+ AUGMENTS { ifEntry }
+ ::= { ctG826Current15mTable 1 }
+
+ CtG826Current15mEntry ::=
+ SEQUENCE {
+ ctG826Current15mTimeElapsed Counter32,
+ ctCurrent15mBBE Counter32,
+ ctCurrent15mBBER OCTET STRING,
+ ctCurrent15mES Counter32,
+ ctCurrent15mESR OCTET STRING,
+ ctCurrent15mSES Counter32,
+ ctCurrent15mSESR OCTET STRING,
+ ctCurrent15mBB Counter32,
+ ctCurrent15mUAS Counter32
+ }
+
+ ctG826Current15mTimeElapsed OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Time elapsed in seconds since last PMReset"
+ ::= { ctG826Current15mEntry 1 }
+
+ ctCurrent15mBBE OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Background Block Errors"
+ ::= { ctG826Current15mEntry 2 }
+
+ ctCurrent15mBBER OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Background Block Errors Ratio"
+ ::= { ctG826Current15mEntry 3 }
+
+ ctCurrent15mES OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Error seconds"
+ ::= { ctG826Current15mEntry 4 }
+
+ ctCurrent15mESR OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Error seconds Ratio"
+ ::= { ctG826Current15mEntry 5 }
+
+ ctCurrent15mSES OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Severely error seconds"
+ ::= { ctG826Current15mEntry 6 }
+
+ ctCurrent15mSESR OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Severely error seconds Ratio"
+ ::= { ctG826Current15mEntry 7 }
+
+ ctCurrent15mBB OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Background blocks"
+ ::= { ctG826Current15mEntry 8 }
+
+ ctCurrent15mUAS OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unavailable seconds "
+ ::= { ctG826Current15mEntry 9 }
+
+---
+---The definition of ctG826Current24hTable
+---
+ctG826Current24hTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF CtG826Current24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A table of CT Performance G826 Current 24h counters entries."
+ ::= { ctPerformance 3 }
+
+ ctG826Current24hEntry OBJECT-TYPE
+ SYNTAX CtG826Current24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry of CT Performance G826 Current 24 h counters."
+ AUGMENTS { ifEntry }
+ ::= { ctG826Current24hTable 1 }
+
+ CtG826Current24hEntry ::=
+ SEQUENCE {
+ ctG826Current24hTimeElapsed Counter32,
+ ctCurrent24hBBE Counter32,
+ ctCurrent24hBBER OCTET STRING,
+ ctCurrent24hES Counter32,
+ ctCurrent24hESR OCTET STRING,
+ ctCurrent24hSES Counter32,
+ ctCurrent24hSESR OCTET STRING,
+ ctCurrent24hBB Counter32,
+ ctCurrent24hUAS Counter32
+ }
+
+ ctG826Current24hTimeElapsed OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Time elapsed in seconds since last PMReset"
+ ::= { ctG826Current24hEntry 1 }
+
+ ctCurrent24hBBE OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Background Block Errors"
+ ::= { ctG826Current24hEntry 2 }
+
+ ctCurrent24hBBER OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Background Block Errors Ratio"
+ ::= { ctG826Current24hEntry 3 }
+
+ ctCurrent24hES OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Error seconds"
+ ::= { ctG826Current24hEntry 4 }
+
+ ctCurrent24hESR OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Error seconds Ratio"
+ ::= { ctG826Current24hEntry 5 }
+
+ ctCurrent24hSES OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Severely error seconds"
+ ::= { ctG826Current24hEntry 6 }
+
+ ctCurrent24hSESR OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Severely error seconds Ratio"
+ ::= { ctG826Current24hEntry 7 }
+
+ ctCurrent24hBB OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Background blocks"
+ ::= { ctG826Current24hEntry 8 }
+
+ ctCurrent24hUAS OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unavailable seconds "
+ ::= { ctG826Current24hEntry 9 }
+
+--
+-- Conformance
+--
+
+ ptRadioLinkCompliances OBJECT IDENTIFIER ::= { ptRadioLinkConformance 1 }
+ ptRadioLinkGroups OBJECT IDENTIFIER ::= { ptRadioLinkConformance 2 }
+
+ ptRadioLinkFullCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement for SNMP entities which implement everything."
+ MODULE -- This Module
+ MANDATORY-GROUPS { ptRadioLinkCompleteGroup}
+ ::= { ptRadioLinkCompliances 1 }
+
+ ptRadioLinkCompleteGroup OBJECT-GROUP
+ OBJECTS
+ {
+ actualInputPower,
+ actualOutputPower,
+ actualRxAcm,
+ actualRxAcmTC,
+ actualSi,
+ actualSnir,
+ actualTxAcm,
+ actualTxAcmTC,
+ actualTxCapacity,
+ actualTxTotalCapacity,
+ actualXpi,
+ alignmentMode,
+ atpcFallback,
+ atpcFallbackTimer,
+ atpcFallbackOutputPower,
+ autoFreqSelectedChannel,
+ autoFreqSelection,
+ autoFreqSelectionStatus,
+ availableMaxAcm,
+ availableMaxCapacity,
+ availableMaxOutputPower,
+ availableMinAcm,
+ availableMinCapacity,
+ availableMinOutputPower,
+ availableOutputPowerType,
+ berAlarmThreshold,
+ carrierId,
+ channelSpacing,
+ cpriMode,
+ cpriStatus,
+ ctDistinguishedName,
+ ctCurrent15mBB,
+ ctCurrent15mBBE,
+ ctCurrent15mBBER,
+ ctCurrent15mES,
+ ctCurrent15mESR,
+ ctCurrent15mSES,
+ ctCurrent15mSESR,
+ ctCurrent15mUAS,
+ ctG826Current15mTimeElapsed,
+ ctCurrent24hBB,
+ ctCurrent24hBBE,
+ ctCurrent24hBBER,
+ ctCurrent24hES,
+ ctCurrent24hESR,
+ ctCurrent24hSES,
+ ctCurrent24hSESR,
+ ctCurrent24hUAS,
+ ctG826Current24hTimeElapsed,
+ ctBB,
+ ctBBE,
+ ctBBER,
+ ctES,
+ ctESR,
+ ctG826Reset,
+ ctSES,
+ ctSESR,
+ ctG826TimeElapsed,
+ ctUAS,
+ ctStatus,
+ description,
+ duplexConfig,
+ duplexDistance,
+ duplexType,
+ expectedFarEndId,
+ fadeNotificationTimer,
+ farEndIdCheck,
+ frameId,
+ frequencyStepSize,
+ id,
+ inputPowerAlarmThreshold,
+ licensedCapacity,
+ limitedTotalCapacity,
+ manualSwitch,
+ maxRxFrequency,
+ maxTxFrequency,
+ mimoStatus,
+ minRxFrequency,
+ minTxFrequency,
+ mlhcAdminStatus,
+ mlhcMplsConfig,
+ mlhcOperStatus,
+ plcAdminStatus,
+ plcOperStatus,
+ mode,
+ neIpAddress,
+ neIpv6Address,
+ neName,
+ neType,
+ plannedAlignmentInputPower,
+ polarization,
+ protectionStatus,
+ protectionSwitchMode,
+ referenceSec,
+ revertivePreferredTx,
+ revertiveWaitToRestore,
+ rfLoop,
+ rltDistinguishedName,
+ rltStatus,
+ rxFrequency,
+ selectedMaxAcm,
+ selectedMaxCapacity,
+ selectedMaxOutputPower,
+ selectedMinAcm,
+ selectedMinCapacity,
+ selectedMinOutputPower,
+ selectedOutputPowerType,
+ targetInputPowerFarEnd,
+ txAdminStatus,
+ txFrequency,
+ txOperStatus,
+ wantedLicensedCapacity,
+ xpicStatus
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of all current objects in this MIB module."
+ ::= { ptRadioLinkGroups 1 }
+
+
+END
+
diff --git a/MIBS/ericsson/PT-SFP-MIB b/MIBS/ericsson/PT-SFP-MIB
new file mode 100644
index 0000000..8c4cb8a
--- /dev/null
+++ b/MIBS/ericsson/PT-SFP-MIB
@@ -0,0 +1,458 @@
+PT-SFP-MIB DEFINITIONS::=BEGIN
+ IMPORTS
+ MODULE-IDENTITY,OBJECT-TYPE,Integer32
+ FROM SNMPv2-SMI
+ pt FROM PT-MIB
+ MODULE-COMPLIANCE,
+ OBJECT-GROUP FROM SNMPv2-CONF
+ entPhysicalEntry FROM ENTITY-MIB
+ TEXTUAL-CONVENTION FROM SNMPv2-TC;
+
+ ptSFP MODULE-IDENTITY
+ LAST-UPDATED "201605221030Z"
+ ORGANIZATION "Ericsson"
+ CONTACT-INFO
+ "Anders Ekvall
+ Postal: Ericsson AB,
+ E-Mail: anders.ekvall@ericsson.com"
+
+ DESCRIPTION
+ "This is the MIB of PT SFP specifics. Most entries are read from the SFP itself according to SFF-8472"
+
+ REVISION "201605221030Z"
+ DESCRIPTION
+ "The initial version of this MIB module."
+
+ ::= { pt 6 }
+
+ ptSFPConformance OBJECT IDENTIFIER ::= { ptSFP 2 }
+
+--
+-- The textual conventions we define and use in this MIB.
+--
+
+PortInterfaceTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An integer which indicates the type of PORT_INTERFACE. "
+ SYNTAX INTEGER {
+ eNONE (1),
+ eUNKNOWN (2),
+ e100BASELX10 (5),
+ e100BASEFX (7),
+ e1000BASET (8),
+ e1000BASEZX (10),
+ e1000BASELX10 (11),
+ eS11 (12),
+ eS11E (13),
+ eL11 (14),
+ eL12 (15),
+ eS41 (16),
+ eL41 (17),
+ eL42 (18),
+ eL42CWDM32DB (19),
+ eS161 (20),
+ eL161 (21),
+ eL162 (22),
+ eL162CWDM32DB (23),
+ eL12CWDM28DB (24),
+ e1000BASESX (25),
+ e1000BASECWDM32DB (26),
+ e1000BASECWDM28DB (27),
+ eL12CWDM32DB (29),
+ e10GBASELRLW (30),
+ e10GBASEEREW (31),
+ e10GBASEZpRZpW (32),
+ eL42CWDM28DB (33),
+ eL162CWDM28DB (34),
+ eMULTIRATECWDM28DB (35),
+ eMULTIRATECWDM32DB (36),
+ eMULTIRATES11S41 (37),
+ e100BASEBX10U (38),
+ e100BASEBX10D (39),
+ e1000BASEBX10U (40),
+ e1000BASEBX10D (41),
+ e10GBASESX (42),
+ e10GBASELH (43),
+ eSTM1SFWD (44),
+ eSTM1SFWU (45),
+ eSTM4SFWD (46),
+ eSTM4SFWU (47),
+ e1000BASELX (48),
+ e10GBASESRSW (49),
+ e1000BASETFIXED (50),
+ e1000BASEBX20U (51),
+ e1000BASEBX20D (52),
+ e10GBASEDWDM (53),
+ eDWDMSFPHP (54),
+ eUNRECOGNIZEDSFP (55)
+ }
+
+ InstallStateTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An integer which indicates the type of INSTALL_STATE."
+ SYNTAX INTEGER {
+
+ eEMPTY(1),
+ eNOTINSTALLED(2),
+ eINSTALLEDANDNOTPROVISIONED(3),
+ eINSTALLEDANDPROVISIONED(4),
+ eUNAVAILABLE(5),
+ eUNKNOWN (6)
+ }
+
+ WaveLengthTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An integer which indicates the type of WAVELENGTH. d is for the decimal."
+ SYNTAX INTEGER {
+ eNA (1),
+ eUNKNOWN (2),
+ e1471 (3),
+ e1491 (4),
+ e1511 (5),
+ e1531 (6),
+ e1551 (7),
+ e1571 (8),
+ e1591 (9),
+ e1611 (10),
+ eNOTPROVISIONED (11),
+ e1311 (12),
+ e1560d6 (13),
+ e1559d8 (14),
+ e1559d0 (15),
+ e1558d2 (16),
+ e1557d4 (17),
+ e1556d6 (18),
+ e1555d8 (19),
+ e1554d9 (20),
+ e1554d1 (21),
+ e1553d3 (22),
+ e1552d5 (23),
+ e1551d7 (24),
+ e1550d9 (25),
+ e1550d1 (26),
+ e1549d3 (27),
+ e1548d5 (28),
+ e1547d7 (29),
+ e1546d9 (30),
+ e1546d1 (31),
+ e1545d3 (32),
+ e1544d5 (33),
+ e1543d7 (34),
+ e1542d9 (35),
+ e1542d1 (36),
+ e1541d4 (37),
+ e1540d6 (38),
+ e1539d8 (39),
+ e1539d0 (40),
+ e1538d2 (41),
+ e1537d4 (42),
+ e1536d6 (43),
+ e1535d8 (44),
+ e1535d0 (45),
+ e1534d3 (46),
+ e1533d5 (47),
+ e1532d7 (48),
+ e1531d9 (49),
+ e1531d1 (50),
+ e1530d3 (51),
+ e1529d6 (52),
+ e850 (53)
+}
+
+ ConnectorTypeTC ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "An integer which indicates the type of CONNECTOR_TYPE according SFF-8024."
+ SYNTAX INTEGER {
+ eUNKNOWNORUNSPECIFIED (1),
+ eSC (2),
+ eFIBERCHANNELSTYLE1COPPER (3),
+ eFIBERCHANNELSTYLE2COPPER (4),
+ eBNCTNC (5),
+ eFIBERCHANNELCOAXIALHEADERS (6),
+ eFIBERJACK (7),
+ eLC (8),
+ eMTRT (9),
+ eMU (10),
+ eSG (11),
+ eOPTICALPIGTAIL (12),
+ eRESERVED (13),
+ eHSSDCII (14),
+ eCOPPERPIGTAIL (15),
+ eVENDORSPECIFIC (16)
+ }
+
+---
+---The SFP Group definition
+---
+---
+---The definition of sfpTable
+---
+ ptSFPTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PtSFPEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An table of SFP Table entries."
+ ::= { ptSFP 1 }
+
+ ptSFPEntry OBJECT-TYPE
+ SYNTAX PtSFPEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry of PT SFP application."
+ AUGMENTS { entPhysicalEntry }
+ ::= { ptSFPTable 1 }
+
+ PtSFPEntry ::=
+ SEQUENCE {
+ installedSFP PortInterfaceTC,
+ installState InstallStateTC,
+ vendorName OCTET STRING,
+ vendorOui Integer32,
+ vendorPn OCTET STRING,
+ vendorRev OCTET STRING,
+ vendorSn OCTET STRING,
+ saleableEntityCode OCTET STRING,
+ connectorType ConnectorTypeTC,
+ installedWavelength WaveLengthTC,
+ levelRx Integer32,
+ rxPower OCTET STRING,
+ txPower OCTET STRING,
+ brNominal Integer32,
+ length9m1km Integer32,
+ length9m100m Integer32,
+ length50m10m Integer32,
+ length62m10m Integer32,
+ lengthCopper1m Integer32,
+ temperature OCTET STRING,
+ vcc OCTET STRING,
+ biasCurrent OCTET STRING
+ }
+
+ installedSFP OBJECT-TYPE
+ SYNTAX PortInterfaceTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Type of the inserted module, see textual convention"
+ ::= { ptSFPEntry 1 }
+
+ installState OBJECT-TYPE
+ SYNTAX InstallStateTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status of the inserted module, see textual convention"
+ ::= { ptSFPEntry 2 }
+
+ vendorName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..40))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "SFP vendor name as reported by the SFP"
+ ::= { ptSFPEntry 3 }
+
+ vendorOui OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "SFP vendor IEEE company ID as reported by the SFP"
+ ::= { ptSFPEntry 4 }
+
+ vendorPn OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..40))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Part number provided by SFP vendor (ASCII) as reported by the SFP"
+ ::= { ptSFPEntry 5 }
+
+ vendorRev OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..40))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Revision level for part number provided by vendor (ASCII) as reported by the SFP"
+ ::= { ptSFPEntry 6 }
+
+ vendorSn OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..8))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Serial number provided by vendor (ASCII) as reported by the SFP"
+ ::= { ptSFPEntry 7 }
+
+ saleableEntityCode OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..8))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Propriety product name as reported by the SFP's Vendor Specific EEPROM"
+ ::= { ptSFPEntry 8 }
+
+ connectorType OBJECT-TYPE
+ SYNTAX ConnectorTypeTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "An integer which indicates the type of CONNECTOR_TYPE according SFF-8024. See also textual convention"
+ ::= { ptSFPEntry 9 }
+
+ installedWavelength OBJECT-TYPE
+ SYNTAX WaveLengthTC
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "An integer that in case of an optical SFP, is the laser wavelength in nm. See also textual convention."
+ ::= { ptSFPEntry 10 }
+
+ levelRx OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The input level in dBm (optical interfaces only). The value is an offset. The value 100 represents 0 dBm. The value 50 represents no signal."
+ ::= { ptSFPEntry 11 }
+
+ rxPower OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..64))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The received light power, in dBm."
+ ::= { ptSFPEntry 12 }
+
+ txPower OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..64))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The transmit light power, in dBm."
+ ::= { ptSFPEntry 13 }
+
+ brNominal OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The nominal bit rate, in units of 100 Mbps."
+ ::= { ptSFPEntry 14 }
+
+ length9m1km OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Link length supported for 9/125 um single fiber, units of 1 km"
+ ::= { ptSFPEntry 15 }
+ length9m100m OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Link length supported for 9/125 um single fiber, units of 100 m"
+ ::= { ptSFPEntry 16 }
+
+ length50m10m OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Link length supported for 50/125 um OM2 fiber, units of 10 m"
+ ::= { ptSFPEntry 17 }
+
+ length62m10m OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Link length supported for 62.5/125 um OM1 fiber, units of 10 m "
+ ::= { ptSFPEntry 18 }
+
+ lengthCopper1m OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Link length supported for copper or direct attach cable, units of m "
+ ::= { ptSFPEntry 19 }
+
+ temperature OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..64))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The SFP module temperature, in degree Celsius"
+ ::= { ptSFPEntry 20 }
+
+ vcc OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..64))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The supply voltage of the interface module, in V."
+ ::= { ptSFPEntry 21 }
+
+ biasCurrent OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..64))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The bias current of the interface module, in mA."
+ ::= { ptSFPEntry 22 }
+
+--
+-- Conformance
+--
+
+ ptSFPCompliances OBJECT IDENTIFIER ::= { ptSFPConformance 1 }
+ ptSFPGroups OBJECT IDENTIFIER ::= { ptSFPConformance 2 }
+
+ ptSFPFullCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement for SNMP entities which implement everything."
+ MODULE -- This Module
+ MANDATORY-GROUPS { ptSFPCompleteGroup}
+ ::= { ptSFPCompliances 1 }
+
+ ptSFPCompleteGroup OBJECT-GROUP
+ OBJECTS
+ {
+ installedSFP,
+ installState,
+ installedWavelength,
+ levelRx,
+ vendorName,
+ vendorOui,
+ vendorPn,
+ vendorRev,
+ connectorType,
+ brNominal,
+ length9m1km,
+ length9m100m,
+ length50m10m,
+ length62m10m,
+ lengthCopper1m,
+ saleableEntityCode,
+ vendorSn,
+ rxPower,
+ txPower,
+ temperature,
+ vcc,
+ biasCurrent
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of all current objects in this MIB module."
+ ::= { ptSFPGroups 1 }
+
+END
diff --git a/MIBS/ericsson/PT-TRAP-MIB b/MIBS/ericsson/PT-TRAP-MIB
new file mode 100644
index 0000000..0709b68
--- /dev/null
+++ b/MIBS/ericsson/PT-TRAP-MIB
@@ -0,0 +1,1412 @@
+PT-TRAP-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ MODULE-IDENTITY,
+ NOTIFICATION-TYPE,
+ OBJECT-TYPE,
+ Integer32,
+ Counter32 FROM SNMPv2-SMI
+ TEXTUAL-CONVENTION,
+ DisplayString, DateAndTime FROM SNMPv2-TC
+ MODULE-COMPLIANCE,
+ NOTIFICATION-GROUP,
+ OBJECT-GROUP FROM SNMPv2-CONF
+ pt FROM PT-MIB;
+
+--
+-- Module identity part.
+--
+
+ ptTrap MODULE-IDENTITY
+ LAST-UPDATED "201711221500Z"
+ ORGANIZATION "Ericsson"
+ CONTACT-INFO
+ " "
+
+ DESCRIPTION
+ "The MIB module describes the enterprise specific traps
+ for PT products."
+
+ REVISION "201711221500Z"
+ DESCRIPTION
+ "Added alarms under NotificationId and ProbableCause:
+ licMissingCriticalFAL* and licMissingMajor*"
+
+
+ REVISION "201609231200Z"
+ DESCRIPTION
+ "Added alarms:
+ carrierTerminationConfigMismatch (397)
+ wifiIncompatibleHardware (398)
+ icccDown (399)
+ radioLinkTerminalReducedCapacity (400)"
+
+ REVISION "201603091200Z"
+ DESCRIPTION
+ "Validated"
+
+ REVISION "201506240800Z"
+ DESCRIPTION
+ "Support for PT trap OIDs."
+
+ ::= { pt 2 }
+
+--
+--PT-TRAP groups.
+--
+
+ ptTraps OBJECT IDENTIFIER ::= { ptTrap 1 }
+ ptTrapContents OBJECT IDENTIFIER ::= { ptTrap 2 }
+ -- ptTrapsPrefix OBJECT IDENTIFIER ::= { ptTrap 0 }
+ ptTrapsConformance OBJECT IDENTIFIER ::= { ptTrap 3 }
+
+
+--
+-- Local data types.
+--
+EventCause ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Used for event causes."
+ SYNTAX INTEGER
+ {
+ swdlOk (50),
+ loopOpended (53),
+ loopClosed (54),
+ mcu (56),
+ mcd (57),
+ rstpNewRoot (58),
+ rstpTopologyChange (59),
+ rmonRisingThreshold (60),
+ rmonFallingThreshold (61),
+ pingCompleted (62),
+ modIns (63),
+ cdbBackupOk (64),
+ cdbRestoreOk (65),
+ information (66),
+ fileTransferStart (67),
+ fileTransferEnd (68),
+ modOos (70),
+ modOosMaint (71),
+ moduleRestart (72),
+ moduleShutdown (73),
+ slotUnequipped (74),
+ emergencyPassword (75),
+ cdbEraseLimitedOk (77),
+ lkfInstallOk (78),
+ lkfRemoveOk (79),
+ ccmLoopbackCompletion (80),
+ ccmLinktraceCompletion (81),
+ erpProtectionStateChange (82),
+ portLoopDisabled (83),
+ portLoopEnabled (84),
+ t0SourceSwitched (86),
+ ptpModeSwitch (87),
+ cdbEraseOk (88),
+ ptpMasterSwitched (89),
+ bfdSessionUp (90),
+ bfdSessionStateChanged (91),
+ licInServiceUnlockPeriod (347),
+ licInUnlockedMode (348),
+ deleteUserEvent (386),
+ wifiModuleInserted (389),
+ wifiModuleRemoved (390),
+ spectrumDiagnosticScanStarted (391),
+ spectrumDiagnosticScanFinished (392),
+ aaaLocal (506),
+ aaaTacacs (507),
+ aaaRadius (508),
+ deleteNotificationSubscriber (509),
+ disableNotificationSubscriber (510),
+ disableNotificationReporting (511)
+ }
+
+EventType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Used for event types."
+ SYNTAX INTEGER
+ {
+ information (1),
+ warning (2)
+ }
+
+NotificationId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Used for notification ids."
+ SYNTAX INTEGER
+ {
+ objectCreate ( 1),
+ objectDelete ( 2),
+ avc ( 3),
+ protectionSwitch ( 10),
+ swdlOk ( 50),
+ loopOpended ( 53),
+ loopClosed ( 54),
+ mcu ( 56),
+ mcd ( 57),
+ rstpNewRoot ( 58),
+ rstpTopologyChange ( 59),
+ rmonRisingThreshold ( 60),
+ rmonFallingThreshold ( 61),
+ pingCompleted ( 62),
+ modIns ( 63),
+ cdbBackupOk ( 64),
+ cdbRestoreOk ( 65),
+ information ( 66),
+ fileTransferStart ( 67),
+ fileTransferEnd ( 68),
+ modOos ( 70),
+ modOosMaint ( 71),
+ moduleRestart ( 72),
+ moduleShutdown ( 73),
+ slotUnequipped ( 74),
+ emergencyPassword ( 75),
+ cdbEraseLimitedOk ( 77),
+ lkfInstallOk ( 78),
+ lkfRemoveOk ( 79),
+ ccmLoopbackCompletion ( 80),
+ ccmLinktraceCompletion ( 81),
+ erpProtectionStateChange ( 82),
+ portLoopDisabled ( 83),
+ portLoopEnabled ( 84),
+ t0SourceSwitched ( 86),
+ ptpModeSwitch ( 87),
+ cdbEraseOk ( 88),
+ ptpMasterSwitched ( 89),
+ bfdSessionUp ( 90),
+ bfdSessionStateChanged ( 91),
+ mid (100),
+ linkDown (141),
+ alarmInp (142),
+ temp (154),
+ tempCri (155),
+ arc (157),
+ t0HoldOver (158),
+ pwrLow (162),
+ pwrHigh (163),
+ pwrOff (164),
+ ifmodMismatch (166),
+ ifmodNotProv (168),
+ nrMismatch (170),
+ ntpUnreachable (171),
+ cdbDiskNearFull (172),
+ tmpDiskNearFull (176),
+ invFailure (189),
+ syncAutoLockout (191),
+ nrNotCommitted (192),
+ acMstTimeout (202),
+ rsAckTimeout (203),
+ swdlAborted (204),
+ cdbRestoreFail (207),
+ cdbBackupFail (208),
+ fileTransferFail (209),
+ swdlFail (210),
+ swdlRollbackFail (211),
+ standbySWDLFail (212),
+ haLogReset (213),
+ cdbErased (214),
+ nrAutoRollback (215),
+ lkgCdbRollback (218),
+ hwDiagError (219),
+ swError (220),
+ oamErrorSymPeriod (221),
+ oamErrorFramePeriod (222),
+ oamErrorFrame (223),
+ oamErrorFrameSecsSummary (224),
+ oamCritical (225),
+ oamDyingGasp (226),
+ lkfInstallFail (227),
+ lkfRemoveFail (228),
+ dhcpError (242),
+ hardwareFail (252),
+ ifmodFail (253),
+ defXconnCCM (257),
+ defErrorCCM (258),
+ defRemoteCCM (259),
+ defMacStatus (260),
+ defRDICCM (261),
+ y1731DMRttDeg (273),
+ y1731DMOneWayDegReverse (274),
+ y1731DMOneWayDegForward (275),
+ y1731DMVRttDeg (276),
+ y1731DMVOneWayDegReverse (277),
+ y1731DMVOneWayDegForward (278),
+ y1731LMFrameLossNearEnd (279),
+ y1731LMFrameLossFarEnd (280),
+ syncSourceLossRedundancy (281),
+ xpicCableDisconnected (282),
+ ipIfHardwareFail (300),
+ arpHardwareFail (301),
+ rtTableHardwareFail (302),
+ remoteMepHardwareFail (303),
+ rfInputLow (328),
+ rfOutputATPCMaxTooLong (329),
+ radioLinkConnectionDefect (330),
+ radioLinkIDMismatch (331),
+ radioLinkHardwareDefect (332),
+ rlts115MinThresholdCrossing (333),
+ rlts124HourThresholdCrossing (334),
+ rlts215MinThresholdCrossing (335),
+ rlts224HourThresholdCrossing (336),
+ rltm15MinThresholdCrossing (337),
+ rltm24HourThresholdCrossing (338),
+ tlts115MinThresholdCrossing (339),
+ tlts124HourThresholdCrossing (340),
+ tltm15MinThresholdCrossing (341),
+ tltm24HourThresholdCrossing (342),
+ psac15MinThresholdCrossing (343),
+ psac24HourThresholdCrossing (344),
+ ams15MinThresholdCrossing (345),
+ ams24HourThresholdCrossing (346),
+ licInServiceUnlockPeriod (347),
+ licInUnlockedMode (348),
+ licUnlockPeriodExpired (349),
+ licMissingCritical (350),
+ licMissingMajor (351),
+ licMaintenanceUnlockTokenWarning (352),
+ licMaintenanceUnlockTokenMajor (353),
+ licEmergencyUnlockTokenWarning (354),
+ licEmergencyUnlockTokenMajor (355),
+ licIntegrationUnlockPeriodExpired (365),
+ licMaintenanceUnlockPeriodExpired (366),
+ licEmergencyUnlockPeriodExpired (367),
+ licSystemUnlockPeriodExpired (368),
+ rmmMissing (369),
+ rmmFaulty (370),
+ cdbCompressedFileTooLarge (371),
+ ifModTemperatureTooHigh (375),
+ ifModTemperatureTooLow (376),
+ ifModVoltageTooHigh (377),
+ ifModVoltageTooLow (378),
+ ifModTxBiasTooHigh (379),
+ ifModTxBiasTooLow (380),
+ ifModTxPowerTooHigh (381),
+ ifModTxPowerTooLow (382),
+ ifModRxPowerTooLow (383),
+ tempLow (384),
+ deleteUserAlarm (385),
+ deleteUserEvent (386),
+ alignmentModeEnabled (387),
+ wifiModuleNotResponding (388),
+ wifiModuleInserted (389),
+ wifiModuleRemoved (390),
+ spectrumDiagnosticScanStarted (391),
+ spectrumDiagnosticScanFinished (392),
+ ber (393),
+ wifiDefaultPasswordNotChanged (394),
+ wifiSoftwareMismatch (395),
+ managementPortOpened (396),
+ carrierTerminationConfigMismatch (397),
+ wifiIncompatibleHardware (398),
+ icccDown (399),
+ radioLinkTerminalReducedCapacity (400),
+ licMissingCriticalFAL1241762 (402),
+ licMissingMajorFAL1241762 (403),
+ licMissingCriticalFAL1241669 (404),
+ licMissingMajorFAL1241669 (405),
+ licMissingCriticalFAL1242293 (406),
+ licMissingMajorFAL1242293 (407),
+ licMissingCriticalFAL1242339 (408),
+ licMissingMajorFAL1242339 (409),
+ licMissingCriticalFAL1242322 (412),
+ licMissingMajorFAL1242322 (413),
+ licMissingCriticalFAL1242378 (414),
+ licMissingMajorFAL1242378 (415),
+ licMissingCriticalFAL1241778 (416),
+ licMissingMajorFAL1241778 (417),
+ licMissingCriticalFAL1241764 (418),
+ licMissingMajorFAL1241764 (419),
+ licMissingCriticalFAL1241885 (420),
+ licMissingMajorFAL1241885 (421),
+ licMissingCriticalFAL1241801 (422),
+ licMissingMajorFAL1241801 (423),
+ licMissingCriticalFAL1242043 (424),
+ licMissingMajorFAL1242043 (425),
+ licMissingCriticalFAL1242088 (426),
+ licMissingMajorFAL1242088 (427),
+ licMissingCriticalFAL1241726 (428),
+ licMissingMajorFAL1241726 (429),
+ licMissingCriticalFAL1241884 (430),
+ licMissingMajorFAL1241884 (431),
+ licMissingCriticalFAL1242186 (432),
+ licMissingMajorFAL1242186 (433),
+ licMissingCriticalFAL1242044 (434),
+ licMissingMajorFAL1242044 (435),
+ licMissingCriticalFAL1242089 (436),
+ licMissingMajorFAL1242089 (437),
+ licMissingCriticalFAL1242295 (438),
+ licMissingMajorFAL1242295 (439),
+ licMissingCriticalFAL1242297 (440),
+ licMissingMajorFAL1242297 (441),
+ licMissingCriticalFAL1242298 (442),
+ licMissingMajorFAL1242298 (443),
+ licMissingCriticalFAL1242299 (444),
+ licMissingMajorFAL1242299 (445),
+ licMissingCriticalFAL1242342 (446),
+ licMissingMajorFAL1242342 (447),
+ licMissingCriticalFAL1242343 (448),
+ licMissingMajorFAL1242343 (449),
+ licMissingCriticalFAL1242345 (450),
+ licMissingMajorFAL1242345 (451),
+ licMissingCriticalFAL1242346 (452),
+ licMissingMajorFAL1242346 (453),
+ licMissingCriticalFAL1242347 (454),
+ licMissingMajorFAL1242347 (455),
+ licMissingCriticalFAL1242348 (456),
+ licMissingMajorFAL1242348 (457),
+ licMissingCriticalFAL1242402 (458),
+ licMissingMajorFAL1242402 (459),
+ licMissingCriticalFAL1242364 (460),
+ licMissingMajorFAL1242364 (461),
+ licMissingCriticalFAL1242365 (462),
+ licMissingMajorFAL1242365 (463),
+ licMissingCriticalFAL1242880 (464),
+ licMissingMajorFAL1242880 (465),
+ licMissingCriticalFAL1242323 (486),
+ licMissingMajorFAL1242323 (487),
+ licMissingCriticalFAL1242324 (488),
+ licMissingMajorFAL1242324 (489),
+ licMissingCriticalFAL1242325 (490),
+ licMissingMajorFAL1242325 (491),
+ licMissingCriticalFAL1242326 (492),
+ licMissingMajorFAL1242326 (493),
+ licMissingCriticalFAL1242401 (494),
+ licMissingMajorFAL1242401 (495),
+ licMissingCriticalFAL1242400 (496),
+ licMissingMajorFAL1242400 (497),
+ licMissingCriticalFAL1242885 (498),
+ licMissingMajorFAL1242885 (499),
+ licMissingCriticalFAL1242615 (500),
+ licMissingMajorFAL1242615 (501),
+ licMissingCriticalFAL1241765 (502),
+ licMissingMajorFAL1241765 (503),
+ aaaLocal (506),
+ aaaTacacs (507),
+ aaaRadius (508),
+ deleteNotificationSubscriber (509),
+ disableNotificationSubscriber (510),
+ disableNotificationReporting (511),
+ licMissingCriticalFAL1241767 (516),
+ licMissingMajorFAL1241767 (517),
+ licMissingCriticalFAL1241768 (518),
+ licMissingMajorFAL1241768 (519),
+ licMissingCriticalFAL1241769 (520),
+ licMissingMajorFAL1241769 (521),
+ licMissingCriticalFAL1241770 (522),
+ licMissingMajorFAL1241770 (523),
+ licMissingCriticalFAL1241771 (524),
+ licMissingMajorFAL1241771 (525),
+ licMissingCriticalFAL1241772 (526),
+ licMissingMajorFAL1241772 (527),
+ licMissingCriticalFAL1241773 (528),
+ licMissingMajorFAL1241773 (529),
+ licMissingCriticalFAL1241774 (530),
+ licMissingMajorFAL1241774 (531),
+ licMissingCriticalFAL1241670 (532),
+ licMissingMajorFAL1241670 (533),
+ licMissingCriticalFAL1241707 (534),
+ licMissingMajorFAL1241707 (535),
+ licMissingCriticalFAL1241708 (536),
+ licMissingMajorFAL1241708 (537),
+ licMissingCriticalFAL1241709 (538),
+ licMissingMajorFAL1241709 (539),
+ licMissingCriticalFAL1241710 (540),
+ licMissingMajorFAL1241710 (541),
+ licMissingCriticalFAL1241711 (542),
+ licMissingMajorFAL1241711 (543),
+ licMissingCriticalFAL1241712 (544),
+ licMissingMajorFAL1241712 (545),
+ licMissingCriticalFAL1241713 (546),
+ licMissingMajorFAL1241713 (547),
+ licMissingCriticalFAL1242300 (548),
+ licMissingMajorFAL1242300 (549),
+ licMissingCriticalFAL1242301 (550),
+ licMissingMajorFAL1242301 (551),
+ licMissingCriticalFAL1242302 (552),
+ licMissingMajorFAL1242302 (553),
+ licMissingCriticalFAL1242303 (554),
+ licMissingMajorFAL1242303 (555),
+ licMissingCriticalFAL1242304 (556),
+ licMissingMajorFAL1242304 (557),
+ licMissingCriticalFAL1242305 (558),
+ licMissingMajorFAL1242305 (559),
+ licMissingCriticalFAL1242306 (560),
+ licMissingMajorFAL1242306 (561),
+ licMissingCriticalFAL1242307 (562),
+ licMissingMajorFAL1242307 (563),
+ licMissingCriticalFAL1242308 (564),
+ licMissingMajorFAL1242308 (565),
+ licMissingCriticalFAL1242309 (566),
+ licMissingMajorFAL1242309 (567),
+ licMissingCriticalFAL1242310 (568),
+ licMissingMajorFAL1242310 (569),
+ licMissingCriticalFAL1242311 (570),
+ licMissingMajorFAL1242311 (571),
+ licMissingCriticalFAL1242312 (572),
+ licMissingMajorFAL1242312 (573),
+ licMissingCriticalFAL1242313 (574),
+ licMissingMajorFAL1242313 (575),
+ licMissingCriticalFAL1242314 (576),
+ licMissingMajorFAL1242314 (577),
+ licMissingCriticalFAL1242350 (578),
+ licMissingMajorFAL1242350 (579),
+ licMissingCriticalFAL1242351 (580),
+ licMissingMajorFAL1242351 (581),
+ licMissingCriticalFAL1242352 (582),
+ licMissingMajorFAL1242352 (583),
+ licMissingCriticalFAL1242353 (584),
+ licMissingMajorFAL1242353 (585),
+ licMissingCriticalFAL1242354 (586),
+ licMissingMajorFAL1242354 (587),
+ licMissingCriticalFAL1242355 (588),
+ licMissingMajorFAL1242355 (589),
+ licMissingCriticalFAL1242356 (590),
+ licMissingMajorFAL1242356 (591),
+ licMissingCriticalFAL1242357 (592),
+ licMissingMajorFAL1242357 (593),
+ licMissingCriticalFAL1242358 (594),
+ licMissingMajorFAL1242358 (595),
+ licMissingCriticalFAL1242359 (596),
+ licMissingMajorFAL1242359 (597),
+ licMissingCriticalFAL1242360 (598),
+ licMissingMajorFAL1242360 (599),
+ licMissingCriticalFAL1242361 (600),
+ licMissingMajorFAL1242361 (601),
+ licMissingCriticalFAL1242362 (602),
+ licMissingMajorFAL1242362 (603),
+ licMissingCriticalFAL1242363 (604),
+ licMissingMajorFAL1242363 (605),
+ licMissingCriticalFAL1242874 (606),
+ licMissingMajorFAL1242874 (607),
+ licMissingCriticalFAL1242875 (608),
+ licMissingMajorFAL1242875 (609),
+ licMissingCriticalFAL1242876 (610),
+ licMissingMajorFAL1242876 (611),
+ licMissingCriticalFAL1242877 (612),
+ licMissingMajorFAL1242877 (613),
+ licMissingCriticalFAL1242878 (614),
+ licMissingMajorFAL1242878 (615),
+ licMissingCriticalFAL1241127 (648),
+ licMissingMajorFAL1241127 (649),
+ licMissingCriticalFAL1241766 (650),
+ licMissingMajorFAL1241766 (651)
+ }
+
+ProbableCause ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Used for probable causes."
+ SYNTAX INTEGER
+ {
+ swdlOk ( 50),
+ loopOpended ( 53),
+ loopClosed ( 54),
+ mcu ( 56),
+ mcd ( 57),
+ rstpNewRoot ( 58),
+ rstpTopologyChange ( 59),
+ rmonRisingThreshold ( 60),
+ rmonFallingThreshold ( 61),
+ pingCompleted ( 62),
+ modIns ( 63),
+ cdbBackupOk ( 64),
+ cdbRestoreOk ( 65),
+ information ( 66),
+ fileTransferStart ( 67),
+ fileTransferEnd ( 68),
+ modOos ( 70),
+ modOosMaint ( 71),
+ moduleRestart ( 72),
+ moduleShutdown ( 73),
+ slotUnequipped ( 74),
+ emergencyPassword ( 75),
+ cdbEraseLimitedOk ( 77),
+ lkfInstallOk ( 78),
+ lkfRemoveOk ( 79),
+ ccmLoopbackCompletion ( 80),
+ ccmLinktraceCompletion ( 81),
+ erpProtectionStateChange ( 82),
+ portLoopDisabled ( 83),
+ portLoopEnabled ( 84),
+ t0SourceSwitched ( 86),
+ ptpModeSwitch ( 87),
+ cdbEraseOk ( 88),
+ ptpMasterSwitched ( 89),
+ bfdSessionUp ( 90),
+ bfdSessionStateChanged ( 91),
+ mid (100),
+ linkDown (141),
+ alarmInp (142),
+ temp (154),
+ tempCri (155),
+ arc (157),
+ t0HoldOver (158),
+ pwrLow (162),
+ pwrHigh (163),
+ pwrOff (164),
+ ifmodMismatch (166),
+ ifmodNotProv (168),
+ nrMismatch (170),
+ ntpUnreachable (171),
+ cdbDiskNearFull (172),
+ tmpDiskNearFull (176),
+ invFailure (189),
+ syncAutoLockout (191),
+ nrNotCommitted (192),
+ acMstTimeout (202),
+ rsAckTimeout (203),
+ swdlAborted (204),
+ cdbRestoreFail (207),
+ cdbBackupFail (208),
+ fileTransferFail (209),
+ swdlFail (210),
+ swdlRollbackFail (211),
+ standbySWDLFail (212),
+ haLogReset (213),
+ cdbErased (214),
+ nrAutoRollback (215),
+ lkgCdbRollback (218),
+ hwDiagError (219),
+ swError (220),
+ oamErrorSymPeriod (221),
+ oamErrorFramePeriod (222),
+ oamErrorFrame (223),
+ oamErrorFrameSecsSummary (224),
+ oamCritical (225),
+ oamDyingGasp (226),
+ lkfInstallFail (227),
+ lkfRemoveFail (228),
+ dhcpError (242),
+ hardwareFail (252),
+ ifmodFail (253),
+ defXconnCCM (257),
+ defErrorCCM (258),
+ defRemoteCCM (259),
+ defMacStatus (260),
+ defRDICCM (261),
+ y1731DMRttDeg (273),
+ y1731DMOneWayDegReverse (274),
+ y1731DMOneWayDegForward (275),
+ y1731DMVRttDeg (276),
+ y1731DMVOneWayDegReverse (277),
+ y1731DMVOneWayDegForward (278),
+ y1731LMFrameLossNearEnd (279),
+ y1731LMFrameLossFarEnd (280),
+ syncSourceLossRedundancy (281),
+ xpicCableDisconnected (282),
+ ipIfHardwareFail (300),
+ arpHardwareFail (301),
+ rtTableHardwareFail (302),
+ remoteMepHardwareFail (303),
+ rfInputLow (328),
+ rfOutputATPCMaxTooLong (329),
+ radioLinkConnectionDefect (330),
+ radioLinkIDMismatch (331),
+ radioLinkHardwareDefect (332),
+ rlts115MinThresholdCrossing (333),
+ rlts124HourThresholdCrossing (334),
+ rlts215MinThresholdCrossing (335),
+ rlts224HourThresholdCrossing (336),
+ rltm15MinThresholdCrossing (337),
+ rltm24HourThresholdCrossing (338),
+ tlts115MinThresholdCrossing (339),
+ tlts124HourThresholdCrossing (340),
+ tltm15MinThresholdCrossing (341),
+ tltm24HourThresholdCrossing (342),
+ psac15MinThresholdCrossing (343),
+ psac24HourThresholdCrossing (344),
+ ams15MinThresholdCrossing (345),
+ ams24HourThresholdCrossing (346),
+ licInServiceUnlockPeriod (347),
+ licInUnlockedMode (348),
+ licUnlockPeriodExpired (349),
+ licMissingCritical (350),
+ licMissingMajor (351),
+ licMaintenanceUnlockTokenWarning (352),
+ licMaintenanceUnlockTokenMajor (353),
+ licEmergencyUnlockTokenWarning (354),
+ licEmergencyUnlockTokenMajor (355),
+ licIntegrationUnlockPeriodExpired (365),
+ licMaintenanceUnlockPeriodExpired (366),
+ licEmergencyUnlockPeriodExpired (367),
+ licSystemUnlockPeriodExpired (368),
+ rmmMissing (369),
+ rmmFaulty (370),
+ cdbCompressedFileTooLarge (371),
+ ifModTemperatureTooHigh (375),
+ ifModTemperatureTooLow (376),
+ ifModVoltageTooHigh (377),
+ ifModVoltageTooLow (378),
+ ifModTxBiasTooHigh (379),
+ ifModTxBiasTooLow (380),
+ ifModTxPowerTooHigh (381),
+ ifModTxPowerTooLow (382),
+ ifModRxPowerTooLow (383),
+ tempLow (384),
+ deleteUserAlarm (385),
+ deleteUserEvent (386),
+ alignmentModeEnabled (387),
+ wifiModuleNotResponding (388),
+ wifiModuleInserted (389),
+ wifiModuleRemoved (390),
+ spectrumDiagnosticScanStarted (391),
+ spectrumDiagnosticScanFinished (392),
+ ber (393),
+ wifiDefaultPasswordNotChanged (394),
+ wifiSoftwareMismatch (395),
+ managementPortOpened (396),
+ carrierTerminationConfigMismatch (397),
+ wifiIncompatibleHardware (398),
+ icccDown (399),
+ radioLinkTerminalReducedCapacity (400),
+ licMissingCriticalFAL1241762 (402),
+ licMissingMajorFAL1241762 (403),
+ licMissingCriticalFAL1241669 (404),
+ licMissingMajorFAL1241669 (405),
+ licMissingCriticalFAL1242293 (406),
+ licMissingMajorFAL1242293 (407),
+ licMissingCriticalFAL1242339 (408),
+ licMissingMajorFAL1242339 (409),
+ licMissingCriticalFAL1242322 (412),
+ licMissingMajorFAL1242322 (413),
+ licMissingCriticalFAL1242378 (414),
+ licMissingMajorFAL1242378 (415),
+ licMissingCriticalFAL1241778 (416),
+ licMissingMajorFAL1241778 (417),
+ licMissingCriticalFAL1241764 (418),
+ licMissingMajorFAL1241764 (419),
+ licMissingCriticalFAL1241885 (420),
+ licMissingMajorFAL1241885 (421),
+ licMissingCriticalFAL1241801 (422),
+ licMissingMajorFAL1241801 (423),
+ licMissingCriticalFAL1242043 (424),
+ licMissingMajorFAL1242043 (425),
+ licMissingCriticalFAL1242088 (426),
+ licMissingMajorFAL1242088 (427),
+ licMissingCriticalFAL1241726 (428),
+ licMissingMajorFAL1241726 (429),
+ licMissingCriticalFAL1241884 (430),
+ licMissingMajorFAL1241884 (431),
+ licMissingCriticalFAL1242186 (432),
+ licMissingMajorFAL1242186 (433),
+ licMissingCriticalFAL1242044 (434),
+ licMissingMajorFAL1242044 (435),
+ licMissingCriticalFAL1242089 (436),
+ licMissingMajorFAL1242089 (437),
+ licMissingCriticalFAL1242295 (438),
+ licMissingMajorFAL1242295 (439),
+ licMissingCriticalFAL1242297 (440),
+ licMissingMajorFAL1242297 (441),
+ licMissingCriticalFAL1242298 (442),
+ licMissingMajorFAL1242298 (443),
+ licMissingCriticalFAL1242299 (444),
+ licMissingMajorFAL1242299 (445),
+ licMissingCriticalFAL1242342 (446),
+ licMissingMajorFAL1242342 (447),
+ licMissingCriticalFAL1242343 (448),
+ licMissingMajorFAL1242343 (449),
+ licMissingCriticalFAL1242345 (450),
+ licMissingMajorFAL1242345 (451),
+ licMissingCriticalFAL1242346 (452),
+ licMissingMajorFAL1242346 (453),
+ licMissingCriticalFAL1242347 (454),
+ licMissingMajorFAL1242347 (455),
+ licMissingCriticalFAL1242348 (456),
+ licMissingMajorFAL1242348 (457),
+ licMissingCriticalFAL1242402 (458),
+ licMissingMajorFAL1242402 (459),
+ licMissingCriticalFAL1242364 (460),
+ licMissingMajorFAL1242364 (461),
+ licMissingCriticalFAL1242365 (462),
+ licMissingMajorFAL1242365 (463),
+ licMissingCriticalFAL1242880 (464),
+ licMissingMajorFAL1242880 (465),
+ licMissingCriticalFAL1242323 (486),
+ licMissingMajorFAL1242323 (487),
+ licMissingCriticalFAL1242324 (488),
+ licMissingMajorFAL1242324 (489),
+ licMissingCriticalFAL1242325 (490),
+ licMissingMajorFAL1242325 (491),
+ licMissingCriticalFAL1242326 (492),
+ licMissingMajorFAL1242326 (493),
+ licMissingCriticalFAL1242401 (494),
+ licMissingMajorFAL1242401 (495),
+ licMissingCriticalFAL1242400 (496),
+ licMissingMajorFAL1242400 (497),
+ licMissingCriticalFAL1242885 (498),
+ licMissingMajorFAL1242885 (499),
+ licMissingCriticalFAL1242615 (500),
+ licMissingMajorFAL1242615 (501),
+ licMissingCriticalFAL1241765 (502),
+ licMissingMajorFAL1241765 (503),
+ aaaLocal (506),
+ aaaTacacs (507),
+ aaaRadius (508),
+ deleteNotificationSubscriber (509),
+ disableNotificationSubscriber (510),
+ disableNotificationReporting (511),
+ licMissingCriticalFAL1241767 (516),
+ licMissingMajorFAL1241767 (517),
+ licMissingCriticalFAL1241768 (518),
+ licMissingMajorFAL1241768 (519),
+ licMissingCriticalFAL1241769 (520),
+ licMissingMajorFAL1241769 (521),
+ licMissingCriticalFAL1241770 (522),
+ licMissingMajorFAL1241770 (523),
+ licMissingCriticalFAL1241771 (524),
+ licMissingMajorFAL1241771 (525),
+ licMissingCriticalFAL1241772 (526),
+ licMissingMajorFAL1241772 (527),
+ licMissingCriticalFAL1241773 (528),
+ licMissingMajorFAL1241773 (529),
+ licMissingCriticalFAL1241774 (530),
+ licMissingMajorFAL1241774 (531),
+ licMissingCriticalFAL1241670 (532),
+ licMissingMajorFAL1241670 (533),
+ licMissingCriticalFAL1241707 (534),
+ licMissingMajorFAL1241707 (535),
+ licMissingCriticalFAL1241708 (536),
+ licMissingMajorFAL1241708 (537),
+ licMissingCriticalFAL1241709 (538),
+ licMissingMajorFAL1241709 (539),
+ licMissingCriticalFAL1241710 (540),
+ licMissingMajorFAL1241710 (541),
+ licMissingCriticalFAL1241711 (542),
+ licMissingMajorFAL1241711 (543),
+ licMissingCriticalFAL1241712 (544),
+ licMissingMajorFAL1241712 (545),
+ licMissingCriticalFAL1241713 (546),
+ licMissingMajorFAL1241713 (547),
+ licMissingCriticalFAL1242300 (548),
+ licMissingMajorFAL1242300 (549),
+ licMissingCriticalFAL1242301 (550),
+ licMissingMajorFAL1242301 (551),
+ licMissingCriticalFAL1242302 (552),
+ licMissingMajorFAL1242302 (553),
+ licMissingCriticalFAL1242303 (554),
+ licMissingMajorFAL1242303 (555),
+ licMissingCriticalFAL1242304 (556),
+ licMissingMajorFAL1242304 (557),
+ licMissingCriticalFAL1242305 (558),
+ licMissingMajorFAL1242305 (559),
+ licMissingCriticalFAL1242306 (560),
+ licMissingMajorFAL1242306 (561),
+ licMissingCriticalFAL1242307 (562),
+ licMissingMajorFAL1242307 (563),
+ licMissingCriticalFAL1242308 (564),
+ licMissingMajorFAL1242308 (565),
+ licMissingCriticalFAL1242309 (566),
+ licMissingMajorFAL1242309 (567),
+ licMissingCriticalFAL1242310 (568),
+ licMissingMajorFAL1242310 (569),
+ licMissingCriticalFAL1242311 (570),
+ licMissingMajorFAL1242311 (571),
+ licMissingCriticalFAL1242312 (572),
+ licMissingMajorFAL1242312 (573),
+ licMissingCriticalFAL1242313 (574),
+ licMissingMajorFAL1242313 (575),
+ licMissingCriticalFAL1242314 (576),
+ licMissingMajorFAL1242314 (577),
+ licMissingCriticalFAL1242350 (578),
+ licMissingMajorFAL1242350 (579),
+ licMissingCriticalFAL1242351 (580),
+ licMissingMajorFAL1242351 (581),
+ licMissingCriticalFAL1242352 (582),
+ licMissingMajorFAL1242352 (583),
+ licMissingCriticalFAL1242353 (584),
+ licMissingMajorFAL1242353 (585),
+ licMissingCriticalFAL1242354 (586),
+ licMissingMajorFAL1242354 (587),
+ licMissingCriticalFAL1242355 (588),
+ licMissingMajorFAL1242355 (589),
+ licMissingCriticalFAL1242356 (590),
+ licMissingMajorFAL1242356 (591),
+ licMissingCriticalFAL1242357 (592),
+ licMissingMajorFAL1242357 (593),
+ licMissingCriticalFAL1242358 (594),
+ licMissingMajorFAL1242358 (595),
+ licMissingCriticalFAL1242359 (596),
+ licMissingMajorFAL1242359 (597),
+ licMissingCriticalFAL1242360 (598),
+ licMissingMajorFAL1242360 (599),
+ licMissingCriticalFAL1242361 (600),
+ licMissingMajorFAL1242361 (601),
+ licMissingCriticalFAL1242362 (602),
+ licMissingMajorFAL1242362 (603),
+ licMissingCriticalFAL1242363 (604),
+ licMissingMajorFAL1242363 (605),
+ licMissingCriticalFAL1242874 (606),
+ licMissingMajorFAL1242874 (607),
+ licMissingCriticalFAL1242875 (608),
+ licMissingMajorFAL1242875 (609),
+ licMissingCriticalFAL1242876 (610),
+ licMissingMajorFAL1242876 (611),
+ licMissingCriticalFAL1242877 (612),
+ licMissingMajorFAL1242877 (613),
+ licMissingCriticalFAL1242878 (614),
+ licMissingMajorFAL1242878 (615),
+ licMissingCriticalFAL1241127 (648),
+ licMissingMajorFAL1241127 (649),
+ licMissingCriticalFAL1241766 (650),
+ licMissingMajorFAL1241766 (651)
+ }
+
+Severity ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Used for Severity."
+ SYNTAX INTEGER
+ {
+ indeterminate (1),
+ critical (2),
+ major (3),
+ minor (4),
+ warning (5),
+ cleared (6)
+ }
+
+SwitchReason ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Used for switch reason."
+ SYNTAX INTEGER
+ {
+ na ( 1),
+ restored ( 2),
+ signalFail ( 3),
+ signalMismatch ( 4),
+ signalDegrade ( 5),
+ automaticSwitch ( 6),
+ manual ( 7),
+ remoteRequest ( 8),
+ protectionDisabled ( 9),
+ moduleFail (10)
+ }
+
+SwitchType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Used for switch types."
+ SYNTAX INTEGER
+ {
+ sdhMsp (1),
+ sdhSncp (2),
+ equipememtProtection (3),
+ synchronisation (4),
+ scSwitchover (5)
+ }
+
+-- MARGE - extended ALARM-INFO - LayerRate
+--
+--
+-- Id (TMF513) Layer identifier (TMF513) Managed objects (AXXTMN) Presented value (AXXTMN)
+-- =========== ========================= ======================== ========================
+--
+-- 1 LR_Not_Applicable all not specified below not applicable
+--
+-- 5 LR_E1_2M PDHPort E1
+-- E1
+--
+-- 7 LR_E3_34M PDHPort E3
+-- E3
+--
+-- 11 LR_VT2_and_TU12_VC12 TU12 VC12 TU12/VC12
+--
+-- 13 LR_Low_Order_TU3_VC3 TU3 VC3 TU3/VC3
+--
+-- 15 LR_STS3c_and_AU4_VC4 AU4 VC4 AU4/VC4
+--
+-- 16 LR_STS12c_VC4_4c AU4_4c AU4_4C
+--
+-- 20 LR_Section_OC3_STS3_and_RS_STM1 RS RS_STM1
+--
+-- 21 LR_Section_OC12_STS12_and_RS_STM4 RS RS_STM4
+--
+-- 22 LR_Section_OC48_STS48_and_RS_STM16 RS RS_STM16
+--
+-- 25 LR_Line_OC3_STS3_and_MS_STM1 MS MS_STM1
+--
+-- 26 LR_Line_OC12_STS12_and_MS_STM4 MS MS_STM4
+--
+-- 27 LR_Line_OC48_STS48_and_MS_STM16 MS MS_STM16
+--
+-- 46 LR_PHYSICAL_ELECTRICAL LANx ELECTRICAL
+-- SDHPort
+--
+-- 47 LR_PHYSICAL_OPTICAL SDHPort OPTICAL
+-- PDHPort
+-- LANx
+--
+-- 73 LR_DSR_OC3_STM1 SDHPort STM1
+--
+-- 74 LR_DSR_OC12_STM4 SDHPort STM4
+--
+-- 76 LR_DSR_OC48_STM16 SDHPort STM16
+--
+-- 87 LR_DSR_Gigabit_Ethernet LANx GE
+--
+-- 96 LR_Ethernet LANx Ethernet
+-- WANx
+--
+-- 97 LR_DSR_Fast_Ethernet LANx FE
+-- WANx
+--
+-- 98 LR_Encapsulation VCGroup (?) or ENCAP
+-- LANx/WANx
+--
+-- 99 LR_Fragment LANx (if in L1) Fragment
+-- WANx
+--
+
+LayerRate ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Used for LayerRate."
+ SYNTAX INTEGER
+ {
+ lrNotApplicable (1),
+ lrT3AndDs345m (4),
+ lrE1or2M (5),
+ lrE3or34M (7),
+ lrVt2andTu12Vc12 (11),
+ lrLowOrderTu3Vc3 (13),
+ lrSts3candAu4Vc4 (15),
+ lrSts12cVc44c (16),
+ lrSectionOc3Sts3andRsStm1 (20),
+ lrSectionOc12Sts12andRsStm4 (21),
+ lrSectionOc48Sts48andRsStm16 (22),
+ lrLineOc3Sts3andMsStm1 (25),
+ lrLineOc12Sts12andMsStm4 (26),
+ lrLineOc48Sts48andMsStm16 (27),
+ lrDsrOc3Stm1 (73),
+ lrDsrOc12Stm4 (74),
+ lrDsrOc48Stm16 (76),
+ lrDsrGigabitEthernet (87),
+ lrEncapsulation (98),
+ lrFragment (99)
+ }
+
+--
+-- PT-TRAP trap group.
+--
+
+ ptTrapAlarmNotificationClear NOTIFICATION-TYPE
+ OBJECTS
+ {
+ ptTrapContentsTimeStamp,
+ ptTrapContentsNotificationId,
+ ptTrapContentsSequenceNumber,
+ ptTrapContentsAdditionalText,
+ ptTrapContentsManagedObjectId,
+ ptTrapContentsReferenceObjectId,
+ ptTrapContentsSeverity,
+ ptTrapContentsProbableCause,
+ ptTrapContentsProbableCauseQualifier,
+ ptTrapContentsLayerRate,
+ ptTrapContentsDateAndTime
+ }
+ STATUS current
+ DESCRIPTION
+ "An alarm notification clear trap indicates that a clearable alarm condition has occurred."
+ ::= { ptTraps 1 }
+
+ ptTrapAlarmNotificationNonClear NOTIFICATION-TYPE
+ OBJECTS
+ {
+ ptTrapContentsTimeStamp,
+ ptTrapContentsNotificationId,
+ ptTrapContentsSequenceNumber,
+ ptTrapContentsAdditionalText,
+ ptTrapContentsManagedObjectId,
+ ptTrapContentsReferenceObjectId,
+ ptTrapContentsSeverity,
+ ptTrapContentsProbableCause,
+ ptTrapContentsProbableCauseQualifier,
+ ptTrapContentsLayerRate,
+ ptTrapContentsDateAndTime
+ }
+ STATUS current
+ DESCRIPTION
+ "An alarm notification non-clear trap indicates that a non-clearable alarm condition has occurred."
+ ::= { ptTraps 2 }
+
+ ptTrapEventNotification NOTIFICATION-TYPE
+ OBJECTS
+ {
+ ptTrapContentsTimeStamp,
+ ptTrapContentsNotificationId,
+ ptTrapContentsSequenceNumber,
+ ptTrapContentsAdditionalText,
+ ptTrapContentsManagedObjectId,
+ ptTrapContentsReferenceObjectId,
+ ptTrapContentsEventType,
+ ptTrapContentsEventCause,
+ ptTrapContentsDateAndTime
+ }
+ STATUS current
+ DESCRIPTION
+ "An event notification trap indicates that an event has occurred."
+ ::= { ptTraps 3 }
+
+ ptTrapProtectionSwitchNotification NOTIFICATION-TYPE
+ OBJECTS
+ {
+ ptTrapContentsTimeStamp,
+ ptTrapContentsNotificationId,
+ ptTrapContentsSequenceNumber,
+ ptTrapContentsAdditionalText,
+ ptTrapContentsManagedObjectId,
+ ptTrapContentsReferenceObjectId,
+ ptTrapContentsSwitchType,
+ ptTrapContentsSwitchReason,
+ ptTrapContentsSwitchAwayFromMo,
+ ptTrapContentsSwitchToMo,
+ ptTrapContentsDateAndTime
+ }
+ STATUS current
+ DESCRIPTION
+ "A protection switch notification trap indicates that a protection
+ switch has occurred."
+ ::= { ptTraps 4 }
+
+ ptTrapObjectCreateNotification NOTIFICATION-TYPE
+ OBJECTS
+ {
+ ptTrapContentsTimeStamp,
+ ptTrapContentsNotificationId,
+ ptTrapContentsSequenceNumber,
+ ptTrapContentsAdditionalText,
+ ptTrapContentsManagedObjectId,
+ ptTrapContentsReferenceObjectId,
+ ptTrapContentsDateAndTime
+ }
+ STATUS current
+ DESCRIPTION
+ "An object create notification trap indicates that an object has
+ been created."
+ ::= { ptTraps 5 }
+
+ ptTrapObjectDeleteNotification NOTIFICATION-TYPE
+ OBJECTS
+ {
+ ptTrapContentsTimeStamp,
+ ptTrapContentsNotificationId,
+ ptTrapContentsSequenceNumber,
+ ptTrapContentsAdditionalText,
+ ptTrapContentsManagedObjectId,
+ ptTrapContentsReferenceObjectId,
+ ptTrapContentsDateAndTime
+ }
+ STATUS current
+ DESCRIPTION
+ "An object delete notification trap indicates that an object has
+ been deleted."
+ ::= { ptTraps 6 }
+
+ ptTrapAvcNotification NOTIFICATION-TYPE
+ OBJECTS
+ {
+ ptTrapContentsTimeStamp,
+ ptTrapContentsNotificationId,
+ ptTrapContentsSequenceNumber,
+ ptTrapContentsAdditionalText,
+ ptTrapContentsManagedObjectId,
+ ptTrapContentsReferenceObjectId,
+ ptTrapContentsAvc,
+ ptTrapContentsDateAndTime
+ }
+ STATUS current
+ DESCRIPTION
+ "An attribute value change notification trap indicates that
+ attributes has been changed."
+ ::= { ptTraps 7 }
+
+
+--
+-- ptTRAP trap objects group.
+--
+-- ptTrapContentsTables OBJECT IDENTIFIER ::= { ptTrapContents 1 }
+ ptTrapContentsObjects OBJECT IDENTIFIER ::= { ptTrapContents 2 }
+
+-------------------------------------------------------------------------------
+-- ptTRAP contents group tables.
+-------------------------------------------------------------------------------
+
+-- Currently none
+
+
+-------------------------------------------------------------------------------
+-- ptTRAP contents group objects.
+-------------------------------------------------------------------------------
+
+ ptTrapContentsTimeStamp OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the time stamp of notification traps (seconds since Epoch).
+ , that is the number of seconds that have elapsed since 1970-01-01 UTC."
+ ::= { ptTrapContentsObjects 1 }
+
+ ptTrapContentsNotificationId OBJECT-TYPE
+ SYNTAX NotificationId
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the notification id of notification traps."
+ ::= { ptTrapContentsObjects 2 }
+
+ ptTrapContentsSequenceNumber OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the sequence number of notification traps."
+ ::= { ptTrapContentsObjects 3 }
+
+ ptTrapContentsAdditionalText OBJECT-TYPE
+ SYNTAX DisplayString ( SIZE (0..80) )
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the additional text of notification traps."
+ ::= { ptTrapContentsObjects 4 }
+
+ ptTrapContentsManagedObjectId OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the managed object id of notification traps.
+ The managed object id uniquely identifies the source of the
+ notification and consists of class and instance information
+ for the source. It is represented by a formated text string
+ which first contains the class and depending on the class a list
+ of attribute name and value pairs:
+
+ '<class>:<name>=<value>;<name>=<value>;...'
+
+ <class> : class name.
+ <name> : attribute name.
+ <value> : attribute value."
+ ::= { ptTrapContentsObjects 5 }
+
+ ptTrapContentsReferenceObjectId OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the referenced object id for the
+ managed object id in cases where the managed object id is
+ not physical object.
+ It has the same format as 'ptTrapContentsManagedObjectId' and
+ is represented by a formated text string which first contains
+ the class and depending on the class a list of attribute name
+ and value pairs:
+
+ '<class>:<name>=<value>;<name>=<value>;...'
+
+ <class> : class name.
+ <name> : attribute name.
+ <value> : attribute value."
+ ::= { ptTrapContentsObjects 6 }
+
+ ptTrapContentsSeverity OBJECT-TYPE
+ SYNTAX Severity
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the severity number of alarm notification
+ traps."
+ ::= { ptTrapContentsObjects 7 }
+
+ ptTrapContentsProbableCause OBJECT-TYPE
+ SYNTAX ProbableCause
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the probable cause of alarm notification
+ traps."
+ ::= { ptTrapContentsObjects 8 }
+
+ ptTrapContentsProbableCauseQualifier OBJECT-TYPE
+ SYNTAX DisplayString ( SIZE (0..80) )
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the probable cause qualifier of alarm
+ notification traps."
+ ::= { ptTrapContentsObjects 9 }
+
+ ptTrapContentsEventType OBJECT-TYPE
+ SYNTAX EventType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the event type of event notification
+ traps."
+ ::= { ptTrapContentsObjects 10 }
+
+ ptTrapContentsEventCause OBJECT-TYPE
+ SYNTAX EventCause
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the event cause of event notification
+ traps."
+ ::= { ptTrapContentsObjects 11 }
+
+ ptTrapContentsSwitchType OBJECT-TYPE
+ SYNTAX SwitchType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the switch type of protection switch
+ notification traps."
+ ::= { ptTrapContentsObjects 12 }
+
+ ptTrapContentsSwitchReason OBJECT-TYPE
+ SYNTAX SwitchReason
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the switch reason of protection switch
+ notification traps."
+ ::= { ptTrapContentsObjects 13 }
+
+ ptTrapContentsSwitchAwayFromMo OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the managed object id of the switch
+ away from object of a protection switch.
+ It has the same format as 'ptTrapContentsManagedObjectId' and
+ is represented by a formated text string which first contains
+ the class and depending on the class a list of attribute name
+ and value pairs:
+
+ '<class>:<name>=<value>;<name>=<value>;...'
+
+ <class> : class name.
+ <name> : attribute name.
+ <value> : attribute value."
+ ::= { ptTrapContentsObjects 14 }
+
+ ptTrapContentsSwitchToMo OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the managed object id of the switch
+ to object of a protection switch.
+ It has the same format as 'ptTrapContentsManagedObjectId' and
+ is represented by a formated text string which first contains
+ the class and depending on the class a list of attribute name
+ and value pairs:
+
+ '<class>:<name>=<value>;<name>=<value>;...'
+
+ <class> : class name.
+ <name> : attribute name.
+ <value> : attribute value."
+ ::= { ptTrapContentsObjects 15 }
+
+ ptTrapContentsAvc OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the AVC of attribute value change
+ notification traps.
+ The AVC is a list of attribute names and values. It is
+ represented by a formated text string with attribute name and
+ value pairs:
+
+ '<name>=<value>;<name>=<value>;...'
+
+ <name> : attribute name.
+ <value> : attribute value."
+ ::= { ptTrapContentsObjects 16 }
+
+ ptTrapContentsLayerRate OBJECT-TYPE
+ SYNTAX LayerRate
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the LayerRate translation of the alarm
+ point of the alarm.
+ 0 means not applicable for the alarm."
+ ::= { ptTrapContentsObjects 17 }
+
+ ptTrapContentsDateAndTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the Local date and time with UTC Time zone information of notification traps."
+ ::= { ptTrapContentsObjects 18 }
+
+
+--
+-- Conformance
+--
+
+ ptTrapsCompliances OBJECT IDENTIFIER ::= { ptTrapsConformance 1 }
+ ptTrapsGroups OBJECT IDENTIFIER ::= { ptTrapsConformance 2 }
+
+ ptTRAPSFullCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement for SNMP entities which implement everything."
+ MODULE -- This Module
+ MANDATORY-GROUPS { ptTrapsCompleteGroup, ptTrapsNotificationGroup }
+ ::= { ptTrapsCompliances 1 }
+
+ ptTrapsCompleteGroup OBJECT-GROUP
+ OBJECTS
+ {
+ ptTrapContentsTimeStamp,
+ ptTrapContentsNotificationId,
+ ptTrapContentsSequenceNumber,
+ ptTrapContentsAdditionalText,
+ ptTrapContentsManagedObjectId,
+ ptTrapContentsReferenceObjectId,
+ ptTrapContentsSeverity,
+ ptTrapContentsProbableCause,
+ ptTrapContentsProbableCauseQualifier,
+ ptTrapContentsEventType,
+ ptTrapContentsEventCause,
+ ptTrapContentsSwitchType,
+ ptTrapContentsSwitchReason,
+ ptTrapContentsSwitchAwayFromMo,
+ ptTrapContentsSwitchToMo,
+ ptTrapContentsAvc,
+ ptTrapContentsLayerRate,
+ ptTrapContentsDateAndTime
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of all current objects in this MIB module."
+ ::= { ptTrapsGroups 1 }
+
+ptTrapsNotificationGroup NOTIFICATION-GROUP
+ NOTIFICATIONS
+ {
+ ptTrapAlarmNotificationClear,
+ ptTrapAlarmNotificationNonClear,
+ ptTrapEventNotification,
+ ptTrapProtectionSwitchNotification,
+ ptTrapObjectCreateNotification,
+ ptTrapObjectDeleteNotification,
+ ptTrapAvcNotification
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of all current notifications in this MIB module."
+ ::= { ptTrapsGroups 2 }
+
+END
+
diff --git a/MIBS/ericsson/RBN-CPU-METER-CAP b/MIBS/ericsson/RBN-CPU-METER-CAP
new file mode 100644
index 0000000..dcf5ad6
--- /dev/null
+++ b/MIBS/ericsson/RBN-CPU-METER-CAP
@@ -0,0 +1,174 @@
+-- %DNP% $Id: RBN-CPU-METER-CAP.my,v 1.1.2.4.388.5 2011/12/16 22:31:28 chiachun Exp $
+-- %DNP% $Source: /cvsroot/pkt/sw/se/xc/bsd/config/snmp/mibs/Attic/RBN-CPU-METER-CAP.my,v $
+-- *****************************************************************
+-- RBN-CPU-METER-CAP The RBN CPU METER MIB Capabilities
+--
+-- Copyright (c) 1999, 2003, 2010-2011 Ericsson AB
+-- All rights reserved.
+--
+-- *****************************************************************
+
+RBN-CPU-METER-CAP DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY
+ FROM SNMPv2-SMI
+ AGENT-CAPABILITIES
+ FROM SNMPv2-CONF
+ rbnCapabilities
+ FROM RBN-SMI;
+
+rbnCpuMeterCap MODULE-IDENTITY
+ LAST-UPDATED "201112131800Z" -- Dec 13, 2011
+ ORGANIZATION "Ericsson Inc."
+ CONTACT-INFO
+ " Ericsson, Inc.
+
+ Postal: 100 Headquarters Dr.
+ San Jose, CA 95134
+ USA
+
+ Phone: +1 408 750 5000
+ Fax: +1 408 750 5599
+ "
+ DESCRIPTION
+ "The Agent Capabilities of the
+ CPU METER MIB (RBN-CPU-METER-MIB).
+
+ If this MIB implementation is platform-dependent,
+ the PRODUCT-RELEASE clause contains Ericsson SEOS version and
+ at least one of the following Ericsson product families:
+ [SE] SmartEdge Multi-service Edge Router (MSER) family
+ [SM] SM family of Metro Ethernet Service Transport platforms
+ [SSR] Smart Service Router (SSR) family"
+
+ REVISION "201112131800Z" -- Dec 13, 2011
+ DESCRIPTION
+ "Added rbnCpuMeterCap6."
+
+ REVISION "201106150000Z" -- Jun 15, 2011
+ DESCRIPTION
+ "Update DESCRIPTION clause of MODULE-IDENTITY
+ and PRODUCT-RELEASE clause of AGENT-CAPABILITIES."
+
+ REVISION "201011010000Z" -- Nov 1, 2010
+ DESCRIPTION
+ "Modified PRODUCT-RELEASE clause for consistent naming.
+ Updated CONTACT-INFO."
+
+ REVISION "200310140000Z" -- Oct 14, 2003
+ DESCRIPTION
+ "Added new OID: rbnCpuMeterCap5."
+
+ REVISION "200307070000Z" -- Jul 7, 2003
+ DESCRIPTION
+ "Added new OID: rbnCpuMeterCap4."
+
+ REVISION "200302110000Z" -- Feb 11, 2003
+ DESCRIPTION
+ "Added new OID: rbnCpuMeterCap3."
+
+ REVISION "200206260000Z" -- June 26, 2002
+ DESCRIPTION
+ "Updated CONTACT-INFO. Added new OID: rbnCpuMeterCap2."
+
+ REVISION "9906162300Z" -- June 16, 1999
+ DESCRIPTION
+ "Initial version."
+ ::= { rbnCapabilities 22 }
+
+rbnCpuMeterCap1 AGENT-CAPABILITIES
+ PRODUCT-RELEASE "AOS 3.0.X.X"
+ STATUS current
+ DESCRIPTION "RBN-CPU-METER-MIB capabilities"
+ SUPPORTS RBN-CPU-METER-MIB
+ INCLUDES {
+ rbnCpuMeterStatsGroup
+ }
+ ::= { rbnCpuMeterCap 1 }
+
+rbnCpuMeterCap2 AGENT-CAPABILITIES
+ PRODUCT-RELEASE "SEOS 2.3.3"
+ STATUS current
+ DESCRIPTION "RBN-CPU-METER-MIB capabilities"
+ SUPPORTS RBN-CPU-METER-MIB
+ INCLUDES {
+ rbnCpuMeterStatsGroup
+ }
+
+ VARIATION rbnCpuMeterFiveSecondAvg
+ ACCESS not-implemented
+ DESCRIPTION
+ "This object is not supported."
+
+ VARIATION rbnCpuMeterFiveMinuteAvg
+ ACCESS not-implemented
+ DESCRIPTION
+ "This object is not supported."
+ ::= { rbnCpuMeterCap 2 }
+
+rbnCpuMeterCap3 AGENT-CAPABILITIES
+ PRODUCT-RELEASE "AOS 6.0.X.X"
+ STATUS current
+ DESCRIPTION "RBN-CPU-METER-MIB capabilities"
+ SUPPORTS RBN-CPU-METER-MIB
+ INCLUDES {
+ rbnCpuMeterStatsGroup,
+ rbnCpuProcGroup
+ }
+ ::= { rbnCpuMeterCap 3 }
+
+rbnCpuMeterCap4 AGENT-CAPABILITIES
+ PRODUCT-RELEASE "SEOS 2.5.4"
+ STATUS current
+ DESCRIPTION "RBN-CPU-METER-MIB capabilities"
+ SUPPORTS RBN-CPU-METER-MIB
+ INCLUDES {
+ rbnCpuMeterStatsGroup
+ }
+ ::= { rbnCpuMeterCap 4 }
+
+rbnCpuMeterCap5 AGENT-CAPABILITIES
+ PRODUCT-RELEASE "SEOS 2.6.3 [SE]; SEOS 6.3.X [SM]; SEOS 11.1.X [SSR]"
+ STATUS current
+ DESCRIPTION "RBN-CPU-METER-MIB capabilities"
+ SUPPORTS RBN-CPU-METER-MIB
+ INCLUDES {
+ rbnCpuMeterStatsGroup,
+ rbnCpuProcGroup
+ }
+
+ VARIATION rbnCpuProcCalls
+ ACCESS not-implemented
+ DESCRIPTION
+ "This object is not supported."
+
+ VARIATION rbnCpuProcLongest
+ ACCESS not-implemented
+ DESCRIPTION
+ "This object is not supported."
+
+ ::= { rbnCpuMeterCap 5 }
+
+rbnCpuMeterCap6 AGENT-CAPABILITIES
+ PRODUCT-RELEASE "IPOS 11.2.X"
+ STATUS current
+ DESCRIPTION "RBN-CPU-METER-MIB capabilities"
+ SUPPORTS RBN-CPU-METER-MIB
+ INCLUDES {
+ rbnCpuMeterStatsGroup2,
+ rbnCpuProcGroup
+ }
+
+ VARIATION rbnCpuProcCalls
+ ACCESS not-implemented
+ DESCRIPTION
+ "This object is not supported."
+
+ VARIATION rbnCpuProcLongest
+ ACCESS not-implemented
+ DESCRIPTION
+ "This object is not supported."
+
+ ::= { rbnCpuMeterCap 6 }
+END
diff --git a/MIBS/ericsson/RBN-CPU-METER-MIB b/MIBS/ericsson/RBN-CPU-METER-MIB
new file mode 100644
index 0000000..4455ba2
--- /dev/null
+++ b/MIBS/ericsson/RBN-CPU-METER-MIB
@@ -0,0 +1,359 @@
+-- %DNP% $Id: RBN-CPU-METER-MIB.my,v 1.1.2.2.434.4 2011/12/16 22:31:28 chiachun Exp $
+-- %DNP% $Source: /cvsroot/pkt/sw/se/xc/bsd/config/snmp/mibs/Attic/RBN-CPU-METER-MIB.my,v $
+-- *****************************************************************
+-- RBN-CPU-METER-MIB The RBN CPU utilization MIB
+--
+-- Copyright (c) 1999, 2003, 2011 Ericsson AB.
+-- All rights reserved.
+--
+-- *****************************************************************
+
+RBN-CPU-METER-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY,
+ OBJECT-TYPE, Integer32, Unsigned32, Counter32, Gauge32
+ FROM SNMPv2-SMI
+ MODULE-COMPLIANCE,
+ OBJECT-GROUP
+ FROM SNMPv2-CONF
+ TEXTUAL-CONVENTION, DisplayString
+ FROM SNMPv2-TC
+ rbnMgmt
+ FROM RBN-SMI
+ RbnPercentage
+ FROM RBN-TC;
+
+rbnCpuMeterMIB MODULE-IDENTITY
+ LAST-UPDATED "201112131800Z" -- Dec 13, 2011
+ ORGANIZATION "Ericsson AB."
+ CONTACT-INFO
+ " Ericsson AB.
+
+ Postal: 100 Headquarters Dr
+ San Jose, CA 95134
+ USA
+
+ Phone: +1 408 750 5000
+ Fax: +1 408 750 5599
+
+ "
+ DESCRIPTION
+ "This management information module measures CPU
+ utilization on a device."
+
+ REVISION "201112131800Z" -- Dec 13, 2011
+ DESCRIPTION
+ "Added rbnCpuMeterFiveSecondPeak, rbnCpuMeterOneMinutePeak, and
+ rbnCpuMeterFiveMinutePeak to monitor system peak CPU usage. Updated
+ conformance information."
+
+ REVISION "201101191800Z" -- Jan 19, 2011
+ DESCRIPTION
+ "Update CONTACT-INFO & ORGANIZATION. Corrected max length of
+ rbnCpuProcName"
+
+ REVISION "200212160000Z" -- December 16, 2002
+ DESCRIPTION
+ "Added a per process table to monitor the cpu usage of
+ each of the processes on the system."
+
+ REVISION "200206260000Z" -- June 26, 2002
+ DESCRIPTION
+ "Updated CONTACT-INFO. Deprecated TEXTUAL-CONVENTION: Percentage.
+ Use RbnPercentage in SYNTAX."
+
+ REVISION "200205290000Z" -- May 29, 2002
+ DESCRIPTION
+ "Update/correct CONTACT-INFO. Fix syntax errors on IMPORTS list."
+
+ REVISION "199906162300Z"
+ DESCRIPTION
+ "Creation of the CPU meter MIB."
+ ::= { rbnMgmt 6 }
+
+
+rbnCpuMeterMIBObjects OBJECT IDENTIFIER
+ ::= { rbnCpuMeterMIB 1 }
+
+rbnCpuMeterMIBConformance OBJECT IDENTIFIER
+ ::= { rbnCpuMeterMIB 2 }
+
+rbnCpuProcMIBObjects OBJECT IDENTIFIER
+ ::= { rbnCpuMeterMIB 3 }
+
+Percentage ::= TEXTUAL-CONVENTION
+ STATUS deprecated
+ DESCRIPTION
+ "This Textual Convention describes an object that stores
+ a whole integer percentage value."
+ SYNTAX Integer32 (0..100)
+
+-- MIB Objects
+
+rbnCpuMeterFiveSecondAvg OBJECT-TYPE
+ SYNTAX RbnPercentage
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Provides the CPU usage percentage over the first five
+ second period in the scheduler."
+ ::= { rbnCpuMeterMIBObjects 1 }
+
+rbnCpuMeterOneMinuteAvg OBJECT-TYPE
+ SYNTAX RbnPercentage
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Provides a cumulative average of the CPU usage percentage
+ over a one minute period."
+ ::= { rbnCpuMeterMIBObjects 2 }
+
+rbnCpuMeterFiveMinuteAvg OBJECT-TYPE
+ SYNTAX RbnPercentage
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Provides a cumulative average of the CPU usage percentage
+ over a five minute period."
+ ::= { rbnCpuMeterMIBObjects 3 }
+
+rbnCpuMeterFiveSecondPeak OBJECT-TYPE
+ SYNTAX RbnPercentage
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The peak CPU usage percentage over the first five
+ second period."
+ ::= { rbnCpuMeterMIBObjects 4 }
+
+rbnCpuMeterOneMinutePeak OBJECT-TYPE
+ SYNTAX RbnPercentage
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The peak CPU usage percentage over a one minute
+ period."
+ ::= { rbnCpuMeterMIBObjects 5 }
+
+rbnCpuMeterFiveMinutePeak OBJECT-TYPE
+ SYNTAX RbnPercentage
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The peak CPU usage percentage over a five minute
+ period."
+ ::= { rbnCpuMeterMIBObjects 6 }
+
+--
+-- Per Process Table
+--
+
+rbnCpuProcTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RbnCpuProcEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table contains the objects which identify cpu processes.
+ With respect to creation and deletion of entries in this table,
+ rows in the table are created or deleted as processes are started
+ or terminated."
+
+ ::= { rbnCpuProcMIBObjects 1 }
+
+rbnCpuProcEntry OBJECT-TYPE
+ SYNTAX RbnCpuProcEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A conceptual row in the rbnCpuProcTable."
+ INDEX { IMPLIED rbnCpuProcName }
+
+ ::= { rbnCpuProcTable 1 }
+
+RbnCpuProcEntry ::=
+ SEQUENCE {
+ rbnCpuProcName DisplayString,
+ rbnCpuProcPriority Unsigned32,
+ rbnCpuProcTime Counter32,
+ rbnCpuProcCalls Counter32,
+ rbnCpuProc5Sec RbnPercentage,
+ rbnCpuProc1Min RbnPercentage,
+ rbnCpuProc5Min RbnPercentage,
+ rbnCpuProcLongest Gauge32
+ }
+
+rbnCpuProcName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (1..114))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The name for this process."
+
+ ::= { rbnCpuProcEntry 1 }
+
+rbnCpuProcPriority OBJECT-TYPE
+ SYNTAX Unsigned32 (0..255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The priority of this process. This value ranges
+ from 0 to 255, with 0 being the highest priority."
+
+ ::= { rbnCpuProcEntry 2 }
+
+rbnCpuProcTime OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total time, in milliseconds, that has been spent
+ in this process."
+
+ ::= { rbnCpuProcEntry 3 }
+
+rbnCpuProcCalls OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of times that this process has acquired
+ the cpu."
+
+ ::= { rbnCpuProcEntry 4 }
+
+rbnCpuProc5Sec OBJECT-TYPE
+ SYNTAX RbnPercentage
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The average cpu usage in a 5 second window for this process."
+
+ ::= { rbnCpuProcEntry 5 }
+
+rbnCpuProc1Min OBJECT-TYPE
+ SYNTAX RbnPercentage
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The average cpu usage in a 1 minute window for this process."
+
+ ::= { rbnCpuProcEntry 6 }
+
+rbnCpuProc5Min OBJECT-TYPE
+ SYNTAX RbnPercentage
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The average cpu usage in a 5 minute window for this process."
+
+ ::= { rbnCpuProcEntry 7 }
+
+rbnCpuProcLongest OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The maximum time, in milliseconds, spent in this process."
+
+ ::= { rbnCpuProcEntry 8 }
+
+-- Conformance Information
+
+
+rbnCpuMeterMIBGroups OBJECT IDENTIFIER ::=
+ { rbnCpuMeterMIBConformance 1 }
+
+rbnCpuMeterMIBCompliances OBJECT IDENTIFIER ::=
+ { rbnCpuMeterMIBConformance 2 }
+
+rbnCpuProcGroups OBJECT IDENTIFIER ::=
+ { rbnCpuMeterMIBConformance 3 }
+
+-- Compliance Statements
+
+rbnCpuMeterMIBCompliance MODULE-COMPLIANCE
+ STATUS deprecated
+ DESCRIPTION
+ "The compliance statement for the CPU meter MIB."
+ MODULE -- this module
+ MANDATORY-GROUPS
+ {
+ rbnCpuMeterStatsGroup
+ }
+ ::= { rbnCpuMeterMIBCompliances 1 }
+
+rbnCpuMeterMIBCompliance1 MODULE-COMPLIANCE
+ STATUS deprecated
+ DESCRIPTION
+ "The compliance statement for the CPU meter MIB
+ with added support for per process monitoring."
+ MODULE -- this module
+ MANDATORY-GROUPS
+ {
+ rbnCpuMeterStatsGroup,
+ rbnCpuProcGroup
+ }
+ ::= { rbnCpuMeterMIBCompliances 2 }
+
+rbnCpuMeterMIBCompliance2 MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement for the CPU meter MIB
+ with added support for per process monitoring."
+ MODULE -- this module
+ MANDATORY-GROUPS
+ {
+ rbnCpuMeterStatsGroup2,
+ rbnCpuProcGroup
+ }
+ ::= { rbnCpuMeterMIBCompliances 3 }
+
+-- Units of Conformance
+
+rbnCpuMeterStatsGroup OBJECT-GROUP
+ OBJECTS
+ {
+ rbnCpuMeterFiveSecondAvg,
+ rbnCpuMeterOneMinuteAvg,
+ rbnCpuMeterFiveMinuteAvg
+ }
+ STATUS deprecated
+ DESCRIPTION
+ "A collection of objects providing CPU utilization
+ information."
+ ::= { rbnCpuMeterMIBGroups 1 }
+
+rbnCpuProcGroup OBJECT-GROUP
+ OBJECTS {
+ rbnCpuProcName,
+ rbnCpuProcPriority,
+ rbnCpuProcTime,
+ rbnCpuProcCalls,
+ rbnCpuProc5Sec,
+ rbnCpuProc1Min,
+ rbnCpuProc5Min,
+ rbnCpuProcLongest
+ }
+ STATUS current
+ DESCRIPTION
+ "The collection of all objects used for monitoring cpu
+ utilization of each process."
+ ::= { rbnCpuProcGroups 1}
+
+rbnCpuMeterStatsGroup2 OBJECT-GROUP
+ OBJECTS
+ {
+ rbnCpuMeterFiveSecondAvg,
+ rbnCpuMeterOneMinuteAvg,
+ rbnCpuMeterFiveMinuteAvg,
+ rbnCpuMeterFiveSecondPeak,
+ rbnCpuMeterOneMinutePeak,
+ rbnCpuMeterFiveMinutePeak
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing CPU utilization
+ information."
+ ::= { rbnCpuMeterMIBGroups 2 }
+END
diff --git a/MIBS/ericsson/RBN-ENVMON-MIB b/MIBS/ericsson/RBN-ENVMON-MIB
new file mode 100644
index 0000000..c0a7da1
--- /dev/null
+++ b/MIBS/ericsson/RBN-ENVMON-MIB
@@ -0,0 +1,790 @@
+-- *****************************************************************
+-- RBN-ENVMON-MIB Environmental Monitor MIB
+--
+-- Copyright (c) 1999-2007, 2010-2011 Ericsson AB
+-- All rights reserved.
+--
+-- *****************************************************************
+
+RBN-ENVMON-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY,
+ OBJECT-TYPE,
+ NOTIFICATION-TYPE,
+ Unsigned32,
+ Integer32
+ FROM SNMPv2-SMI
+ DisplayString,
+ TruthValue,
+ TEXTUAL-CONVENTION
+ FROM SNMPv2-TC
+ MODULE-COMPLIANCE,
+ OBJECT-GROUP,
+ NOTIFICATION-GROUP
+ FROM SNMPv2-CONF
+ entPhysicalIndex
+ FROM ENTITY-MIB
+ rbnMgmt
+ FROM RBN-SMI;
+
+rbnEnvMonMIB MODULE-IDENTITY
+ LAST-UPDATED "201210030000Z" -- October 3, 2012
+ ORGANIZATION "Ericsson AB."
+ CONTACT-INFO
+ " Ericsson AB.
+
+ Postal: 100 Headquarters Dr.
+ San Jose, CA 95134
+ USA
+
+ Phone: +1 408 750 5000
+ Fax: +1 408 750 5599
+
+ "
+ DESCRIPTION
+ "The MIB used to genericially manage Environmental
+ Monitor functionality on network devices."
+
+ REVISION "201210030000Z" -- October 3, 2012
+ DESCRIPTION
+ "Removed DISPLAY-HINT from RbnVoltage and RbnFanSpeed."
+
+ REVISION "201101191800Z" -- Jan 19, 2011
+ DESCRIPTION
+ "Update CONTACT-INFO & ORGANIZATION. "
+
+ REVISION "201011110000Z" -- Nov 11, 2010
+ DESCRIPTION
+ "Add new Table rbnEntityTempSensorTable. This will display
+ the TempSensor Details for all the entities. "
+
+ REVISION "200601160000Z" -- January 16, 2006
+ DESCRIPTION
+ "Add textual convention RbnFanSpeed. Add new OIDs:
+ rbnFanUnitID
+ rbnFanUnitDescr
+ rbnFanSpeedCurrent
+ rbnEnvMonFanSpeedObjectGroup
+ rbnEnvMonMIBComplianceV4
+ "
+ REVISION "200206050000Z" -- June 5, 2002
+ DESCRIPTION
+ "Update/correct CONTACT-INFO. Fix syntax errors on IMPORTS list,
+ ranges on Integer32, and size for DisplayString types.
+ Restore the incorrectly deprecated OIDs to current, since they
+ are still supported."
+ REVISION "200107250000Z" -- July 25, 2001
+ DESCRIPTION
+ "Added new OIDs:
+ rbnFanStatus
+ rbnPowerStatus
+ rbnFanStatusChange
+ rbnPowerStatusChange
+ rbnEnvMonMIBObjectGroupV2
+ rbnEnvMonMIBNotificationGroupV2
+ rbnEnvMonMIBComplianceV3
+ Deprecated the OIDs:
+ rbnFanFail
+ rbnPowerFail
+ rbnFanFailChange
+ rbnPowerFailChange
+ rbnEnvMonMIBObjectGroup
+ rbnEnvMonMIBNotificationGroup
+ rbnEnvMonMIBComplianceV2
+ "
+ REVISION "200004240000Z" -- May 24, 2000
+ DESCRIPTION
+ "Added voltage and temperature sensor tables."
+
+ REVISION "199903100000Z" -- Mar 10, 1999
+ DESCRIPTION
+ "Initial version."
+ ::= { rbnMgmt 4 }
+
+rbnEnvMonMIBNotifications OBJECT IDENTIFIER
+ ::= { rbnEnvMonMIB 0 }
+
+rbnEnvMonMIBObjects OBJECT IDENTIFIER
+ ::= { rbnEnvMonMIB 1 }
+
+rbnEnvMonMIBConformance OBJECT IDENTIFIER
+ ::= { rbnEnvMonMIB 2 }
+
+
+-- Textual Conventions
+
+RbnVoltage ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Represents a voltage value. The value is millivolts.
+ For example, a voltage of 5.5V would be represented
+ by the value 5500."
+ SYNTAX Unsigned32 (0..50000)
+
+RbnTemperature ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "d"
+ STATUS current
+ DESCRIPTION
+ "Represents a temperature, in degrees Celsius. In the
+ unlikely event that the temperature to be reported is
+ less than 0 degrees Celsius, a value of 0 will be
+ used. Likewise, if the temperature is greater than
+ 100, a value of 100 will be used."
+ SYNTAX Unsigned32 (0..100)
+
+RbnFanSpeed ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Represents a fan speed value in units of Revolutions Per
+ Minute(RPM)."
+ SYNTAX Unsigned32
+
+-- MIB Objects
+
+rbnFanStatusTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RbnFanStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table contains one row per fan test point.
+ Note that there is not necessarily a one-to-one
+ relationship between fan test points and fan
+ assemblies; a single test point may be used to
+ monitor the status of multiple fans."
+ ::= { rbnEnvMonMIBObjects 1 }
+
+rbnFanStatusEntry OBJECT-TYPE
+ SYNTAX RbnFanStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Information about a particular fan test point"
+ INDEX { rbnFanIndex }
+ ::= { rbnFanStatusTable 1 }
+
+RbnFanStatusEntry ::= SEQUENCE {
+ rbnFanIndex Integer32,
+ rbnFanDescr DisplayString,
+ rbnFanFail TruthValue,
+ rbnFanStatus INTEGER
+}
+
+rbnFanIndex OBJECT-TYPE
+ SYNTAX Integer32(1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The index of a fan test point."
+ ::= { rbnFanStatusEntry 1 }
+
+rbnFanDescr OBJECT-TYPE
+ SYNTAX DisplayString(SIZE(0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The description of a fan test point. If an instance of
+ this object is associated with a single fan assembly,
+ then the value of this object should be the same as the
+ name by which the assembly is normally referenced. If
+ an instance is associated with multiple fan assemblies,
+ then the value of this object should contain the names
+ of all of the fan assemblies being monitored."
+ ::= { rbnFanStatusEntry 2 }
+
+rbnFanFail OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS deprecated
+ DESCRIPTION
+ "The status of a fan test point. If an instance of
+ this object has the value true, then a fan monitored
+ by the test point has failed. If an instance of
+ this object has the value false, then the fan (or fans)
+ monitored by the test point are operational."
+ ::= { rbnFanStatusEntry 3 }
+
+rbnFanStatus OBJECT-TYPE
+ SYNTAX INTEGER {
+ normal(1),
+ failed(2),
+ absent(3),
+ unknown(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The status of a fan test point. If an instance of
+ this object has the value normal, then the fan (or
+ fans) monitored by the test point is operational. If
+ an instance of this object has the value failed, then
+ the fan (or fans) monitored by the test point has
+ failed. If an instance of this object has the value
+ absent, then the fan (or fans) monitored by this test
+ point is not present. If an instance of this object has
+ the value unknown, then the test point is unable to
+ monitor the fan (or fans)."
+ ::= { rbnFanStatusEntry 4 }
+
+rbnPowerStatusTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RbnPowerStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table contains one row per power test point.
+ Note that there is not necessarily a one-to-one
+ relationship between power test points and power
+ supply assemblies; a single test point may be used
+ to monitor the status of multiple power supplies."
+ ::= { rbnEnvMonMIBObjects 2 }
+
+rbnPowerStatusEntry OBJECT-TYPE
+ SYNTAX RbnPowerStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Information about a particular power test point"
+ INDEX { rbnPowerIndex }
+ ::= { rbnPowerStatusTable 1 }
+
+RbnPowerStatusEntry ::= SEQUENCE {
+ rbnPowerIndex Integer32,
+ rbnPowerDescr DisplayString,
+ rbnPowerFail TruthValue,
+ rbnPowerStatus INTEGER
+}
+
+rbnPowerIndex OBJECT-TYPE
+ SYNTAX Integer32(1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The index of a power test point."
+ ::= { rbnPowerStatusEntry 1 }
+
+rbnPowerDescr OBJECT-TYPE
+ SYNTAX DisplayString(SIZE(0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The description of a power supply test point. If an
+ instance of this object is associated with a single
+ power supply assembly, then the value of this object
+ should be the same as the name by which the assembly
+ is normally referenced. If an instance is associated
+ with multiple power supply assemblies, then the value
+ of this object should contain the names of all of the
+ power supply assemblies being monitored."
+ ::= { rbnPowerStatusEntry 2 }
+
+rbnPowerFail OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS deprecated
+ DESCRIPTION
+ "The status of a power test point. If an instance of
+ this object has the value true, then a power supply
+ monitored by the test point has failed. If an instance
+ of this object has the value false, then the power
+ supply (or supplies) monitored by the test point are
+ operational."
+ ::= { rbnPowerStatusEntry 3 }
+
+rbnPowerStatus OBJECT-TYPE
+ SYNTAX INTEGER {
+ normal(1),
+ failed(2),
+ absent(3),
+ unknown(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The status of a power test point. If an instance of
+ this object has the value normal, then the power
+ supply (or supplies) monitored by the test point is
+ operational. If an instance of this object has the
+ value failed, then the power supply (or supplies)
+ monitored by the test point has failed. If an instance
+ of this object has the value absent, then the power
+ supply (or supplies) monitored by this test point is
+ not present. If an instance of this object has
+ the value unknown, then the test point is unable to
+ monitor the power supply (or supplies)."
+ ::= { rbnPowerStatusEntry 4 }
+
+rbnVoltageSensorTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RbnVoltageSensorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table contains one row per voltage test point.
+ Each physical entity (e.g. cards) in the system may
+ contain zero or more voltage test points."
+ ::= { rbnEnvMonMIBObjects 3 }
+
+rbnVoltageSensorEntry OBJECT-TYPE
+ SYNTAX RbnVoltageSensorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Information about a particular voltage test point."
+ INDEX { entPhysicalIndex, rbnVoltageIndex }
+ ::= { rbnVoltageSensorTable 1 }
+
+RbnVoltageSensorEntry ::= SEQUENCE {
+ rbnVoltageIndex Integer32,
+ rbnVoltageDescr DisplayString,
+ rbnVoltageDesired RbnVoltage,
+ rbnVoltageCurrent RbnVoltage
+}
+
+rbnVoltageIndex OBJECT-TYPE
+ SYNTAX Integer32(1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An arbitrary value which uniquely identifies a
+ voltage test point on a particular physical entity.
+ Index values for different test points are not
+ necessarily contiguous."
+ ::= { rbnVoltageSensorEntry 1 }
+
+rbnVoltageDescr OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..48))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The description of a voltage test point. Typically
+ an instance of this object will hold a user-friendly
+ description of the physical entity and the level of
+ voltage being monitored by this test point."
+ ::= { rbnVoltageSensorEntry 2 }
+
+rbnVoltageDesired OBJECT-TYPE
+ SYNTAX RbnVoltage
+ UNITS "millivolts"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The desired voltage level for this test point. If
+ the monitored voltage level (rbnVoltageCurrent) is
+ equal to this value, then the system is performing
+ as designed."
+ ::= { rbnVoltageSensorEntry 3 }
+
+rbnVoltageCurrent OBJECT-TYPE
+ SYNTAX RbnVoltage
+ UNITS "millivolts"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The current voltage level at this test point."
+ ::= { rbnVoltageSensorEntry 4 }
+
+rbnCpuTempSensorTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RbnCpuTempSensorEntry
+ MAX-ACCESS not-accessible
+ STATUS deprecated
+ DESCRIPTION
+ "This table contains one row per CPU temperature
+ sensor. Each physical entity in the system may have
+ zero or more CPUs. Each of those CPUs that has a
+ temperature sensor will show up here."
+ ::= { rbnEnvMonMIBObjects 4 }
+
+rbnCpuTempSensorEntry OBJECT-TYPE
+ SYNTAX RbnCpuTempSensorEntry
+ MAX-ACCESS not-accessible
+ STATUS deprecated
+ DESCRIPTION
+ "Information about a particular CPU temperature test
+ point."
+ INDEX { entPhysicalIndex, rbnCpuTempIndex }
+ ::= { rbnCpuTempSensorTable 1 }
+
+RbnCpuTempSensorEntry ::= SEQUENCE {
+ rbnCpuTempIndex Integer32,
+ rbnCpuTempDescr DisplayString,
+ rbnCpuTempCurrent RbnTemperature
+}
+
+rbnCpuTempIndex OBJECT-TYPE
+ SYNTAX Integer32(1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS deprecated
+ DESCRIPTION
+ "An arbitrary value which uniquely identifies a CPU on
+ a particular physical entity. Index values for
+ different CPUs are not necessarily contiguous."
+ ::= { rbnCpuTempSensorEntry 1 }
+
+rbnCpuTempDescr OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..48))
+ MAX-ACCESS read-only
+ STATUS deprecated
+ DESCRIPTION
+ "The description of a CPU temperature test
+ point. Typically an instance of this object will hold
+ a user-friendly description of the physical entity
+ and a description of the CPU being monitored by this
+ test point."
+ ::= { rbnCpuTempSensorEntry 2 }
+
+rbnCpuTempCurrent OBJECT-TYPE
+ SYNTAX RbnTemperature
+ UNITS "degrees"
+ MAX-ACCESS read-only
+ STATUS deprecated
+ DESCRIPTION
+ "The current temperature of this CPU."
+ ::= { rbnCpuTempSensorEntry 3 }
+
+rbnFanSpeedTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RbnFanSpeedEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table contains one row per fan unit within a fan
+ test point."
+ ::= { rbnEnvMonMIBObjects 5 }
+
+rbnFanSpeedEntry OBJECT-TYPE
+ SYNTAX RbnFanSpeedEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Information about a particular fan unit within a fan
+ test point."
+ INDEX { rbnFanIndex, rbnFanUnitID }
+ ::= { rbnFanSpeedTable 1 }
+
+RbnFanSpeedEntry ::= SEQUENCE {
+ rbnFanUnitID Integer32,
+ rbnFanUnitDescr DisplayString,
+ rbnFanSpeedCurrent RbnFanSpeed
+}
+
+rbnFanUnitID OBJECT-TYPE
+ SYNTAX Integer32(1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This is the fan identification number that describes the
+ specific location of the fan unit within a fan test point."
+ ::= { rbnFanSpeedEntry 1 }
+
+rbnFanUnitDescr OBJECT-TYPE
+ SYNTAX DisplayString(SIZE(0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The description of the fan unit within a fan test point."
+ ::= { rbnFanSpeedEntry 2 }
+
+rbnFanSpeedCurrent OBJECT-TYPE
+ SYNTAX RbnFanSpeed
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The current speed of this fan unit."
+ ::= { rbnFanSpeedEntry 3 }
+
+rbnEntityTempSensorTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RbnEntityTempSensorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table contains one row per temperature
+ sensor on the physical entity."
+ ::= { rbnEnvMonMIBObjects 6 }
+
+rbnEntityTempSensorEntry OBJECT-TYPE
+ SYNTAX RbnEntityTempSensorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Information about a particular temperature test
+ point."
+ INDEX { entPhysicalIndex, rbnEntityTempIndex }
+ ::= { rbnEntityTempSensorTable 1 }
+
+RbnEntityTempSensorEntry ::= SEQUENCE {
+ rbnEntityTempIndex Integer32,
+ rbnEntityTempDescr DisplayString,
+ rbnEntityTempCurrent RbnTemperature
+}
+
+rbnEntityTempIndex OBJECT-TYPE
+ SYNTAX Integer32(1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An arbitrary value which uniquely identifies a
+ particular physical entity. Index values are
+ not necessarily contiguous."
+ ::= { rbnEntityTempSensorEntry 1 }
+
+rbnEntityTempDescr OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..48))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The description of a temperature test
+ point. Typically an instance of this object will hold
+ a user-friendly description of the physical entity
+ being monitored by this test point."
+ ::= { rbnEntityTempSensorEntry 2 }
+
+rbnEntityTempCurrent OBJECT-TYPE
+ SYNTAX RbnTemperature
+ UNITS "degrees Celsius"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The current temperature of this entity in degrees Celsius."
+ ::= { rbnEntityTempSensorEntry 3 }
+
+-- Notifications
+
+rbnFanFailChange NOTIFICATION-TYPE
+ OBJECTS { rbnFanFail }
+ STATUS deprecated
+ DESCRIPTION
+ "A rbnFanFailChange notification signifies
+ that the value of an instance of rbnFanFail
+ has changed."
+ ::= { rbnEnvMonMIBNotifications 1 }
+
+rbnPowerFailChange NOTIFICATION-TYPE
+ OBJECTS { rbnPowerFail }
+ STATUS deprecated
+ DESCRIPTION
+ "A rbnPowerFailChange notification signifies
+ that the value of an instance of rbnPowerFail
+ has changed"
+ ::= { rbnEnvMonMIBNotifications 2 }
+
+rbnFanStatusChange NOTIFICATION-TYPE
+ OBJECTS { rbnFanStatus }
+ STATUS current
+ DESCRIPTION
+ "A rbnFanStatusChange notification signifies
+ that the value of an instance of rbnFanStatus
+ has changed."
+ ::= { rbnEnvMonMIBNotifications 3 }
+
+rbnPowerStatusChange NOTIFICATION-TYPE
+ OBJECTS { rbnPowerStatus }
+ STATUS current
+ DESCRIPTION
+ "A rbnPowerStatusChange notification signifies
+ that the value of an instance of rbnPowerStatus
+ has changed"
+ ::= { rbnEnvMonMIBNotifications 4 }
+
+-- Conformance Statements
+
+rbnEnvMonMIBGroups OBJECT IDENTIFIER
+ ::= { rbnEnvMonMIBConformance 1 }
+
+rbnEnvMonMIBCompliances OBJECT IDENTIFIER
+ ::= { rbnEnvMonMIBConformance 2 }
+
+rbnEnvMonMIBObjectGroup OBJECT-GROUP
+ OBJECTS { rbnFanDescr, rbnFanFail,
+ rbnPowerDescr, rbnPowerFail
+ }
+ STATUS deprecated
+ DESCRIPTION
+ "A collection of objects providing
+ environmental monitor information."
+ ::= { rbnEnvMonMIBGroups 1 }
+
+rbnEnvMonMIBNotificationGroup NOTIFICATION-GROUP
+ NOTIFICATIONS { rbnFanFailChange,
+ rbnPowerFailChange
+ }
+ STATUS deprecated
+ DESCRIPTION
+ "A collection of notifications providing
+ fan and power environmental monitor information."
+ ::= { rbnEnvMonMIBGroups 2 }
+
+rbnEnvMonVoltageObjectGroup OBJECT-GROUP
+ OBJECTS { rbnVoltageDescr, rbnVoltageDesired,
+ rbnVoltageCurrent
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing voltage
+ environmental monitor information."
+ ::= { rbnEnvMonMIBGroups 3 }
+
+rbnEnvMonTempObjectGroup OBJECT-GROUP
+ OBJECTS { rbnCpuTempDescr, rbnCpuTempCurrent
+ }
+ STATUS deprecated
+ DESCRIPTION
+ "A collection of objects providing temperature
+ environmental monitor information."
+ ::= { rbnEnvMonMIBGroups 4 }
+
+rbnEnvMonMIBObjectGroupV2 OBJECT-GROUP
+ OBJECTS { rbnFanDescr, rbnFanStatus,
+ rbnPowerDescr, rbnPowerStatus
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing
+ environmental monitor information."
+ ::= { rbnEnvMonMIBGroups 5 }
+
+rbnEnvMonMIBNotificationGroupV2 NOTIFICATION-GROUP
+ NOTIFICATIONS { rbnFanStatusChange,
+ rbnPowerStatusChange
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of notifications providing
+ fan and power environmental monitor information."
+ ::= { rbnEnvMonMIBGroups 6 }
+
+rbnEnvMonFanSpeedObjectGroup OBJECT-GROUP
+ OBJECTS { rbnFanUnitDescr, rbnFanSpeedCurrent
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing fan speed
+ environmental monitor information."
+ ::= { rbnEnvMonMIBGroups 7 }
+
+rbnEnvMonEntityObjectGroup OBJECT-GROUP
+ OBJECTS { rbnEntityTempDescr, rbnEntityTempCurrent
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing fan speed
+ environmental monitor information."
+ ::= { rbnEnvMonMIBGroups 8 }
+
+rbnEnvMonMIBCompliance MODULE-COMPLIANCE
+ STATUS obsolete
+ DESCRIPTION
+ "The compliance statement for the EnvMon MIB"
+ MODULE -- this module
+ GROUP rbnEnvMonMIBObjectGroup
+ DESCRIPTION
+ "This group is mandatory for devices which contain
+ Environmental Monitoring capabilities"
+ GROUP rbnEnvMonMIBNotificationGroup
+ DESCRIPTION
+ "This group is mandatory for devices which contain
+ Environmental Monitoring capabilities"
+ ::= { rbnEnvMonMIBCompliances 1 }
+
+rbnEnvMonMIBComplianceV2 MODULE-COMPLIANCE
+ STATUS deprecated
+ DESCRIPTION
+ "The compliance statement for the EnvMon MIB"
+
+ MODULE -- this module
+ GROUP rbnEnvMonMIBObjectGroup
+ DESCRIPTION
+ "This group is mandatory for devices which contain
+ Environmental Monitoring capabilities"
+ GROUP rbnEnvMonMIBNotificationGroup
+ DESCRIPTION
+ "This group is mandatory for devices which contain
+ Environmental Monitoring capabilities"
+ GROUP rbnEnvMonVoltageObjectGroup
+ DESCRIPTION
+ "This group is mandatory for devices which are capable
+ of sensing system voltages."
+ GROUP rbnEnvMonTempObjectGroup
+ DESCRIPTION
+ "This group is mandatory for devices which are capable
+ of sensing system temperatures."
+ ::= { rbnEnvMonMIBCompliances 2 }
+
+rbnEnvMonMIBComplianceV3 MODULE-COMPLIANCE
+ STATUS deprecated
+ DESCRIPTION
+ "The compliance statement for the EnvMon MIB"
+ MODULE -- this module
+ GROUP rbnEnvMonMIBObjectGroupV2
+ DESCRIPTION
+ "This group is mandatory for devices which contain
+ Environmental Monitoring capabilities"
+ GROUP rbnEnvMonMIBNotificationGroupV2
+ DESCRIPTION
+ "This group is mandatory for devices which contain
+ Environmental Monitoring capabilities"
+ GROUP rbnEnvMonVoltageObjectGroup
+ DESCRIPTION
+ "This group is mandatory for devices which are capable
+ of sensing system voltages."
+ GROUP rbnEnvMonTempObjectGroup
+ DESCRIPTION
+ "This group is mandatory for devices which are capable
+ of sensing system temperatures."
+ ::= { rbnEnvMonMIBCompliances 3 }
+
+rbnEnvMonMIBComplianceV4 MODULE-COMPLIANCE
+ STATUS deprecated
+ DESCRIPTION
+ "The compliance statement for the EnvMon MIB"
+ MODULE -- this module
+ GROUP rbnEnvMonMIBObjectGroupV2
+ DESCRIPTION
+ "This group is mandatory for devices which contain
+ Environmental Monitoring capabilities"
+ GROUP rbnEnvMonMIBNotificationGroupV2
+ DESCRIPTION
+ "This group is mandatory for devices which contain
+ Environmental Monitoring capabilities"
+ GROUP rbnEnvMonVoltageObjectGroup
+ DESCRIPTION
+ "This group is mandatory for devices which are capable
+ of sensing system voltages."
+ GROUP rbnEnvMonTempObjectGroup
+ DESCRIPTION
+ "This group is mandatory for devices which are capable
+ of sensing system temperatures."
+ GROUP rbnEnvMonFanSpeedObjectGroup
+ DESCRIPTION
+ "This group is mandatory for SNMP entities which are
+ capable of sensing fan speeds."
+ ::= { rbnEnvMonMIBCompliances 4 }
+
+
+rbnEnvMonMIBComplianceV5 MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement for the EnvMon MIB"
+ MODULE -- this module
+ GROUP rbnEnvMonMIBObjectGroupV2
+ DESCRIPTION
+ "This group is mandatory for devices which contain
+ Environmental Monitoring capabilities"
+ GROUP rbnEnvMonMIBNotificationGroupV2
+ DESCRIPTION
+ "This group is mandatory for devices which contain
+ Environmental Monitoring capabilities"
+ GROUP rbnEnvMonVoltageObjectGroup
+ DESCRIPTION
+ "This group is mandatory for devices which are capable
+ of sensing system voltages."
+ GROUP rbnEnvMonFanSpeedObjectGroup
+ DESCRIPTION
+ "This group is mandatory for SNMP entities which are
+ capable of sensing fan speeds."
+ GROUP rbnEnvMonEntityObjectGroup
+ DESCRIPTION
+ "This group is mandatory for devices which contain
+ Environmental Monitoring capabilities, also applicable to SSE
+ card and disks"
+
+ ::= { rbnEnvMonMIBCompliances 5 }
+
+END
diff --git a/MIBS/ericsson/RBN-SMI b/MIBS/ericsson/RBN-SMI
new file mode 100644
index 0000000..dea3cb0
--- /dev/null
+++ b/MIBS/ericsson/RBN-SMI
@@ -0,0 +1,93 @@
+-- *****************************************************************
+-- RBN-SMI.my: Structure of Management Information
+--
+-- Copyright (c) 1998, 2001-2002, 2011 Ericsson AB.
+-- All rights reserved.
+--
+-- *****************************************************************
+
+RBN-SMI DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY,
+ OBJECT-IDENTITY,
+ enterprises
+ FROM SNMPv2-SMI;
+
+rbnSMI MODULE-IDENTITY
+ LAST-UPDATED "201101191800Z" -- Jan 19, 2011
+ ORGANIZATION "Ericsson AB."
+ CONTACT-INFO
+ " Ericsson AB.
+
+ Postal: 100 Headquarters Dr
+ San Jose, CA 95134
+ USA
+
+ Phone: +1 408 750 5000
+ Fax: +1 408 750 5599
+ "
+ DESCRIPTION
+ "The Structure of Management Information for
+ the enterprise."
+
+ REVISION "201101191800Z" -- Jan 19, 2011
+ DESCRIPTION
+ "Update CONTACT-INFO & ORGANIZATION. "
+
+ REVISION "200206060000Z" -- June 6, 2002
+ DESCRIPTION
+ "Updated Contact-info and recovered revision info."
+
+ REVISION "200106270000Z" -- June 27, 2001
+ DESCRIPTION
+ "Added rbnInternal."
+
+ REVISION "9804182300Z" -- April 18, 1998
+ DESCRIPTION
+ "Initial version."
+ ::= { enterprises 2352 }
+
+rbnProducts OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { rbnSMI 1 }
+
+rbnMgmt OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { rbnSMI 2 }
+
+rbnExperiment OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { rbnSMI 3 }
+
+rbnCapabilities OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { rbnSMI 4 }
+
+rbnModules OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { rbnSMI 5 }
+
+rbnEntities OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { rbnSMI 6 }
+
+rbnInternal OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { rbnSMI 7 }
+
+END
diff --git a/MIBS/ericsson/RBN-TC b/MIBS/ericsson/RBN-TC
new file mode 100644
index 0000000..f3be64a
--- /dev/null
+++ b/MIBS/ericsson/RBN-TC
@@ -0,0 +1,164 @@
+-- %DNP% $Id: RBN-TC.my,v 1.1.2.8.252.3 2011/02/22 17:26:18 thatcher Exp $
+-- %DNP% $Source: /cvsroot/pkt/sw/se/xc/bsd/config/snmp/mibs/Attic/RBN-TC.my,v $
+-- *****************************************************************
+-- RBN-TC Textual Convention MIB
+--
+-- Copyright (c) 2000, 2002-2009, 2011 Ericsson AB
+-- All rights reserved.
+--
+-- *****************************************************************
+
+RBN-TC DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY,
+ Integer32, Unsigned32
+ FROM SNMPv2-SMI
+
+ TEXTUAL-CONVENTION
+ FROM SNMPv2-TC
+
+ rbnModules
+ FROM RBN-SMI;
+
+
+rbnTC MODULE-IDENTITY
+ LAST-UPDATED "201101191800Z" -- Jan 19, 2011
+ ORGANIZATION "Ericsson AB."
+ CONTACT-INFO
+ " Ericsson AB.
+
+ Postal: 100 Headquarters Dr
+ San Jose, CA 95134
+ USA
+
+ Phone: +1 408 750 5000
+ Fax: +1 408 750 5599
+ "
+ DESCRIPTION
+ "Defines common textual conventions used in RBN mib
+ modules."
+
+ REVISION "201101191800Z" -- Jan 19, 2011
+ DESCRIPTION
+ "Update CONTACT-INFO & ORGANIZATION. "
+
+ REVISION "200910201700Z" -- Oct 20, 2009
+ DESCRIPTION
+ "Added new textual convention: RbnUnsigned64 for read-write
+ capable 64 bit integer value."
+
+ REVISION "200406191700Z" -- June 19, 2004
+ DESCRIPTION
+ "Added new textual convention: RbnPortMediumType. Correct
+ warnings given by smilint."
+
+ REVISION "200303171700Z" -- March 17, 2003
+ DESCRIPTION
+ "Added new textual convention: RbnVidOrUntagged."
+
+ REVISION "200211110000Z" -- November 11, 2002
+ DESCRIPTION
+ "Moved definitions of RbnSlot and RbnPort from RBN-PVC-MIB.
+ Updated range on RbnSlot and RbnPort."
+
+ REVISION "200206260000Z" -- June 26, 2002
+ DESCRIPTION
+ "Updated CONTACT-INFO. Added new textual conventions:
+ RbnKBytes and RbnPercentage."
+
+ REVISION "200007140000Z" -- July 14, 2000
+ DESCRIPTION
+ "Initial version."
+ ::= { rbnModules 2 }
+
+
+RbnCircuitHandle ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "1d:1d:2x-2x-2x"
+ STATUS current
+ DESCRIPTION
+ "A unique identifier for individual circuits. The string is
+ composed of the following:
+
+ Octet 1 slot
+ 2 port
+ 3-8 circuit identifier
+
+ slots/ports are numbered 0..n. The SMS CLI also numbers slots/ports
+ 0..n but SE CLI numbers slots/ports 1..n. For example: When the
+ SE CLI refers to slot/port 1/2, this maps to to the RbnCircuitHandle
+ slot/port 0/1
+ "
+ SYNTAX OCTET STRING (SIZE (8))
+
+RbnKBytes ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "d"
+ STATUS current
+ DESCRIPTION
+ "Storage size, expressed in units of 1024 bytes."
+ SYNTAX Integer32 (0..2147483647)
+
+RbnPercentage ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "d%"
+ STATUS current
+ DESCRIPTION
+ "This Textual Convention describes an object that stores
+ a whole integer percentage value."
+ SYNTAX Integer32 (0..100)
+
+RbnSlot ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "d"
+ STATUS current
+ DESCRIPTION
+ "The chassis slot number. This is the physical slot
+ number as reported in the CLI command 'show hardware'
+ on SMS and the CLI command 'show port' on SE."
+ SYNTAX Unsigned32 (0..255)
+
+RbnPort ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "d"
+ STATUS current
+ DESCRIPTION
+ "The chassis port number. This is the physical port
+ number as reported in the CLI command 'show hardware'
+ on SMS and the CLI command 'show port' on SE."
+ SYNTAX Unsigned32 (0..255)
+
+RbnVidOrUntagged ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "d"
+ STATUS current
+ DESCRIPTION
+ "The twelve-bit VLAN Identifer (VID) used to uniquely
+ identify the VLAN to which the frame belongs. The VID is
+ encoded as an unsigned binary number. An untagged frame
+ does not carry any identification of the VLAN to which it
+ belongs and is designated with a value of 4096."
+ SYNTAX Integer32 (1..4096)
+
+RbnPortMediumType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Medium type of NAS port."
+ SYNTAX INTEGER {
+ unknown(0),
+ dsl(11),
+ cable(12),
+ wireless(13),
+ satellite(14)
+ }
+
+RbnUnsigned64 ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "8d"
+ STATUS current
+ DESCRIPTION
+ "Unsigned 64 bit integer value is represented as an
+ OCTET STRING. This allows an unsigned integer value in
+ the range 0..18446744073709551615.
+
+ The octets are ordered with the first octet containing
+ the highest ordered bits of the integer and the 8th octet
+ containing the lowest ordered bits, corresponding to
+ network byte order."
+ SYNTAX OCTET STRING (SIZE(8))
+
+END
diff --git a/MIBS/ericsson/XF-RADIOLINK-PTP-MODEM-MIB b/MIBS/ericsson/XF-RADIOLINK-PTP-MODEM-MIB
new file mode 100644
index 0000000..3b8397e
--- /dev/null
+++ b/MIBS/ericsson/XF-RADIOLINK-PTP-MODEM-MIB
@@ -0,0 +1,1306 @@
+ XF-RADIOLINK-PTP-MODEM-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ entPhysicalIndex
+ FROM ENTITY-MIB
+ ifIndex
+ FROM IF-MIB
+ MODULE-COMPLIANCE, OBJECT-GROUP
+ FROM SNMPv2-CONF
+ TEXTUAL-CONVENTION
+ FROM SNMPv2-TC
+ OBJECT-TYPE, MODULE-IDENTITY, Integer32
+ FROM SNMPv2-SMI
+ xfRadioLink
+ FROM XF-TOP-MIB
+ xfTermRowIndex
+ FROM XF-RADIOLINK-PTP-TERMINAL-MIB;
+
+
+ xfRadioLinkPtpModemMIB MODULE-IDENTITY
+ LAST-UPDATED "201205290000Z" -- 29 May 2012
+ ORGANIZATION
+ "Ericsson AB"
+ CONTACT-INFO
+ "
+ Ericsson AB
+ BU Networks
+ SE-431 84 Molndal
+ Sweden
+ "
+ DESCRIPTION
+ "
+ This MIB defines objects for point-to-point Radiolink modems ().
+ "
+
+ REVISION "201206240000Z" -- 24 June 2012
+ DESCRIPTION
+ "
+ Rev PK2
+ * pdhToTdmAndSDHToSFPHAndSDHToPtP added to xfMMUInterfaceCapability
+ * Adjusted values in xfMMUBerAlarmThresholdCapability
+ "
+
+ REVISION "201205290000Z" -- 29 May 2012
+ DESCRIPTION
+ "
+ Rev PK1
+ Added xfMMUBerAlarmThresholdCapability for MMU3A
+ "
+
+ REVISION "201105230000Z" -- 23 May 2011
+ DESCRIPTION
+ "
+ Rev Y
+ Official R-State for TN 4.4 FP
+ "
+
+ REVISION "201104060000Z" -- 6 April 2011
+ DESCRIPTION
+ "
+ Rev PY3
+ Changes for Mini Link LH 1.0.
+ Added fftStaticLH(6), fftAdmodLH(7),
+ fftXpicLH(8) and fftXpicAdmodLH(9)to xfTermFrameFormatType
+ "
+
+ REVISION "201102010000Z" -- 1 February 2011
+ DESCRIPTION
+ "
+ Rev PY2
+ New value for xfMMUChannelModulation:
+ qam1024(11)
+ "
+
+ REVISION "201012130000Z" -- 13 December 2010
+ DESCRIPTION
+ "
+ Rev PY1
+ Added new enum value supportsAtpcFallbackTimer to MMUAtpcCapability
+ "
+
+ REVISION "201001190000Z" -- 19 January 2010
+ DESCRIPTION
+ "
+ Rev X
+ Official R-State for TN 4.3
+ "
+
+ REVISION "200911300000Z" -- 30 november 2009
+ DESCRIPTION
+ "
+ Rev PX4
+ Updated MMUAlarmStatus with tree alarms.
+ New alarms:
+ syncOverRLNotSupported
+ rauPowerSupplyChanged
+ congestionControlNotSupported
+ "
+
+ REVISION "200911260000Z" -- 26 november 2009
+ DESCRIPTION
+ "
+ Rev PX3
+ Change type of xfMMURAUSupplyVoltage from Integer32 to INTEGER.
+ Values:
+ other(1)
+ p55V(2)
+ m48V(3)
+ p24V(4)
+ "
+
+ REVISION "200911180000Z" -- 18 november 2009
+ DESCRIPTION
+ "
+ Rev PX2
+ Added supportsAtpcFallback in MMUAtpcCapability.
+ "
+
+ REVISION "200909180000Z" -- 18 september 2009
+ DESCRIPTION
+ "
+ Rev PX
+ Added xfMMURAUSupplyVoltage in xfModemTable.
+ "
+
+ REVISION "200906260000Z" -- 26 june 2009
+ DESCRIPTION
+ "
+ Rev V
+ Update revision histry.
+ The Revision U is lost due to human errors.
+ "
+
+ REVISION "200906240000Z" -- 24 june 2009
+ DESCRIPTION
+ "
+ Rev V
+ Official Rev for TN 4.2
+ "
+
+ REVISION "200904200000Z" -- 20 april 2009
+ DESCRIPTION
+ "
+ Rev T
+ Official Rev for TN 4.1 FP.
+ "
+
+ REVISION "200904140000Z" -- 14 april 2009
+ DESCRIPTION
+ "
+ Rev PT9
+ Changes for TN 4.2
+
+ Added channelspacing chsp3500kHz(10).
+ "
+
+
+ REVISION "200903040000Z" -- 04 mars 2009
+ DESCRIPTION
+ "
+ Rev PT8
+ Changed name on MMUFrameFormatType->fftAdaptive to fftAdmod
+ "
+
+
+
+ REVISION "200810020000Z" -- 02 october 2008
+ DESCRIPTION
+ "
+ Rev PT7
+ Changed object in xfModemCapabilityTable:
+ from xfMMUDCHNCapacity to xfMMUDCNCapacity.
+
+ Fixed double index issue in xfRLPtpTerminalXTable
+ "
+
+ REVISION "200809160000Z" -- 16 september 2008
+ DESCRIPTION
+ "
+ Rev PT6
+ Changes for TN 4.1,
+ Added new vaules in MMUFrameFormatType.
+ "
+
+ REVISION "200808150000Z" -- 15 august 2008
+ DESCRIPTION
+ "
+ Rev PT5
+ Changes for TN 4.1,
+ Fixed wrong values in xfTermFrameFormatRev for xfModemCapabilityTable
+ "
+
+ REVISION "200806250000Z" -- 25 june 2008
+ DESCRIPTION
+ "
+ Rev PT4
+ Changes for TN 4.1,
+ Changes in table: xfModemCapabilityTable
+ "
+
+ REVISION "200806240000Z" -- 24 june 2008
+ DESCRIPTION
+ "
+ Rev PT3
+ Changes for TN 4.1,
+ Changes in table: xfModemCapabilityTable (xfMMUChannelModulation)
+ "
+
+ REVISION "200806180000Z" -- 18 june 2008
+ DESCRIPTION
+ "
+ Rev PT2
+ Changes for TN 4.1,
+ Changes in table: xfModemCapabilityTable
+ "
+
+ REVISION "200806040000Z" -- 4 june 2008
+ DESCRIPTION
+ "
+ Rev PT1
+ Changes for TN 4.1
+ New table: xfModemCapabilityTable
+ "
+
+ REVISION "200806030000Z" -- 3 june 2008
+ DESCRIPTION
+ "
+ Rev S
+ Ordinary revision. No other changes.
+ "
+
+ REVISION "200804090000Z" -- 9 apr 2008
+ DESCRIPTION
+ "
+ Rev PS7
+ Changes for TN4.0:
+ incompatibleUnitMMU renamed to runningConfigNotAccepted in MMUAlarmStatus
+
+ "
+ REVISION "200803030000Z" -- 3 mar 2008
+ DESCRIPTION
+ "
+ Rev PS6
+ Changes for TN4.0:
+ MMUCapCapability extended with two new values: sixtynineDS1 and eightyDS1
+ xfModemTable extended with one new MO: xfMMUInterfaceCapability
+
+ "
+ REVISION "200802260000Z" -- 26 feb 2008
+ DESCRIPTION
+ "
+ Rev T
+ Added defaultConfigNotAccepted in MMUAlarmStatus.
+ "
+
+ REVISION "200711120000Z" -- 12 nov 2007
+ DESCRIPTION
+ "
+ Rev S
+ Error correction:
+ incompatibleUnitMMU ->
+ incompatibleUnitMMU0
+ incompatibleUnitMMU1
+ incompatibleUnitMMU2
+ "
+
+ REVISION "200710240000Z" -- 24 oct 2007
+ DESCRIPTION
+ "
+ Rev N.
+ Ordinary revision, for TN 3.3 - according to 1/155 19-CRH 109 625/1 Uae Rev V.
+ Added incompatibleUnitMMU in MMUAlarmStatus.
+ "
+ REVISION "200708140000Z" -- 14 Aug 2007
+ DESCRIPTION
+ "
+ Rev PN2.
+ New value for MMUCapCapability:
+ oneStm1OneJ1
+ "
+
+ REVISION "200707030000Z" -- 3 july 2007
+ DESCRIPTION
+ "
+ Rev PN1.
+ New values for MMUCapCapability:
+ stm1DS1(15),
+ stm150MHz(16),
+ twentytwoE1(17),
+ thirtyfiveE1(18),
+ fortysixE1(19),
+ seventyfiveE1(20)
+ "
+
+ REVISION "200706040000Z" -- 4 june 2007
+ DESCRIPTION
+ "
+ Rev M
+ Changes according to 1/15519-CRH109625/1 Uae Rev U
+ - xfMMUChannelCompanionSlot: Changed comment regarding access limitation at far end.
+ - xfRAUIFLoopEnable: Changed comment regarding access limitation at far end.
+ "
+
+ REVISION "200701170000Z" -- 17 jan 2007
+ DESCRIPTION
+ "
+ Rev L
+ Changes according to 1/15519-CRH109625/1 Uae Rev S
+ - xfRAUIFAlarms: ifLosL2R --> notused
+ - xfLINERSAlarms : removed laserFailure and laserDegraded
+ added sfpLos
+ -
+ "
+
+ REVISION "200611140000Z"
+ DESCRIPTION
+ "
+ Rev K: Changes according to 1/15519-CRH109625/1 Uae Rev N
+ - interMMUChannelFailure added in MMUAlarmStatus
+ - wstClockLossR2L replaced by lofR2L in xfRAUIFAlarms
+ - xfRADIORSTable moved to XF-RADIOLINK-PTP-TERMINAL-MIB
+ - xfRADIORSPerformanceTable moved to XF-RADIOLINK-PTP-TERMINAL-MIB
+ "
+
+ REVISION "200609191325Z"
+ DESCRIPTION
+ "
+ Rev J: Changes according to 1/15519-CRH109625/1 Uae Rev M, plus errata
+ - xfModemTable and xfRAUIFTable updated
+ - New tables: xfRADIORSTable, xfRADIORSPerformanceTable and xfLINERSTable
+ "
+
+ REVISION "200603200000Z"
+ DESCRIPTION
+ "
+ Rev. H.
+ - Changes according to 1/15519-CRH109625/1 Uae Rev K
+ - Addition of Enum values for MMUModCapability and MMUCapCapability to support ANSI.
+ "
+
+ REVISION "200602240000Z"
+ DESCRIPTION
+ "
+ Rev. G.
+ - Access restrictions explained in the description field for each MO.
+ - Default value declarations in the description fields also includes the numerical value.
+ "
+
+ REVISION "200601310000Z"
+ DESCRIPTION
+ "
+ Rev. F.
+ - xfMMUSlotPosition (integer, read-only) added in xfModemTable
+ "
+
+ REVISION "200503020000Z"
+ DESCRIPTION
+ "
+ Rev. E.
+ - Changes according to 1/15519-CRH109625/1 Uae Rev E and corrections:
+ - Correction: Alarm bits for dmodClock restored in MO xfRAUIFAlarms (xfRAUIFTable).
+ - Alarm bits for unknown removed in MO xfRAUIFAlarms (xfRAUIFTable).
+ - Status for MO xfMMUModIndexNotValid in xfModemTable set obsolete.
+ - farEndRxLoop changed to rxLoop, in xfRAUIFStatus
+ "
+
+ REVISION "200412130000Z"
+ DESCRIPTION
+ "
+ Rev. D
+ - Changes according to 1/15519-CRH109625/1 Uae Rev D
+ - MO xfRAUIFCapacity removed from xfRAUIFTable
+ - MO xfRAUIFFarEndRxLoop renamed to xfRAUIFRxLoop in xfRAUIFTable
+ - Alarm bits for dmodClock removed in MO xfRAUIFAlarms (xfRAUIFTable)
+ - Alarm bits for aisReceived and Unknown added in MO xfRAUIFAlarms (xfRAUIFTable)
+ -DEFVAL removed. Default values declared in corresponding description fields.
+ "
+
+ REVISION "200407020000Z"
+ DESCRIPTION
+ "
+ Rev. C
+ - All config alarms are removed
+ - xfRAUIFConnectionLoop changed to xfRAUIFFarEndRxLoop
+ "
+ REVISION "200406160000Z"
+ DESCRIPTION
+ "
+ Rev. B
+ - All config alarms are defined
+ - Alarms are updated with new names
+ -
+ "
+ REVISION "200405250000Z"
+ DESCRIPTION
+ "
+ Rev. PB2
+ - Some minor changes
+ "
+ REVISION "200404260000Z"
+ DESCRIPTION
+ "
+ Rev. PB1 Capacity and loop handling MO's are added.
+ Alarms are defined.
+ "
+ REVISION "200401200000Z"
+ DESCRIPTION
+ "
+ Rev. A Other is added to integer enumerations.
+ "
+ REVISION "200312170000Z"
+ DESCRIPTION
+ "
+ Rev. PA1 Initial revision
+ "
+
+ ::= { xfRadioLink 2 }
+
+
+--
+-- Textual conventions
+--
+
+ MMUAlarmStatus ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "
+ This TC enumerates the the alarm status.
+ RCC - Communication is lost on the Radio Communication Channel,
+ between the MMU and RAU. RCC alarm for the modem will generate hardware
+ error for the radio (which will lead to radio operational status out of service).
+ ICC - Communication is lost on the Internal Communication Channel,
+ between two MMU2B or between the MMU2 and SMU2, in the same
+ terminal.
+ ATPCCapabilityAlarmFarEnd - The terminal on the far end is configured
+ for ATPC, but at least one of the indoor units does not support
+ ATPC.
+ HCC - Communication is lost on the Hop Communication Channel,
+ between the MMU and the far end MMU.
+
+ XPICCable - Disconnection of the XPIC cross-cable carrying the baseband signal
+ received in one polarization, e.g. V, to the XPU board of the other
+ polarization, i.e. H if the other is V.
+
+ XPICLos - The loss of the XPIC baseband cross-signal with cross-cable connected.
+
+ interMMUChannelFailure - High level fault on inter MMU communication of RS.
+ Only valid in protection.
+
+ runningConfigNotAccepted - The MMU/RAU/SFP couldn.t accept the running configuration;
+ the service LED is flashing.
+
+ defaultConfigNotAccepted - Default config not accepted.
+
+ syncOverRLNotSupported - Current MMU, once provisioned as having sync over RL, does not support sync over RL.
+
+ rauPowerSupplyChanged - RAU power supply has changed automatically due to undervoltage or bad grounding detection.
+
+ congestionControlNotSupported - Far-end (i.e. CN) congestion control is not supported by modem; the service LED is flashing.
+
+
+ Alarm status is indicated by 24 bits"
+
+ SYNTAX BITS
+ {
+ rcc0(0),
+ rcc1(1),
+ rcc2(2),
+ icc0(3),
+ icc1(4),
+ icc2(5),
+ atpcCapabilityAlarmFarEnd0(6),
+ atpcCapabilityAlarmFarEnd1(7),
+ atpcCapabilityAlarmFarEnd2(8),
+ hcc0(9),
+ hcc1(10),
+ hcc2(11),
+ xpicCable0(12),
+ xpicCable1(13),
+ xpicCable2(14),
+ xpicLos0(15),
+ xpicLos1(16),
+ xpicLos2(17),
+ interMMUChannelFailure0(18),
+ interMMUChannelFailure1(19),
+ interMMUChannelFailure2(20),
+ runningConfigNotAccepted0(21),
+ runningConfigNotAccepted1(22),
+ runningConfigNotAccepted2(23),
+ defaultConfigNotAccepted0(24),
+ defaultConfigNotAccepted1(25),
+ defaultConfigNotAccepted2(26),
+ syncOverRLNotSupported0(27),
+ syncOverRLNotSupported1(28),
+ syncOverRLNotSupported2(29),
+ rauPowerSupplyChanged0(30),
+ rauPowerSupplyChanged1(31),
+ rauPowerSupplyChanged2(32),
+ congestionControlNotSupported0(33),
+ congestionControlNotSupported1(34),
+ congestionControlNotSupported2(35)
+ }
+
+ MMUModIndexStatus ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "This TC enumerates modulation index status values
+ codes"
+ SYNTAX INTEGER
+ {
+ other(1),
+ modIndexValid(2),
+ modIndexNotValid(3)
+ }
+
+ MMUAtpcCapability ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "This TC enumerates atpc capabilities values
+ codes"
+ SYNTAX INTEGER
+ {
+ other(1),
+ noAtpcSupport(2),
+ doesNotExist(3),
+ atpcCapabilityUnknown(4),
+ supportsAtpc(5),
+ supportsAtpcFallback(6),
+ supportsAtpcFallbackTimer(7)
+ }
+
+ MMUModCapability ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "This TC enumerates the modulation capabilities.
+ Modulation capabilities is indicated by 5 bits:
+ bits 01234
+ 00000 undetermined
+ 00001 C-QPSK
+ 00010 16-QAM
+ 00011 C-QPSK & 16-QAM
+ 00100 128-QAM
+ 01000 32-QAM
+ 10000 64-QAM
+ ...
+ 11111 C-QPSK & 16-QAM & 128-QAM & 32-QAM & 64-QAM
+ "
+ SYNTAX BITS
+ {
+ cqpsk(0),
+ qam16(1),
+ qam128(2),
+ qam32(3),
+ qam64(4)
+ }
+
+ MMUCapCapability ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "This TC enumerates capacity capabilities values. Capacity
+ capabilities is indicated by 15 bits"
+ SYNTAX BITS
+ {
+ oneE1(0),
+ twoE1(1),
+ fourE1(2),
+ oneE2(3),
+ twoE2(4),
+ oneE3oneE1(5),
+ twoE3(6),
+ fourE3(7),
+ fourDS1(8),
+ eightDS1(9),
+ sixteenDS1(10),
+ seventeenDS1(11),
+ stm0(12),
+ stm1(13),
+ thirtytwoDS1(14),
+ stm1DS1(15),
+ stm150MHz(16),
+ twentytwoE1(17),
+ thirtyfiveE1(18),
+ fortysixE1(19),
+ seventyfiveE1(20),
+ oneStm1OneJ1(21),
+ sixtynineDS1(22),
+ eightyDS1(23)
+ }
+
+
+ MMUChannelSpacingCapability ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Channel spacing capability"
+ SYNTAX INTEGER
+ {
+ chspUnknown(0),
+ chsp7MHz(1),
+ chsp14MHz(2),
+ chsp20MHz(3),
+ chsp28MHz(4),
+ chsp30MHz(5),
+ chsp40MHz(6),
+ chsp50MHz(7),
+ chsp56MHz(8),
+ chsp10MHz(9),
+ chsp3500kHz(10)
+ }
+
+
+ MMUFrameFormatType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Frame format type.
+
+ Values:
+ fftUnknown(0)
+ fftStatic(1)
+ fftAdmod(2)
+ fftXpic(3)
+ fftXpicAdmod(4)
+ fftLegacy(5)
+ fftStaticLH(6)
+ fftAdmodLH(7)
+ fftXpicLH(8)
+ fftXpicAdmodLH(9)
+
+ "
+ SYNTAX INTEGER
+ {
+ fftUnknown(0),
+ fftStatic(1),
+ fftAdMod(2),
+ fftXpic(3),
+ fftXpicAdmod(4),
+ fftLegacy(5),
+ fftStaticLH(6),
+ fftAdmodLH(7),
+ fftXpicLH(8),
+ fftXpicAdmodLH(9)
+
+ }
+
+
+ ModemModulation ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Type of modulation."
+ SYNTAX INTEGER
+ {
+ other(1),
+ cqpsk(2),
+ qam16(3),
+ qam128(4),
+ qam32(5),
+ qam64(6),
+ qam4(7),
+ qam8(8),
+ qam256(9),
+ qam512(10),
+ qam1024(11)
+ }
+
+
+--
+-- Node definitions
+--
+ xfRadioLinkPtpModemObjects OBJECT IDENTIFIER
+ ::= { xfRadioLinkPtpModemMIB 1 }
+ xfRadioLinkPtpModemConformance OBJECT IDENTIFIER
+ ::= { xfRadioLinkPtpModemMIB 2 }
+
+------------------------------------------------------------------------------
+-- xfModemTable
+------------------------------------------------------------------------------
+ xfModemTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfModemEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Table for Radiolink point-to-points modem managed objects.
+ The tabled is indexed with entPhysicalIndex.
+ "
+ ::= { xfRadioLinkPtpModemObjects 1 }
+
+ xfModemEntry OBJECT-TYPE
+ SYNTAX XfModemEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfModemTable"
+ INDEX { entPhysicalIndex}
+ ::= { xfModemTable 1 }
+
+ XfModemEntry ::=
+ SEQUENCE
+ {
+ xfMMUAlarmStatus MMUAlarmStatus,
+ xfMMUModIndexNotValid MMUModIndexStatus,
+ xfMMUAtpcCapability MMUAtpcCapability,
+ xfMMUModCapability MMUModCapability,
+ xfMMUCapacityCapability MMUCapCapability,
+ xfMMUProtectionPath INTEGER,
+ xfMMUSlotPosition Integer32,
+ xfMMUChannelModeCapability BITS,
+ xfMMUChannelCompanionSlot Integer32,
+ xfMMUChannelCompanionIndex Integer32,
+ xfMMUInterfaceCapability BITS,
+ xfMMURAUSupplyVoltage INTEGER
+ }
+
+--
+-- The xfModemTable MOs
+--
+
+ xfMMUAlarmStatus OBJECT-TYPE
+ SYNTAX MMUAlarmStatus
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the alarm status of the modem.
+ "
+ ::= { xfModemEntry 1 }
+
+ xfMMUModIndexNotValid OBJECT-TYPE
+ SYNTAX MMUModIndexStatus
+ MAX-ACCESS read-only
+ STATUS obsolete
+ DESCRIPTION
+ "
+ This object shows if modulation index is valid. OBSOLETE.
+ "
+ ::= { xfModemEntry 2 }
+
+ xfMMUAtpcCapability OBJECT-TYPE
+ SYNTAX MMUAtpcCapability
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the atpc capability.
+ "
+ ::= { xfModemEntry 3 }
+
+ xfMMUModCapability OBJECT-TYPE
+ SYNTAX MMUModCapability
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the modulation capability.
+ "
+ ::= { xfModemEntry 4 }
+
+ xfMMUCapacityCapability OBJECT-TYPE
+ SYNTAX MMUCapCapability
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the capacity capability.
+ "
+ ::= { xfModemEntry 5 }
+
+ xfMMUProtectionPath OBJECT-TYPE
+ SYNTAX INTEGER { other(1), mmuRa1(2), mmuRa2(3) }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object indicates what radio path the modem
+ belongs to.
+ "
+ ::= { xfModemEntry 6 }
+
+ xfMMUSlotPosition OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The AMM slot position in which the MMU2 X is inserted in.
+ 0 = Unknown, 1-20 = slot position.
+ "
+ ::= { xfModemEntry 7 }
+
+ xfMMUChannelModeCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ ccdp(0),
+ accp(1),
+ acap(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Channel capability.
+ "
+ ::= { xfModemEntry 8 }
+
+ xfMMUChannelCompanionSlot OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Slot number of companion channel MMU (XPIC/CCDP).
+ Default value: 0
+ Near end access: read-write
+ Far end access: read-only (Traffic Node only)
+ "
+ ::= { xfModemEntry 9 }
+
+ xfMMUChannelCompanionIndex OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ 0 if CCDP not selected
+ entPhysicalIndex of companion channel MMU (XPIC/CCDP) according to
+ xfMMUChannelCompanionSlot setting.
+ "
+ ::= { xfModemEntry 10 }
+
+ xfMMUInterfaceCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ pdhToTdmHier(0),
+ pdhToTdmFlat(1),
+ pdhToTdmFlatAndBitpipeToPtp(2),
+ pdhToTdmAndSDHToSFP(3),
+ pdhToTdmAndSDHToPtp(4),
+ pdhToTdmAndSDHToSFPHAndSDHToPtP(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Interface capability for MMU.
+ "
+ ::= { xfModemEntry 11 }
+
+
+ xfMMURAUSupplyVoltage OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ p55V(2),
+ m48V(3),
+ p24V(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The radio nominal supply voltage.
+
+ Values:
+ other(1)
+ p55V(2) default
+ m48V(3)
+ p24V(4)
+ "
+ ::= { xfModemEntry 12 }
+
+
+------------------------------------------------------------------------------
+-- xfRAUIFTable
+------------------------------------------------------------------------------
+ xfRAUIFTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRAUIFEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Table for rau interface objects. The tabled is indexed with
+ ifIndex.
+ "
+ ::= { xfRadioLinkPtpModemObjects 2 }
+
+ xfRAUIFEntry OBJECT-TYPE
+ SYNTAX XfRAUIFEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRAUIFTable"
+ INDEX { ifIndex}
+ ::= { xfRAUIFTable 1 }
+
+ XfRAUIFEntry ::=
+ SEQUENCE
+ {
+ xfRAUIFLoopEnable INTEGER,
+ xfRAUIFRxLoop INTEGER,
+ xfRAUIFAlarms BITS,
+ xfRAUIFStatus BITS
+ }
+
+--
+-- The xfRAUIFTable MOs
+--
+
+
+
+ xfRAUIFLoopEnable OBJECT-TYPE
+ SYNTAX INTEGER { other(1), enable(2), disable(3) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object manage the IF loop.
+ Default value: disable(3)
+ Near end access: read-write
+ Far end access: no access
+ "
+ ::= { xfRAUIFEntry 1 }
+
+ xfRAUIFRxLoop OBJECT-TYPE
+ SYNTAX INTEGER { other(1), enable(2), disable(3) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object manage the Far end rx loop.
+ Default value: disable(3)
+ "
+ ::= { xfRAUIFEntry 2 }
+
+ xfRAUIFAlarms OBJECT-TYPE
+ SYNTAX BITS
+ {
+ dmodClock0(0),
+ dmodClock1(1),
+ dmodClock2(2),
+
+ los0(3),
+ los1(4),
+ los2(5),
+
+ rxIfInput0(6),
+ rxIfInput1(7),
+ rxIfInput2(8),
+
+ txIfInput0(9),
+ txIfInput1(10),
+ txIfInput2(11),
+
+ radioFrame0(12),
+ radioFrame1(13),
+ radioFrame2(14),
+
+ ber0(15),
+ ber1(16),
+ ber2(17),
+
+ radioId0(18),
+ radioId1(19),
+ radioId2(20),
+
+ modIndex0(21),
+ modIndex1(22),
+ modIndex2(23),
+
+ aisReceived0(24),
+ aisReceived1(25),
+ aisReceived2(26),
+
+ carrierRecoveryLoss0(27),
+ carrierRecoveryLoss1(28),
+ carrierRecoveryLoss2(29),
+
+ wstLosL2R0(30),
+ wstLosL2R1(31),
+ wstLosL2R2(32),
+
+ wstLosR2L0(33),
+ wstLosR2L1(34),
+ wstLosR2L2(35),
+
+ lofR2L0(36),
+ lofR2L1(37),
+ lofR2L2(38),
+
+ notused0(39),
+ notused1(40),
+ notused2(41),
+
+ ifLosR2L0(42),
+ ifLosR2L1(43),
+ ifLosR2L2(44),
+
+ earlyWarning0(45),
+ earlyWarning1(46),
+ earlyWarning2(47),
+
+ lber0(48),
+ lber1(49),
+ lber2(50),
+
+ hber0(51),
+ hber1(52),
+ hber2(53)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows rau if related alarms.
+ "
+ ::= { xfRAUIFEntry 3 }
+
+ xfRAUIFStatus OBJECT-TYPE
+ SYNTAX BITS
+ {
+ rxLoop0(0),
+ rxLoop1(1),
+ rxLoop2(2),
+ ifLoop0(3),
+ ifLoop1(4),
+ ifLoop2(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows test loop status.
+ "
+ ::= { xfRAUIFEntry 4 }
+
+
+
+
+------------------------------------------------------------------------------
+-- xfLINERSTable
+------------------------------------------------------------------------------
+ xfLINERSTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfLINERSEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Traffic node extension of ifTable. The tabled is indexed with
+ ifIndex.
+ "
+ ::= { xfRadioLinkPtpModemObjects 3 }
+
+ xfLINERSEntry OBJECT-TYPE
+ SYNTAX XfLINERSEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfLINERSTable"
+ INDEX { ifIndex}
+ ::= { xfLINERSTable 1 }
+
+ XfLINERSEntry ::=
+ SEQUENCE
+ {
+ xfLINERSAlarms BITS
+ }
+
+
+--
+-- The xfLINERSTable MOs
+--
+
+ xfLINERSAlarms OBJECT-TYPE
+ SYNTAX BITS
+ {
+ timLineSide0(0),
+ timLineSide1(1),
+ timLineSide2(2),
+
+ lofL2R0(3),
+ lofL2R1(4),
+ lofL2R2(5),
+
+ losL2R0(6),
+ losL2R1(7),
+ losL2R2(8),
+
+ sfpLos0(9),
+ sfpLos1(10),
+ sfpLos2(11)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows line rs related alarms.
+ "
+ ::= { xfLINERSEntry 1 }
+
+
+------------------------------------------------------------------------------
+-- xfModemCapabilityTable
+------------------------------------------------------------------------------
+ xfModemCapabilityTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfModemCapabilityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Table for misc. modem capability information.
+ "
+ ::= { xfRadioLinkPtpModemObjects 4 }
+
+ xfModemCapabilityEntry OBJECT-TYPE
+ SYNTAX XfModemCapabilityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfModemCapabilityTable"
+ INDEX { entPhysicalIndex, xfTermRowIndex }
+ ::= { xfModemCapabilityTable 1 }
+
+ XfModemCapabilityEntry ::=
+ SEQUENCE
+ {
+ xfMMUChannelSpacing MMUChannelSpacingCapability,
+ xfMMUChannelModulation ModemModulation,
+ xfMMUMaxTribCapacity Integer32,
+ xfMMUDCNCapacity Integer32,
+ xfMMUMaxCapacity Integer32,
+ xfMMUFrameFormatType MMUFrameFormatType,
+ xfMMUFrameFormatRev INTEGER,
+ xfMMUBerAlarmThresholdCapability BITS
+ }
+
+
+--
+-- The xfModemCapabilityTable MOs
+--
+
+ xfMMUChannelSpacing OBJECT-TYPE
+ SYNTAX MMUChannelSpacingCapability
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Channel spacing.
+ ETSI: 3.5, 7, 14, 28, 40, 56 MHz
+ ANSI: 10, 20, 30, 40, 50 MHz
+ "
+ ::= { xfModemCapabilityEntry 1 }
+
+ xfMMUChannelModulation OBJECT-TYPE
+ SYNTAX ModemModulation
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object shows the channel modulation.
+ Values:
+
+ cqpsk(2) CQPSK
+ qam16(3) 16-QAM
+ qam128(4) 128-QAM
+ qam32(5) 32-QAM
+ qam64(6) 64-QAM
+ qam4(7) 4-QAM
+ qam8(8) 8-QAM
+ qam256(9) 256-QAM
+ qam512(10) 512-QAM
+ qam1024(11) 1024-QAM
+ "
+ ::= { xfModemCapabilityEntry 2 }
+
+
+ xfMMUMaxTribCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max tributaries."
+ ::= { xfModemCapabilityEntry 3 }
+
+
+ xfMMUDCNCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "DCN Hop Capacity."
+ ::= { xfModemCapabilityEntry 4 }
+
+ xfMMUMaxCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max Capacity."
+ ::= { xfModemCapabilityEntry 5 }
+
+ xfMMUFrameFormatType OBJECT-TYPE
+ SYNTAX MMUFrameFormatType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Frame format type.
+
+ Values:
+ fftUnknown(0)
+ fftStatic(1)
+ fftAdMod(2)
+ fftXpic(3)
+ fftXpicAdmod(4)
+ fftLegacy(5)"
+ ::= { xfModemCapabilityEntry 6 }
+
+ xfMMUFrameFormatRev OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ffOther(1),
+ ffVersion0(2),
+ ffVersion1(3),
+ ffVersion2(4),
+ ffVersion3(5),
+ ffVersion4(6),
+ ffVersion5(7),
+ ffVersion6(8),
+ ffVersion7(9),
+ ffVersion8(10),
+ ffVersion9(11),
+ ffVersion10(12),
+ ffVersion11(13),
+ ffVersion12(14),
+ ffVersion13(15),
+ ffVersion14(16),
+ ffVersion15(17)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Frame format revision."
+ ::= { xfModemCapabilityEntry 7 }
+
+ xfMMUBerAlarmThresholdCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ berThrCap1e3(0),
+ berThrCap1e4(1),
+ berThrCap1e5(2),
+ berThrCap1e6(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "List of the allowed BER thresholds."
+ ::= { xfModemCapabilityEntry 8 }
+
+--
+-- Conformance
+--
+ xfRadioLinkPtpModemCompliances OBJECT IDENTIFIER ::= { xfRadioLinkPtpModemConformance 1 }
+
+ xfRadioLinkPtpModemGroups OBJECT IDENTIFIER ::= { xfRadioLinkPtpModemConformance 2 }
+
+ xfRadioLinkPtpModemFullCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement for SNMP entities which
+ implement everything."
+ MODULE -- This Module
+ MANDATORY-GROUPS { xfRadioLinkPtpModemCompleteGroup }
+ ::= { xfRadioLinkPtpModemCompliances 1 }
+
+
+
+ xfRadioLinkPtpModemCompleteGroup OBJECT-GROUP
+ OBJECTS
+ {
+ xfMMUAlarmStatus,
+ xfMMUModIndexNotValid,
+ xfMMUAtpcCapability,
+ xfMMUModCapability,
+ xfMMUCapacityCapability,
+ xfMMUProtectionPath,
+ xfMMUSlotPosition,
+ xfMMUChannelModeCapability,
+ xfMMUChannelCompanionSlot,
+ xfMMUChannelCompanionIndex,
+ xfMMUInterfaceCapability,
+ xfRAUIFLoopEnable,
+ xfRAUIFRxLoop,
+ xfRAUIFAlarms,
+ xfRAUIFStatus,
+ xfLINERSAlarms,
+ xfMMUChannelSpacing,
+ xfMMUChannelModulation,
+ xfMMUMaxTribCapacity,
+ xfMMUDCNCapacity,
+ xfMMUMaxCapacity,
+ xfMMUFrameFormatType,
+ xfMMUFrameFormatRev,
+ xfMMURAUSupplyVoltage
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of all current objects in this MIB
+ module."
+ ::= { xfRadioLinkPtpModemGroups 1 }
+
+ END \ No newline at end of file
diff --git a/MIBS/ericsson/XF-RADIOLINK-PTP-RADIO-MIB b/MIBS/ericsson/XF-RADIOLINK-PTP-RADIO-MIB
new file mode 100644
index 0000000..64a731c
--- /dev/null
+++ b/MIBS/ericsson/XF-RADIOLINK-PTP-RADIO-MIB
@@ -0,0 +1,3866 @@
+ XF-RADIOLINK-PTP-RADIO-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ entPhysicalIndex
+ FROM ENTITY-MIB
+ ifIndex
+ FROM IF-MIB
+ MODULE-COMPLIANCE, OBJECT-GROUP
+ FROM SNMPv2-CONF
+ TEXTUAL-CONVENTION, DisplayString
+ FROM SNMPv2-TC
+ OBJECT-TYPE, MODULE-IDENTITY, Integer32, Unsigned32
+ FROM SNMPv2-SMI
+ xfRadioLink
+ FROM XF-TOP-MIB
+ xfTermRowIndex
+ FROM XF-RADIOLINK-PTP-TERMINAL-MIB;
+
+ xfRadioLinkPtpRadioMIB MODULE-IDENTITY
+
+ LAST-UPDATED "202009220000Z" -- 22 September 2020
+ ORGANIZATION
+ "Ericsson AB"
+ CONTACT-INFO
+ "
+ Ericsson AB
+ Transmission & Transport Networks
+ SE-431 84 Molndal
+ Sweden
+ "
+ DESCRIPTION
+ "
+ This MIB defines objects for point-to-point Radio Link RAUs.
+ "
+
+ REVISION "202009220000Z" -- 22 September 2020
+ DESCRIPTION
+ "
+ Rev. PY26
+ - Added new MOs in xfRfIfPowerTable:
+ * xfRfAtpcFallbackOutputPower
+ * xfRfAtpcFallbackEnable
+ * xfRfAtpcFallbackTimer
+ "
+
+ REVISION "201911260000Z" -- 26 November 2019
+ DESCRIPTION
+ "
+ Rev. PY25
+ - Added new MOs in xfRAuTable:
+ * xfRauBoosterCapability
+ * xfRauBoosterSelectedIndex
+ "
+
+ REVISION "201910140000Z" -- 14 October 2019
+ DESCRIPTION
+ "
+ Rev. PY24
+ - Added new MOs in xfRfIfPowerTable:
+ * xfRfOutputPower8192QAM
+ * xfRfOutputPower16384QAM
+ "
+
+ REVISION "201906040000Z" -- 04 June 2019
+ DESCRIPTION
+ "
+ Rev. PY23
+ - Added new MOs in ifCableMonitoringTable:
+ * xfRfOutlierTrigger
+ * xfRfRangeTrigger
+ * xfRfStddevTrigger
+ * xfRfDegradationTrigger
+ * xfRfMarginTrigger
+ "
+
+ REVISION "201905160000Z" -- 16 May 2019
+ DESCRIPTION
+ "
+ Rev. PY22
+ - Added new MOs in ifCableMonitoringTable:
+ * xfRfOutlierValue
+ * xfRfRangeValue
+ * xfRfStddevValue
+ * xfRfDegradationValue
+ * xfRfMarginValue
+ "
+
+ REVISION "201904300000Z" -- 30 April 2019
+ DESCRIPTION
+ "
+ Rev. PY21
+ - Added new table 'xfSdcTable'.
+ - Added new MOs in 'xfRfIfPowerTable':
+ * xfRfCurrentInputPowerSdcMain
+ * xfRfCurrentInputPowerSdcDiv
+ "
+
+ REVISION "201901170000Z" -- 17 January 2019
+ DESCRIPTION
+ "
+ Rev. PY20
+ - Removed the following alarms in RFAlarms - Textual convention:
+ * IfCableDamaged
+ * RccWarning
+ - Added the following alarms in RFAlarms - Textual convention:
+ * AgcOutlier
+ * AgcRange
+ * AgcStddev
+ * AgcDegradation
+ * AgcMargin
+ "
+
+ REVISION "201810290000Z" -- 29 October 2018
+ DESCRIPTION
+ "
+ Rev. PY19
+ New MO 'xfRFSpectrumDiagProgress' added in xfRFSpectrumDiagTable.
+ "
+
+ REVISION "201809030000Z" -- 3 September 2018
+ DESCRIPTION
+ "
+ Rev. PY18
+ New MOs added in xfRFSpectrumDiagTable.
+ "
+
+ REVISION "201804060000Z" -- 6 April 2018
+ DESCRIPTION
+ "
+ Rev. PY17
+ Updated unit of measurement of XPI level in performance monitoring counters:
+ from dBm to dB
+ "
+
+ REVISION "201801300000Z" -- 30 January 2018
+ DESCRIPTION
+ "
+ Rev. PY16
+ New MO 'xfRfTaps' added in xfRfIfPowerTable.
+ "
+
+ REVISION "201711230000Z" -- 23 November 2017
+ DESCRIPTION
+ "
+ Rev. PY15
+ Changed definition of 'xfRFAlarms' MO.
+ "
+
+ REVISION "201709190000Z" -- 19 September 2017
+ DESCRIPTION
+ "
+ Rev. PY14
+ Updated comment in xfRFDuplexDistance.
+ "
+
+ REVISION "201709050000Z" -- 05 September 2017
+ DESCRIPTION
+ "
+ Rev. PY13
+ - Added the following alarms in RFAlarms - Textual convention:
+ * IfCableDamaged
+ * RccWarning
+ "
+
+ REVISION "201707250000Z" -- 25 July 2017
+ DESCRIPTION
+ "
+ Rev. PY12
+ xfRAUAlarmStatus MO extended with definition of 'companionRauMismatch' alarm.
+ "
+
+ REVISION "201706280000Z" -- 28 June 2017
+ DESCRIPTION
+ "
+ Rev. PY11
+ Corrected range for xfRFDuplexDistance MO.
+ "
+
+ REVISION "201705240000Z" -- 24 May 2017
+ DESCRIPTION
+ "
+ Rev. PY10
+ Introduction of new FF 60 MHz.
+ "
+
+ REVISION "201612200000Z" -- 20 December 2016
+ DESCRIPTION
+ "
+ Rev. PY9
+ - New MOs Added 'xfRFBoosterGain' and 'xfRFBoosterMaxInputPower' 'xfRFBoosterCapability'
+ 'xfRFBoosterProductNumber' and 'xfRFBoosterHWRevision' in xfRFPowerTable.
+ "
+
+ REVISION "201606160000Z" -- 16 June 2016
+ DESCRIPTION
+ "
+ Rev. PY8
+ - Added definition of 'remoteRfIfHighestSeverityAlarm' alarm in 'RFAlarms' textual convention.
+ "
+
+ REVISION "201606010000Z" -- 01 June 2016
+ DESCRIPTION
+ "
+ Rev. PY7
+ - New MOs 'xfRfAvailableOutputPowerType' and 'xfRfSelectedOutputPowerType'
+ added in xfRfIfPowerTable.
+ "
+
+ REVISION "201605160000Z" -- 16 May 2016
+ DESCRIPTION
+ "
+ Rev. PY6
+ - Updated description for some MOs, to better specify
+ 'default' and 'invalid' output power definitions.
+ "
+
+ REVISION "201605100000Z" -- 10 May 2016
+ DESCRIPTION
+ "
+ Rev. PY5
+ - 'Obsolete' MOs set back to 'current' status
+ in order to remove warnings.
+ "
+
+ REVISION "201604120000Z" -- 12 April 2016
+ DESCRIPTION
+ "
+ Rev. PY4
+ - Updated description for xfRfInputPowerReset MO.
+ "
+
+ REVISION "201602220000Z" -- 22 February 2016
+ DESCRIPTION
+ "
+ Rev. PY3
+ - Description updated for some MOs.
+ - Readability improvements (formatting).
+ "
+
+ REVISION "201602060000Z" -- 06 February 2016
+ DESCRIPTION
+ "
+ Rev. PY2
+ - Added the following alarms in RFAlarms - Textual convention:
+ * rlts1Counter15m
+ * rlts2Counter15m
+ * rltmCounter15m
+ * tlts1Counter15m
+ * tltmCounter15m
+ * rlts1Counter24h
+ * rlts2Counter24h
+ * rltmCounter24h
+ * tlts1Counter24h
+ * tltmCounter24h
+ - Obsoleted the following MOs in table xfRFPowerTable and
+ moved-renamed in xfRAUIFTable:
+ * xfRfMaxMSELast7Days
+ * xfRfMinMSELast7Days
+ * xfRfMaxXPILast7Days
+ * xfRfMinXPILast7Days
+ - Added MOs for Extended RF PM in table xfRfIfPowerTable:
+ * xfRfMeanInputPower1m
+ * xfRfMaxOutputPowerLast7Days
+ * xfRfMinOutputPowerLast7Days
+ * xfRfMaxOutputPowerSinceReset
+ * xfRfMinOutputPowerSinceReset
+ * xfRfOutputPowerReset
+ "
+
+ REVISION "201602050000Z" -- 05 February 2016
+ DESCRIPTION
+ "
+ Rev. PY1
+ - Updated description for xfRFCurrentStepNumber.
+ - Updated description for xfRFCurrentStepNumberRx.
+ "
+
+ REVISION "201512110000Z" -- 11 December 2015
+ DESCRIPTION
+ "
+ Rev. PX9
+ xfRfIfPowerTable moved at the end of file, fixing HU44212.
+ "
+
+ REVISION "201511050000Z" -- 05 November 2015
+ DESCRIPTION
+ "
+ Rev. PX8
+ - atpcVersionMismatch alarm definition removed from xfRAUAlarmStatus object (never used before).
+ - insufficientResourceRauXpic alarm definition added to xfRAUAlarmStatus object.
+ "
+
+ REVISION "201508310000Z" -- 31 August 2015
+ DESCRIPTION
+ "
+ Rev. PX7
+ * New objects added in xfRFIFTable:
+ - xfRFDuplexType
+ - xfRFDuplexConfig
+ - xfRFDuplexDistance
+ "
+
+ REVISION "201507020000Z" -- 2 July 2015
+ DESCRIPTION
+ "
+ Rev. PX6
+ Added new tables xfRFSpectrumDiagTable and xfRFSpectrumDiagResultTable
+ "
+
+ REVISION "201506250000Z" -- 25 June 2015
+ DESCRIPTION
+ "
+ Rev. PX5
+ Merged content from 19089-FAL1044129_1_X_PBB5.
+ "
+
+ REVISION "201506080000Z" -- 8 June 2015
+ DESCRIPTION
+ "
+ Rev. PX4
+ Updated description text for the following MOs:
+ xfRFMaxMSELast7Days, xfRFMinMSELast7Days
+ "
+
+ REVISION "201504230000Z" -- 23 April 2015
+ DESCRIPTION
+ "
+ Rev. PX3
+ - xfRfSelectedMinOutputPower object added.
+ - xfRfSelectedMaxOutputPower object added.
+ "
+
+ REVISION "201504200000Z" -- 20 April 2015
+ DESCRIPTION
+ "
+ Rev. PX2
+ - xfRfAtpcSelectedInputPowerFar object renamed in xfRfAtpcTargetInputPowerFE.
+ "
+
+ REVISION "201504020000Z" -- 02 April 2015
+ DESCRIPTION
+ "
+ Rev. PX1
+ - xfRauAtpcVersion object added in xfRAUTable.
+ - Definition of xfRAUAlarmStatus extended with atpcVersionMismatch.
+ - Added new table xfRfIfPowerTable.
+ "
+
+ REVISION "201502260000Z" -- 26 February 2015
+ DESCRIPTION
+ "
+ Add new MIBs to xfRFPowerTable for improved power monitoring.
+ New MOs: xfRFMeanInputPower1m, xfRFMaxOutputPowerLast7Days,
+ xfRFMinOutputPowerLast7Days, xfRFMaxOutputPowerSinceReset,
+ xfRFMinOutputPowerSinceReset, xfRFMaxMSELast7Days,
+ xfRFMinMSELast7Days, xfRFMaxXPILast7Days,
+ xfRFMinXPILast7Days, xfRFOutputPowerReset
+ "
+
+ REVISION "201501231000Z" -- 23 January 2015
+ DESCRIPTION
+ "
+ Modified definition for xfRauNotes to have a valid syntax definition.
+ "
+
+ REVISION "201501230000Z" -- 23 January 2015
+ DESCRIPTION
+ "
+ Add new MIB xfRAUNotes to xfRAUTable.
+ "
+
+ REVISION "201501090000Z" -- 09 January 2015
+ DESCRIPTION
+ "
+ Rev. V
+ - Changed MO: xfRAUSubBand in xfRAUTable becomes R/W (previously R only)
+ - New Table: xfRAUSubBandTable (as xfRadioLinkPtpRadioObjects object)
+ "
+
+ REVISION "201402200000Z" -- 20 Febuary 2014
+ DESCRIPTION
+ "
+ Rev. PU2
+ - New value: sdcDadeCalMismatch in xfRAUAlarmStatus
+ "
+
+ REVISION "201311220000Z" -- 22 November 2013
+ DESCRIPTION
+ "
+ Rev. PU1
+ New MO: xfRFCurrentInputPowerSdcMain and xfRFCurrentInputPowerSdcDiv in xfRFPowerTable
+ "
+
+ REVISION "201311191400Z" -- 19 Nov 2013
+ DESCRIPTION
+ "
+ Rev. T
+ - Official R-State for M14A
+ "
+
+ REVISION "201105230000Z" -- 23 May 2011
+ DESCRIPTION
+ "
+ Rev. S
+ - Official R-State for TN 4.4 FP
+ "
+
+ REVISION "201102090000Z" -- 09 February 2011
+ DESCRIPTION
+ "
+ Rev. PS4
+ - New MO: xfRAUCarrierMode in xfRAUCapabilityTable
+ "
+
+ REVISION "201102010000Z" -- 01 February 2011
+ DESCRIPTION
+ "
+ Rev. PS3
+ - Correction for new 1024-QAM
+ "
+
+ REVISION "201012100000Z" -- 10 December 2010
+ DESCRIPTION
+ "
+ Rev. PS2
+ - Added 1024-QAM
+ "
+
+ REVISION "201010200000Z" -- 20 October 2010
+ DESCRIPTION
+ "
+ Rev. PS1
+ - New MO: xfRFAtpcFallbackTimer in xfRFPowerTable
+ "
+
+ REVISION "201009230000Z" -- 23 September 20010
+ DESCRIPTION
+ "
+ Rev. N
+ - Changed RfInputThreshold default value to -93dBm
+ "
+
+ REVISION "201006150000Z" -- 15 June 20010
+ DESCRIPTION
+ "
+ Rev. PN1
+ - New MO: xfRAURxCapability in xfRAUTable
+ "
+
+ REVISION "201006040000Z" -- 04 June 2010
+ DESCRIPTION
+ "
+ Rev. PN
+ - New value: swNeedUpdate in xfRAUAlarmStatus
+ "
+
+ REVISION "201001190000Z" -- 19 January 2010
+ DESCRIPTION
+ "
+ Rev. M
+ - Official R-State for TN 4.3
+ "
+
+ REVISION "200912010000Z" -- 01 December 2009
+ DESCRIPTION
+ "
+ Rev. PM2
+ - Change name on xfRFAtpcFallbackMaxOutputPower to xfRFAtpcFallbackOutputPower
+ - Removed warnings about xfRFAtpcFallbackOutputPower(xfRFAtpcFallbackMaxOutputPower) and
+ xfRFAtpcFallbackEnable not included in xfRadioLinkPtpRadioCompleteGroup
+ - Updated xfRFAlarms
+ - New alarm: rfOutputLevelATPC
+ - Updated xfRAUAlarmStatus
+ - New alarm: ConfigurationInvalid
+ "
+
+ REVISION "200911180000Z" -- 18 November 2009
+ DESCRIPTION
+ "
+ Rev. PM1
+ - New MO: xfRFAtpcFallbackMaxOutputPower and xfRFAtpcFallbackEnable in xfRFPowerTable
+ "
+
+ REVISION "200906260000Z" -- 26 June 2009
+ DESCRIPTION
+ "
+ Rev. L
+ - Update of revision history
+ "
+
+ REVISION "200906240000Z" -- 24 June 2009
+ DESCRIPTION
+ "
+ Rev. L
+ - Official Rev for TN 4.2
+ "
+
+ REVISION "200904200000Z" -- 20 April 2009
+ DESCRIPTION
+ "
+ Rev. K
+ - Official Rev for TN 4.1 FP
+ "
+
+ REVISION "200904140000Z"
+ DESCRIPTION
+ "
+ Rev. PK8
+ - Changes for TN 4.2
+ - Spectrum Effeciency Class index values have changed
+ - Adde new Spectrum Effeciency Class values
+ - Added channelspacing chsp3500kHz(10)
+ "
+
+ REVISION "200810020000Z"
+ DESCRIPTION
+ "
+ Rev. PK7
+ - Changes for TN 4.1/4.2
+ - Removed table: xfRFOutputPowerTable
+ - New MO: xfRFOutputPowerTable in xfRFPowerTable
+ - Fixed double index issue in xfRAUCapabilityTable
+ "
+
+ REVISION "200809160000Z"
+ DESCRIPTION
+ "
+ Rev. PK6
+ - Changes for TN 4.1
+ - New table: xfRFOutputPowerTable
+ "
+
+ REVISION "200806250000Z"
+ DESCRIPTION
+ "
+ Rev. PK5
+ - Changes for TN 4.1
+ - Changes in table: xfRAUCapabilityTable (xfRAUChannelModulation)
+ "
+
+ REVISION "200806240000Z"
+ DESCRIPTION
+ "
+ Rev. PK4
+ - Changes for TN 4.1
+ - Changes in table: xfRAUCapabilityTable (xfRAUChannelModulation)
+ "
+
+ REVISION "200806180000Z"
+ DESCRIPTION
+ "
+ Rev. PK3
+ - Changes for TN 4.1
+ - Changes in table: xfRAUCapabilityTable
+ "
+
+ REVISION "200806170000Z"
+ DESCRIPTION
+ "
+ Rev. PK2
+ - Changes for TN 4.1
+ - Changes in table: xfRAUCapabilityTable
+ "
+
+ REVISION "200806040000Z"
+ DESCRIPTION
+ "
+ Rev. PK1
+ - Changes for TN 4.1
+ - New table: xfRAUCapabilityTable
+ "
+
+ REVISION "200706040000Z"
+ DESCRIPTION
+ "
+ Rev. J
+ - MIB files changes according to 1/15519-CRH109625/1 Uae Rev U
+ - xfRFLoopEnable: Changed comment regarding far end limitation to no access
+ - xfRFAttenuator: Changed comment regarding far end limitation.
+ - xfRFInputPowerReset: Changed comment regarding far end limitation to read-write (Traffic Node only)
+ "
+
+ REVISION "200609191320Z"
+ DESCRIPTION
+ "
+ Rev. H
+ - MIB files changes according to 1/15519-CRH109625/1 Uae Rev M + errata
+ - Changed syntax of object xfRFTxAdminStatus for better readability in a MIB-browser
+ "
+
+ REVISION "200608290000Z"
+ DESCRIPTION
+ "
+ Rev. PH1
+ - Added 64-QAM to RAUModCapability
+ "
+
+ REVISION "200603200000Z"
+ DESCRIPTION
+ "
+ Rev. G
+ - MIB files changes according to 1/15519-CRH109625/1 Uae Rev K
+ - Addition of Enum values for RAUModCapability to support ANSI
+ "
+
+ REVISION "200602240000Z"
+ DESCRIPTION
+ "
+ Rev. F
+ - Access restrictions explained in the description field for each MO
+ "
+
+ REVISION "200601310000Z"
+ DESCRIPTION
+ "
+ Rev. E
+ - New value (0) for xfRFMaxInputPowerLast7Days and xfRFMinInputPowerLast7Days
+ - xfRFRtpcSelectedOutputPower: Value 255 no longer valid
+ - xfRFAtpcMaxOutputPower: Value 255 no longer valid. New value: 254
+ - xfRFAtpcSelectedInputPowerFar: Value 255 no longer valid. New default value
+ - xfRFAttenuator: Value 255 no longer valid. New default value
+ "
+
+ REVISION "200412130000Z"
+ DESCRIPTION
+ "
+ Rev. D
+ - Changes according to 1/15519-CRH109625/1 Uae Rev D
+ - New value (other) for RFTxAdminStatus
+ - Changed MO xfRFInputPowerThreshold to MO xfRFInputAlarmThreshold (xfRFPowerTable)
+ - MO xfRFRtpcSelectedOutputPower: Value 254 = max power (default)
+ - MO xfRFAttenuator: Value 255 (new default)
+ - DEFVAL removed. Default value info declared in corresponding description fields
+ "
+
+ REVISION "200407020000Z"
+ DESCRIPTION
+ "
+ Rev. C
+ - All config alarms are removed
+ "
+
+ REVISION "200406160000Z"
+ DESCRIPTION
+ "
+ Rev. B
+ - All config alarms are defined
+ - Alarms are updated with new names
+ "
+
+ REVISION "200405250000Z"
+ DESCRIPTION
+ "
+ Rev. PB2
+ - Minor changes
+ "
+
+ REVISION "200404260000Z"
+ DESCRIPTION
+ "
+ Rev. PB1
+ - Added MO: xfRAUTemperature, xfRFInputPowerAlarmThreshold, xfRFLoopEnable
+ - Added Table: xfRFPowerTable
+ "
+
+ REVISION "200401200000Z"
+ DESCRIPTION
+ "
+ Rev. A
+ - Other is added to integer enumerations
+ - RFTxStatus object is split into admin and oper objects
+ - Integer types updated
+ "
+
+ REVISION "200312171000Z"
+ DESCRIPTION
+ "
+ Rev. PA1
+ - Initial revision
+ "
+
+ ::= { xfRadioLink 3 }
+
+--
+-- Textual conventions
+--
+
+ RFTxOperStatus ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "This TC enumerates the Tx operational status."
+ SYNTAX INTEGER
+ {
+ other(1),
+ txOff(2),
+ txOn(3),
+ txStandby(4)
+ }
+
+ RAURfLoopAvailable ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "This TC enumerates the RF loop."
+ SYNTAX INTEGER
+ {
+ other(1),
+ rfLoopAvailable(2),
+ rfLoopNotAvailable(3)
+ }
+
+ RAUAtpcCapability ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "This TC enumerates the ATPC capability."
+ SYNTAX INTEGER
+ {
+ other(1),
+ noAtpcSupport(2),
+ doesNotExist(3),
+ atpcCapabilityUnknown(4),
+ supportsAtpc(5)
+ }
+
+ RAUModCapability ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "
+ This TC enumerates the modulation capabilities.
+ Modulation capabilities is indicated by 5 bits:
+ bits 01234
+ 00000 undetermined
+ 00001 C-QPSK
+ 00010 16-QAM
+ 00011 C-QPSK & 16-QAM
+ 00100 128-QAM
+ 01000 32-QAM
+ 10000 64-QAM
+ ...
+ 11111 C-QPSK & 16-QAM & 128-QAM & 32-QAM & 64-QAM
+ "
+ SYNTAX BITS
+ {
+ cqpsk(0),
+ qam16(1),
+ qam128(2),
+ qam32(3),
+ qam64(4)
+ }
+
+ RAUChannelSpacingCapability ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Channel spacing capability."
+ SYNTAX INTEGER
+ {
+ chspUnknown(0),
+ chsp7MHz(1),
+ chsp14MHz(2),
+ chsp20MHz(3),
+ chsp28MHz(4),
+ chsp30MHz(5),
+ chsp40MHz(6),
+ chsp50MHz(7),
+ chsp56MHz(8),
+ chsp10MHz(9),
+ chsp3500KHz(10),
+ chsp60MHz(11)
+ }
+
+ RauSec ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Spectrum Effeciency Class."
+ SYNTAX INTEGER
+ {
+ other(1),
+ sec2(2),
+ sec3(3),
+ sec4L(4),
+ sec4H(5),
+ sec5A(6),
+ sec5B(7),
+ sec6A(8),
+ sec6B(9)
+ }
+
+ RAUModulation ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Type of modulation."
+ SYNTAX INTEGER
+ {
+ other(1),
+ cqpsk(2),
+ qam16(3),
+ qam128(4),
+ qam32(5),
+ qam64(6),
+ qam4(7),
+ qam8(8),
+ qam256(9),
+ qam512(10),
+ qam1024(11)
+ }
+
+ ATPCFallbackEnable ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "ATPC fallback enable status."
+ SYNTAX INTEGER
+ {
+ other(1),
+ disable(2),
+ enable(3)
+ }
+
+ RfOutputPower ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "RF output power in dBm."
+ SYNTAX Integer32 (-100..45|255)
+
+ RfInputPower ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "RF Input power in dBm/10."
+ SYNTAX Integer32 (-999..-200|0)
+
+ BoosterCapability ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Booster capabilities values codes."
+ SYNTAX INTEGER
+ {
+ other(1),
+ noBoosterSupport(2),
+ boosterSupport(3)
+ }
+
+--
+-- Node definitions
+--
+
+ xfRadioLinkPtpRadioObjects OBJECT IDENTIFIER ::= { xfRadioLinkPtpRadioMIB 1 }
+ xfRadioLinkPtpRadioConformance OBJECT IDENTIFIER ::= { xfRadioLinkPtpRadioMIB 2 }
+
+------------------------------------------------------------------------------
+-- xfRAUTable
+------------------------------------------------------------------------------
+
+ xfRAUTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRAUEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Table for Radiolink point-to-point radios managed objects.
+ Table indexed with entPhysicalIndex.
+ "
+ ::= { xfRadioLinkPtpRadioObjects 1 }
+
+ xfRAUEntry OBJECT-TYPE
+ SYNTAX XfRAUEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in xfRadioTable."
+ INDEX { entPhysicalIndex }
+ ::= { xfRAUTable 1 }
+
+ XfRAUEntry ::=
+ SEQUENCE
+ {
+ xfRAUAlarmStatus BITS,
+ xfRAURfLoopAvailable RAURfLoopAvailable,
+ xfRAUAtpcCapability RAUAtpcCapability,
+ xfRAULocalCtrlCapability INTEGER,
+ xfRAUModCapability RAUModCapability,
+ xfRAUFrequencyband Unsigned32,
+ xfRAUSubBand Unsigned32,
+ xfRAUTemperature Integer32,
+ xfRAUProtectionPath INTEGER,
+ xfRAURxCapability INTEGER,
+ xfRAUNotes OCTET STRING,
+ xfRauAtpcVersion INTEGER,
+ xfRauBoosterCapability BoosterCapability,
+ xfRauBoosterSelectedIndex Integer32
+ }
+
+--
+-- xfRAUTable MOs
+--
+
+ xfRAUAlarmStatus OBJECT-TYPE
+ SYNTAX BITS
+ {
+ atpcCapability0(0),
+ atpcCapability1(1),
+ atpcCapability2(2),
+ configurationInvalid0(3),
+ configurationInvalid1(4),
+ configurationInvalid2(5),
+ sdcHwErrorMain0(6),
+ sdcHwErrorMain1(7),
+ sdcHwErrorMain2(8),
+ sdcHwErrorDiv0(9),
+ sdcHwErrorDiv1(10),
+ sdcHwErrorDiv2(11),
+ sdcDadeCalMismatch0(12),
+ sdcDadeCalMismatch1(13),
+ sdcDadeCalMismatch2(14),
+ insufficientResourceRauXpic0(15),
+ insufficientResourceRauXpic1(16),
+ insufficientResourceRauXpic2(17),
+ companionRauMismatch0(18),
+ companionRauMismatch1(19),
+ companionRauMismatch2(20)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the alarm status of the radio unit.
+ atpcCability - The terminal is configured for ATPC, but the radio does not support ATPC.
+ This alarm is activated only if ATPC is turned on (any direction).
+ sdcHwErrorMain - Received RF input signal level for Main path (of SDC TRX) has dropped below the threshold for the receiver.
+ sdcHwErrorDiv - Received RF input signal level for Diversity path (of SDC TRX) has dropped below the threshold for the receiver.
+ sdcDadeCalMismatch - A TRX is connected and its Serial Number doesn't match with the serial number stored into MO xfTRXSdcSerialNumber.
+ insufficientResourceRauXpic - Connected RAU is missing capabilities for XPIC.
+ companionRauMismatch - Connected RAU does not match with the companion one, either in 1+1 RLP or XPIC.
+ "
+ ::= { xfRAUEntry 1 }
+
+ xfRAURfLoopAvailable OBJECT-TYPE
+ SYNTAX RAURfLoopAvailable
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object inidicates if RF loop is available in radio unit.
+ "
+ ::= { xfRAUEntry 2 }
+
+ xfRAUAtpcCapability OBJECT-TYPE
+ SYNTAX RAUAtpcCapability
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object indicates if the radio unit supports ATPC or not.
+ "
+ ::= { xfRAUEntry 3 }
+
+ xfRAULocalCtrlCapability OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ noLocalControlSupport(2),
+ supportsLocalControl(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object indicates if the radio unit supports local
+ transmit power control or not.
+ "
+ ::= { xfRAUEntry 4 }
+
+ xfRAUModCapability OBJECT-TYPE
+ SYNTAX RAUModCapability
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the modulation methods supported
+ by the radio unit.
+ "
+ ::= { xfRAUEntry 5 }
+
+ xfRAUFrequencyband OBJECT-TYPE
+ SYNTAX Unsigned32 (0..255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the frequency band for the radio unit.
+ "
+ ::= { xfRAUEntry 6 }
+
+ xfRAUSubBand OBJECT-TYPE
+ SYNTAX Unsigned32 (0..255)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the sub band (Index) for the radio unit.
+ "
+ ::= { xfRAUEntry 7 }
+
+ xfRAUTemperature OBJECT-TYPE
+ SYNTAX Integer32 (-127..127)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the temperature, in degree Celsius, inside
+ the radio unit.
+ "
+ ::= { xfRAUEntry 8 }
+
+ xfRAUProtectionPath OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ rauRa1(2),
+ rauRa2(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object indicates what radio path the radio belongs to.
+ "
+ ::= { xfRAUEntry 9 }
+
+ xfRAURxCapability OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ rxSupport(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object indicates if the radio unit support RX configuration.
+ "
+ ::= { xfRAUEntry 10 }
+
+ xfRAUNotes OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..800))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "You can add information in this description field,
+ for example polarization, antenna type or logging a site visit."
+ ::= { xfRAUEntry 11 }
+
+ xfRauAtpcVersion OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ version1(2),
+ version2(3),
+ version3(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object represents the RAU ATPC version.
+ "
+ ::= { xfRAUEntry 12 }
+
+ xfRauBoosterCapability OBJECT-TYPE
+ SYNTAX BoosterCapability
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object represents the Booster capability for a link.
+ "
+ ::= { xfRAUEntry 13 }
+
+ xfRauBoosterSelectedIndex OBJECT-TYPE
+ SYNTAX Integer32 (0..2147483647)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object represents the Booster selected index for a link.
+ "
+ ::= { xfRAUEntry 14 }
+
+------------------------------------------------------------------------------
+-- xfRFIFTable
+------------------------------------------------------------------------------
+
+ xfRFIFTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRFIFEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Table for Radiolink point-to-point radios RF IF managed objects.
+ Table indexed with ifIndex.
+ "
+ ::= { xfRadioLinkPtpRadioObjects 2 }
+
+ xfRFIFEntry OBJECT-TYPE
+ SYNTAX XfRFIFEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRFIFTable."
+ INDEX { ifIndex }
+ ::= { xfRFIFTable 1 }
+
+ XfRFIFEntry ::=
+ SEQUENCE
+ {
+ xfRFBaseTxFrequency Unsigned32,
+ xfRFBaseRxFrequency Unsigned32,
+ xfRFStepSize Unsigned32,
+ xfRFStepLimitLow Unsigned32,
+ xfRFStepLimitHigh Unsigned32,
+ xfRFCurrentStepNumber Unsigned32,
+ xfRFTxOperStatus RFTxOperStatus,
+ xfRFTxAdminStatus INTEGER,
+ xfRFLoopEnable INTEGER,
+ xfRFAlarms BITS,
+ xfRFStatus BITS,
+ xfRFStepSizeRx Unsigned32,
+ xfRFStepLimitLowRx Unsigned32,
+ xfRFStepLimitHighRx Unsigned32,
+ xfRFCurrentStepNumberRx Unsigned32,
+ xfRFDuplexType INTEGER,
+ xfRFDuplexConfig INTEGER,
+ xfRFDuplexDistance Integer32
+ }
+
+--
+-- xfRFIFTable MOs
+--
+
+ xfRFBaseTxFrequency OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4294967295)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the Tx frequency in KHz when frequency
+ step number is 0.
+ "
+ ::= { xfRFIFEntry 1 }
+
+ xfRFBaseRxFrequency OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4294967295)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the Rx frequency in KHz when frequency.
+ step number is 0
+ "
+ ::= { xfRFIFEntry 2 }
+
+ xfRFStepSize OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the frequency step size in KHz.
+ "
+ ::= { xfRFIFEntry 3 }
+
+ xfRFStepLimitLow OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the lowest allowed frequency step number.
+ "
+ ::= { xfRFIFEntry 4 }
+
+ xfRFStepLimitHigh OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the highest allowed frequency step number.
+ "
+ ::= { xfRFIFEntry 5 }
+
+ xfRFCurrentStepNumber OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object sets/shows the frequency step number.
+ 0 = frequency not yet defined.
+
+ For Classic RAUs, TX and RX frequencies can not be set individually.
+ The span between them is always fixed and depends on different frequency and sub band.
+ - To calculate step number for TX and RX, use the following formulas:
+ New step number = (TX frequency - XfRAUBaseTxFrequency) / XfRAUStepSize
+ New step number = (RX frequency - xfRAUBaseRxFrequency) / XfRAUStepSize
+ - To calculate TX and RX frequencies, use the following formulas:
+ TX frequency = XfRAUBaseTxFrequency + XfRAUCurrentStepNumber * XfRAUStepSize
+ RX frequency = XfRAUBaseRxFrequency + XfRAUCurrentStepNumber * XfRAUStepSize
+
+ For Agile RAUs, the TX and RX frequencies can be set individually.
+ Above formulas are only valid for TX frequency.
+ For RX frequency, xfRFCurrentStepNumberRx must be used.
+
+ Default value: 0
+ "
+ ::= { xfRFIFEntry 6 }
+
+ xfRFTxOperStatus OBJECT-TYPE
+ SYNTAX RFTxOperStatus
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the operational status of the transmitter.
+ "
+ ::= { xfRFIFEntry 7 }
+
+ xfRFTxAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ txOff(2),
+ txOn(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object sets the desired status of the transmitter.
+ Value other(1) not settable.
+
+ Especially for far end:
+ txOff(2), requests far end transmitter to be turned off.
+ txOn(3), requests far end transmitter to be turned on.
+ Default value: txOff(2) - near end.
+ other(1) - far end.
+ "
+ ::= { xfRFIFEntry 8 }
+
+ xfRFLoopEnable OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ enable(2),
+ disable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object manage RF loop.
+ Default value: disable(3).
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFEntry 9 }
+
+ xfRFAlarms OBJECT-TYPE
+ SYNTAX BITS
+ {
+ txFrequency0(0),
+ txFrequency1(1),
+ txFrequency2(2),
+ rxFrequency0(3),
+ rxFrequency1(4),
+ rxFrequency2(5),
+ rfOutputLevel0(6),
+ rfOutputLevel1(7),
+ rfOutputLevel2(8),
+ rxAfc0(9),
+ rxAfc1(10),
+ rxAfc2(11),
+ rfInputLevel0(12),
+ rfInputLevel1(13),
+ rfInputLevel2(14),
+ rfInputThreshold0(15),
+ rfInputThreshold1(16),
+ rfInputThreshold2(17),
+ rfOutputLevelATPC0(18),
+ rfOutputLevelATPC1(19),
+ rfOutputLevelATPC2(20),
+ sdcRfInputLevelMain0(21),
+ sdcRfInputLevelMain1(22),
+ sdcRfInputLevelMain2(23),
+ sdcRfInputLevelDiv0(24),
+ sdcRfInputLevelDiv1(25),
+ sdcRfInputLevelDiv2(26),
+ rlts1Counter15m0(27),
+ rlts1Counter15m1(28),
+ rlts1Counter15m2(29),
+ rlts2Counter15m0(30),
+ rlts2Counter15m1(31),
+ rlts2Counter15m2(32),
+ rltmCounter15m0(33),
+ rltmCounter15m1(34),
+ rltmCounter15m2(35),
+ tlts1Counter15m0(36),
+ tlts1Counter15m1(37),
+ tlts1Counter15m2(38),
+ tltmCounter15m0(39),
+ tltmCounter15m1(40),
+ tltmCounter15m2(41),
+ rlts1Counter24h0(42),
+ rlts1Counter24h1(43),
+ rlts1Counter24h2(44),
+ rlts2Counter24h0(45),
+ rlts2Counter24h1(46),
+ rlts2Counter24h2(47),
+ rltmCounter24h0(48),
+ rltmCounter24h1(49),
+ rltmCounter24h2(50),
+ tlts1Counter24h0(51),
+ tlts1Counter24h1(52),
+ tlts1Counter24h2(53),
+ tltmCounter24h0(54),
+ tltmCounter24h1(55),
+ tltmCounter24h2(56),
+ remoteRfIfHighestSeverityAlarm0(57),
+ remoteRfIfHighestSeverityAlarm1(58),
+ remoteRfIfHighestSeverityAlarm2(59),
+ ifcabledamaged0(60),
+ ifcabledamaged1(61),
+ ifcabledamaged2(62)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This TC enumerates the alarms for RF interface.
+ txFrequency - Transmitter frequency synthesizer loop is unlocked.
+ rxFrequency - Receiver frequency synthesizer loop is unlocked.
+ rfOutputLevel - Major degradation of transmitter output power is detected.
+ rxAfc - The frequency of the received signal is outside the range of the Automatic Frequency Control in the RAU receiver.
+ rfInputLevel - Receiver RF input signal level has dropped below the threshold for the receiver.
+ rfInputThreshold - The RF input level has dropped below the xfRFInputAlarmThreshold.
+ rfOutputLevelATPC - The transmitter output power has been continuously at 'Patpc,max' for too long.
+ This can occur due to several reasons:
+ * The operator has set 'Patpc,max' too low.
+ * The hop attenuation has increased (steady-state).
+ * The transmitter PA is v.
+ * The LNA in Rx is deteriorating.
+ "
+ ::= { xfRFIFEntry 10 }
+
+ xfRFStatus OBJECT-TYPE
+ SYNTAX BITS
+ {
+ rfLoop0(0),
+ rfLoop1(1),
+ rfLoop2(2),
+ txOff0(3),
+ txOff1(4),
+ txOff2(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the RAU status.
+ rfLoop - Warns if RF-loop is enabled on RAU
+ txOff - Warns if TX is manually set to off
+ "
+ ::= { xfRFIFEntry 11 }
+
+ xfRFStepSizeRx OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the Rx frequency step size in KHz.
+ "
+ ::= { xfRFIFEntry 12 }
+
+ xfRFStepLimitLowRx OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the Rx lowest allowed frequency step number.
+ "
+ ::= { xfRFIFEntry 13 }
+
+ xfRFStepLimitHighRx OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the Rx highest allowed frequency step number.
+ "
+ ::= { xfRFIFEntry 14 }
+
+ xfRFCurrentStepNumberRx OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object sets/shows the RX frequency step number for Agile RAUs.
+ 0 = frequency not yet defined.
+
+ - To calculate step number for RX, use the following formula:
+ New step number Rx = (RX frequency - xfRAUBaseRxFrequency) / XfRAUStepSizeRx
+ - To calculate RX frequency, use the following formula:
+ RX frequency = XfRAUBaseRxFrequency + XfRAUCurrentStepNumberRx * XfRAUStepSizeRx
+
+ Default value: 0
+ "
+ ::= { xfRFIFEntry 15 }
+
+ xfRFDuplexType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ fixed(2),
+ variable(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object tells the duplex frequency mode for the RAU:
+ - fixed: Tx frequency only can be set by operator, Rx frequency is
+ automatically set on the basis of (fixed) RAU duplex frequency
+ - variable: duplex frequency can be configured by operator
+ "
+ ::= { xfRFIFEntry 16 }
+
+ xfRFDuplexConfig OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ enabled(2),
+ disabled(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object enables setting of duplex frequency for the RAU.
+ It is always disabled(3) and can not be overwritten if xfRFDuplexType = fixed(2).
+ "
+ ::= { xfRFIFEntry 17 }
+
+ xfRFDuplexDistance OBJECT-TYPE
+ SYNTAX Integer32 (-2147483647..2147483647)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object is aimed to select the duplex distance for the RAU.
+ It can only be set if xfRFDuplexConfig = enabled(2), so that:
+ xfRFDuplexDistance = Tx Frequency - Rx Frequency
+ Otherwise, it is automatically filled on the basis of Tx and Rx
+ frequency settings, and can not be overwritten.
+ "
+ ::= { xfRFIFEntry 18 }
+
+------------------------------------------------------------------------------
+-- xfRFPowerTable
+------------------------------------------------------------------------------
+
+ xfRFPowerTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRFPowerEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Table for Radiolink point-to-point radios managed objects.
+ Table indexed with ifIndex.
+ "
+ ::= { xfRadioLinkPtpRadioObjects 3 }
+
+ xfRFPowerEntry OBJECT-TYPE
+ SYNTAX XfRFPowerEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRFPowerTable."
+ INDEX { ifIndex }
+ ::= { xfRFPowerTable 1 }
+
+ XfRFPowerEntry ::=
+ SEQUENCE
+ {
+ xfRFCurrentOutputPower Integer32,
+ xfRFRtpcMinOutputPower Integer32,
+ xfRFRtpcMaxOutputPower Integer32,
+ xfRFRtpcSelectedOutputPower Integer32,
+ xfRFAtpcMinOutputPower Integer32,
+ xfRFAtpcMaxOutputPower Integer32,
+ xfRFAtpcMinInputPowerFar Integer32,
+ xfRFAtpcSelectedInputPowerFar Integer32,
+ xfRFAttenuator Integer32,
+ xfRFCurrentInputPower Integer32,
+ xfRFMaxInputPowerLast7Days Integer32,
+ xfRFMinInputPowerLast7Days Integer32,
+ xfRFMaxInputPowerSinceReset Integer32,
+ xfRFMinInputPowerSinceReset Integer32,
+ xfRFInputPowerReset INTEGER,
+ xfRFInputAlarmThreshold Integer32,
+ xfRFOutputPower4QAM Integer32,
+ xfRFOutputPower8QAM Integer32,
+ xfRFOutputPower16QAM Integer32,
+ xfRFOutputPower32QAM Integer32,
+ xfRFOutputPower64QAM Integer32,
+ xfRFOutputPower128QAM Integer32,
+ xfRFOutputPower256QAM Integer32,
+ xfRFOutputPower512QAM Integer32,
+ xfRFAtpcFallbackOutputPower Integer32,
+ xfRFAtpcFallbackEnable ATPCFallbackEnable,
+ xfRFAtpcFallbackTimer Integer32,
+ xfRFOutputPower1024QAM Integer32,
+ xfRFMaxOutputPowerNotLimited Integer32,
+ xfRFMaxOutputPowerNotPossible INTEGER,
+ xfRFCurrentInputPowerSdcMain Integer32,
+ xfRFCurrentInputPowerSdcDiv Integer32,
+ xfRFMeanInputPower1m Integer32,
+ xfRFMaxOutputPowerLast7Days Integer32,
+ xfRFMinOutputPowerLast7Days Integer32,
+ xfRFMaxOutputPowerSinceReset Integer32,
+ xfRFMinOutputPowerSinceReset Integer32,
+ xfRFMaxMSELast7Days Integer32,
+ xfRFMinMSELast7Days Integer32,
+ xfRFMaxXPILast7Days Integer32,
+ xfRFMinXPILast7Days Integer32,
+ xfRFOutputPowerReset INTEGER,
+ xfRFBoosterGain Integer32,
+ xfRFBoosterMaxInputPower Integer32,
+ xfRFBoosterCapability BoosterCapability,
+ xfRFBoosterProductNumber DisplayString,
+ xfRFBoosterHWRevision DisplayString
+ }
+
+--
+-- xfRFPowerTable MOs
+--
+
+ xfRFCurrentOutputPower OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the output power in dBm including attenuator.
+ "
+ ::= { xfRFPowerEntry 1 }
+
+ xfRFRtpcMinOutputPower OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the minimum output power in dBm including attenuator.
+ Value -100 indicate that RAU Tx on is not possible due to power supply limitations.
+ "
+ ::= { xfRFPowerEntry 2 }
+
+ xfRFRtpcMaxOutputPower OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the maximum output power in dBm including attenuator.
+ Value -100 indicate that RAU Tx on is not possible due to power supply limitations.
+ "
+ ::= { xfRFPowerEntry 3 }
+
+ xfRFRtpcSelectedOutputPower OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|254)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object set/shows the selected output power in dBm including attenuator.
+ Value 254 indicates that the selected power is set to maximum.
+ Default value: 254
+ "
+ ::= { xfRFPowerEntry 4 }
+
+ xfRFAtpcMinOutputPower OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the minimum output power in dBm in ATPC.
+ mode for radio contained in the radio terminal.
+ "
+ ::= { xfRFPowerEntry 5 }
+
+ xfRFAtpcMaxOutputPower OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|254)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object sets/shows the ATPC maximum output power in dBm for radio contained in the radio terminal.
+ Value 254 indicates that the power is set to maximum.
+ Default value: 254.
+ "
+ ::= { xfRFPowerEntry 6 }
+
+ xfRFAtpcMinInputPowerFar OBJECT-TYPE
+ SYNTAX Integer32 (-99..-30|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the ATPC minimum input target power level for far end radio.
+ "
+ ::= { xfRFPowerEntry 7 }
+
+ xfRFAtpcSelectedInputPowerFar OBJECT-TYPE
+ SYNTAX Integer32 (-99..-30)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object sets/shows the ATPC selected input target level for far end radio.
+ Default value: -30.
+ "
+ ::= { xfRFPowerEntry 8 }
+
+ xfRFAttenuator OBJECT-TYPE
+ SYNTAX Integer32 (0..100)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object sets/shows the value in dBm for fixed attenuator mounted in antenna.
+ Default value: 0.
+ "
+ ::= { xfRFPowerEntry 9 }
+
+ xfRFCurrentInputPower OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows RF input level = value/10 dBm.
+ Domain: [-20.0 .. -99.9 dBm].
+ "
+ ::= { xfRFPowerEntry 10 }
+
+ xfRFMaxInputPowerLast7Days OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows maximum RF input level last 7 days.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm].
+ 0 (zero) indicates invalid value.
+ "
+ ::= { xfRFPowerEntry 11 }
+
+ xfRFMinInputPowerLast7Days OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows minimum RF input level last 7 days.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm].
+ 0 (zero) indicates invalid value.
+ "
+ ::= { xfRFPowerEntry 12 }
+
+ xfRFMaxInputPowerSinceReset OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows maximum RF input level since reset.
+ RF input level = value/10 dBm.
+ Domain: [-20.0 .. -99.9 dBm].
+ "
+ ::= { xfRFPowerEntry 13 }
+
+ xfRFMinInputPowerSinceReset OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows minimum RF input level since reset.
+ RF input level = value/10 dBm.
+ Domain: [-20.0 .. -99.9 dBm].
+ "
+ ::= { xfRFPowerEntry 14 }
+
+ xfRFInputPowerReset OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ inputPowerReset(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object reset the registers for the RF input level
+ and All Time High level this seven days period and
+ counters for the next seven days period of time
+
+ Note. For protected rlMLE and rlXfMLE terminals this
+ command will reset both Ra1 and Ra2 values.
+
+ Near end access: read-write
+ Far end access: read-write (Traffic Node only)
+ "
+ ::= { xfRFPowerEntry 15 }
+
+ xfRFInputAlarmThreshold OBJECT-TYPE
+ SYNTAX Integer32 (-99..-30)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows RF input level threshold.
+ Default value: -93.
+ "
+ ::= { xfRFPowerEntry 16 }
+
+ xfRFOutputPower4QAM OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 4QAM."
+ ::= { xfRFPowerEntry 17 }
+
+ xfRFOutputPower8QAM OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 8QAM."
+ ::= { xfRFPowerEntry 18 }
+
+ xfRFOutputPower16QAM OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 16QAM."
+ ::= { xfRFPowerEntry 19 }
+
+ xfRFOutputPower32QAM OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 32QAM."
+ ::= { xfRFPowerEntry 20 }
+
+ xfRFOutputPower64QAM OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 64QAM."
+ ::= { xfRFPowerEntry 21 }
+
+ xfRFOutputPower128QAM OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 128QAM."
+ ::= { xfRFPowerEntry 22 }
+
+ xfRFOutputPower256QAM OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 256QAM."
+ ::= { xfRFPowerEntry 23 }
+
+ xfRFOutputPower512QAM OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 512QAM."
+ ::= { xfRFPowerEntry 24 }
+
+ xfRFAtpcFallbackOutputPower OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|254)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object sets maximum output power in dBm in ATPCFallback
+ mode for radio contained in the radio terminal.
+ Value = 254 indicates that the power is set to maximum.
+ Default value: 254.
+ "
+ ::= { xfRFPowerEntry 25 }
+
+ xfRFAtpcFallbackEnable OBJECT-TYPE
+ SYNTAX ATPCFallbackEnable
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Enable/disable ATPCFallback."
+ ::= { xfRFPowerEntry 26 }
+
+ xfRFAtpcFallbackTimer OBJECT-TYPE
+ SYNTAX Integer32 (1..60)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "ATPC Fallback Timer specifies how long
+ the output power can be at PATPC, MAX before
+ ATPC fallback is triggered
+ Default value: 15 min"
+ ::= { xfRFPowerEntry 27 }
+
+ xfRFOutputPower1024QAM OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 1024QAM."
+ ::= { xfRFPowerEntry 28 }
+
+ xfRFMaxOutputPowerNotLimited OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max output power in dBm including
+ attenuator that the RAU can give if it is
+ not power supply limited."
+ ::= { xfRFPowerEntry 29 }
+
+ xfRFMaxOutputPowerNotPossible OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ unknown(0),
+ isPossible(1),
+ isNotPossible(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ unknown(0)
+ isPossible(1) Max output power is possible due
+ to power supply limitations
+ isNotPossible(2) Max output power is not possible
+ due to power supply limitations
+ "
+ ::= { xfRFPowerEntry 30 }
+
+ xfRFCurrentInputPowerSdcMain OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows RF input level for SDC Main path = value/10 dBm.
+ Domain: [-20.0 .. -99.9 dBm].
+ 0 (zero) indicates invalid value (e.g. SDC not available).
+ "
+ ::= { xfRFPowerEntry 31 }
+
+ xfRFCurrentInputPowerSdcDiv OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows RF input level for SDC Diversity path = value/10 dBm.
+ Domain: [-20.0 .. -99.9 dBm].
+ 0 (zero) indicates invalid value (e.g. SDC not available).
+ "
+ ::= { xfRFPowerEntry 32 }
+
+ xfRFMeanInputPower1m OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows RF input mean level for last minute.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ "
+ ::= { xfRFPowerEntry 33 }
+
+ xfRFMaxOutputPowerLast7Days OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows maximum RF output level last 7 days.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ "
+ ::= { xfRFPowerEntry 34 }
+
+ xfRFMinOutputPowerLast7Days OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows minimum RF output level last 7 days.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ "
+ ::= { xfRFPowerEntry 35 }
+
+ xfRFMaxOutputPowerSinceReset OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows maximum RF output level since reset
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ "
+ ::= { xfRFPowerEntry 36 }
+
+ xfRFMinOutputPowerSinceReset OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows minimum RF output level since reset
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ "
+ ::= { xfRFPowerEntry 37 }
+
+ xfRFMaxMSELast7Days OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max MSE level last 7 days.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ "
+ ::= { xfRFPowerEntry 38 }
+
+ xfRFMinMSELast7Days OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min MSE level last 7 days.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ "
+ ::= { xfRFPowerEntry 39 }
+
+ xfRFMaxXPILast7Days OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max Cross-Polar Interference (XPI) level last 7 days.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ "
+ ::= { xfRFPowerEntry 40 }
+
+ xfRFMinXPILast7Days OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min Cross-Polar Interference (XPI) level last 7 days.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ "
+ ::= { xfRFPowerEntry 41 }
+
+ xfRFOutputPowerReset OBJECT-TYPE
+ SYNTAX INTEGER { outputPowerReset(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object reset the registers for the RF output level
+ and All Time High level this seven days period and
+ counters for the next seven days period of time.
+ "
+ ::= { xfRFPowerEntry 42 }
+
+ xfRFBoosterGain OBJECT-TYPE
+ SYNTAX Integer32 ( 0..255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Value of the Gain of the Booster
+ "
+ ::= { xfRFPowerEntry 43 }
+
+ xfRFBoosterMaxInputPower OBJECT-TYPE
+ SYNTAX Integer32 (-100..35|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Value of the Max Input Power admitted towards the Booster
+ "
+ ::= { xfRFPowerEntry 44 }
+
+ xfRFBoosterCapability OBJECT-TYPE
+ SYNTAX BoosterCapability
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Value of Booster capability according to the system
+ "
+ ::= { xfRFPowerEntry 45 }
+
+ xfRFBoosterProductNumber OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..20))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Product Number of the Booster connected to the specific RF IF
+ "
+ ::= { xfRFPowerEntry 46 }
+
+ xfRFBoosterHWRevision OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..20))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ HW Revision of the Booster connected to the specific RF IF
+ "
+ ::= { xfRFPowerEntry 47 }
+
+------------------------------------------------------------------------------
+-- xfRAUCapabilityTable
+------------------------------------------------------------------------------
+
+ xfRAUCapabilityTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRAUCapabilityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Table for RAU capability information.
+ Table indexed with entPhysicalIndex and xfTermRowIndex.
+ "
+ ::= { xfRadioLinkPtpRadioObjects 4 }
+
+ xfRAUCapabilityEntry OBJECT-TYPE
+ SYNTAX XfRAUCapabilityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in xfRAUCapabilityTable."
+ INDEX { entPhysicalIndex, xfTermRowIndex }
+ ::= { xfRAUCapabilityTable 1 }
+
+ XfRAUCapabilityEntry ::=
+ SEQUENCE
+ {
+ xfRAUChannelSpacing RAUChannelSpacingCapability,
+ xfRAUChannelModulation RAUModulation,
+ xfRAUSpectrumEfficiencyClass RauSec,
+ xfRAUCarrierMode INTEGER
+ }
+
+--
+-- xfRAUCapabilityTable MOs
+--
+
+ xfRAUChannelSpacing OBJECT-TYPE
+ SYNTAX RAUChannelSpacingCapability
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Channel spacing.
+ ETSI: 3.5, 7, 14, 28, 40, 56 MHz
+ ANSI: 10, 20, 30, 40, 50 MHz
+ "
+ ::= { xfRAUCapabilityEntry 1 }
+
+ xfRAUChannelModulation OBJECT-TYPE
+ SYNTAX RAUModulation
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object shows the modulation.
+ Values:
+ cqpsk(2) CQPSK
+ qam16(3) 16-QAM
+ qam128(4) 128-QAM
+ qam32(5) 32-QAM
+ qam64(6) 64-QAM
+ qam4(7) 4-QAM
+ qam8(8) 8-QAM
+ qam256(9) 256-QAM
+ qam512(10) 512-QAM
+ qam1024(11) 1024-QAM
+ "
+ ::= { xfRAUCapabilityEntry 2 }
+
+ xfRAUSpectrumEfficiencyClass OBJECT-TYPE
+ SYNTAX RauSec
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Spectrum Efficiency Class:
+ other(1), unknown
+ sec2(2), Spectrum eff. Class 2
+ sec3(3), Spectrum eff. Class 3
+ sec4L(4), Spectrum eff. Class 4L
+ sec4H(5), Specturm eff. Class 4H
+ sec5A(6), Spectrum eff. Class 5A
+ sec5B(7), Spectrum eff. Class 5B
+ sec6A(8), Spectrum eff. Class 6A
+ sec6B(9) Spectrum eff. Class 6B
+ "
+ ::= { xfRAUCapabilityEntry 3 }
+
+ xfRAUCarrierMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ singleCarrier(1),
+ xpicDualCarrier(2),
+ mimoMultiCarrier(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Radio carrier mode.
+ "
+ ::= { xfRAUCapabilityEntry 4 }
+
+------------------------------------------------------------------------------
+-- xfRAUSubBandTable
+------------------------------------------------------------------------------
+
+ xfRAUSubBandTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRAUSubBandEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Table for RAU Sub-Band index capability.
+ Table indexed with entPhysicalIndex and xfRAUSubBandIndex.
+ "
+ ::= { xfRadioLinkPtpRadioObjects 5 }
+
+ xfRAUSubBandEntry OBJECT-TYPE
+ SYNTAX XfRAUSubBandEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in xfRAUSubBandTable."
+ INDEX { entPhysicalIndex, xfRAUSubBandIndex }
+ ::= { xfRAUSubBandTable 1 }
+
+ XfRAUSubBandEntry ::=
+ SEQUENCE
+ {
+ xfRAUSubBandIndex Unsigned32,
+ xfRAUSubBandRange Unsigned32
+ }
+
+--
+-- xfRAUSubBandTable MOs
+--
+
+ xfRAUSubBandIndex OBJECT-TYPE
+ SYNTAX Unsigned32 (1..255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "An index for the specific RAU Sub-Band available index range."
+ ::= { xfRAUSubBandEntry 1 }
+
+ xfRAUSubBandRange OBJECT-TYPE
+ SYNTAX Unsigned32 (0..255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object shows the RAU Sub-Band available index range [0..255]."
+ ::= { xfRAUSubBandEntry 2 }
+
+------------------------------------------------------------------------------
+-- xfRFSpectrumDiagTable
+------------------------------------------------------------------------------
+
+ xfRFSpectrumDiagTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRFSpectrumDiagEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Table for RF Spectrum Diagnostics control and status"
+ ::= { xfRadioLinkPtpRadioObjects 6 }
+
+ xfRFSpectrumDiagEntry OBJECT-TYPE
+ SYNTAX XfRFSpectrumDiagEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in xfRFSpectrumDiagTable"
+ INDEX { ifIndex }
+ ::= { xfRFSpectrumDiagTable 1 }
+
+ XfRFSpectrumDiagEntry ::=
+ SEQUENCE
+ {
+ xfRFSpectrumDiagAdminStatus INTEGER,
+ xfRFSpectrumDiagOperStatus INTEGER,
+ xfRFSpectrumDiagChannelScanEstTime Unsigned32,
+ xfRFSpectrumDiagSubBandScanEstTime Unsigned32,
+ xfRFSpectrumDiagScanDate DisplayString,
+ xfRFSpectrumDiagChannelSpacing Unsigned32,
+ xfRFSpectrumDiagCurrRxFrequency Unsigned32,
+ xfRFSpectrumDiagMinRxFrequency Unsigned32,
+ xfRFSpectrumDiagMaxRxFrequency Unsigned32,
+ xfRFSpectrumDiagIdxCompanion1 Unsigned32,
+ xfRFSpectrumDiagIdxCompanion2 Unsigned32,
+ xfRFSpectrumDiagIdxCompanion3 Unsigned32,
+ xfRFSpectrumDiagProgress Unsigned32
+ }
+
+--
+-- xfRFSpectrumDiagTable MOs
+--
+
+ xfRFSpectrumDiagAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ channelScanStart(2),
+ subBandScanStart(3),
+ scanStop(255)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "RF Spectrum Diagnostics Admin Status"
+ ::= { xfRFSpectrumDiagEntry 1 }
+
+ xfRFSpectrumDiagOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ scanNotStarted(0),
+ subBandScanOngoing(1),
+ channelScanOngoing(2),
+ scanCanceled(3),
+ subBandScanFinished(4),
+ channelScanFinished(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RF Spectrum Diagnostics Oper Status"
+ ::= { xfRFSpectrumDiagEntry 2 }
+
+ xfRFSpectrumDiagChannelScanEstTime OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4294967295)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Estimated time in seconds for scanning one
+ Channel Spacing at current RX frequency"
+ ::= { xfRFSpectrumDiagEntry 3 }
+
+ xfRFSpectrumDiagSubBandScanEstTime OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4294967295)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Estimated time in seconds for scanning
+ full Sub Band of connected RAU"
+ ::= { xfRFSpectrumDiagEntry 4 }
+
+ xfRFSpectrumDiagScanDate OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Date and time when scan (channel or sub-band) is completed,
+ format: [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss]"
+ ::= { xfRFSpectrumDiagEntry 5 }
+
+ xfRFSpectrumDiagChannelSpacing OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4294967295)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Channel width measured by Spectrum Diagnostics"
+ ::= { xfRFSpectrumDiagEntry 6 }
+
+ xfRFSpectrumDiagCurrRxFrequency OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4294967295)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current value of Rx frequency"
+ ::= { xfRFSpectrumDiagEntry 7 }
+
+ xfRFSpectrumDiagMinRxFrequency OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4294967295)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Minimum sub-band Rx frequency (RAU lower edge)"
+ ::= { xfRFSpectrumDiagEntry 8 }
+
+ xfRFSpectrumDiagMaxRxFrequency OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4294967295)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum sub-band Rx frequency (RAU upper edge)"
+ ::= { xfRFSpectrumDiagEntry 9 }
+
+ xfRFSpectrumDiagIdxCompanion1 OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4294967295)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RF IF index for 1st companion carrier (0 if no companion)"
+ ::= { xfRFSpectrumDiagEntry 10 }
+
+ xfRFSpectrumDiagIdxCompanion2 OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4294967295)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RF IF index for 2nd companion carrier (0 if no companion)"
+ ::= { xfRFSpectrumDiagEntry 11 }
+
+ xfRFSpectrumDiagIdxCompanion3 OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4294967295)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RF IF index for 3rd companion carrier (0 if no companion)"
+ ::= { xfRFSpectrumDiagEntry 12 }
+
+ xfRFSpectrumDiagProgress OBJECT-TYPE
+ SYNTAX Unsigned32 (0..100)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Completed percentage of Spectrum Diagnostics scan"
+ ::= { xfRFSpectrumDiagEntry 13 }
+
+------------------------------------------------------------------------------
+-- xfRFSpectrumDiagResultTable
+------------------------------------------------------------------------------
+
+ xfRFSpectrumDiagResultTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRFSpectrumDiagResultEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Table of Spectrum Diagnostics scan results"
+ ::= { xfRadioLinkPtpRadioObjects 7 }
+
+ xfRFSpectrumDiagResultEntry OBJECT-TYPE
+ SYNTAX XfRFSpectrumDiagResultEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in xfRFSpectrumDiagResultTable"
+ INDEX { ifIndex, xfRFSpectrumDiagResultIndex }
+ ::= { xfRFSpectrumDiagResultTable 1 }
+
+ XfRFSpectrumDiagResultEntry ::=
+ SEQUENCE
+ {
+ xfRFSpectrumDiagResultIndex Unsigned32,
+ xfRFSpectrumDiagResultRxFrequency Unsigned32,
+ xfRFSpectrumDiagResultRxPower Integer32
+ }
+
+--
+-- xfRFSpectrumDiagResultTable MOs
+--
+
+ xfRFSpectrumDiagResultIndex OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4294967295)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Spectrum Diagnostics Scan Result Index"
+ ::= { xfRFSpectrumDiagResultEntry 1 }
+
+ xfRFSpectrumDiagResultRxFrequency OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4294967295)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Spectrum Diagnostics Scan Result Rx frequency in kHz"
+ ::= { xfRFSpectrumDiagResultEntry 2 }
+
+ xfRFSpectrumDiagResultRxPower OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Spectrum Diagnostics Scan Result Rx Power
+ value/10 dBm
+ Domain: [-99.9 .. -20.0 dBm]"
+ ::= { xfRFSpectrumDiagResultEntry 3 }
+
+------------------------------------------------------------------------------
+-- xfRfIfPowerTable
+------------------------------------------------------------------------------
+
+ xfRfIfPowerTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRfIfPowerEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Table for Radio Link RAU managed objects.
+ Table indexed with ifIndex.
+ "
+ ::= { xfRadioLinkPtpRadioObjects 8 }
+
+ xfRfIfPowerEntry OBJECT-TYPE
+ SYNTAX XfRfIfPowerEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRfIfPowerTable."
+ INDEX { ifIndex }
+ ::= { xfRfIfPowerTable 1 }
+
+ XfRfIfPowerEntry ::=
+ SEQUENCE
+ {
+ xfRfSelectedMinOutputPower RfOutputPower,
+ xfRfSelectedMaxOutputPower RfOutputPower,
+ xfRfCurrentOutputPower RfOutputPower,
+ xfRfMinOutputPower RfOutputPower,
+ xfRfMaxOutputPower RfOutputPower,
+ xfRfAtpcTargetInputPowerFE Integer32,
+ xfRfCurrentInputPower RfInputPower,
+ xfRfMaxInputPowerLast7Days RfInputPower,
+ xfRfMinInputPowerLast7Days RfInputPower,
+ xfRfMaxInputPowerSinceReset RfInputPower,
+ xfRfMinInputPowerSinceReset RfInputPower,
+ xfRfInputPowerReset INTEGER,
+ xfRfInputAlarmThreshold Integer32,
+ xfRfOutputPower4QAM RfOutputPower,
+ xfRfOutputPower16QAM RfOutputPower,
+ xfRfOutputPower32QAM RfOutputPower,
+ xfRfOutputPower64QAM RfOutputPower,
+ xfRfOutputPower128QAM RfOutputPower,
+ xfRfOutputPower256QAM RfOutputPower,
+ xfRfOutputPower512QAM RfOutputPower,
+ xfRfOutputPower1024QAM RfOutputPower,
+ xfRfOutputPower2048QAM RfOutputPower,
+ xfRfOutputPower4096QAM RfOutputPower,
+ xfRfMaxOutputPowerNotLimited RfOutputPower,
+ xfRfMaxOutputPowerPossible INTEGER,
+ xfRfMeanInputPower1m Integer32,
+ xfRfMaxOutputPowerLast7Days Integer32,
+ xfRfMinOutputPowerLast7Days Integer32,
+ xfRfMaxOutputPowerSinceReset Integer32,
+ xfRfMinOutputPowerSinceReset Integer32,
+ xfRfOutputPowerReset INTEGER,
+ xfRfAvailableOutputPowerType INTEGER,
+ xfRfSelectedOutputPowerType INTEGER,
+ xfRfTaps INTEGER,
+ xfRfCurrentInputPowerSdcMain RfInputPower,
+ xfRfCurrentInputPowerSdcDiv RfInputPower,
+ xfRfOutputPower8192QAM RfOutputPower,
+ xfRfOutputPower16384QAM RfOutputPower,
+ xfRfAtpcFallbackOutputPower RfOutputPower,
+ xfRfAtpcFallbackEnable ATPCFallbackEnable,
+ xfRfAtpcFallbackTimer Integer32
+ }
+
+--
+-- xfRfIfPowerTable MOs
+--
+
+ xfRfSelectedMinOutputPower OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Minimum output power in dBm (selected by operator).
+ Default value: 10 dBm.
+ "
+ ::= { xfRfIfPowerEntry 1 }
+
+ xfRfSelectedMaxOutputPower OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Maximum output power in dBm (selected by operator).
+ Default value: 10 dBm.
+ "
+ ::= { xfRfIfPowerEntry 2 }
+
+ xfRfCurrentOutputPower OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Current output power in dBm.
+ 255 indicates invalid value.
+ "
+ ::= { xfRfIfPowerEntry 3 }
+
+ xfRfMinOutputPower OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Minimum output power in dBm (provided by RAU).
+ 255 indicates invalid value.
+ "
+ ::= { xfRfIfPowerEntry 4 }
+
+ xfRfMaxOutputPower OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Maximum output power in dBm (provided by RAU).
+ 255 indicates invalid value.
+ "
+ ::= { xfRfIfPowerEntry 5 }
+
+ xfRfAtpcTargetInputPowerFE OBJECT-TYPE
+ SYNTAX Integer32 (-99..-30)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ ATPC target input power on Far End side.
+ Default value: -30.
+ "
+ ::= { xfRfIfPowerEntry 6 }
+
+ xfRfCurrentInputPower OBJECT-TYPE
+ SYNTAX RfInputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ RF input level.
+ Value is in 1/10 dBm.
+ Domain: [-20.0 .. -99.9 dBm].
+ "
+ ::= { xfRfIfPowerEntry 7 }
+
+ xfRfMaxInputPowerLast7Days OBJECT-TYPE
+ SYNTAX RfInputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Maximum RF input level in the last 7 days.
+ Value is in 1/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm].
+ 0 (zero) indicates an invalid value.
+ "
+ ::= { xfRfIfPowerEntry 8 }
+
+ xfRfMinInputPowerLast7Days OBJECT-TYPE
+ SYNTAX RfInputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Minimum RF input level in the last 7 days.
+ Value is in 1/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm].
+ 0 (zero) indicates an invalid value.
+ "
+ ::= { xfRfIfPowerEntry 9 }
+
+ xfRfMaxInputPowerSinceReset OBJECT-TYPE
+ SYNTAX RfInputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Maximum RF input level since reset.
+ Value is in 1/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm].
+ 0 (zero) indicates an invalid value.
+ "
+ ::= { xfRfIfPowerEntry 10 }
+
+ xfRfMinInputPowerSinceReset OBJECT-TYPE
+ SYNTAX RfInputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Minimum RF input level since reset.
+ Value is in 1/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm].
+ 0 (zero) indicates an invalid value.
+ "
+ ::= { xfRfIfPowerEntry 11 }
+
+ xfRfInputPowerReset OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ inputPowerNoReset(2),
+ inputPowerReset(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object resets the registers for:
+ - RF input power levels
+ - input levels (i.e. RF power, MSE and XPI) in the next 7 days period of time.
+ "
+ ::= { xfRfIfPowerEntry 12 }
+
+ xfRfInputAlarmThreshold OBJECT-TYPE
+ SYNTAX Integer32 (-99..-30)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ RF input level threshold.
+ Default value: -93.
+ "
+ ::= { xfRfIfPowerEntry 13 }
+
+ xfRfOutputPower4QAM OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 4QAM.
+ 255 indicates invalid value."
+ ::= { xfRfIfPowerEntry 14 }
+
+ xfRfOutputPower16QAM OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 16QAM.
+ 255 indicates invalid value."
+ ::= { xfRfIfPowerEntry 15 }
+
+ xfRfOutputPower32QAM OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 32QAM.
+ 255 indicates invalid value."
+ ::= { xfRfIfPowerEntry 16 }
+
+ xfRfOutputPower64QAM OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 64QAM.
+ 255 indicates invalid value."
+ ::= { xfRfIfPowerEntry 17 }
+
+ xfRfOutputPower128QAM OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 128QAM.
+ 255 indicates invalid value."
+ ::= { xfRfIfPowerEntry 18 }
+
+ xfRfOutputPower256QAM OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 256QAM.
+ 255 indicates invalid value."
+ ::= { xfRfIfPowerEntry 19 }
+
+ xfRfOutputPower512QAM OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 512QAM.
+ 255 indicates invalid value."
+ ::= { xfRfIfPowerEntry 20 }
+
+ xfRfOutputPower1024QAM OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 1024QAM.
+ 255 indicates invalid value."
+ ::= { xfRfIfPowerEntry 21 }
+
+ xfRfOutputPower2048QAM OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 2048QAM.
+ 255 indicates invalid value."
+ ::= { xfRfIfPowerEntry 22 }
+
+ xfRfOutputPower4096QAM OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 4096QAM.
+ 255 indicates invalid value."
+ ::= { xfRfIfPowerEntry 23 }
+
+ xfRfMaxOutputPowerNotLimited OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Max output power in dBm that the RAU can give
+ if it is not power supply limited.
+ 255 indicates invalid value.
+ "
+ ::= { xfRfIfPowerEntry 24 }
+
+ xfRfMaxOutputPowerPossible OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ possible(2),
+ notPossible(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ possible(2): max output power is possible.
+ notPossible(3): max output power is not possible, due to power supply limitations.
+ "
+ ::= { xfRfIfPowerEntry 25 }
+
+ xfRfMeanInputPower1m OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows RF input mean level for last minute.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ "
+ ::= { xfRfIfPowerEntry 26 }
+
+ xfRfMaxOutputPowerLast7Days OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows maximum RF output level last 7 days.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ "
+ ::= { xfRfIfPowerEntry 27 }
+
+ xfRfMinOutputPowerLast7Days OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows minimum RF output level last 7 days.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ "
+ ::= { xfRfIfPowerEntry 28 }
+
+ xfRfMaxOutputPowerSinceReset OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows maximum RF output level since reset
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ "
+ ::= { xfRfIfPowerEntry 29 }
+
+ xfRfMinOutputPowerSinceReset OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows minimum RF output level since reset
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ "
+ ::= { xfRfIfPowerEntry 30 }
+
+ xfRfOutputPowerReset OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ outputPowerNoReset(2),
+ outputPowerReset(3)
+ }
+
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object reset the registers for the RF output level
+ and All Time High level this seven days period and
+ counters for the next seven days period of time.
+ "
+ ::= { xfRfIfPowerEntry 31 }
+
+ xfRfAvailableOutputPowerType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ standardPower(2),
+ highPower(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object reports the output power capability of the RAU:
+ - standardPower
+ - highPower
+ "
+ ::= { xfRfIfPowerEntry 32 }
+
+ xfRfSelectedOutputPowerType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ standardPower(2),
+ highPower(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object allows setting the output power type:
+ - standardPower
+ - highPower
+ default: standardPower(2)
+ When the type is set to highPower(3) a HP license key is required.
+ If the license key is not present the capacity is limited to Basic Capacity.
+ The output power can be configured as 'normal' without any impact from the HP license key (present or not).
+ When the mode is standardPower(2) the availableMaxOutputPower is limited to 'max power' - 4 dB per modulation.
+ "
+ ::= { xfRfIfPowerEntry 33 }
+
+ xfRfTaps OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ enabled(2),
+ disabled(3),
+ notAvailable(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object allows setting the Traffic Aware Power Saving.
+ Default: disabled(3)
+ "
+ ::= { xfRfIfPowerEntry 34 }
+
+ xfRfCurrentInputPowerSdcMain OBJECT-TYPE
+ SYNTAX RfInputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows RF input level for SDC Main path = value/10 dBm.
+ Domain: [-20.0 .. -99.9 dBm].
+ 0 (zero) indicates invalid value (e.g. SDC not available).
+ "
+ ::= { xfRfIfPowerEntry 35 }
+
+ xfRfCurrentInputPowerSdcDiv OBJECT-TYPE
+ SYNTAX RfInputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows RF input level for SDC Diversity path = value/10 dBm.
+ Domain: [-20.0 .. -99.9 dBm].
+ 0 (zero) indicates invalid value (e.g. SDC not available).
+ "
+ ::= { xfRfIfPowerEntry 36 }
+
+ xfRfOutputPower8192QAM OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 8192QAM.
+ 255 indicates invalid value."
+ ::= { xfRfIfPowerEntry 37 }
+
+ xfRfOutputPower16384QAM OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Output power for 16384QAM.
+ 255 indicates invalid value."
+ ::= { xfRfIfPowerEntry 38 }
+
+ xfRfAtpcFallbackOutputPower OBJECT-TYPE
+ SYNTAX RfOutputPower
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "This object sets output power (in dBm) in ATPCFallback mode,
+ for radio contained in the Carrier Termination.
+ 255 indicates invalid value."
+ ::= { xfRfIfPowerEntry 39 }
+
+ xfRfAtpcFallbackEnable OBJECT-TYPE
+ SYNTAX ATPCFallbackEnable
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Enable/disable ATPCFallback."
+ ::= { xfRfIfPowerEntry 40 }
+
+ xfRfAtpcFallbackTimer OBJECT-TYPE
+ SYNTAX Integer32 (1..60)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "This object specifies how long the output power
+ can be at (ATPC, MAX) before ATPC fallback is triggered.
+ Default value: ETSI 15 min, ANSI 5 min."
+ ::= { xfRfIfPowerEntry 41 }
+
+------------------------------------------------------------------------------
+-- xfRFIFCableMonitoringTable
+------------------------------------------------------------------------------
+
+ xfRFIFCableMonitoringTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRFIFCableMonitoringEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Table for Radiolink point-to-point radios RF IF Cable Monitoring managed objects.
+ Table indexed with ifIndex.
+ "
+ ::= { xfRadioLinkPtpRadioObjects 9 }
+
+ xfRFIFCableMonitoringEntry OBJECT-TYPE
+ SYNTAX XfRFIFCableMonitoringEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRFIFCableMonitoringTable."
+ INDEX { ifIndex }
+ ::= { xfRFIFCableMonitoringTable 1 }
+
+ XfRFIFCableMonitoringEntry ::=
+ SEQUENCE
+ {
+ xfRFIFCMStatus INTEGER,
+ xfRFOutlierAgc INTEGER,
+ xfRFOutlierSetTh Unsigned32,
+ xfRFOutlierCeaseTh Unsigned32,
+ xfRFRangeAgc INTEGER,
+ xfRFRangeSetTh Unsigned32,
+ xfRFRangeCeaseTh Unsigned32,
+ xfRFStddevAgc INTEGER,
+ xfRFStddevSetTh Unsigned32,
+ xfRFStddevCeaseTh Unsigned32,
+ xfRFDegradationAgc INTEGER,
+ xfRFDegradationSetTh Unsigned32,
+ xfRFDegradationCeaseTh Unsigned32,
+ xfRFMarginAgc INTEGER,
+ xfRFMarginSetTh Unsigned32,
+ xfRFMarginCeaseTh Unsigned32,
+ xfRFOutlierValue Integer32,
+ xfRFRangeValue Integer32,
+ xfRFStddevValue Integer32,
+ xfRFDegradationValue Integer32,
+ xfRFMarginValue Integer32,
+ xfRFOutlierTrigger INTEGER,
+ xfRFRangeTrigger INTEGER,
+ xfRFStddevTrigger INTEGER,
+ xfRFDegradationTrigger INTEGER,
+ xfRFMarginTrigger INTEGER
+
+ }
+
+--
+-- xfRFIFCableMonitoringTable MOs
+--
+
+ xfRFIFCMStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ disable(2),
+ enable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object manage IfCable Monitoring Status.
+ Default value: disable(2).
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 1 }
+
+ xfRFOutlierAgc OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ disable(2),
+ enable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object manage IfCable Outlier Alarm.
+ Default value: disable(2).
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 2 }
+
+ xfRFOutlierSetTh OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object handles Set Threshold for Outlier Alarm.
+ 3 = Default value (0.3).
+ - To calculate threshold use the following formula: SetTh/10.
+ Default value: 3
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 3 }
+
+ xfRFOutlierCeaseTh OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object handles Cease Threshold for Outlier Alarm.
+ 2 = Default value (0.2).
+ - To calculate threshold use the following formula: SetTh/10.
+ Default value: 2
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 4 }
+
+ xfRFRangeAgc OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ disable(2),
+ enable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object manage IfCable Range Alarm.
+ Default value: disable(2).
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 5 }
+
+ xfRFRangeSetTh OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object handles Set Threshold for Range Alarm.
+ 30 = Default value (3).
+ - To calculate threshold use the following formula: SetTh/10.
+ Default value: 30 (dB/10)
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 6 }
+
+ xfRFRangeCeaseTh OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object handles Cease Threshold for Range Alarm.
+ 20 = Default value (2).
+ - To calculate threshold use the following formula: SetTh/10.
+ Default value: 20 (dB/10)
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 7 }
+
+ xfRFStddevAgc OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ disable(2),
+ enable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object manage IfCable Stddev Alarm.
+ Default value: disable(2).
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 8 }
+
+ xfRFStddevSetTh OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object handles Set Threshold for Stddev Alarm.
+ 50 = Default value (5).
+ - To calculate threshold use the following formula: SetTh/10.
+ Default value: 50 (dB/10)
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 9 }
+
+ xfRFStddevCeaseTh OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object handles Cease Threshold for Stddev Alarm.
+ 20 = Default value (2).
+ - To calculate threshold use the following formula: SetTh/10.
+ Default value: 20 (dB/10)
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 10 }
+
+ xfRFDegradationAgc OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ disable(2),
+ enable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object manage IfCable Degradation Alarm.
+ Default value: disable(2).
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 11 }
+
+ xfRFDegradationSetTh OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object handles Set Threshold for Degradation Alarm.
+ 2 = Default value (0.2).
+ - To calculate threshold use the following formula: SetTh/10.
+ Default value: 2 (dB/10)
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 12 }
+
+ xfRFDegradationCeaseTh OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object handles Cease Threshold for Degradation Alarm.
+ 1 = Default value (0.1).
+ - To calculate threshold use the following formula: SetTh/10.
+ Default value: 1 (dB/10)
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 13 }
+
+ xfRFMarginAgc OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ disable(2),
+ enable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object manage IfCable Margin Alarm.
+ Default value: disable(2).
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 14 }
+
+ xfRFMarginSetTh OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object handles Set Threshold for Margin Alarm.
+ 30 = Default value (3).
+ - To calculate threshold use the following formula: SetTh/10.
+ Default value: 30 (dB/10)
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 15 }
+
+ xfRFMarginCeaseTh OBJECT-TYPE
+ SYNTAX Unsigned32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object handles Cease Threshold for Margin Alarm.
+ 60 = Default value (6).
+ - To calculate threshold use the following formula: SetTh/10.
+ Default value: 60 (dB/10)
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 16 }
+
+ xfRFOutlierValue OBJECT-TYPE
+ SYNTAX Integer32 (-2147483647..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object handles the value calculated on 24h for Outlier Alarm.
+ 0 = Default value (0).
+ - To calculate value use the following formula: Value/100.
+ Default value: 0
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 17 }
+
+ xfRFRangeValue OBJECT-TYPE
+ SYNTAX Integer32 (-2147483647..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object handles the value calculated on 24h for Range Alarm.
+ 0 = Default value (0).
+ - To calculate value use the following formula: Value/100.
+ Default value: 0 (dB/100)
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 18 }
+
+ xfRFStddevValue OBJECT-TYPE
+ SYNTAX Integer32 (-2147483647..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object handles the value calculated on 24h for Stddev Alarm.
+ 0 = Default value (0).
+ - To calculate value use the following formula: Value/100.
+ Default value: 0 (dB/100)
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 19 }
+
+ xfRFDegradationValue OBJECT-TYPE
+ SYNTAX Integer32 (-2147483647..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object handles the value calculated on 24h for Degradation Alarm.
+ 0 = Default value (0).
+ - To calculate value use the following formula: Value/100.
+ Default value: 0 (dB/100)
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 20 }
+
+ xfRFMarginValue OBJECT-TYPE
+ SYNTAX Integer32 (-2147483647..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object handles the value calculated on 24h for Margin Alarm.
+ 0 = Default value (0).
+ - To calculate value use the following formula: Value/100.
+ Default value: 0 (dB/100)
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 21 }
+
+ xfRFOutlierTrigger OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ noSetThreshold(2),
+ setThreshold(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object manage IfCable Outlier Trigger.
+ Default value: noSetThreshold(2).
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 22 }
+
+ xfRFRangeTrigger OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ noSetThreshold(2),
+ setThreshold(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object manage IfCable Range Trigger.
+ Default value: noSetThreshold(2).
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 23 }
+
+ xfRFStddevTrigger OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ noSetThreshold(2),
+ setThreshold(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object manage IfCable Stddev Trigger.
+ Default value: noSetThreshold(2).
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 24 }
+
+ xfRFDegradationTrigger OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ noSetThreshold(2),
+ setThreshold(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object manage IfCable Degradation Trigger.
+ Default value: noSetThreshold(2).
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 25 }
+
+ xfRFMarginTrigger OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ noSetThreshold(2),
+ setThreshold(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object manage IfCable Margin Trigger.
+ Default value: noSetThreshold(2).
+ Near end access: read-write.
+ Far end access: no access.
+ "
+ ::= { xfRFIFCableMonitoringEntry 26 }
+
+------------------------------------------------------------------------------
+-- xfSdcTable
+------------------------------------------------------------------------------
+ xfSdcTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfSdcEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Table for SDC capabilities, setting and status."
+ ::= { xfRadioLinkPtpRadioObjects 10 }
+
+ xfSdcEntry OBJECT-TYPE
+ SYNTAX XfSdcEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfSdcTable."
+ INDEX { entPhysicalIndex }
+ ::= { xfSdcTable 1 }
+
+ XfSdcEntry ::=
+ SEQUENCE
+ {
+ xfSdcCapability INTEGER,
+ xfSdcAdminStatus INTEGER,
+ xfSdcOperStatus INTEGER,
+ xfSdcDadeControl INTEGER,
+ xfSdcDadeStatus INTEGER,
+ xfSdcPath INTEGER,
+ xfSdcOduDateTimeCalibration DisplayString,
+ xfSdcOduSerialNumber DisplayString,
+ xfSdcGain Integer32,
+ xfSdcActualPath INTEGER,
+ xfSdcDadeDelay Integer32
+ }
+
+--
+-- xfSdcTable MOs
+--
+
+ xfSdcCapability OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ sdcSupported(2),
+ sdcNotSupported(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "SDC capability, including both MMU and ODU."
+ ::= { xfSdcEntry 1 }
+
+ xfSdcAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ sdcEnabled(2),
+ sdcDisabled(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "SDC Admin Status."
+ ::= { xfSdcEntry 2 }
+
+ xfSdcOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ sdcEnabled(2),
+ sdcDisabled(3),
+ sdcInProgress(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "SDC Oper Status."
+ ::= { xfSdcEntry 3 }
+
+ xfSdcDadeControl OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ sdcDadeStart(2),
+ sdcDadeAbort(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "SDC DADE procedure control."
+ ::= { xfSdcEntry 4 }
+
+ xfSdcDadeStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ sdcCalibrated(2),
+ sdcNotCalibrated(3),
+ sdcCalInProgress(4),
+ sdcCalMismatch(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "SDC DADE procedure status."
+ ::= { xfSdcEntry 5 }
+
+ xfSdcPath OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ sdcAuto(2),
+ sdcMain(3),
+ sdcDiv(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "SDC selected path (desired value)."
+ ::= { xfSdcEntry 6 }
+
+ xfSdcOduDateTimeCalibration OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Date and time of the SDC DADE calibration for the ODU with serial number in xfSdcOduSerialNumber.
+ Format: [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss] (ISO 8601)."
+ ::= { xfSdcEntry 7 }
+
+ xfSdcOduSerialNumber OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Serial number of the ODU the current value of xfSdcOduDateTimeCalibration is referred to."
+ ::= { xfSdcEntry 8 }
+
+ xfSdcGain OBJECT-TYPE
+ SYNTAX Integer32 (0..30)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ SDC gain in dB/10.
+ Domain: [0.0 .. 3.0 dB].
+ "
+ ::= { xfSdcEntry 9 }
+
+ xfSdcActualPath OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ sdcAuto(2),
+ sdcMain(3),
+ sdcDiv(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "SDC actual path (current value)."
+ ::= { xfSdcEntry 10 }
+
+ xfSdcDadeDelay OBJECT-TYPE
+ SYNTAX Integer32 (-2147483647..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ DADE delay in nsec.
+ "
+ ::= { xfSdcEntry 11 }
+
+--
+-- Conformance
+--
+
+ xfRadioLinkPtpRadioCompliances OBJECT IDENTIFIER ::= { xfRadioLinkPtpRadioConformance 1 }
+ xfRadioLinkPtpRadioGroups OBJECT IDENTIFIER ::= { xfRadioLinkPtpRadioConformance 2 }
+
+ xfRADIOLINKPTPRADIOFullCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement for SNMP entities which implement everything."
+ MODULE -- This Module
+ MANDATORY-GROUPS { xfRadioLinkPtpRadioCompleteGroup }
+ ::= { xfRadioLinkPtpRadioCompliances 1 }
+
+ xfRadioLinkPtpRadioCompleteGroup OBJECT-GROUP
+ OBJECTS
+ {
+ xfRAUAlarmStatus,
+ xfRAURfLoopAvailable,
+ xfRAUAtpcCapability,
+ xfRAULocalCtrlCapability,
+ xfRAUModCapability,
+ xfRAUFrequencyband,
+ xfRAUSubBand,
+ xfRAUTemperature,
+ xfRAUProtectionPath,
+ xfRAURxCapability,
+ xfRAUNotes,
+ xfRauAtpcVersion,
+ xfRauBoosterCapability,
+ xfRauBoosterSelectedIndex,
+ xfRFBaseTxFrequency,
+ xfRFBaseRxFrequency,
+ xfRFStepSize,
+ xfRFStepLimitLow,
+ xfRFStepLimitHigh,
+ xfRFCurrentStepNumber,
+ xfRFTxOperStatus,
+ xfRFTxAdminStatus,
+ xfRFLoopEnable,
+ xfRFAlarms,
+ xfRFStatus,
+ xfRFStepSizeRx,
+ xfRFStepLimitLowRx,
+ xfRFStepLimitHighRx,
+ xfRFCurrentStepNumberRx,
+ xfRFDuplexType,
+ xfRFDuplexConfig,
+ xfRFDuplexDistance,
+ xfRFCurrentOutputPower,
+ xfRFRtpcMinOutputPower,
+ xfRFRtpcMaxOutputPower,
+ xfRFRtpcSelectedOutputPower,
+ xfRFAtpcMinOutputPower,
+ xfRFAtpcMaxOutputPower,
+ xfRFAtpcMinInputPowerFar,
+ xfRFAtpcSelectedInputPowerFar,
+ xfRFAttenuator,
+ xfRFCurrentInputPower,
+ xfRFMaxInputPowerLast7Days,
+ xfRFMinInputPowerLast7Days,
+ xfRFMaxInputPowerSinceReset,
+ xfRFMinInputPowerSinceReset,
+ xfRFInputPowerReset,
+ xfRFInputAlarmThreshold,
+ xfRAUChannelSpacing,
+ xfRAUChannelModulation,
+ xfRAUSpectrumEfficiencyClass,
+ xfRAUCarrierMode,
+ xfRFOutputPower4QAM,
+ xfRFOutputPower8QAM,
+ xfRFOutputPower16QAM,
+ xfRFOutputPower32QAM,
+ xfRFOutputPower64QAM,
+ xfRFOutputPower128QAM,
+ xfRFOutputPower256QAM,
+ xfRFOutputPower512QAM,
+ xfRFAtpcFallbackOutputPower,
+ xfRFAtpcFallbackEnable,
+ xfRFAtpcFallbackTimer,
+ xfRFOutputPower1024QAM,
+ xfRFMaxOutputPowerNotLimited,
+ xfRFMaxOutputPowerNotPossible,
+ xfRFCurrentInputPowerSdcMain,
+ xfRFCurrentInputPowerSdcDiv,
+ xfRAUSubBandIndex,
+ xfRAUSubBandRange,
+ xfRFMeanInputPower1m,
+ xfRFMaxOutputPowerLast7Days,
+ xfRFMinOutputPowerLast7Days,
+ xfRFMaxOutputPowerSinceReset,
+ xfRFMinOutputPowerSinceReset,
+ xfRFMaxMSELast7Days,
+ xfRFMinMSELast7Days,
+ xfRFMaxXPILast7Days,
+ xfRFMinXPILast7Days,
+ xfRFOutputPowerReset,
+ xfRfAvailableOutputPowerType,
+ xfRfSelectedOutputPowerType,
+ xfRfTaps,
+ xfRfSelectedMinOutputPower,
+ xfRfSelectedMaxOutputPower,
+ xfRfCurrentOutputPower,
+ xfRfMinOutputPower,
+ xfRfMaxOutputPower,
+ xfRfAtpcTargetInputPowerFE,
+ xfRfCurrentInputPower,
+ xfRfMaxInputPowerLast7Days,
+ xfRfMinInputPowerLast7Days,
+ xfRfMaxInputPowerSinceReset,
+ xfRfMinInputPowerSinceReset,
+ xfRfInputPowerReset,
+ xfRfInputAlarmThreshold,
+ xfRfOutputPower4QAM,
+ xfRfOutputPower16QAM,
+ xfRfOutputPower32QAM,
+ xfRfOutputPower64QAM,
+ xfRfOutputPower128QAM,
+ xfRfOutputPower256QAM,
+ xfRfOutputPower512QAM,
+ xfRfOutputPower1024QAM,
+ xfRfOutputPower2048QAM,
+ xfRfOutputPower4096QAM,
+ xfRfOutputPower8192QAM,
+ xfRfOutputPower16384QAM,
+ xfRfAtpcFallbackOutputPower,
+ xfRfAtpcFallbackEnable,
+ xfRfAtpcFallbackTimer,
+ xfRfMaxOutputPowerNotLimited,
+ xfRfMaxOutputPowerPossible,
+ xfRfMeanInputPower1m,
+ xfRfMaxOutputPowerLast7Days,
+ xfRfMinOutputPowerLast7Days,
+ xfRfMaxOutputPowerSinceReset,
+ xfRfMinOutputPowerSinceReset,
+ xfRfOutputPowerReset,
+ xfRFSpectrumDiagAdminStatus,
+ xfRFSpectrumDiagOperStatus,
+ xfRFSpectrumDiagChannelScanEstTime,
+ xfRFSpectrumDiagSubBandScanEstTime,
+ xfRFSpectrumDiagScanDate,
+ xfRFSpectrumDiagChannelSpacing,
+ xfRFSpectrumDiagCurrRxFrequency,
+ xfRFSpectrumDiagMinRxFrequency,
+ xfRFSpectrumDiagMaxRxFrequency,
+ xfRFSpectrumDiagIdxCompanion1,
+ xfRFSpectrumDiagIdxCompanion2,
+ xfRFSpectrumDiagIdxCompanion3,
+ xfRFSpectrumDiagProgress,
+ xfRFSpectrumDiagResultIndex,
+ xfRFSpectrumDiagResultRxFrequency,
+ xfRFSpectrumDiagResultRxPower,
+ xfRFBoosterGain,
+ xfRFBoosterMaxInputPower,
+ xfRFBoosterCapability,
+ xfRFBoosterProductNumber,
+ xfRFBoosterHWRevision,
+ xfRFIFCMStatus,
+ xfRFOutlierAgc,
+ xfRFOutlierSetTh,
+ xfRFOutlierCeaseTh,
+ xfRFRangeAgc,
+ xfRFRangeSetTh,
+ xfRFRangeCeaseTh,
+ xfRFStddevAgc,
+ xfRFStddevSetTh,
+ xfRFStddevCeaseTh,
+ xfRFDegradationAgc,
+ xfRFDegradationSetTh,
+ xfRFDegradationCeaseTh,
+ xfRFMarginAgc,
+ xfRFMarginSetTh,
+ xfRFMarginCeaseTh,
+ xfRFOutlierValue,
+ xfRFRangeValue,
+ xfRFStddevValue,
+ xfRFDegradationValue,
+ xfRFMarginValue,
+ xfRFOutlierTrigger,
+ xfRFRangeTrigger,
+ xfRFStddevTrigger,
+ xfRFDegradationTrigger,
+ xfRFMarginTrigger,
+ xfSdcCapability,
+ xfSdcAdminStatus,
+ xfSdcOperStatus,
+ xfSdcDadeControl,
+ xfSdcDadeStatus,
+ xfSdcPath,
+ xfSdcOduDateTimeCalibration,
+ xfSdcOduSerialNumber,
+ xfSdcGain,
+ xfSdcActualPath,
+ xfSdcDadeDelay,
+ xfRfCurrentInputPowerSdcMain,
+ xfRfCurrentInputPowerSdcDiv
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of all current objects in this MIB module."
+ ::= { xfRadioLinkPtpRadioGroups 1 }
+
+ END
diff --git a/MIBS/ericsson/XF-RADIOLINK-PTP-TERMINAL-MIB b/MIBS/ericsson/XF-RADIOLINK-PTP-TERMINAL-MIB
new file mode 100644
index 0000000..1db5343
--- /dev/null
+++ b/MIBS/ericsson/XF-RADIOLINK-PTP-TERMINAL-MIB
@@ -0,0 +1,8206 @@
+ XF-RADIOLINK-PTP-TERMINAL-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ entPhysicalIndex
+ FROM ENTITY-MIB
+ entLogicalIndex
+ FROM ENTITY-MIB
+ ifIndex
+ FROM IF-MIB
+ PerfCurrentCount, PerfIntervalCount
+ FROM PerfHist-TC-MIB
+ HCPerfCurrentCount
+ FROM HC-PerfHist-TC-MIB
+ MODULE-COMPLIANCE, OBJECT-GROUP
+ FROM SNMPv2-CONF
+ TruthValue, TEXTUAL-CONVENTION
+ FROM SNMPv2-TC
+ OBJECT-TYPE, MODULE-IDENTITY, TimeTicks, Integer32, Counter32, Counter64, IpAddress
+ FROM SNMPv2-SMI
+ SnmpAdminString
+ FROM SNMP-FRAMEWORK-MIB
+ DisplayString
+ FROM SNMPv2-TC
+ xfRadioLink
+ FROM XF-TOP-MIB;
+
+ xfRadioLinkPtpTerminalMIB MODULE-IDENTITY
+
+ LAST-UPDATED "202003170000Z" -- 17 March 2020
+ ORGANIZATION
+ "Ericsson AB"
+ CONTACT-INFO
+ "
+ Ericsson AB
+ BU Networks
+ SE-431 84 Molndal
+ Sweden
+ "
+ DESCRIPTION
+ "
+ This MIB defines objects on terminal level
+ for point-to-point Radiolink terminals.
+ "
+ REVISION "202003170000Z" -- 17 March 2020
+ DESCRIPTION
+ "
+ Rev PBB13
+ xfRLPMCurrent15mTable: added the following MOs:
+ - xfPMCurrent15mESR
+ - xfPMCurrent15mSESR
+ - xfPMCurrent15mBBER
+
+ xfRLPMCurrent24hTable: added the following MOs:
+ - xfPMCurrent24hESR
+ - xfPMCurrent24hSESR
+ - xfPMCurrent24hBBER
+ "
+
+ REVISION "201912200000Z" -- 20 December 2019
+ DESCRIPTION
+ "
+ Rev PBB12
+ Increased upper limit from 135 to 145 dBm and default value adjusted for following MOs:
+ - xfExtRFPMSetThreshold15mTLTM
+ - xfExtRFPMResetThreshold15mTLTM
+ - xfExtRFPMSetThreshold24hTLTM
+ "
+
+ REVISION "201911260000Z" -- 26 November 2019
+ DESCRIPTION
+ "
+ Rev PBB11
+ Increased upper limit from 35 to 45 dBm for following MOs:
+ - xfExtRFPMTLTS1Threshold
+ - xfExtRFPMCurrent24hTLMin
+ - xfExtRFPMCurrent24hTLMax
+ - xfExtRFPMInterval24hTLMin
+ - xfExtRFPMInterval24hTLMax
+ - xfExtRFPMCurrent15mTLMin
+ - xfExtRFPMCurrent15mTLMax
+ - xfExtRFPMInterval15mTLMin
+ - xfExtRFPMInterval15mTLMax
+ "
+
+ REVISION "201805230000Z" -- 23 May 2018
+ DESCRIPTION
+ "
+ Rev PBB10
+ Revert change of maximum and default values for Extended PM Thresholds
+ in following tables:
+ - xfRLExtRFPMConfigTable
+ - xfRLExtRFPMCurrent24hTable
+ - xfRLExtRFPMInterval24hTable
+ - xfRLExtRFPMCurrent15mTable
+ - xfRLExtRFPMInterval15mTable
+ "
+
+ REVISION "201804270000Z" -- 27 April 2018
+ DESCRIPTION
+ "
+ Rev PBB9
+ Updated maximum values of xfPMTLTS1Thresholds.
+ "
+
+ REVISION "201804060000Z" -- 6 April 2018
+ DESCRIPTION
+ "
+ Rev PBB8
+ Updated unit of measurement of XPI level in performance monitoring counters:
+ from dBm to dB.
+ "
+
+ REVISION "201709190000Z" -- 19 September 2017
+ DESCRIPTION
+ "
+ Rev PBB7
+ - Type of MOs xfPMCurrent24hBBEs/xfPMInterval24hBBEs and xfPMCurrent24hBBs/xfPMInterval24hBBs
+ changed to HCPerfCurrentCount.
+ - Updated description of MO xfPMSetThreshold15mBBEs: 9000 -> 9900.
+ "
+
+ REVISION "201705240000Z" -- 24 May 2017
+ DESCRIPTION
+ "
+ Rev PBB6
+ Introduction of new FF 60 MHz.
+ "
+
+ REVISION "201610240000Z" -- 24 October 2016
+ DESCRIPTION
+ "
+ Rev PBB5
+ New objects in xfRLPtpTerminalXTable:
+ xfTermPacketMaxCapacity and xfTermPacketMinCapacity.
+ "
+
+ REVISION "201605110000Z" -- 11 May 2016
+ DESCRIPTION
+ "
+ Rev PBB4
+ - 'xfTermSpectrumEfficiencyClassObsolete' MO moved to obsolete conformance group.
+ "
+
+ REVISION "201605100000Z" -- 10 May 2016
+ DESCRIPTION
+ "
+ Rev PBB3
+ - 'Obsolete' MOs set back to 'current' status
+ in order to remove warnings.
+ "
+
+ REVISION "201602220000Z" -- 22 February 2016
+ DESCRIPTION
+ "
+ Rev PBB2
+ - Description updated for some MOs.
+ - Readability improvements (formatting).
+ "
+
+ REVISION "201602050000Z" -- 5 February 2016
+ DESCRIPTION
+ "
+ Rev PBB1
+ - Added tables:
+ * xfRLExtRFPMConfigTable
+ * xfRLExtRFPMCurrent24hTable
+ * xfRLExtRFPMInterval24hTable
+ * xfRLExtRFPMCurrent15mTable
+ * xfRLExtRFPMInterval15mTable
+ * xfRLExtRAUPMCurrent24hTable
+ * xfRLExtRAUPMInterval24hTable
+ * xfRLExtRAUPMCurrent15mTable
+ * xfRLExtRAUPMInterval15mTable
+ - Obsoleted the following MOs in xfRLPMConfigTable:
+ * xfPMRLTS1Threshold
+ * xfPMSetThreshold15mRLTS1
+ * xfPMResetThreshold15mRLTS1
+ * xfPMRLTS2Threshold
+ * xfPMSetThreshold15mRLTS2
+ * xfPMResetThreshold15mRLTS2
+ * xfPMSetThreshold15mRLTM
+ * xfPMResetThreshold15mRLTM
+ * xfPMTLTS1Threshold
+ * xfPMSetThreshold15mTLTS1
+ * xfPMResetThreshold15mTLTS1
+ * xfPMSetThreshold15mTLTM
+ * xfPMResetThreshold15mTLTM
+ * xfPMSetThreshold24hRLTS1
+ * xfPMSetThreshold24hRLTS2
+ * xfPMSetThreshold24hRLTM
+ * xfPMSetThreshold24hTLTS1
+ * xfPMSetThreshold24hTLTM
+ "
+
+ REVISION "201506080000Z" -- 8 June 2015
+ DESCRIPTION
+ "
+ Rev PBA6
+ Updated description text for the following MOs:
+ xfPMSetThreshold15mRLTM, xfPMResetThreshold15mRLTM,
+ xfPMSetThreshold24hRLTM, xfPMSetThreshold15mTLTM,
+ xfPMResetThreshold15mTLTM, xfPMSetThreshold24hTLTM,
+ xfPMCurrent24hMSEMin, xfPMCurrent24hMSEMax,
+ xfPMInterval24hMSEMin, xfPMInterval24hMSEMax,
+ xfPMCurrent15mMSEMin, xfPMCurrent15mMSEMax,
+ xfPMInterval15mMSEMin, xfPMInterval15mMSEMax
+ "
+
+ REVISION "201502260000Z" -- 26 February 2015
+ DESCRIPTION
+ "
+ Rev PBA5
+ Add new MIBs for improved power monitoring
+ Table xfRLPMConfigTable new MOs:
+ xfPMRLTS1Threshold, xfPMSetThreshold15mRLTS1,
+ xfPMResetThreshold15mRLTS1, xfPMRLTS2Threshold,
+ xfPMSetThreshold15mRLTS2, xfPMResetThreshold15mRLTS2,
+ xfPMSetThreshold15mRLTM, xfPMResetThreshold15mRLTM,
+ xfPMTLTS1Threshold, xfPMSetThreshold15mTLTS1,
+ xfPMResetThreshold15mTLTS1, xfPMSetThreshold15mTLTM,
+ xfPMResetThreshold15mTLTM, xfPMSetThreshold24hRLTS1,
+ xfPMSetThreshold24hRLTS2, xfPMSetThreshold24hRLTM,
+ xfPMSetThreshold24hTLTS1, xfPMSetThreshold24hTLTM
+ Table xfRLPMCurrent24hTable new MOs:
+ xfPMCurrent24hRLTS1, xfPMCurrent24hRLTS2,
+ xfPMCurrent24hRLMin, xfPMCurrent24hRLMax,
+ xfPMCurrent24hTLTS1, xfPMCurrent24hTLMin,
+ xfPMCurrent24hTLMax, xfPMCurrent24hMSEMin,
+ xfPMCurrent24hMSEMax, xfPMCurrent24hXPIMin,
+ xfPMCurrent24hXPIMax
+ Table xfRLPMInterval24hTable New MOs:
+ xfPMInterval24hRLTS1, xfPMInterval24hRLTS2,
+ xfPMInterval24hRLMin, xfPMInterval24hRLMax,
+ xfPMInterval24hTLTS1, xfPMInterval24hTLMin,
+ xfPMInterval24hTLMax, xfPMInterval24hMSEMin,
+ xfPMInterval24hMSEMax, xfPMInterval24hXPIMin,
+ xfPMInterval24hXPIMax
+ Table xfRLPMCurrent15mTable new MOs:
+ xfPMCurrent15mRLTS1, xfPMCurrent15mRLTS2,
+ xfPMCurrent15mRLMin, xfPMCurrent15mRLMax,
+ xfPMCurrent15mTLTS1, xfPMCurrent15mTLMin,
+ xfPMCurrent15mTLMax, xfPMCurrent15mMSEMin,
+ xfPMCurrent15mMSEMax, xfPMCurrent15mXPIMin,
+ xfPMCurrent15mXPIMax
+ Table xfRLPMInterval15mTable new MOs:
+ xfPMInterval15mRLTS1, xfPMInterval15mRLTS2,
+ xfPMInterval15mRLMin, xfPMInterval15mRLMax,
+ xfPMInterval15mTLTS1, xfPMInterval15mTLMin,
+ xfPMInterval15mTLMax, xfPMInterval15mMSEMin,
+ xfPMInterval15mMSEMax, xfPMInterval15mXPIMin,
+ xfPMInterval15mXPIMax
+ "
+
+ REVISION "201407070000Z" -- 7 July 2014
+ DESCRIPTION
+ "
+ Rev PBA4
+ Comments adjusted.
+ "
+
+ REVISION "201402200000Z" -- 20 Febuary 2014
+ DESCRIPTION
+ "
+ Rev PBA3
+ Added SDC Performance tables:
+ - xfRLPMSDCGainCurrent15mTable
+ - xfRLPMSDCGainInterval15mTable
+ - xfRLPMSDCGainCurrent24hTable
+ - xfRLPMSDCGainInterval24hTable
+ - xfRLPMSDCGainConfigTable
+ "
+
+ REVISION "201401150000Z" -- 15 January 2014
+ DESCRIPTION
+ "
+ Rev PBA2
+ xfTermChannelModeCapability object extended with values:
+ - ccdp16QAM(3)
+ - ccdp64QAM(4)
+ - ccdp128QAM(5)
+ "
+
+ REVISION "201311220000Z" -- 22 November 2013
+ DESCRIPTION
+ "
+ Rev PBA1
+ Minor changes for removal of warnings.
+ "
+
+ REVISION "201311191400Z" -- 19 November 2013
+ DESCRIPTION
+ "
+ Rev AZ
+ Official R-State for M14A
+ "
+
+ REVISION "201309250000Z" -- 25 September 2013
+ DESCRIPTION
+ "Fixed error in xfRLPtpTerminalXTable definition"
+
+ REVISION "201309160000Z" -- 16 September 2013
+ DESCRIPTION
+ "Remoed objects in xfRLPtpTerminalXTable:
+ xfTermXpicStatus, xfTermXpiLevel, xfTermMSELevel"
+
+ REVISION "201307060000Z" -- 06 July 2013
+ DESCRIPTION
+ "New objects in xfRLPtpTerminalXTable:
+ xfTermXpicStatus, xfTermXpiLevel, xfTermMSELevel"
+
+ REVISION "201303280000Z" -- 28 March 2013
+ DESCRIPTION
+ "
+ Rev PAV1
+ New objects in xfRLPtpTerminalXTable:
+ xfTermConfiguredBitPipeCapacity and xfTermTribCapacityConfigured"
+
+ REVISION "201210260000Z" -- 26 October 2012
+ DESCRIPTION
+ "
+ Rev PAY2
+ * New values for XfRLPMAMCurrent15mTable: xfPMAMCurrent15m4QAMEnRLB -> xfPMAMCurrent15m1024QAMEnRLB
+ * New values for xfRLPMAMCurrent24hTable: xfPMAMCurrent24h4QAMEnRLB -> xfPMAMCurrent24h1024QAMEnRLB
+ * New values for XfRLPMAMInterval15mTable: xfPMAMInterval15m4QAMEnRLB -> xfPMAMInterval15m1024QAMEnRLB
+ * New values for XfRLPMAMInterval24hTable: xfPMAMInterval24h4QAMEnRLB -> xfPMAMInterval24h1024QAMEnRLB
+ * New value for xfRLPtpTerminalPerformanceTable: xfTermTimeElapsedEnRLBExt
+ "
+
+ REVISION "201208010000Z" -- 01 August 2012
+ DESCRIPTION
+ "
+ Rev PAF3
+ * New value for xfTermProtection: enhancedRLB.
+ * New values of xfRLProtectionMode: enhancedRLBProtected and enhancedRLBExtended.
+ * New values for xfTermProtectionCapability: nplus1 and enhancedRLB.
+ "
+
+ REVISION "201206240000Z" -- 24 June 2012
+ DESCRIPTION
+ "
+ Rev PAF2
+ * pdhToTdmAndSDHToSFPHAndSDHToPtP added to xfTermInterfaces
+ * Adjusted values in xfTermBerAlarmThresholdCapability
+ "
+
+ REVISION "201205290000Z" -- 29 May 2012
+ DESCRIPTION
+ "
+ Rev PAF1
+ Added xfTermBerAlarmThresholdCapability
+ "
+
+ REVISION "201112160000Z" -- 16 December 2011
+ DESCRIPTION
+ "
+ Rev AE
+ Changed to full revision
+ "
+
+ REVISION "201112040000Z" -- 04 December 2011
+ DESCRIPTION
+ "
+ Rev PAE3
+ Change name of mcOneStm1OneDS1LH
+ to oneStm1OneDS1LH
+ "
+
+ REVISION "201111220000Z" -- 22 November 2011
+ DESCRIPTION
+ "
+ Rev PAE2
+ New capacity value, mcOneStm1OneDS1LH(26)
+ New capacity value, mcOneStm1OneDS1LH(25)
+ to terminalcapacitycapability array
+ "
+
+ REVISION "201111170000Z" -- 17 November 2011
+ DESCRIPTION
+ "
+ Rev PAE1
+ Added fftAdmodStatic(10), fftXpicAdmodStatic(11),
+ fftAdmodStaticLH(12) and fftXpicAdmodStaticLH(13)
+ to xfTermFrameFormatType
+ "
+
+ REVISION "201111150000Z" -- 15 November 2011
+ DESCRIPTION
+ "
+ Rev AD
+ Updated to an official revision
+ "
+
+ REVISION "201109090000Z" -- 9 Sept 2011
+ DESCRIPTION
+ "
+ Rev PAD4
+ Added vr150(13), vr250(14), vr300(15),
+ vr400(16) and vr450(17) license
+ "
+
+ REVISION "201107080000Z" -- 8 July 2011
+ DESCRIPTION
+ "
+ Rev PAD3
+ New capacity value, oneStm1OneE1LH(24)
+ to terminalcapacitycapability array
+ "
+
+ REVISION "201106270000Z" -- 27 June 2011
+ DESCRIPTION
+ "
+ Rev PAD2
+ New capacity value, oneStm1OneE1LH(25)
+ "
+
+ REVISION "201106010000Z" -- 1 June 2011
+ DESCRIPTION
+ "
+ Rev PAD1
+ Changes for TN 5.0.
+ New objects in xfRLPtpTerminalXTable:
+ xfTermFadingRates and xfTermFadingRatesCapability.
+ "
+
+ REVISION "201105230000Z" -- 23 May 2011
+ DESCRIPTION
+ "
+ Rev AC
+ Official R-state for TN 4.4 FP
+ "
+
+ REVISION "201103040000Z" -- 4 march 2011
+ DESCRIPTION
+ "
+ Rev PAC11
+ Changes for Mini Link LH 1.0.
+ Added fftStaticLH(6), fftAdmodLH(7),
+ fftXpicLH(8) andfftXpicAdmodLH(9)to xfTermFrameFormatType
+ "
+
+ REVISION "201102090000Z" -- 9 February 2011
+ DESCRIPTION
+ "
+ Rev PAC10
+ Changes for TN 4.4FP.
+ Added capability-bit terminalCapacityLicense(3) to
+ MO xfTermCapability in table xfRLPtpTerminalXTable.
+ "
+
+ REVISION "201102010000Z" -- 1 February 2011
+ DESCRIPTION
+ "
+ Rev PAC9
+ Changes for TN 4.4FP.
+ Correction for 1024QAM.
+ "
+
+ REVISION "201101100000Z" -- 10 January 2011
+ DESCRIPTION
+ "
+ Rev PAC8
+ Changes for TN 4.4FP.
+ Added MO xfTermCapacityLicense to
+ xfRLPtpTerminalXTable.
+ Added table xfRLPtpTerminalCapacityLicenseTable
+ and it's MOs xfTermCapacityLicenseRange
+ xfTermMaxCapacityRange and xfTermMaxTribCapacityRange
+ "
+
+ REVISION "201012210000Z" -- 21 December 2010
+ DESCRIPTION
+ "
+ Rev PAC7
+ Changes for TN 4.4FP.
+ Added capability-bit txSwitchOverConfiguration to
+ MO xfRLProtectionCapability in table xfRLProtection.
+
+ Changed MO name from xfTermAdaptiveCapability to xfTermCapability
+ and changed the BITS name changing the supports-prefix to a adaptive-prefix
+ and added fragmentedTributaries.
+ "
+
+ REVISION "201012160000Z" -- 16 December 2010
+ DESCRIPTION
+ "
+ Rev PAC6
+ Changes for TN 4.4FP.
+ Changed MO-name from xfRLRemoteTxSwitchOverConfiguration to xfRLTxSwitchOverConfiguration.
+ "
+
+ REVISION "201012140000Z" -- 14 December 2010
+ DESCRIPTION
+ "
+ Rev PAC5
+ Added Describtion for TermAutoRemoveLoopEnable
+ Changed name on supportsAtpcFallbackWithAutoRestore
+ to supportsAtpcFallbackTimer.
+ Added Describtion for xfTermAdaptiveManualMode
+ "
+
+ REVISION "201012130000Z" -- 13 December 2010
+ DESCRIPTION
+ "
+ Rev PAC4
+ Changes for TN 4.4FP.
+ Added 1024QAM.
+ "
+
+ REVISION "201011230000Z" -- 23 November 2010
+ DESCRIPTION
+ "
+ Rev PAC3
+ Changes for TN 4.4FP.
+ Added xfRLRemoteTxSwitchOverConfiguration to xfRLProtectionTable.
+ "
+
+ REVISION "201010250000Z" -- 25 October 2010
+ DESCRIPTION
+ "
+ Rev PAC2
+ Changes for TN 4.4FP.
+ Added xfTermCapability(22) to
+ xfRlPtpTerminalXTable and enabledAsRequest(4) to
+ xfTermAdaptiveManualMode(13)
+ "
+
+ REVISION "201010210000Z" -- 21 October 2010
+ DESCRIPTION
+ "
+ Rev PAC1
+ Added supportsAtpcFallbackWithAutoRestore to xfTermAtpcCapability.
+ "
+
+ REVISION "201009130000Z" -- 13 September 2010
+ DESCRIPTION
+ "
+ Rev AB
+ Changes for TN 4.4.
+ Added xfTermAutoRemoveLoopEnable(21) to
+ xfRlPtpTerminalXTable.
+ "
+
+ REVISION "201009020000Z" -- 2 September 2010
+ DESCRIPTION
+ "
+ Rev PAB4
+ Changes for TN 4.4.
+ Added xfTermTribAllocationActual(19) and xfTermTribAllocationDesired(20) to
+ xfRlPtpTerminalXTable.
+ "
+
+ REVISION "201008200000Z" -- 20 Augusti 2010
+ DESCRIPTION
+ "
+ Rev PAB3
+ Changes for TN 4.4.
+ Added xfRLProtectionCapability(7) to xfRLProtectionTable.
+ "
+
+ REVISION "201006150000Z" -- 15 Juni 2010
+ DESCRIPTION
+ "
+ Rev PAB2
+ Added UnprotectedSD xfTermProtection and xfRLProtectionTable
+ Added TermProtectionCapbility and TermLineProtectionCapability
+ to XfRLPtpTerminalXEntry and xfRadioLinkPtpTerminalCompleteGroup
+ "
+
+ REVISION "201006040000Z" -- 4 Juni 2010
+ DESCRIPTION
+ "
+ Rev PAB
+ Added rlXfMLTNPT(6) to xfTermType
+ "
+
+ REVISION "201005270000Z" -- 27 Maj 2010
+ DESCRIPTION
+ "
+ Rev AA
+ Added vr500 license
+ "
+
+ REVISION "201001190000Z" -- 19 January 20010
+ DESCRIPTION
+ "
+ Rev Z
+ Official R-State for TN 4.3
+ "
+
+ REVISION "200911180000Z" -- 18 november 2009
+ DESCRIPTION
+ "
+ Rev PZ2
+ Added supportsAtpcFallback to xfTermAtpcCapability.
+ "
+
+ REVISION "200909180000Z" -- 18 september 2009
+ DESCRIPTION
+ "
+ Rev PZ
+ Added xfTermIpAddress to xfRLPtpTerminalXTable.
+ "
+
+ REVISION "200906260000Z" -- 26 june 2009
+ DESCRIPTION
+ "
+ Rev Y
+ Updated revision history.
+ "
+
+ REVISION "200906240000Z" -- 24 june 2009
+ DESCRIPTION
+ "
+ Rev Y
+ Official R-State for TN 4.2
+ "
+
+ REVISION "200904140000Z" -- 14 april 2009
+ DESCRIPTION
+ "
+ Rev PX11
+ Changes for TN 4.2
+ Spectrum Effeciency Class index values have changed.
+ Adde new Spectrum Effeciency Class/Capability values.
+ Added channelspacing chsp3500kHz(10).
+ Added validrow vr4(11).
+ "
+
+ REVISION "200903110000Z" -- 11 mars 2009
+ DESCRIPTION
+ "
+ Corrected bit fields for pmamconfig table.
+ "
+
+ REVISION "200903040000Z" -- 4 mars 2009
+ DESCRIPTION
+ "
+ Rev X
+ This is the same version as Rev PX9, with the changes below:
+ Changed name on fftAdaptive to fftAdMod.
+ "
+
+ REVISION "200902020000Z" -- 2 feb 2009
+ DESCRIPTION
+ "
+ Rev PX10
+ Added new tables:
+ - XfRLPMAMConfigTable
+ - XfRLPMAMInterval24hTable
+ - XfRLPMAMInterval15mTable
+ - XfRLPMAMCurrent24hTable
+ - XfRLPMAMCurrent15mTable
+ New type TermAdaptiveManualMode,
+ changed type xfTermAdaptiveManualMode.
+ "
+
+ REVISION "200901050000Z" -- 5 jan 2009
+ DESCRIPTION
+ "
+ Rev PX9
+ Fixed double index for xfRLPMInterval15mTable
+ "
+
+ REVISION "200812040000Z" -- 04 december 2008
+ DESCRIPTION
+ "
+ Rev PX8
+ Changes for TN 4.1/4.2
+ xfTermBitPipeCapacity description changed from Mbit to Kbit (TR: TTNTR00022525).
+ "
+
+ REVISION "200810020000Z" -- 02 october 2008
+ DESCRIPTION
+ "
+ Rev PX7
+ Changes for TN 4.1/4.2
+ Removed objects in xfRLPtpTerminalXTable: xfTermAdaptiveModulation
+ Changed objects in xfRLPtpTerminalXTable:
+ - from xfTermManualRowIndex to xfTermAdaptiveManualRowIndex
+ - from xfTermDCNHCapacity to xfTermDCNCapacity
+ Fixed double index issue in xfRLPtpTerminalXTable
+ "
+
+ REVISION "200809160000Z" -- 16 september 2008
+ DESCRIPTION
+ "
+ Rev PX6
+ Changes for TN 4.1
+ New objects in xfRLPtpTerminalXTable:
+ - xfTermActualRowIndex
+ - xfTermMaxRowIndex
+ - xfTermAdaptiveModulation
+ - xfTermManualRowIndex
+ - xfTermAdaptiveManualMode
+ "
+
+ REVISION "200808150000Z" -- 15 august 2008
+ DESCRIPTION
+ "
+ Rev PX5
+ Added rlXfMLStandalone(5) for xfTermTypes in xfRLPtpTerminalTable.
+ Fixed wrong values in xfTermFrameFormatRev for xfRlPtpTerminalCapabilityTable.
+ "
+
+ REVISION "200806250000Z" -- 25 june 2008
+ DESCRIPTION
+ "
+ Rev PX4
+ Changes for TN 4.1
+ Changes in table: xfRlPtpTerminalCapabilityTable
+ "
+
+ REVISION "200806240000Z" -- 24 june 2008
+ DESCRIPTION
+ "
+ Rev PX3
+ Changes for TN 4.1
+ Changes in table: xfRlPtpTerminalCapabilityTable (xfTermChannelModulation)
+ "
+
+ REVISION "200806180000Z" -- 18 june 2008
+ DESCRIPTION
+ "
+ Rev PX2
+ Changes for TN 4.1
+ Changes in table: xfRlPtpTerminalCapabilityTable
+ "
+
+ REVISION "200806040000Z" -- 4 june 2008
+ DESCRIPTION
+ "
+ Rev PX1
+ Changes for TN 4.1
+ New objects in xfRLPtpTerminalXTable:
+ xfTermTribCapacityActual
+ xfTermTribCapacityDesired
+ xfTermBitPipeCapacity
+ xfTermRowIndex
+
+ New table:
+ xfRlPtpTerminalCapabilityTable
+ "
+
+ REVISION "200806030000Z" -- 3 june 2008
+ DESCRIPTION
+ "
+ Rev V
+ Ordinary revision. No other changes.
+ "
+
+ REVISION "200804090000Z" -- 9 april 2008
+ DESCRIPTION
+ "
+ Rev PV5
+ Changes for TN4.0:
+ Default value descriptions for xfTermCapacity and xfTermModulation corrected.
+ "
+
+ REVISION "200803030000Z" -- 3 mar 2008
+ DESCRIPTION
+ "
+ Rev PV3/PV4
+ Changes for TN4.0:
+ xfTermCapacity and ...Capability extended with two new values: sixtynineDS1 and eightyDS1
+ xfRLPtpTerminalXTable added - with these MO's:
+ xfTermInterfaces
+ xfTermInterfacesCapability
+ xfTermChannelModeOperStatus (PV4)
+ xfTermXPICRestore (PV4)
+ "
+
+ REVISION "200710240000Z" -- 24 oct 2007
+ DESCRIPTION
+ "
+ Rev U
+ Ordinary revision for TN 3.3,
+ according to 1/155 19-CRH 109 625/1 Uae Rev V
+ "
+
+ REVISION "200708140000Z" -- 14 aug 2007
+ DESCRIPTION
+ "
+ Rev PU4
+ CR1045: New capacity value, oneStm1OneJ1(22)
+ "
+
+ REVISION "200707050000Z" -- 5 july 2007
+ DESCRIPTION
+ "
+ Rev PU3
+ Correction: xfPMInterval24hUASs and xfPMInterval24hBBs shall be read-only
+ "
+
+ REVISION "200707030000Z" -- 3 july 2007
+ DESCRIPTION
+ "
+ Rev PU2
+ New values for xfTermCapacity:
+ twentytwoE1(18),
+ thirtyfiveE1(19),
+ fortysixE1(20),
+ seventyfiveE1(21)
+
+ New values for xfTermCapacityCapability:
+ twentytwoE1(17),
+ thirtyfiveE1(18),
+ fortysixE1(19),
+ seventyfiveE1(20)
+ "
+
+ REVISION "200707020000Z" -- 2 july 2007
+ DESCRIPTION
+ "
+ Rev PU1
+ Mib file according to IMPLEMENT. PROPOSAL 6/1594-FCP 101 4733 Uen PB5
+ New tables:
+ xfRLPMConfigTable
+ xfRLPMCurrent24hTable
+ xfRLPMInterval24hTable
+ xfRLPMCurrent15mTable
+ xfRLPMInterval15mTable
+ "
+
+ REVISION "200706040000Z" -- 4 june 2007
+ DESCRIPTION
+ "
+ Rev T
+ Changes according to 1/15519-CRH109625/1 Uae Rev U.
+ - xfRLActiveTxRadio: Change in comment regarding relaxed access limitation.
+ - xfRLSwitchOverReset: Change in comment regarding relaxed access limitation.
+ "
+
+ REVISION "200703160000Z" -- 16 mar 2007
+ DESCRIPTION
+ "
+ Rev S
+ - xfTermTimeElapsed:
+ Corrected description field acc. to 1/15519-CRH109625/1 Uae Rev S.
+ - xfTermDCNRadioCapability:
+ Corrected literals, dcnLinexxx --> dcnRadioxxx
+ "
+
+ REVISION "200701170000Z" -- 17 jan 2007
+ DESCRIPTION
+ "
+ Rev N
+ Changes according to 1/15519-CRH109625/1 Uae Rev S
+ - xfTermCapacity: added value oneStm1oneE1at50MHz(17)
+
+ - xfTermCapacityCapability:
+ stm0(12) --> oneStm0(12)
+ stm1(13) --> oneStm1oneE1(13)
+ oneStm1oneDS1(15) added
+ oneStm1oneE1at50MHz(16) added
+
+ - xfTermLineProtection:
+ singleInterface(3) SI --> singleInterfaceLowSlot(3) SI low slot
+ --> singleInterfaceHighSlot(4) SI high slot
+ opticalSplitter(4) EEP --> opticalSplitter(5) EEP
+ equipmentAndLineProtection(5) ELP --> equipmentAndLineProtection(6) ELP
+
+ - xfRLLineProtectionMode:
+ singleInterface(3) --> singleInterfaceLowSlot(3)
+ --> singleInterfaceHighSlot(4)
+ opticalSplitter(4) --> opticalSplitter(5)
+ equipmentAndLineProtection(5) --> equipmentAndLineProtection(6)
+ "
+
+ REVISION "200611140000Z" -- November 14
+ DESCRIPTION
+ "
+ Rev M
+ Changes according to 1/15519-CRH109625/1 Uae Rev N
+ - xfRADIORSTable moved from XF-RADIOLINK-PTP-MODEM-MIB to this mib.
+ - xfRADIORSPerformanceTable moved from XF-RADIOLINK-PTP-MODEM-MIB to this mib.
+ "
+
+ REVISION "200609200000Z" -- September 20
+ DESCRIPTION
+ "
+ Rev L
+ Correction: Adding MO xfRLLineProtectionMode, according to
+ 1/15519-CRH109625/1 Uae Rev M
+ "
+
+ REVISION "200609191310Z" -- September 19, 2006 at 13:10 GMT
+ DESCRIPTION
+ "
+ Rev K.
+ Changed object syntax to improve the display in a mib browser.
+ Changed description for object xfTermAlarmSeverity according to
+ errata for 1/15519-CRH109625/1 Uae Rev M
+ "
+
+ REVISION "200609120000Z"
+ DESCRIPTION
+ "
+ Rev PK5.
+ Changes according to 1/15519-CRH109625/1 Uae Rev PM1
+ New objects in xfRLPtpTerminalTable
+ Moved object descriptions to make them visible in a mib browser.
+ "
+
+ REVISION "200609050000Z"
+ DESCRIPTION
+ "
+ Rev PK3.
+ - Changes according to 1/15519-CRH109625/1 Uae Rev L
+ - Changed value in xfTermCapacity:
+ oneStm1(14) --> oneStm1oneE1(14)
+ - Added value in xfTermCapacity:
+ oneStm1oneDS1(16)
+ - Added value in xfTermModulation:
+ qam64(6)
+ - Added value for xfTermModulationCapability:
+ qam64(4)
+ - Added objects in xfRlPtpTerminalTable to support SDH, license-handling and
+ frame-format handling:
+ xfTermChannelMode
+ xfTermChannelModeCapability
+ xfTermTrafficAndDCN
+ xfTermFrameFormat
+ xfTermFrameFormatCapability
+ - Changed description regarding relaxed far-end restrictions for these objects:
+ xfTermId
+ xfTermProtection
+ xfTermCapacity
+ xfTermModulation
+ xfTermRemoteIdCheck
+ xfTermRemoteId
+ xfTermFadeNotificationTimer
+ - Changed description regarding functionality for the object xfTermRestore.
+ - Changed description regarding default values for xfTermCapacity and xfTermModulation
+ "
+
+ REVISION "200603200000Z"
+ DESCRIPTION
+ "
+ Rev. J.
+ - Changes according to 1/15519-CRH109625/1 Uae Rev K
+ - Addition of Enum values for TermCapacity, TermCapacityCapability,
+ TermModulation, TermModulationCapability to support ANSI.
+ "
+
+ REVISION "200602240000Z"
+ DESCRIPTION
+ "
+ Rev. H.
+ - Access restrictions explained in the description field for each MO.
+ - Default value declarations in the description fields also includes the numerical value.
+ "
+
+ REVISION "200601310000Z"
+ DESCRIPTION
+ "
+ Rev. G.
+ - xfTermFadeNotificationTimer is read/write again.
+ - New value for xfRLLineProtectionStatus: rfInputThresholdProtection
+ - Object name xfEquipmentProtectionTable changed to xfTermEquipmentProtectionIndex
+ - xfTermSysName(octet string, read-only) added in xfRlPtpTerminalTable
+ "
+
+ REVISION "200503010000Z"
+ DESCRIPTION
+ "
+ Rev. F.
+ - Changes according to 1/15519-CRH109625/1 Uae Rev E and corrections:
+ - Enum values defined for xfRLProtectionMode in xfRLProtectionTable.
+ - MAX-ACCESS for MO xfTermFadeNotificationTimer, in xfRLPtpTerminalTable, corrected to be read-only
+ - Sequence-numbers for xfRLPtpTerminalPerformanceTable, xfRLProtectionTable and xfRLLineProtectionTable
+ adjusted to maintain compatibility.
+ "
+
+ REVISION "200412130000Z"
+ DESCRIPTION
+ "
+ Rev. E
+ - Changes according to 1/15519-CRH109625/1 Uae Rev D and trouble report HF38086 (see below)
+ - XfRLPtpTerminalEntry changed:
+ -- xfTermFarEndTxOn removed.
+ -- xfTermFadeNotificationTimer and xfEquipmentProtectionTable added
+ - Syntax for xfTermTrapEnable changed.
+ - xfRLPtpTerminalSwitchIfTable removed
+ - xfRLProtectionTable added
+ - xfRLLineProtectionTable added
+ - xfRadioLinkPtpTerminalCompleteGroup updated according to other changes.
+ - values for xfRLActiveTxRadio changed according to trouble report HF38086
+ - DEFVAL removed. Default value info declared in corresponding description fields.
+ "
+
+ REVISION "200407020000Z"
+ DESCRIPTION
+ "
+ Rev. D
+ - All ConfigAlarms are removed
+ - xfTermFarEndTxOn MO is added
+ "
+
+ REVISION "200406220000Z"
+ DESCRIPTION
+ "
+ Rev. C
+ - New coding of xfTermAsPort
+ "
+
+ REVISION "200406160000Z"
+ DESCRIPTION
+ "
+ Rev. B
+ - All config alarms are defined
+ - Alarms are updated with new names
+ - xfTermCurrentBBE now of Counter64 type
+ "
+
+ REVISION "200405250000Z"
+ DESCRIPTION
+ "
+ Rev. PB2
+ - Some minor changes
+ "
+
+ REVISION "200405171000Z"
+ DESCRIPTION
+ "
+ Rev. PB1
+ - Contact info updated with new contact person.
+ - xfTermSynchRemote, xfTermAlarm are removed.
+ - Management objects for restore, trap, remote Id check,
+ and preset are added.
+ - Some attributes in OutputPowerTable moved to RF level.
+ - xfTermCurrentAT removed.
+ "
+
+ REVISION "200401201000Z"
+ DESCRIPTION
+ "
+ Rev. A This revision has Integer limits added.
+ New xfTermAsPort object in xfRLPtpTerminalTable
+ added.
+ "
+
+ REVISION "200312171000Z"
+ DESCRIPTION
+ "
+ Rev. PA1 Initial revision
+ "
+
+ ::= { xfRadioLink 1 }
+
+--
+-- Textual conventions
+--
+
+ TermAdaptiveManualMode ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Adaptive Modulation mode"
+ SYNTAX INTEGER
+ {
+ other(1),
+ disable(2),
+ enable(3),
+ enabledAsRequest(4)
+ }
+
+ TermModulation ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Channel Modulation"
+ SYNTAX INTEGER
+ {
+ other(1),
+ cqpsk(2),
+ qam16(3),
+ qam128(4),
+ qam32(5),
+ qam64(6),
+ qam4(7),
+ qam8(8),
+ qam256(9),
+ qam512(10),
+ qam1024(11)
+ }
+
+ TermOutputPowerStatus ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Output power mode"
+ SYNTAX INTEGER
+ {
+ other(1),
+ rtpc(2),
+ atpc(3),
+ localControl(4),
+ ra1LocalControlRa2Rtpc(5),
+ ra1RtpcRa2LocalControl(6)
+ }
+
+ ChannelMode ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Terminal channel mode"
+ SYNTAX INTEGER
+ {
+ other(1),
+ ccdp(2),
+ accp(3),
+ acap(4)
+ }
+
+ TermRauSec ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Spectrum Effeciency Class"
+ SYNTAX INTEGER
+ {
+ other(0),
+ sec2(1),
+ sec4(2),
+ sec5b(3)
+ }
+
+ TermAutoRemoveLoopEnable ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Auto Removal loops"
+ SYNTAX INTEGER
+ {
+ other(1),
+ enable(2),
+ disable(3)
+ }
+
+--
+-- Node definitions
+--
+ xfRadioLinkPtpTerminalObjects OBJECT IDENTIFIER
+ ::= { xfRadioLinkPtpTerminalMIB 1 }
+ xfRadioLinkPtpTerminalConformance OBJECT IDENTIFIER
+ ::= { xfRadioLinkPtpTerminalMIB 2 }
+
+------------------------------------------------------------------------------
+-- xfRLPtpTerminalTable
+------------------------------------------------------------------------------
+ xfRLPtpTerminalTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPtpTerminalEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Table for Radiolink point-to-point terminal managed objects.
+ The table is indexed with entLogicalIndex.
+ "
+ ::= { xfRadioLinkPtpTerminalObjects 1 }
+
+ xfRLPtpTerminalEntry OBJECT-TYPE
+ SYNTAX XfRLPtpTerminalEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRLPtpTerminalTable"
+ INDEX { entLogicalIndex}
+ ::= { xfRLPtpTerminalTable 1 }
+
+ XfRLPtpTerminalEntry ::=
+ SEQUENCE
+ {
+ xfTermId SnmpAdminString,
+ xfTermType INTEGER,
+ xfTermProtection INTEGER,
+ xfTermCapacity INTEGER,
+ xfTermCapacityCapability BITS,
+ xfTermModulation TermModulation,
+ xfTermModulationCapability BITS,
+ xfTermRestore INTEGER,
+ xfTermAlarmSeverity BITS,
+ xfTermTrapEnable INTEGER,
+ xfTermAsPort INTEGER,
+ xfTermRemoteIdCheck INTEGER,
+ xfTermRemoteId SnmpAdminString,
+ xfTermPreset INTEGER,
+ xfTermBerAlarmThreshold INTEGER,
+ xfTermFadeNotificationTimer Integer32,
+ xfTermEquipmentProtectionIndex Integer32,
+ xfTermSysName DisplayString,
+ xfTermChannelMode ChannelMode,
+ xfTermChannelModeCapability BITS,
+ xfTermTrafficAndDCN INTEGER,
+ xfTermFrameFormat INTEGER,
+ xfTermFrameFormatCapability BITS,
+ xfTermDCNRadioConfiguration INTEGER,
+ xfTermDCNRadioCapability BITS,
+ xfTermDCNLineConfiguration INTEGER,
+ xfTermDCNLineCapability BITS,
+ xfTermFadeNotificationConfiguration INTEGER,
+ xfTermLineProtection INTEGER
+ }
+
+--
+-- The xfRLPtpTerminalTable MOs
+--
+
+ xfTermId OBJECT-TYPE
+ SYNTAX SnmpAdminString (SIZE (4))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Network identity for terminal.
+ Same as GNM id.
+ Note! Id TRMA, TRMB, SMMA, SMMB, AAAA and BBBB are not possible to set.
+ Default = .TRMA. (also for Far End)
+ Near end access: read-write
+ Far end access: read-write (Traffic Node), read-only (other)
+ "
+ ::= { xfRLPtpTerminalEntry 1 }
+
+ xfTermType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ rlMLE(2),
+ rlXfMLE(3),
+ rlXfMLTN(4),
+ rlXfMLStandalone(5),
+ rlXfMLTNPT(6)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Terminal type
+ - other - Unknown
+ - rlMLE - MLE classic
+ - rlXfMLE - MMU2
+ - rlXfMLTN - MMU2B
+ - rlXfMLStandalone(5) - MMU2 CS
+ - rlXfMLTNPT(6) - Pt1
+ "
+ ::= { xfRLPtpTerminalEntry 2 }
+
+ xfTermProtection OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ unprotected(2),
+ protectedHotStandby(3),
+ protectedWorkingStandby(4),
+ unProtectedSDC(5),
+ enhancedRLB(6)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object sets the protection mode of the terminal.
+ - other - Unknown
+ - unprotected - 1+0
+ - protectedHotStandby - 1+1 Hot
+ - protectedWorkingStandby - 1+1 Working
+ - UnProtectedSDC - 1+0 with Space Diversity
+ - enhancedRLB - Enhanced Radio Link Bonding (1+1 PDH and 1+1/2+0 Ethernet)
+ Default value: unprotected(2)
+ Near end access: read-write
+ Far end access: read-write (Traffic Node), read-only (other)
+ "
+ ::= { xfRLPtpTerminalEntry 3 }
+
+ xfTermCapacity OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ twoE1(2),
+ fourE1(3),
+ oneE2(4),
+ twoE2(5),
+ oneE3oneE1(6),
+ twoE3(7),
+ fourE3(8),
+ fourDS1(9),
+ eightDS1(10),
+ sixteenDS1(11),
+ seventeenDS1(12),
+ oneStm0(13),
+ oneStm1oneE1(14),
+ thirtytwoDS1(15),
+ oneStm1oneDS1(16),
+ oneStm1oneE1at50MHz(17),
+ twentytwoE1(18),
+ thirtyfiveE1(19),
+ fortysixE1(20),
+ seventyfiveE1(21),
+ oneStm1OneJ1(22),
+ sixtynineDS1(23),
+ eightyDS1(24),
+ oneStm1OneE1LH(25),
+ oneStm1OneDS1LH(26)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object sets the capacity on the terminal
+ * other - Unknown
+ * twoE1 - 2x2 Mbps
+ * fourE1 - 4*2 Mbps (only rlMLE)
+ * oneE2 - 8 Mbps
+ * twoE2 - 2x8 Mbps
+ * oneE3oneE1 - 34+2 Mbps
+ * twoE3 - 2x34 Mbps
+ * fourE3 - 4*34 Mbps
+ * fourDS1 - 4xDS1
+ * eightDS1 - 8xDS1
+ * sixteenDS1 - 16*DS1
+ * seventeenDS1 - 16DS1+DS1
+ * oneStm0 - STM-0
+ * oneStm1oneE1 - STM-1+2
+ * thirtytwoDS1 - 32xDS1
+ * oneStm1oneDS1 - STM-1+DS1
+ * oneStm1oneE1at50MHz - STM-1+2 Mpbs @ 50 MHz
+ * twentytwoE1 - 22xE1
+ * thirtyfiveE1 - 35xE1
+ * fortysixE1 - 46xE1
+ * seventyfiveE1 - 75xE1
+ * oneStm1OneJ1 - 1xSTM-1 + 1xJ1
+ * sixtynineDS1 - 69xDS1
+ * eightyDS1 - 80xDS1
+ * oneStm1OneE1LH - STM-1+2 for LH
+ * oneStm1OneDS1LH - STM-1+DS1 for LH
+
+ Default value PDH CQPSK ETSI: twoE1(2) MMU2, MMU2 B, MMU2 C
+ Default value PDH CQPSK ANSI: fourDS1(9) MMU2 BA, MMU2 CA
+ Default value PDH QAM ETSI: twentytwoE1(18) MMU2 D
+ Default value PDH QAM ANSI: sixtynineDS1(23) MMU2 DA
+ Default value SDH ETSI: oneStm1oneE1(14) MMU2 E, MMU2 F
+ Default value SDH ANSI: oneStm1oneDS1(16) MMU2 E, MMU2 F
+
+ Near end access: read-write
+ Far end access: read-write (Traffic Node), read-only (MLE)
+
+ Note that setting far end xfTermCapacity will remove far end traffic cross connects.
+
+ oneStm1oneE1(14) and oneStm1oneE1at50MHz(17) has
+ the same capacity and modulation but at different
+ bandwidth, hence the two values.
+
+ Capacities above 2xE1 for MMU2 B OFH, MMU2 C OFH,
+ ATU and ATU B OFH are under license control.
+ "
+ ::= { xfRLPtpTerminalEntry 4 }
+
+ xfTermCapacityCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ oneE1(0),
+ twoE1(1),
+ fourE1(2),
+ oneE2(3),
+ twoE2(4),
+ oneE3oneE1(5),
+ twoE3(6),
+ fourE3(7),
+ fourDS1(8),
+ eightDS1(9),
+ sixteenDS1(10),
+ seventeenDS1(11),
+ oneStm0(12),
+ oneStm1oneE1(13),
+ thirtytwoDS1(14),
+ oneStm1oneDS1(15),
+ oneStm1oneE1at50MHz(16),
+ twentytwoE1(17),
+ thirtyfiveE1(18),
+ fortysixE1(19),
+ seventyfiveE1(20),
+ oneStm1OneJ1(21),
+ sixtynineDS1(22),
+ eightyDS1(23),
+ oneStm1OneE1LH(24),
+ oneStm1OneDS1LH(25)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the capacity capability on the terminal.
+ Binary AND on contained modems units capabilities.
+ "
+ ::= { xfRLPtpTerminalEntry 5 }
+
+ xfTermModulation OBJECT-TYPE
+ SYNTAX TermModulation
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object sets the modulation method on the terminal.
+ Legal settable values are:
+ - cqpsk(2) CQPSK
+ - qam16(3) 16-QAM
+ - qam128(4) 128-QAM
+ - qam32(5) 32-QAM
+ - qam64(6) 64-QAM
+ Default value PDH CQPSK ETSI: cqpsk(2) MMU2, MMU2 B, MMU2 C
+ Default value PDH CQPSK ANSI: cqpsk(2) MMU2 BA, MMU2 CA
+ Default value PDH QAM ETSI: qam16(3) MMU2 D
+ Default value PDH QAM ANSI: qam128(4) MMU2 DA
+ Default value SDH ETSI: qam128(4) MMU2 E, MMU2 F
+ Default value SDH ANSI: qam128(4) MMU2 E, MMU2 F
+ Near end access: read-write
+ Far end access: read-write (Traffic Node), read-only (other)
+ Note that setting far end xfTermModulation might remove far end traffic connections.
+ Modulation other than CQPSK for MMU2 C OFH are under license control.
+ "
+ ::= { xfRLPtpTerminalEntry 6 }
+
+ xfTermModulationCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ cqpsk(0),
+ qam16(1),
+ qam128(2),
+ qam32(3),
+ qam64(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the modulation capability on the terminal.
+ Binary AND on contained modems and radio units capabilities.
+ "
+ ::= { xfRLPtpTerminalEntry 7 }
+
+ xfTermRestore OBJECT-TYPE
+ SYNTAX INTEGER { restore(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ rlXfMLTN:
+ Restore command is clearing RF, IF and RxLoop, enable xfTermTrapEnable,
+ turn transmitter on and set protection switch mode to Auto.
+ In case of MMU2 E and MMU2 F it also clears the STM-1 Line Loop and Local Loop.
+
+ Far end rlMLE and rlXfMLE:
+ Restore command sets P-mark to off, all loops are set to off, all Test Port connections
+ are removed, Transmitter is set to On and Switch Mode is set to Auto.
+ "
+ ::= { xfRLPtpTerminalEntry 8 }
+
+ xfTermAlarmSeverity OBJECT-TYPE
+ SYNTAX BITS
+ {
+ termSeverity0(0),
+ termSeverity1(1),
+ termSeverity2(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the highest alarm severity for contained
+ units and interfaces in the terminal including E1, E2 and E3 interfaces.
+ Terminal alarm severity is indicated by 3 bits:
+ bits 012
+ 000 clear
+ 001 undetermined
+ 010 warning
+ 011 minor
+ 100 major
+ 101 critical
+ 110 not defined
+ 111 not applicable
+ "
+ ::= { xfRLPtpTerminalEntry 9 }
+
+ xfTermTrapEnable OBJECT-TYPE
+ SYNTAX INTEGER { unknown(1), enable(2), disable(3) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Disables/enables trap sending from this terminal.
+ Note, terminals with termType = rlXfMLE will not include E1, E2 and E3 interfaces.
+ Default value: enable(2)
+ "
+ ::= { xfRLPtpTerminalEntry 10 }
+
+ xfTermAsPort OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ notAvailable(1),
+ aspX002(2),
+ aspX003(3),
+ aspX004(4),
+ aspX005(5),
+ aspX006(6),
+ aspX007(7),
+ aspX008(8),
+ aspX009(9),
+ aspX010(10),
+ aspX011(11),
+ aspX012(12),
+ aspX013(13),
+ aspX014(14),
+ aspX015(15),
+ aspX016(16),
+ aspX017(17),
+ aspX018(18),
+ aspX019(19),
+ aspX020(20),
+ aspX021(21)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ rlXfMLTN: Access server port used to reach far end terminals of type rlMLE or rlXfMLE,
+ else notAvailable (1).
+ rlXfMLE: Access server port used to reach a near end terminal of type rlXfMLE.
+ aspX002 - Port 3002/4002
+ .. - ..
+ aspX021 - Port 3021/4021
+
+ Note, Last available port differs between
+ different AMMs.
+ AMM 2p: aspX003
+ AMM 6p: aspX006
+ AMM 20p: aspX021
+
+ Near end access: read-only
+ Far end access: no access
+ "
+ ::= { xfRLPtpTerminalEntry 11 }
+
+ xfTermRemoteIdCheck OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ enable(2),
+ disable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object sets if check of identity of remote terminal shall be performed or not.
+ Legal values are:
+ - enable(2): radio id check enabled
+ - disable(3): radio id check disabled
+ Default value: disable(3)
+ "
+ ::= { xfRLPtpTerminalEntry 12 }
+
+ xfTermRemoteId OBJECT-TYPE
+ SYNTAX SnmpAdminString (SIZE (4))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Network identity for remote terminal. Same as GNM id.
+ Note: TRMA, TRMB, SMMA, SMMB, AAAA and BBBB are not possible to set.
+ A change of the far end value might disconnect IP DCN, but
+ internal GNM connection will not be disconnected.
+ Default value: TRMB (initial)
+ "
+ ::= { xfRLPtpTerminalEntry 13 }
+
+ xfTermPreset OBJECT-TYPE
+ SYNTAX INTEGER { preset(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ For terminals with termType = rlXfMLE or rlMLE:
+ - Terminal is restored with factory settings.
+ - Protected terminals will be set to unprotected.
+ For terminals with termType = rlXfMLTN:
+ - Terminal is restored with default configuration.
+
+ Near end access: read-write
+ Far end access: no access
+ "
+ ::= { xfRLPtpTerminalEntry 14 }
+
+ xfTermBerAlarmThreshold OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ ber1e3(2),
+ ber1e4(3),
+ ber1e5(4),
+ ber1e6(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Threshold for BER alarm.
+ Legal values:
+ - ber1e3(2): BER=1e-3 (default)
+ - ber1e4(3): BER=1e-4
+ - ber1e5(4): BER=1e-5
+ - ber1e6(5): BER=1e-6
+ "
+ ::= { xfRLPtpTerminalEntry 15 }
+
+ xfTermFadeNotificationTimer OBJECT-TYPE
+ SYNTAX Integer32 (0..1000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Notification suppression timer for protection alarms.
+ Unit: 1 sec
+ Value range: 0-1000
+ Default value: 200
+ Near end access: read-write
+ Far end access: read-only (Traffic Node)
+ "
+ ::= { xfRLPtpTerminalEntry 16 }
+
+ xfTermEquipmentProtectionIndex OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Unprotected: 0
+ Protected: EntPhysicalindex of MMU in lowest slot
+ "
+ ::= { xfRLPtpTerminalEntry 17 }
+
+ xfTermSysName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The system name of the TN hosting the terminal.
+ Near end terminal: a zero-length string is returned as MIB-II/system/sysName should be used instead.
+ Far end terminal: the system name is returned.
+ "
+ ::= { xfRLPtpTerminalEntry 18 }
+
+ xfTermChannelMode OBJECT-TYPE
+ SYNTAX ChannelMode
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Channel mode for the terminal (administrative status).
+ This is only settable according to xfTermChannelModeCapability.
+ Legal values are:
+ - ccdp(2): Co-Channel Dual Polarization (XPIC)
+ - accp(3): Adjacent Channels Co-Polarization (non-XPIC)
+ - acap(4): Adjacent Channels Alternate Polarization (non-XPIC)
+ Default value: acap(4)
+ Near end access: read-write
+ Far end access: read-write (Traffic Node only)
+ "
+ ::= { xfRLPtpTerminalEntry 19 }
+
+ xfTermChannelModeCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ ccdp(0),
+ accp(1),
+ acap(2),
+ ccdp16QAM(3),
+ ccdp64QAM(4),
+ ccdp128QAM(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Channel mode capability.
+ Legal values are:
+ - ccdp(0) ........ Co-Channel Dual Polarization (XPIC)
+ - accp(1) ........ Adjacent Channels Co-Polarization (non-XPIC)
+ - acap(2) ........ Adjacent Channels Alternate Polarization (non-XPIC)
+ - ccdp16QAM(3).... Co-Channel Dual Polarization (XPIC) for 16QAM only on MMU2 F
+ - ccdp64QAM(4).... Co-Channel Dual Polarization (XPIC) for 64QAM only on MMU2 F
+ - ccdp128QAM(5)... Co-Channel Dual Polarization (XPIC) for 128QAM only on MMU2 F
+ Default value: acap(2)
+ Near end access: read-write
+ Far end access: read-write (Traffic Node only)
+ "
+ ::= { xfRLPtpTerminalEntry 20 }
+
+ xfTermTrafficAndDCN OBJECT-TYPE
+ SYNTAX INTEGER {trafficAndDCN(1), dcnOnly(2)}
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Enable or disable traffic.
+ AIS is generated on all traffic interfaces when traffic is disabled,
+ i.e. xfTermTrafficAndDCN = DCNOnly. The hop and DCN is working, though
+ (primarily used for license handling).
+ Default value: trafficAndDCN(1)
+ Near end access: read-write
+ Far end access: read-write (Traffic Node only)
+ "
+ ::= { xfRLPtpTerminalEntry 21 }
+
+ xfTermFrameFormat OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ version0(2),
+ version1(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ The frame format version used by the modem.
+ Legal values are:
+ - version0(2) only valid for MMU2 C modems
+ - version1(3) only valid for MMU2 C modem.
+ Default value: other(1)
+ Near end access: read-write
+ Far end access: read-write (Traffic Node only)
+ "
+ ::= { xfRLPtpTerminalEntry 22 }
+
+ xfTermFrameFormatCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ version0(0),
+ version1(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Frame format versions supported by the modem.
+ Bit 0: modem MMU2 C supports frame format Version 0
+ Bit 1: modem MMU2 C supports frame format Version 1 (for QAM 2xE2, E3+E1 and 2xE3)
+ "
+ ::= { xfRLPtpTerminalEntry 23 }
+
+ xfTermDCNRadioConfiguration OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ dcnRadio128kbps(2),
+ dcnRadio320kbpsDCCr(3),
+ dcnRadio320kbpsMSB(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ DCN radio capacity for terminal.
+ Legal values are:
+ - dcnRadio128kbps(2) RFCOH channel only: all RSOH bytes pass transparently over the hop
+ - dcnRadio320kbpsDCCr(3) 128 kbps + DCCr (default)
+ - dcnRadio320kbpsMSB (4) 128 kbps + MSB
+
+ Note: Future compatibility is guaranteed if the MSB [(2,2), (3,2), (3,3)]
+ are used when 320kbpsMSB value is selected.
+
+ Near end access: read-write
+ Far end access: read-write (Traffic Node only)
+ "
+ ::= { xfRLPtpTerminalEntry 24 }
+
+ xfTermDCNRadioCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ dcnRadio128kbps(0),
+ dcnRadio320kbpsDCCr(1),
+ dcnRadio320kbpsMSB(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Binary AND on contained MMUs DCN radio configuration capability.
+ bits 210
+ 000 undetermined
+ 001 128kbps
+ 010 320kbpsDCCr
+ 100 320kbpsMSB
+ ...
+ 111 128kbps & 320kbpsDCCr & 320kbpsMSB
+ "
+ ::= { xfRLPtpTerminalEntry 25 }
+
+ xfTermDCNLineConfiguration OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ transparent(2),
+ dcnLine192kbpsDCCr(3),
+ dcnLine192kbpsMSB(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ DCN line capacity for terminal.
+ Legal values are:
+ transparent(2) All RSOH bytes pass transparently over the hop.
+ dcnLine192kbpsDCCr(3) (default) DCCr
+ dcnLine192kbpsMSB(4) MSB
+
+ Note: Future compatibility is guaranteed if the MSB [(2,2), (3,2), (3,3)]
+ are used when 192kbpsMSB value is selected.
+
+ Default value: dcnLine192kbpsDCCr(3)
+ Near end access: read-write
+ Far end access: read-write (Traffic Node only)
+ "
+ ::= { xfRLPtpTerminalEntry 26 }
+
+ xfTermDCNLineCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ transparent(0),
+ dcnLine192kbpsDCCr(1),
+ dcnLine192kbpsMSB(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Binary AND on contained MMUs DCN line configuration.
+ bits 210
+ 000 undetermined
+ 001 transparent
+ 010 192kbpsDCCr
+ 100 192kbpsMSB
+ ...
+ 111 transparent & 192kbpsDCCr & 192kbpsMSB
+ "
+ ::= { xfRLPtpTerminalEntry 27 }
+
+ xfTermFadeNotificationConfiguration OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ disabled(2),
+ enabled(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object enables or disables the notification suppress timer for Protection alarm.
+ Default value: enabled(3),
+ Near end access: read-write
+ Far end access: read-write (Traffic Node only)
+ "
+ ::= { xfRLPtpTerminalEntry 28 }
+
+ xfTermLineProtection OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ unProtected(2),
+ singleInterfaceLowSlot(3),
+ singleInterfaceHighSlot(4),
+ opticalSplitter(5),
+ equipmentAndLineProtection(6)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Administrative status of the line protection for a terminal physical line
+ interface, e.g. MMU2 E and MMU2 F. Operational status is xfRLLineProtectionMode.
+ Legal values are:
+ other(1) (Not settable)
+ unProtected(2)
+ singleInterfaceLowSlot(3) SI low slot
+ singleInterfaceHighSlot(4) SI high slot
+ opticalSplitter(5) EEP
+ equipmentAndLineProtection(6). ELP
+
+ Default value: unProtected(2)
+ Near end access: read-write
+ Far end access: read-write (Traffic Node only)
+ "
+ ::= { xfRLPtpTerminalEntry 29 }
+
+------------------------------------------------------------------------------
+-- xfRLPtpTerminalOutputPowerTable
+------------------------------------------------------------------------------
+ xfRLPtpTerminalOutputPowerTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPtpTerminalOutputPowerEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Table for Radiolink point-to-points terminal output power
+ managed objects. The tabled is indexed with entLogicalIndex.
+ "
+ ::= { xfRadioLinkPtpTerminalObjects 2 }
+
+ xfRLPtpTerminalOutputPowerEntry OBJECT-TYPE
+ SYNTAX XfRLPtpTerminalOutputPowerEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRLPtpTerminalOutputPowerTable"
+ INDEX { entLogicalIndex}
+ ::= { xfRLPtpTerminalOutputPowerTable 1 }
+
+ XfRLPtpTerminalOutputPowerEntry ::=
+ SEQUENCE
+ {
+ xfTermOutputPowerOperStatus TermOutputPowerStatus,
+ xfTermOutputPowerAdminStatus TermOutputPowerStatus,
+ xfTermAtpcCapability INTEGER
+ }
+
+--
+-- The xfRLPtpTerminalOutputPowerTable MOs
+--
+
+ xfTermOutputPowerOperStatus OBJECT-TYPE
+ SYNTAX TermOutputPowerStatus
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the output power mode that is
+ running. It is necessarily not equal to configured mode.
+ "
+ ::= { xfRLPtpTerminalOutputPowerEntry 1 }
+
+ xfTermOutputPowerAdminStatus OBJECT-TYPE
+ SYNTAX TermOutputPowerStatus
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object sets the output mode of the terminal.
+ Legal values are:
+ - other(1)
+ - rtpc(2)
+ - atpc(3)
+ - localControl(4)
+ - ra1LocalControlRa2Rtpc(5)
+ - ra1RtpcRa2LocalControl(6)
+
+ Note, It is only possible to select atpc if
+ xfTermAtpcCapability = supportsAtpc for both near end
+ and far end terminal. Value other(1) not settable.
+ Default value: rtpc(2)
+ "
+ ::= { xfRLPtpTerminalOutputPowerEntry 2 }
+
+ xfTermAtpcCapability OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ noAtpcSupport(2),
+ doesNotExist(3),
+ atpcCapabilityUnknown(4),
+ supportsAtpc(5),
+ supportsAtpcFallback(6),
+ supportsAtpcFallbackTimer(7)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the ATPC capability for the
+ terminal, calculated as worst case capability
+ for all units contained in the terminal.
+ "
+ ::= { xfRLPtpTerminalOutputPowerEntry 3 }
+
+------------------------------------------------------------------------------
+-- xfRLPtpTerminalPerformanceTable
+------------------------------------------------------------------------------
+ xfRLPtpTerminalPerformanceTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPtpTerminalPerformanceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Table for performance data. For 1+0 systems performance
+ data is calculated according to ITU-T Rec. G.826. For
+ 1+1 systems - calculated as the combined performance
+ of the protected terminal.
+
+ 1+0 terminals uses ifindex for RAU IF
+ 1+1 terminals uses ifindex for SWITCH IF
+ "
+ ::= { xfRadioLinkPtpTerminalObjects 4 }
+
+ xfRLPtpTerminalPerformanceEntry OBJECT-TYPE
+ SYNTAX XfRLPtpTerminalPerformanceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRLPtpTerminalPerformanceTable"
+ INDEX { ifIndex}
+ ::= { xfRLPtpTerminalPerformanceTable 1 }
+
+ XfRLPtpTerminalPerformanceEntry ::=
+ SEQUENCE
+ {
+ xfTermTimeElapsed Counter32,
+ xfTermCurrentES Counter32,
+ xfTermCurrentSES Counter32,
+ xfTermCurrentBBE Counter64,
+ xfTermCurrentUAS Counter32,
+ xfTermCurrentBB Counter64,
+ xfTermPerfReset INTEGER,
+ xfTermTimeElapsedEnRLBExt Counter32
+ }
+
+--
+-- The xfRLPtpTerminalPerformanceTable MOs
+--
+
+ xfTermTimeElapsed OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds that have elapsed
+ since the beginning of the current error-measurement
+ period.
+
+ If the current interval exceeds the maximum
+ value, the agent will return the maximum
+ value.
+ "
+ ::= { xfRLPtpTerminalPerformanceEntry 1 }
+
+ xfTermCurrentES OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the error seconds.
+ "
+ ::= { xfRLPtpTerminalPerformanceEntry 2 }
+
+ xfTermCurrentSES OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the severely error seconds.
+ "
+ ::= { xfRLPtpTerminalPerformanceEntry 3 }
+
+ xfTermCurrentBBE OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the background block errors.
+ "
+ ::= { xfRLPtpTerminalPerformanceEntry 4 }
+
+ xfTermCurrentUAS OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the unavailable seconds (or unavailable time).
+ "
+ ::= { xfRLPtpTerminalPerformanceEntry 5 }
+
+ xfTermCurrentBB OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the background blocks.
+ "
+ ::= { xfRLPtpTerminalPerformanceEntry 6 }
+
+ xfTermPerfReset OBJECT-TYPE
+ SYNTAX INTEGER { performanceReset(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object is used to reset the performance counters.
+ It is settable also when the radio unit isn't present.
+ Near end access: read-write
+ Far end access: read-write (Traffic Node only)
+ "
+ ::= { xfRLPtpTerminalPerformanceEntry 7 }
+
+ xfTermTimeElapsedEnRLBExt OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds that have elapsed
+ in Enhanced RLB Extended capacity mode
+ since RLB was enabled and the beginning of
+ the current measurement period.
+ "
+ ::= { xfRLPtpTerminalPerformanceEntry 8 }
+
+------------------------------------------------------------------------------
+-- xfRLProtectionTable
+------------------------------------------------------------------------------
+ xfRLProtectionTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLProtectionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Table for control and supervision of the protection mechanism
+ "
+ ::= { xfRadioLinkPtpTerminalObjects 5 }
+
+ xfRLProtectionEntry OBJECT-TYPE
+ SYNTAX XfRLProtectionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRLProtectionTable"
+ INDEX { entPhysicalIndex }
+ ::= { xfRLProtectionTable 1 }
+
+ XfRLProtectionEntry ::=
+ SEQUENCE
+ {
+ xfRLProtectionMode INTEGER,
+ xfRLProtectionRau1 Integer32,
+ xfRLProtectionRau2 Integer32,
+ xfRLActiveTxRadio INTEGER,
+ xfRLSwitchOverReset INTEGER,
+ xfRLSwitchRevertiveTx INTEGER,
+ xfRLProtectionCapability BITS,
+ xfRLTxSwitchOverConfiguration INTEGER
+ }
+
+--
+-- The xfRLProtectionTable MOs
+--
+
+ xfRLProtectionMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ unprotected(2),
+ protectedHotStandby(3),
+ protectedWorkingStandby(4),
+ unProtectedSDC(5),
+ enhancedRLBProtected(7),
+ enhancedRLBExtended(8)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This is the operational status of the protection mode.
+ Default: unprotected(2)
+ "
+ ::= { xfRLProtectionEntry 1 }
+
+ xfRLProtectionRau1 OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ entPhysicalIndex for RAU 1.
+ "
+ ::= { xfRLProtectionEntry 2 }
+
+ xfRLProtectionRau2 OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ entPhysicalIndex for RAU 2.
+ "
+ ::= { xfRLProtectionEntry 3 }
+
+ xfRLActiveTxRadio OBJECT-TYPE
+ SYNTAX INTEGER { txRadio1(1), txRadio2(2), txRadio1andtxRadio2(3) }
+
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Active radio setting.
+ Default value: txRadio1(1)
+ "
+ ::= { xfRLProtectionEntry 4 }
+
+ xfRLSwitchOverReset OBJECT-TYPE
+ SYNTAX INTEGER { reset(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Reset of the activated external alarms Tx Switch Over and Remote Tx Switch
+ Over by resetting internal alarms.
+ "
+ ::= { xfRLProtectionEntry 5 }
+
+ xfRLSwitchRevertiveTx OBJECT-TYPE
+ SYNTAX INTEGER { txRadio1(1), txRadio2(2), off(3) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Preferred Tx Radio.
+ Default value: off(3)
+ Near end access: read-write
+ Far end access: read-only (Traffic Node only)
+ "
+ ::= { xfRLProtectionEntry 6 }
+
+ xfRLProtectionCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ revertiveSwitching(0),
+ txSwitchOverConfiguration(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows the protection capabilities of the
+ traffic node.
+
+ Near end access: read-only
+ Far end access: read-only
+ "
+ ::={ xfRLProtectionEntry 7 }
+
+ xfRLTxSwitchOverConfiguration OBJECT-TYPE
+ SYNTAX INTEGER { other(1), disabled(2), enabled(3) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Indicates whether the remote Tx switching function and
+ Tx switchover alarm are enabled. When disabled, the
+ remote Tx switching function is disabled and Tx switchover
+ alarm is never raised and xfRLSwitchOverReset is never
+ needed to reset these alarms.
+ - Other (1)
+ - Disabled (2) (default)
+ - Enabled (3)
+
+ Near end access: read-write
+ Far end access: read-write
+ "
+ ::= { xfRLProtectionEntry 8 }
+
+------------------------------------------------------------------------------
+-- xfRLLineProtectionTable
+------------------------------------------------------------------------------
+ xfRLLineProtectionTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLLineProtectionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Table for line protection status.
+ "
+ ::= { xfRadioLinkPtpTerminalObjects 6 }
+
+ xfRLLineProtectionEntry OBJECT-TYPE
+ SYNTAX XfRLLineProtectionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRLLineProtectionTable"
+ INDEX { ifIndex }
+ ::= { xfRLLineProtectionTable 1 }
+
+ XfRLLineProtectionEntry ::=
+ SEQUENCE
+ {
+ xfRLLineProtectionStatus BITS,
+ xfRLLineProtectionMode INTEGER
+ }
+
+--
+-- The xfRLLineProtectionTable MOs
+--
+
+ xfRLLineProtectionStatus OBJECT-TYPE
+ SYNTAX BITS
+ {
+ hitlessPhase0(0),
+ hitlessPhase1(1),
+ hitlessPhase2(2),
+ txSwitchover0(3),
+ txSwitchover1(4),
+ txSwitchover2(5),
+ remoteTxSwitchOver0(6),
+ remoteTxSwitchOver1(7),
+ remoteTxSwitchOver2(8),
+ rfInputThresholdProtection0(9),
+ rfInputThresholdProtection1(10),
+ rfInputThresholdProtection2(11)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Extension to xfLineProtectionStatus.
+ "
+ ::= { xfRLLineProtectionEntry 1 }
+
+ xfRLLineProtectionMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ unProtected(2),
+ singleInterfaceLowSlot(3),
+ singleInterfaceHighSlot(4),
+ opticalSplitter(5),
+ equipmentAndLineProtection(6)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Operational status of the line
+ protection for a terminal physical
+ line interface, e.g. MMU2 E and
+ MMU2 F.
+ Administrative status is
+ xfTermLineProtection.
+ "
+ ::= { xfRLLineProtectionEntry 2 }
+
+------------------------------------------------------------------------------
+-- xfRADIORSTable
+------------------------------------------------------------------------------
+ xfRADIORSTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRADIORSEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Traffic node extension of ifTable. The tabled is indexed with ifIndex.
+ "
+ ::= { xfRadioLinkPtpTerminalObjects 7 }
+
+ xfRADIORSEntry OBJECT-TYPE
+ SYNTAX XfRADIORSEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRADIORSTable"
+ INDEX { ifIndex}
+ ::= { xfRADIORSTable 1 }
+
+ XfRADIORSEntry ::=
+ SEQUENCE
+ {
+ xfRADIORSAlarms BITS
+ }
+
+--
+-- The xfRADIORSTable MOs
+--
+ xfRADIORSAlarms OBJECT-TYPE
+ SYNTAX BITS
+ {
+ timRadioSide0(0),
+ timRadioSide1(1),
+ timRadioSide2(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows rau rs related alarms.
+ "
+ ::= { xfRADIORSEntry 1 }
+
+------------------------------------------------------------------------------
+-- xfRADIORSPerformanceTable
+------------------------------------------------------------------------------
+
+ xfRADIORSPerformanceTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRADIORSPerformanceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Traffic node extension of ifTable. The tabled is indexed with
+ ifIndex.
+ "
+ ::= { xfRadioLinkPtpTerminalObjects 8 }
+
+ xfRADIORSPerformanceEntry OBJECT-TYPE
+ SYNTAX XfRADIORSPerformanceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRADIORSPerformanceTable"
+ INDEX { ifIndex}
+ ::= { xfRADIORSPerformanceTable 1 }
+
+ XfRADIORSPerformanceEntry ::=
+ SEQUENCE
+ {
+ xfRADIORSPerformanceAlarms BITS
+ }
+
+--
+-- The xfRADIORSPerformanceTable MOs
+--
+ xfRADIORSPerformanceAlarms OBJECT-TYPE
+ SYNTAX BITS
+ {
+ b1UnavailablePeriod0(0),
+ b1UnavailablePeriod1(1),
+ b1UnavailablePeriod2(2),
+
+ b1Es15m0(3),
+ b1Es15m1(4),
+ b1Es15m2(5),
+
+ b1Ses15m0(6),
+ b1Ses15m1(7),
+ b1Ses15m2(8),
+
+ b1Bbe15m0(9),
+ b1Bbe15m1(10),
+ b1Bbe15m2(11),
+
+ b1Es24h0(12),
+ b1Es24h1(13),
+ b1Es24h2(14),
+
+ b1Ses24h0(15),
+ b1Ses24h1(16),
+ b1Ses24h2(17),
+
+ b1Bbe24h0(18),
+ b1Bbe24h1(19),
+ b1Bbe24h2(20)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object shows RAU RS related alarms.
+ "
+ ::= { xfRADIORSPerformanceEntry 1 }
+
+------------------------------------------------------------------------------
+-- xfRLPMConfigTable
+------------------------------------------------------------------------------
+
+ xfRLPMConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table contains the alarm threshold values for RL PM"
+ ::= { xfRadioLinkPtpTerminalObjects 9 }
+
+ xfRLPMConfigEntry OBJECT-TYPE
+ SYNTAX XfRLPMConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLPMConfigTable."
+ INDEX { ifIndex }
+ ::= { xfRLPMConfigTable 1 }
+
+ XfRLPMConfigEntry ::=
+ SEQUENCE {
+ xfPMSetThreshold15mESs
+ Integer32,
+ xfPMSetThreshold15mSESs
+ Integer32,
+ xfPMSetThreshold15mBBEs
+ Integer32,
+ xfPMResetThreshold15mESs
+ Integer32,
+ xfPMResetThreshold15mSESs
+ Integer32,
+ xfPMResetThreshold15mBBEs
+ Integer32,
+ xfPMSetThreshold24hESs
+ Integer32,
+ xfPMSetThreshold24hSESs
+ Integer32,
+ xfPMSetThreshold24hBBEs
+ Integer32,
+ xfPMView
+ INTEGER,
+ xfPMStatus
+ BITS,
+ xfPMRLTS1Threshold
+ Integer32,
+ xfPMSetThreshold15mRLTS1
+ Integer32,
+ xfPMResetThreshold15mRLTS1
+ Integer32,
+ xfPMRLTS2Threshold
+ Integer32,
+ xfPMSetThreshold15mRLTS2
+ Integer32,
+ xfPMResetThreshold15mRLTS2
+ Integer32,
+ xfPMSetThreshold15mRLTM
+ Integer32,
+ xfPMResetThreshold15mRLTM
+ Integer32,
+ xfPMTLTS1Threshold
+ Integer32,
+ xfPMSetThreshold15mTLTS1
+ Integer32,
+ xfPMResetThreshold15mTLTS1
+ Integer32,
+ xfPMSetThreshold15mTLTM
+ Integer32,
+ xfPMResetThreshold15mTLTM
+ Integer32,
+ xfPMSetThreshold24hRLTS1
+ Integer32,
+ xfPMSetThreshold24hRLTS2
+ Integer32,
+ xfPMSetThreshold24hRLTM
+ Integer32,
+ xfPMSetThreshold24hTLTS1
+ Integer32,
+ xfPMSetThreshold24hTLTM
+ Integer32
+ }
+
+--
+-- The xfRLPMConfigTable MOs
+--
+
+ xfPMSetThreshold15mESs OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The 15 minute set threshold for ES.
+ Default value is 180.
+ Near end access: read-write
+ Far end access: No access
+ "
+ ::= { xfRLPMConfigEntry 1 }
+
+ xfPMSetThreshold15mSESs OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The 15 minute set threshold for SES.
+ Default value is 15.
+ Near end access: read-write
+ Far end access: No access
+ "
+ ::= { xfRLPMConfigEntry 2 }
+
+ xfPMSetThreshold15mBBEs OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The 15 minute set threshold for BBE.
+ Default value is 9900.
+ Near end access: read-write
+ Far end access: No access
+ "
+ ::= { xfRLPMConfigEntry 3 }
+
+ xfPMResetThreshold15mESs OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The 15 minute reset threshold for ES.
+ Default value is 20.
+ Near end access: read-write
+ Far end access: No access
+ "
+ ::= { xfRLPMConfigEntry 4 }
+
+ xfPMResetThreshold15mSESs OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The 15 minute reset threshold for SES.
+ Default value is 1.
+ Near end access: read-write
+ Far end access: No access
+ "
+ ::= { xfRLPMConfigEntry 5 }
+
+ xfPMResetThreshold15mBBEs OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The 15 minute reset threshold for BBE.
+ Default value is 200.
+ Near end access: read-write
+ Far end access: No access
+ "
+ ::= { xfRLPMConfigEntry 6 }
+
+ xfPMSetThreshold24hESs OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The 24 hours set threshold for ES.
+ Default value is 1500.
+ Near end access: read-write
+ Far end access: No access
+ "
+ ::= { xfRLPMConfigEntry 7 }
+
+ xfPMSetThreshold24hSESs OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The 24 hours set threshold for SES.
+ Default value is 20.
+ Near end access: read-write
+ Far end access: No access
+ "
+ ::= { xfRLPMConfigEntry 8 }
+
+ xfPMSetThreshold24hBBEs OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The 24 hours set threshold for BBE.
+ Default value is 48000.
+ Near end access: read-write
+ Far end access: No access
+ "
+ ::= { xfRLPMConfigEntry 9 }
+
+ xfPMView OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ pmEnable(1),
+ pmDisable(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Enable/disable visibility of PM tables.
+ Default value: pmEnable(1)
+ Near end access: read-write
+ Far end access: No access
+ "
+ ::= { xfRLPMConfigEntry 10 }
+
+ xfPMStatus OBJECT-TYPE
+ SYNTAX BITS
+ {
+ unavailablePeriod0(0),
+ unavailablePeriod1(1),
+ unavailablePeriod2(2),
+
+ es15m0(3),
+ es15m1(4),
+ es15m2(5),
+
+ ses15m0(6),
+ ses15m1(7),
+ ses15m2(8),
+
+ bbe15m0(9),
+ bbe15m1(10),
+ bbe15m2(11),
+
+ es24h0(12),
+ es24h1(13),
+ es24h2(14),
+
+ ses24h0(15),
+ ses24h1(16),
+ ses24h2(17),
+
+ bbe24h0(18),
+ bbe24h1(19),
+ bbe24h2(20),
+
+-- Begin: these alarms are related to obsoleted MOs, they are not meaningful anymore
+ rlts1Counter15m0(21),
+ rlts1Counter15m1(22),
+ rlts1Counter15m2(23),
+
+ rlts2Counter15m0(24),
+ rlts2Counter15m1(25),
+ rlts2Counter15m2(26),
+
+ rltmCounter15m0(27),
+ rltmCounter15m1(28),
+ rltmCounter15m2(29),
+
+ tlts1Counter15m0(30),
+ tlts1Counter15m1(31),
+ tlts1Counter15m2(32),
+
+ tltmCounter15m0(33),
+ tltmCounter15m1(34),
+ tltmCounter15m2(35),
+
+ rlts1Counter24h0(36),
+ rlts1Counter24h1(37),
+ rlts1Counter24h2(38),
+
+ rlts2Counter24h0(39),
+ rlts2Counter24h1(40),
+ rlts2Counter24h2(41),
+
+ rltmCounter24h0(42),
+ rltmCounter24h1(43),
+ rltmCounter24h2(44),
+
+ tlts1Counter24h0(45),
+ tlts1Counter24h1(46),
+ tlts1Counter24h2(47),
+
+ tltmCounter24h0(48),
+ tltmCounter24h1(49),
+ tltmCounter24h2(50)
+-- End: these alarms are related to obsoleted MOs
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Threshold alarm status.
+ Values from rlts1Counter15m0(21) to tltmCounter24h2(50)
+ are related to obsoleted MOs."
+ ::= { xfRLPMConfigEntry 11 }
+
+ xfPMRLTS1Threshold OBJECT-TYPE
+ SYNTAX Integer32 (-999..-201)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "RLTS1 Alarm Threshold for Minimum RF Input Power.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.1 dBm]
+ Valid for both 15 m & 24 h intervals.
+ If changed current interval PM data must be reset.
+ Always less than RLTS2, xfPMRLTS2Threshold."
+ DEFVAL {-999}
+ ::= { xfRLPMConfigEntry 12 }
+
+ xfPMSetThreshold15mRLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (1..900)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Received Level 1 Threshold Second (RLTS1) 15 minute.
+ Alarm Set threshold in number of seconds that
+ RF Input Power are allowed below the
+ RLTS1 Alarm Threshold for Minimum RF Input Power
+ in current 15 minute interval.
+ Always greater than alarm Reset, xfPMResetThreshold15mRLTS1."
+ DEFVAL {150}
+ ::= { xfRLPMConfigEntry 13 }
+
+ xfPMResetThreshold15mRLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (1..900)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Received Level 1 Threshold Second (RLTS1) 15 minute.
+ Alarm Reset threshold in number of seconds that
+ RF Input Power are allowed below the
+ RLTS1 Alarm Threshold for Minimum RF Input Power
+ for entire current 15 minute interval.
+ Always less than alarm Set, xfPMSetThreshold15mRLTS1."
+ DEFVAL {1}
+ ::= { xfRLPMConfigEntry 14 }
+
+ xfPMRLTS2Threshold OBJECT-TYPE
+ SYNTAX Integer32 (-998..-200)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "RLTS2 Alarm Threshold for Minimum RF Input Power.
+ RF input level = value/10 dBm.
+ Domain: [-99.8 ... -20.0 dBm]
+ Valid for both 15 m & 24 h intervals.
+ If changed current interval PM data must be reset.
+ Always greater than RLTS1, xfPMRLTS1Threshold."
+ DEFVAL {-998}
+ ::= { xfRLPMConfigEntry 15 }
+
+ xfPMSetThreshold15mRLTS2 OBJECT-TYPE
+ SYNTAX Integer32 (1..900)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Received Level 2 Threshold Second (RLTS2) 15 minute.
+ Alarm Set threshold in number of seconds that
+ RF Input Power are allowed below the
+ RLTS2 Alarm Threshold for Minimum RF Input Power
+ in current 15 minute interval.
+ Always greater or equal to alarm Reset, xfPMResetThreshold15mRLTS2."
+ DEFVAL {180}
+ ::= { xfRLPMConfigEntry 16 }
+
+ xfPMResetThreshold15mRLTS2 OBJECT-TYPE
+ SYNTAX Integer32 (1..900)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Received Level 2 Threshold Second (RLTS2) 15 minute.
+ Alarm Reset threshold in number of seconds that
+ RF Input Power are allowed below the
+ RLTS2 Alarm Threshold for Minimum RF Input Power
+ for entire current 15 minute interval.
+ Always less or equal to alarm Set, xfPMSetThreshold15mRLTS2."
+ DEFVAL {20}
+ ::= { xfRLPMConfigEntry 17 }
+
+ xfPMSetThreshold15mRLTM OBJECT-TYPE
+ SYNTAX Integer32 (10..800)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Receive Level Tide Mark (RLTM) 15 minute.
+ Alarm Set threshold for maximum allowed
+ max / min difference of RF Input Power
+ in current 15 minute interval.
+ RF input level = value/10 dB.
+ Domain: [1.0 ... 80.0 dB]
+ Always greater or equal to alarm Reset, xfPMResetThreshold15mRLTM."
+ DEFVAL {800}
+ ::= { xfRLPMConfigEntry 18 }
+
+ xfPMResetThreshold15mRLTM OBJECT-TYPE
+ SYNTAX Integer32 (10..800)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Receive Level Tide Mark (RLTM) 15 minute.
+ Alarm Reset threshold for maximum allowed
+ max / min difference of RF Input Power
+ for entire current 15 minute interval.
+ RF input level = value/10 dB.
+ Domain: [1.0 ... 80.0 dB]
+ Always less or equal to alarm Set, xfPMSetThreshold15mRLTM."
+ DEFVAL {790}
+ ::= { xfRLPMConfigEntry 19 }
+
+ xfPMTLTS1Threshold OBJECT-TYPE
+ SYNTAX Integer32 (-100..45)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "TLTS1 Alarm Threshold for Maximum RF Output Power.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ Valid for both 15 m & 24 h intervals.
+ If changed current interval PM data must be reset."
+ DEFVAL {45}
+ ::= { xfRLPMConfigEntry 20 }
+
+ xfPMSetThreshold15mTLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (1..900)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Transmitted Levels 1 Threshold Second (TLTS1) 15 minute.
+ Alarm Set threshold in number of seconds that
+ RF Output Power are allowed above the
+ TLTS1 Alarm Threshold for Maximum RF Output Power
+ in current 15 minute interval.
+ Always greater or equal to alarm Reset, xfPMResetThreshold15mTLTS1."
+ DEFVAL {180}
+ ::= { xfRLPMConfigEntry 21 }
+
+ xfPMResetThreshold15mTLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (1..900)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Transmitted Levels 1 Threshold Second (TLTS1) 15 minute.
+ Alarm Reset threshold in number of seconds that
+ RF Output Power are allowed above the
+ TLTS1 Alarm Threshold for Maximum RF Output Power
+ for entire current 15 minute interval.
+ Always less or equal to alarm Set, xfPMSetThreshold15mTLTS1."
+ DEFVAL {20}
+ ::= { xfRLPMConfigEntry 22 }
+
+ xfPMSetThreshold15mTLTM OBJECT-TYPE
+ SYNTAX Integer32 (1..145)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Transmitted Level Tide Mark (TLTM) 15 minute.
+ Alarm Set threshold for maximum allowed
+ max / min difference of RF Output Power
+ in current 15 minute interval.
+ RF output level = value dB.
+ Domain: [1 ... 145 dB]
+ Always greater or equal to alarm Reset, xfPMResetThreshold15mTLTM."
+ DEFVAL {145}
+ ::= { xfRLPMConfigEntry 23 }
+
+ xfPMResetThreshold15mTLTM OBJECT-TYPE
+ SYNTAX Integer32 (1..145)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Transmitted Level Tide Mark (TLTM) 15 minute.
+ Alarm Reset threshold for maximum allowed
+ max / min difference of RF Output Power
+ for entire current 15 minute interval.
+ RF output level = value dB.
+ Domain: [1 ... 145 dB]
+ Always less or equal to alarm Set, xfPMSetThreshold15mTLTM."
+ DEFVAL {144}
+ ::= { xfRLPMConfigEntry 24 }
+
+ xfPMSetThreshold24hRLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (1..86400)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Received Level 1 Threshold Second (RLTS1) 24 hour.
+ Alarm Set / Reset threshold in number of seconds that
+ RF Input Power are allowed below the
+ RLTS1 Alarm Threshold for Minimum RF Input Power
+ in current 24 hour interval."
+ DEFVAL {20}
+ ::= { xfRLPMConfigEntry 25 }
+
+ xfPMSetThreshold24hRLTS2 OBJECT-TYPE
+ SYNTAX Integer32 (1..86400)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Received Level 2 Threshold Second (RLTS2) 24 hour.
+ Alarm Set / Reset threshold in number of seconds that
+ RF Input Power are allowed below the
+ RLTS2 Alarm Threshold for Minimum RF Input Power
+ in current 24 hour interval."
+ DEFVAL {1500}
+ ::= { xfRLPMConfigEntry 26 }
+
+ xfPMSetThreshold24hRLTM OBJECT-TYPE
+ SYNTAX Integer32 (10..800)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Receive Level Tide Mark (RLTM) 24 hour.
+ Alarm Set / Reset threshold for maximum allowed
+ max / min difference of RF Input Power
+ in current 24 hour interval.
+ RF input level = value/10 dB.
+ Domain: [1.0 ... 80.0 dB]"
+ DEFVAL {800}
+ ::= { xfRLPMConfigEntry 27 }
+
+ xfPMSetThreshold24hTLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (1..86400)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Transmitted Levels 1 Threshold Second (TLTS1) 24 hour.
+ Alarm Set / Reset threshold in number of seconds that
+ RF Output Power are allowed above the
+ TLTS1 Alarm Threshold for Maximum RF Output Power
+ in current 24 hour interval."
+ DEFVAL {1500}
+ ::= { xfRLPMConfigEntry 28 }
+
+ xfPMSetThreshold24hTLTM OBJECT-TYPE
+ SYNTAX Integer32 (1..145)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Transmitted Level Tide Mark (TLTM) 24 hour.
+ Alarm Set / Reset threshold for maximum allowed
+ max / min difference of RF Output Power
+ in current 24 hour interval.
+ RF output level = value dB.
+ Domain: [1 ... 145 dB]"
+ DEFVAL {145}
+ ::= { xfRLPMConfigEntry 29 }
+
+------------------------------------------------------------------------------
+-- xfRLPMCurrent24hTable
+------------------------------------------------------------------------------
+
+ xfRLPMCurrent24hTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMCurrent24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "TBD"
+ ::= { xfRadioLinkPtpTerminalObjects 10 }
+
+ xfRLPMCurrent24hEntry OBJECT-TYPE
+ SYNTAX XfRLPMCurrent24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLPMCurrent24hTable."
+ INDEX { ifIndex }
+ ::= { xfRLPMCurrent24hTable 1 }
+
+ XfRLPMCurrent24hEntry ::=
+ SEQUENCE {
+ xfPMCurrent24hTimeElapsed
+ Counter32,
+ xfPMCurrent24hESs
+ PerfCurrentCount,
+ xfPMCurrent24hSESs
+ PerfCurrentCount,
+ xfPMCurrent24hBBEs
+ HCPerfCurrentCount,
+ xfPMCurrent24hUASs
+ PerfCurrentCount,
+ xfPMCurrent24hBBs
+ HCPerfCurrentCount,
+ xfPMCurrent24hRLTS1
+ Integer32,
+ xfPMCurrent24hRLTS2
+ Integer32,
+ xfPMCurrent24hRLMin
+ Integer32,
+ xfPMCurrent24hRLMax
+ Integer32,
+ xfPMCurrent24hTLTS1
+ Integer32,
+ xfPMCurrent24hTLMin
+ Integer32,
+ xfPMCurrent24hTLMax
+ Integer32,
+ xfPMCurrent24hMSEMin
+ Integer32,
+ xfPMCurrent24hMSEMax
+ Integer32,
+ xfPMCurrent24hXPIMin
+ Integer32,
+ xfPMCurrent24hXPIMax
+ Integer32,
+ xfPMCurrent24hESR
+ PerfCurrentCount,
+ xfPMCurrent24hSESR
+ PerfCurrentCount,
+ xfPMCurrent24hBBER
+ HCPerfCurrentCount
+ }
+--
+-- The xfRLPMCurrent24hTable MOs
+--
+ xfPMCurrent24hTimeElapsed OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of seconds that have elapsed since the
+ beginning of the current error-measurement period.
+
+ If the current interval exceeds the maximum value,
+ the agent will return the maximum value.
+ "
+ ::= { xfRLPMCurrent24hEntry 1 }
+
+ xfPMCurrent24hESs OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Errored Seconds in the current 24-hour interval."
+ ::= { xfRLPMCurrent24hEntry 2 }
+
+ xfPMCurrent24hSESs OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Severely Errored Seconds in the current 24-hour
+ interval."
+ ::= { xfRLPMCurrent24hEntry 3 }
+
+ xfPMCurrent24hBBEs OBJECT-TYPE
+ SYNTAX HCPerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Background Block Errors in the current 24 hour interval"
+ ::= { xfRLPMCurrent24hEntry 4 }
+
+ xfPMCurrent24hUASs OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unavailable seconds (or Unavailable Time) in the current
+ 24 hour interval."
+ ::= { xfRLPMCurrent24hEntry 5 }
+
+ xfPMCurrent24hBBs OBJECT-TYPE
+ SYNTAX HCPerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of Background Blocks in the current 24
+ hour interval."
+ ::= { xfRLPMCurrent24hEntry 6 }
+
+ xfPMCurrent24hRLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (0..86400|-1)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 1 Threshold Second (RLTS1) 24 hour.
+ Number of seconds that the RF Input Power was below the RLTS1
+ in the current 24 hour interval.
+ -1 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent24hEntry 7 }
+
+ xfPMCurrent24hRLTS2 OBJECT-TYPE
+ SYNTAX Integer32 (0..86400|-1)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 2 Threshold Second (RLTS2) 24 hour.
+ Number of seconds that the RF Input Power was below the RLTS2
+ in the current 24 hour interval.
+ -1 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent24hEntry 8 }
+
+ xfPMCurrent24hRLMin OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Input level in current 24 hour interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent24hEntry 9 }
+
+ xfPMCurrent24hRLMax OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Input level in current 24 hour interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent24hEntry 10 }
+
+ xfPMCurrent24hTLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (0..86400|-1)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Transmitted Level 1 Threshold Second (TLTS1) 24 hour.
+ Number of seconds that the RF Output Power was above the TLTS1
+ in the current 24 hour interval
+ -1 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent24hEntry 11 }
+
+ xfPMCurrent24hTLMin OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Output level in current 24 hour interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent24hEntry 12 }
+
+ xfPMCurrent24hTLMax OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Output level in current 24 hour interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent24hEntry 13 }
+
+ xfPMCurrent24hMSEMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min MSE level
+ in current 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent24hEntry 14 }
+
+ xfPMCurrent24hMSEMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max MSE level
+ in current 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent24hEntry 15 }
+
+ xfPMCurrent24hXPIMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min Cross-Polar Interference (XPI) level
+ in current 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent24hEntry 16 }
+
+ xfPMCurrent24hXPIMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max Cross-Polar Interference (XPI) level
+ in current 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent24hEntry 17 }
+
+ xfPMCurrent24hESR OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Error Seconds Ratio in the current 24-hour interval"
+ ::= { xfRLPMCurrent24hEntry 18 }
+
+ xfPMCurrent24hSESR OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Severely Error Seconds Ratio in the current 24-hour interval"
+ ::= { xfRLPMCurrent24hEntry 19 }
+
+ xfPMCurrent24hBBER OBJECT-TYPE
+ SYNTAX HCPerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Background Block Errors Ratio in the current 24-hour interval"
+ ::= { xfRLPMCurrent24hEntry 20 }
+
+------------------------------------------------------------------------------
+-- xfRLPMInterval24hTable
+------------------------------------------------------------------------------
+
+ xfRLPMInterval24hTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMInterval24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "TBD"
+ ::= { xfRadioLinkPtpTerminalObjects 11 }
+
+ xfRLPMInterval24hEntry OBJECT-TYPE
+ SYNTAX XfRLPMInterval24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLPMInterval24hTable."
+ INDEX { ifIndex }
+ ::= { xfRLPMInterval24hTable 1 }
+
+ XfRLPMInterval24hEntry ::=
+ SEQUENCE {
+ xfPMInterval24hESs
+ PerfIntervalCount,
+ xfPMInterval24hSESs
+ PerfIntervalCount,
+ xfPMInterval24hBBEs
+ HCPerfCurrentCount,
+ xfPMInterval24hUASs
+ PerfIntervalCount,
+ xfPMInterval24hBBs
+ HCPerfCurrentCount,
+ xfPMInterval24hValidData
+ TruthValue,
+ xfPMInterval24hRLTS1
+ Integer32,
+ xfPMInterval24hRLTS2
+ Integer32,
+ xfPMInterval24hRLMin
+ Integer32,
+ xfPMInterval24hRLMax
+ Integer32,
+ xfPMInterval24hTLTS1
+ Integer32,
+ xfPMInterval24hTLMin
+ Integer32,
+ xfPMInterval24hTLMax
+ Integer32,
+ xfPMInterval24hMSEMin
+ Integer32,
+ xfPMInterval24hMSEMax
+ Integer32,
+ xfPMInterval24hXPIMin
+ Integer32,
+ xfPMInterval24hXPIMax
+ Integer32
+ }
+
+--
+-- The xfRLPMInterval24hTable MOs
+--
+ xfPMInterval24hESs OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The counter associated with the number of
+ Errored Seconds encountered by a SONET/SDH
+ Section in the previous 24-hour interval."
+ ::= { xfRLPMInterval24hEntry 1 }
+
+ xfPMInterval24hSESs OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The counter associated with the number of Severely
+ Errored Seconds encountered by a SONET/SDH
+ Section in the previous 24-hour interval."
+ ::= { xfRLPMInterval24hEntry 2 }
+
+ xfPMInterval24hBBEs OBJECT-TYPE
+ SYNTAX HCPerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The counter associated with the number of
+ Coding Violations (Errored Blocks)
+ encountered by a SONET/SDH Section in the
+ previous 24-hour interval."
+ ::= { xfRLPMInterval24hEntry 3 }
+
+ xfPMInterval24hUASs OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of UnAvailable Seconds encountered by
+ a SONET/SDH Section in the previous 24 hour
+ interval."
+ ::= { xfRLPMInterval24hEntry 4 }
+
+ xfPMInterval24hBBs OBJECT-TYPE
+ SYNTAX HCPerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of Background Blocks in a
+ SONET/SDH Section in the previous
+ 24 hour interval."
+ ::= { xfRLPMInterval24hEntry 5 }
+
+ xfPMInterval24hValidData OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This variable indicates whether the data
+ for this interval is valid."
+ ::= { xfRLPMInterval24hEntry 6 }
+
+ xfPMInterval24hRLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (0..86400|-1)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 1 Threshold Second (RLTS1) 24 hour.
+ Number of seconds that the RF Input Power was below the RLTS1
+ in the previous 24 hour interval.
+ -1 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval24hEntry 7 }
+
+ xfPMInterval24hRLTS2 OBJECT-TYPE
+ SYNTAX Integer32 (0..86400|-1)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 2 Threshold Second (RLTS2) 24 hour.
+ Number of seconds that the RF Input Power was below the RLTS2
+ in the previous 24 hour interval.
+ -1 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval24hEntry 8 }
+
+ xfPMInterval24hRLMin OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Input level in previous 24 hour interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval24hEntry 9 }
+
+ xfPMInterval24hRLMax OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Input level in previous 24 hour interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval24hEntry 10 }
+
+ xfPMInterval24hTLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (0..86400|-1)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Transmitted Level 1 Threshold Second (TLTS1) 24 hour.
+ Number of seconds that the RF Output Power was above the TLTS1
+ in the previous 24 hour interval
+ -1 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval24hEntry 11 }
+
+ xfPMInterval24hTLMin OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Output level in previous 24 hour interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval24hEntry 12 }
+
+ xfPMInterval24hTLMax OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Output level in previous 24 hour interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval24hEntry 13 }
+
+ xfPMInterval24hMSEMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min MSE level
+ in previous 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval24hEntry 14 }
+
+ xfPMInterval24hMSEMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max MSE level
+ in previous 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval24hEntry 15 }
+
+ xfPMInterval24hXPIMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min Cross-Polar Interference (XPI) level
+ in previous 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval24hEntry 16 }
+
+ xfPMInterval24hXPIMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max Cross-Polar Interference (XPI) level
+ in previous 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval24hEntry 17 }
+
+------------------------------------------------------------------------------
+-- xfRLPMCurrent15mTable
+------------------------------------------------------------------------------
+
+ xfRLPMCurrent15mTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMCurrent15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "TBD"
+ ::= { xfRadioLinkPtpTerminalObjects 12 }
+
+ xfRLPMCurrent15mEntry OBJECT-TYPE
+ SYNTAX XfRLPMCurrent15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the table."
+ INDEX { ifIndex }
+ ::= { xfRLPMCurrent15mTable 1 }
+
+ XfRLPMCurrent15mEntry ::=
+ SEQUENCE {
+ xfPMCurrent15mElapsedTime
+ Counter32,
+ xfPMCurrent15mESs
+ PerfCurrentCount,
+ xfPMCurrent15mSESs
+ PerfCurrentCount,
+ xfPMCurrent15mBBEs
+ PerfCurrentCount,
+ xfPMCurrent15mUASs
+ PerfCurrentCount,
+ xfPMCurrent15mBBs
+ PerfCurrentCount,
+ xfPMCurrent15mRLTS1
+ Integer32,
+ xfPMCurrent15mRLTS2
+ Integer32,
+ xfPMCurrent15mRLMin
+ Integer32,
+ xfPMCurrent15mRLMax
+ Integer32,
+ xfPMCurrent15mTLTS1
+ Integer32,
+ xfPMCurrent15mTLMin
+ Integer32,
+ xfPMCurrent15mTLMax
+ Integer32,
+ xfPMCurrent15mMSEMin
+ Integer32,
+ xfPMCurrent15mMSEMax
+ Integer32,
+ xfPMCurrent15mXPIMin
+ Integer32,
+ xfPMCurrent15mXPIMax
+ Integer32,
+ xfPMCurrent15mESR
+ PerfCurrentCount,
+ xfPMCurrent15mSESR
+ PerfCurrentCount,
+ xfPMCurrent15mBBER
+ HCPerfCurrentCount
+ }
+
+--
+-- The xfRLPMCurrent15mTable MOs
+--
+ xfPMCurrent15mElapsedTime OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of seconds that have elapsed since the beginning of
+ the current error-measurement period.
+ "
+ ::= { xfRLPMCurrent15mEntry 1 }
+
+ xfPMCurrent15mESs OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Error seconds in the current 15 minute interval."
+ ::= { xfRLPMCurrent15mEntry 2 }
+
+ xfPMCurrent15mSESs OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Severely error seconds in the current 15 minute interval."
+ ::= { xfRLPMCurrent15mEntry 3 }
+
+ xfPMCurrent15mBBEs OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Background Block Errors in the current 15 minute interval."
+ ::= { xfRLPMCurrent15mEntry 4 }
+
+ xfPMCurrent15mUASs OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unavailable seconds (or Unavailable Time) in the current
+ 15 minute interval."
+ ::= { xfRLPMCurrent15mEntry 5 }
+
+ xfPMCurrent15mBBs OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of Background Blocks encountered by a SONET/SDH
+ Section in the current 15 minute interval."
+ ::= { xfRLPMCurrent15mEntry 6 }
+
+ xfPMCurrent15mRLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (0..900|-1)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 1 Threshold Second (RLTS1) 15 minute
+ Number of seconds that the RF Input Power was below the RLTS1
+ in the current 15 minute interval.
+ -1 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent15mEntry 7 }
+
+ xfPMCurrent15mRLTS2 OBJECT-TYPE
+ SYNTAX Integer32 (0..900|-1)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 2 Threshold Second (RLTS2) 15 minute
+ Number of seconds that the RF Input Power was below the RLTS2
+ in the current 15 minute interval.
+ -1 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent15mEntry 8 }
+
+ xfPMCurrent15mRLMin OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Input level in current 15 minute interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent15mEntry 9 }
+
+ xfPMCurrent15mRLMax OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Input level in current 15 minute interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent15mEntry 10 }
+
+ xfPMCurrent15mTLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (0..900|-1)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Transmitted Level 1 Threshold Second (TLTS1) 15 minute
+ Number of seconds that the RF Output Power was above the TLTS1
+ in the current 15 minute interval
+ -1 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent15mEntry 11 }
+
+ xfPMCurrent15mTLMin OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Output level in current 15 minute interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent15mEntry 12 }
+
+ xfPMCurrent15mTLMax OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Output level in current 15 minute interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent15mEntry 13 }
+
+ xfPMCurrent15mMSEMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min MSE level
+ in current 15 minute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent15mEntry 14 }
+
+ xfPMCurrent15mMSEMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max MSE level
+ in current 15 minute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent15mEntry 15 }
+
+ xfPMCurrent15mXPIMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min Cross-Polar Interference (XPI) level
+ in current 15 minute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent15mEntry 16 }
+
+ xfPMCurrent15mXPIMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max Cross-Polar Interference (XPI) level
+ in current 15 minute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMCurrent15mEntry 17 }
+
+ xfPMCurrent15mESR OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Error Seconds Ratio in the current 15 minute interval"
+ ::= { xfRLPMCurrent15mEntry 18 }
+
+ xfPMCurrent15mSESR OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Severely Error Seconds Ratio in the current 15 minute interval"
+ ::= { xfRLPMCurrent15mEntry 19 }
+
+ xfPMCurrent15mBBER OBJECT-TYPE
+ SYNTAX HCPerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Background Block Errors Ratio in the current 15 minute interval"
+ ::= { xfRLPMCurrent15mEntry 20 }
+
+------------------------------------------------------------------------------
+-- xfRLPMInterval15mTable
+------------------------------------------------------------------------------
+
+ xfRLPMInterval15mTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMInterval15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "TBD"
+ ::= { xfRadioLinkPtpTerminalObjects 13 }
+
+ xfRLPMInterval15mEntry OBJECT-TYPE
+ SYNTAX XfRLPMInterval15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the table."
+ INDEX { ifIndex, xfPMInterval15mIntervalNumber }
+ ::= { xfRLPMInterval15mTable 1 }
+
+ XfRLPMInterval15mEntry ::=
+ SEQUENCE {
+ xfPMInterval15mIntervalNumber
+ Integer32,
+ xfPMInterval15mESs
+ PerfIntervalCount,
+ xfPMInterval15mSESs
+ PerfIntervalCount,
+ xfPMInterval15mBBEs
+ PerfIntervalCount,
+ xfPMInterval15mUASs
+ PerfIntervalCount,
+ xfPMInterval15mBBs
+ PerfIntervalCount,
+ xfPMInterval15mValidData
+ TruthValue,
+ xfPMInterval15mRLTS1
+ Integer32,
+ xfPMInterval15mRLTS2
+ Integer32,
+ xfPMInterval15mRLMin
+ Integer32,
+ xfPMInterval15mRLMax
+ Integer32,
+ xfPMInterval15mTLTS1
+ Integer32,
+ xfPMInterval15mTLMin
+ Integer32,
+ xfPMInterval15mTLMax
+ Integer32,
+ xfPMInterval15mMSEMin
+ Integer32,
+ xfPMInterval15mMSEMax
+ Integer32,
+ xfPMInterval15mXPIMin
+ Integer32,
+ xfPMInterval15mXPIMax
+ Integer32
+ }
+
+--
+-- The xfRLPMInterval15mTable MOs
+--
+ xfPMInterval15mIntervalNumber OBJECT-TYPE
+ SYNTAX Integer32 (1..96)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "A number between 1 and 96, which identifies the interval for which
+ the set of statistics is available. The interval identified by 1
+ is the most recently completed 15 minute interval, and the interval
+ identified by N is the interval immediately preceding the one
+ identified by N-1."
+ ::= { xfRLPMInterval15mEntry 1 }
+
+ xfPMInterval15mESs OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Error seconds in the xfPMInterval15mIntervalNumber 15 minute interval"
+ ::= { xfRLPMInterval15mEntry 2 }
+
+ xfPMInterval15mSESs OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Severely error seconds in the xfPDHCompInterval15mIntervalNumber
+ 15 minute interval."
+ ::= { xfRLPMInterval15mEntry 3 }
+
+ xfPMInterval15mBBEs OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Background Block Errors in the xfPDHCompInterval15mIntervalNumber
+ 15 minute intervall."
+ ::= { xfRLPMInterval15mEntry 4 }
+
+ xfPMInterval15mUASs OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "UnAvailable Seconds in the xfPDHCompInterval15mIntervalNumber
+ 15 minute interval."
+ ::= { xfRLPMInterval15mEntry 5 }
+
+ xfPMInterval15mBBs OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Background blocks in the xfPDHCompInterval15mIntervalNumber 15 minute interval."
+ ::= { xfRLPMInterval15mEntry 6 }
+
+ xfPMInterval15mValidData OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This variable indicates if the data for this interval is valid."
+ ::= { xfRLPMInterval15mEntry 7 }
+
+ xfPMInterval15mRLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (0..900|-1)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 1 Threshold Second (RLTS1) 15 minute
+ Number of seconds that the RF Input Power was below the RLTS1
+ in the previous 15 minute interval.
+ -1 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval15mEntry 8 }
+
+ xfPMInterval15mRLTS2 OBJECT-TYPE
+ SYNTAX Integer32 (0..900|-1)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 2 Threshold Second (RLTS2) 15 minute
+ Number of seconds that the RF Input Power was below the RLTS2
+ in the previous 15 minute interval.
+ -1 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval15mEntry 9 }
+
+ xfPMInterval15mRLMin OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Input level in previous 15 minute interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval15mEntry 10 }
+
+ xfPMInterval15mRLMax OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Input level in previous 15 minute interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval15mEntry 11 }
+
+ xfPMInterval15mTLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (0..900|-1)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Transmitted Level 1 Threshold Second (TLTS1) 15 minute
+ Number of seconds that the RF Output Power was above the TLTS1
+ in the previous 15 minute interval
+ -1 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval15mEntry 12 }
+
+ xfPMInterval15mTLMin OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Output level in previous 15 minute interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval15mEntry 13 }
+
+ xfPMInterval15mTLMax OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Output level in previous 15 minute interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval15mEntry 14 }
+
+ xfPMInterval15mMSEMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min MSE level
+ in previous 15 minute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval15mEntry 15 }
+
+ xfPMInterval15mMSEMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max MSE level
+ in previous 15 minute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval15mEntry 16 }
+
+ xfPMInterval15mXPIMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min Cross-Polar Interference (XPI) level
+ in previous 15 minute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval15mEntry 17 }
+
+ xfPMInterval15mXPIMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max Cross-Polar Interference (XPI) level
+ in previous 15 minute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ Reset by xfTermPerfReset."
+ ::= { xfRLPMInterval15mEntry 18 }
+
+------------------------------------------------------------------------------
+-- xfRLPtpTerminalXTable
+------------------------------------------------------------------------------
+
+ xfRLPtpTerminalXTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPtpTerminalXEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Extension table to xfRLPtpTerminalTable.
+ The table is indexed with entLogicalIndex."
+ ::= { xfRadioLinkPtpTerminalObjects 14 }
+
+ xfRLPtpTerminalXEntry OBJECT-TYPE
+ SYNTAX XfRLPtpTerminalXEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the table"
+ INDEX { entLogicalIndex }
+ ::= { xfRLPtpTerminalXTable 1 }
+
+ XfRLPtpTerminalXEntry ::=
+ SEQUENCE {
+ xfTermInterfaces INTEGER,
+ xfTermInterfacesCapability BITS,
+ xfTermChannelModeOperStatus ChannelMode,
+ xfTermXPICRestore INTEGER,
+ xfTermTribCapacityActual Integer32,
+ xfTermTribCapacityDesired Integer32,
+ xfTermBitPipeCapacity Integer32,
+ xfTermRowIndex Integer32,
+ xfTermCapabilitiesLastChange TimeTicks,
+ xfTermActualRowIndex Integer32,
+ xfTermMaxRowIndex Integer32,
+ xfTermAdaptiveManualRowIndex Integer32,
+ xfTermAdaptiveManualMode TermAdaptiveManualMode,
+ xfTermSpectrumEfficiencyClass INTEGER,
+ xfTermSpectrumEfficiencyClassCapability BITS,
+ xfTermIpAddress IpAddress,
+ xfTermProtectionCapability BITS,
+ xfTermLineProtectionCapability BITS,
+ xfTermTribAllocationActual BITS,
+ xfTermTribAllocationDesired BITS,
+ xfTermAutoRemoveLoopEnable TermAutoRemoveLoopEnable,
+ xfTermCapability BITS,
+ xfTermCapacityLicense INTEGER,
+ xfTermFadingRates INTEGER,
+ xfTermFadingRatesCapability BITS,
+ xfTermConfiguredBitPipeCapacity Integer32,
+ xfTermTribCapacityConfigured Integer32,
+ xfTermPacketMaxCapacity Integer32,
+ xfTermPacketMinCapacity Integer32
+ }
+
+--
+-- The xfRLPtpTerminalXTable MOs
+--
+ xfTermInterfaces OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ pdhToTdmHier(2),
+ pdhToTdmFlat(3),
+ pdhToTdmFlatAndBitpipeToPtp(4),
+ pdhToTdmAndSDHToSFP(5),
+ pdhToTdmAndSDHToPtp(6),
+ pdhToTdmAndSDHToSFPHAndSDHToPtP(7)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Interface constellation for the terminal"
+ ::= { xfRLPtpTerminalXEntry 1 }
+
+ xfTermInterfacesCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ pdhToTdmHier(0),
+ pdhToTdmFlat(1),
+ pdhToTdmFlatAndBitpipeToPtp(2),
+ pdhToTdmAndSDHToSFP(3),
+ pdhToTdmAndSDHToPtp(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interface constellation capability for the terminal"
+ ::= { xfRLPtpTerminalXEntry 2 }
+
+ xfTermChannelModeOperStatus OBJECT-TYPE
+ SYNTAX ChannelMode
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Channel mode for the terminal (operational status).
+ - ccdp(2): Co-Channel Dual Polarization (XPIC)
+ - accp(3): Adjacent Channels Co-Polarization (non-XPIC)
+ - acap(4): Adjacent Channels Alternate Polarization (non-XPIC)
+ "
+ ::= { xfRLPtpTerminalXEntry 3 }
+
+ xfTermXPICRestore OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ xPicRestore(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Restore XPIC"
+ ::= { xfRLPtpTerminalXEntry 4 }
+
+ xfTermTribCapacityActual OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Actual tributary capacity"
+ ::= { xfRLPtpTerminalXEntry 5 }
+
+ xfTermTribCapacityDesired OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Desired tributary capacity"
+ ::= { xfRLPtpTerminalXEntry 6 }
+
+ xfTermBitPipeCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bit pipe capacity, Kbps"
+ ::= { xfRLPtpTerminalXEntry 7 }
+
+ xfTermRowIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..100000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Points to a row in xfRlPtpTerminalCapabilityTable"
+ ::= { xfRLPtpTerminalXEntry 8 }
+
+ xfTermCapabilitiesLastChange OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The value of sysUpTime at the time of the last creation or
+ deletion of an entry in the xfRLPtpTerminalCapabilityTable.
+ If the number of entries has been unchanged since the last
+ re-initialization of the local network management subsystem,
+ then this object contains a zero value."
+ ::= { xfRLPtpTerminalXEntry 9 }
+
+ xfTermActualRowIndex OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The actual row that is pointed out in xfRlPtpTerminalCapabilityTable"
+ ::= { xfRLPtpTerminalXEntry 10 }
+
+ xfTermMaxRowIndex OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Points to a row in xfRlPtpTerminalCapabilityTable where the maximum capacity is, including license"
+ ::= { xfRLPtpTerminalXEntry 11 }
+
+ xfTermAdaptiveManualRowIndex OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Manual row index"
+ ::= { xfRLPtpTerminalXEntry 12 }
+
+ xfTermAdaptiveManualMode OBJECT-TYPE
+ SYNTAX TermAdaptiveManualMode
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Adaptive manual mode
+ - other(1)
+ - disable(2)(default)
+ - enable(3)
+ - enabledAsRequest(4)
+ "
+ ::= { xfRLPtpTerminalXEntry 13 }
+
+ xfTermSpectrumEfficiencyClass OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ sec2(2),
+ sec3(3),
+ sec4L(4),
+ sec4H(5),
+ sec5A(6),
+ sec5B(7),
+ sec6A(8),
+ sec6B(9)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Spectrum Efficiency Class:
+ - other(1): unknown
+ - sec2(2): spectrum eff. Class 2
+ - sec3(3): spectrum eff. Class 3
+ - sec4L(4): spectrum eff. Class 4L
+ - sec4H(5): specturm eff. Class 4H
+ - sec5A(6): spectrum eff. Class 5A
+ - sec5B(7): spectrum eff. Class 5B
+ - sec6A(8): spectrum eff. Class 6A
+ - sec6B(9): spectrum eff. Class 6B
+ Near end access: read-write
+ Far end access: read-write (Traffic Node), read-only (other)"
+ ::= { xfRLPtpTerminalXEntry 14 }
+
+ xfTermSpectrumEfficiencyClassCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ sec2(0),
+ sec3(1),
+ sec4L(2),
+ sec4H(3),
+ sec5A(4),
+ sec5B(5),
+ sec6A(6),
+ sec6B(7)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Spectrum Efficiency Class Capability
+ - 0 Sec2 Spectrum eff. Class 2
+ - 1 Sec3 Specturm eff. Class 3
+ - 2 Sec4L Specturm eff. Class 4L
+ - 3 Sec4H Spectrum eff. Class 4H
+ - 4 Sec5A Spectrum eff. Class 5A
+ - 5 Sec5B Spectrum eff. Class 5B
+ - 6 Sec6A Spectrum eff. Class 6A
+ - 7 Sec6B Spectrum eff. Class 6B
+ "
+ ::= { xfRLPtpTerminalXEntry 15 }
+
+ xfTermIpAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "LAN ip address"
+ ::= { xfRLPtpTerminalXEntry 16 }
+
+ xfTermProtectionCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ unprotected(0),
+ protectedHotStandby(1),
+ protectedWorkingStandby(2),
+ unprotectedSD(3),
+ nplus1(4),
+ enhancedRLB(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Terminal protection capability
+ - 0 Unprotected ............... The terminal supports 1+0
+ - 1 protectedHotStandby ....... The terminal supports 1+1 Hot Standby
+ - 2 protectedWorkingStandby ... The terminal supports 1+1 Working Standby
+ - 3 unprotectedSD ............. The terminal supports 1+0 with Space diversity
+ - 4 nplus1 .................... The terminal supports N+1 protection (through RPS board)
+ - 5 enhancedRLB ............... The terminal supports Enhanced Radio Link Bonding
+ "
+ ::= { xfRLPtpTerminalXEntry 17 }
+
+ xfTermLineProtectionCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ unprotected(0),
+ singleInterfaceLowSlot(1),
+ singleInterfaceHighSlot(2),
+ opticalSplitter(3),
+ equipmentAndLineProtection(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Terminal Line protection capability
+ - 0 unprotected .................
+ - 1 singleInterfaceLowSlot ......
+ - 2 singleInterfaceHighSlot .....
+ - 3 opticalSplitter .............
+ - 4 equipmentAndLineProtection ..
+ "
+ ::= { xfRLPtpTerminalXEntry 18 }
+
+ xfTermTribAllocationActual OBJECT-TYPE
+ SYNTAX BITS { firstE1(0) }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Actual tributary allocation in a MMU2 D or MMU2 H, the rest is packet link"
+ ::= { xfRLPtpTerminalXEntry 19 }
+
+ xfTermTribAllocationDesired OBJECT-TYPE
+ SYNTAX BITS { firstE1(0) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Desired tibutary allocation in a MMU2 D or MMU2 H, the rest is packet link"
+ ::= { xfRLPtpTerminalXEntry 20 }
+
+ xfTermAutoRemoveLoopEnable OBJECT-TYPE
+ SYNTAX TermAutoRemoveLoopEnable
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Auto Remove Loops
+ - other(1)
+ - enable(2) (default)
+ - disable(3)
+ "
+ ::= { xfRLPtpTerminalXEntry 21 }
+
+ xfTermCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ adaptiveManualTx(0),
+ adaptiveManualRx(1),
+ fragmentedTributaries(2),
+ terminalCapacityLicense(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Terminal capability"
+ ::= { xfRLPtpTerminalXEntry 22 }
+
+ xfTermCapacityLicense OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ vr0(0),
+ vr10(1),
+ vr25(2),
+ vr50(3),
+ vr100(4),
+ vr15(5),
+ vr30(6),
+ vr60(7),
+ vr125(8),
+ vr200(9),
+ vr350(10),
+ vr4(11),
+ vr500(12),
+ vr150(13),
+ vr250(14),
+ vr300(15),
+ vr400(16),
+ vr450(17)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Licensetable"
+ ::= { xfRLPtpTerminalXEntry 23 }
+
+ xfTermFadingRates OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ fr50(2),
+ fr100(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Fading rates
+ - other(1): unknown
+ - fr50(2): 50dB/s HighTroughputMode (default)
+ - fr150(3): 100dB/s HighFadingResistanceMode
+ "
+ ::= { xfRLPtpTerminalXEntry 24 }
+
+ xfTermFadingRatesCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ fr50(0),
+ fr100(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Fading rate capability
+ - fr50(0): HighTroughputMode
+ - fr100(1): HighFadingResistanceMode"
+ ::= { xfRLPtpTerminalXEntry 25 }
+
+ xfTermConfiguredBitPipeCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Configured bit pipe capacity, Kbps"
+ ::= { xfRLPtpTerminalXEntry 26 }
+
+ xfTermTribCapacityConfigured OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Configured tributary capacity"
+ ::= { xfRLPtpTerminalXEntry 27 }
+
+ xfTermPacketMaxCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Packet Max Capacity"
+ ::= { xfRLPtpTerminalXEntry 28 }
+
+ xfTermPacketMinCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Packet Min Capacity"
+ ::= { xfRLPtpTerminalXEntry 29 }
+------------------------------------------------------------------------------
+-- xfRlPtpTerminalCapabilityTable
+------------------------------------------------------------------------------
+
+ xfRlPtpTerminalCapabilityTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRlPtpTerminalCapabilityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Table for misc. capability informatio."
+ ::= { xfRadioLinkPtpTerminalObjects 15 }
+
+ xfRlPtpTerminalCapabilityEntry OBJECT-TYPE
+ SYNTAX XfRlPtpTerminalCapabilityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the table"
+ INDEX { entLogicalIndex, xfTermRowIndex }
+ ::= { xfRlPtpTerminalCapabilityTable 1 }
+
+ XfRlPtpTerminalCapabilityEntry ::=
+ SEQUENCE
+ {
+ xfTermChannelSpacing INTEGER,
+ xfTermChannelModulation TermModulation,
+ xfTermMaxTribCapacity Integer32,
+ xfTermDCNCapacity Integer32,
+ xfTermValidRow INTEGER,
+ xfTermMaxCapacity Integer32,
+ xfTermSpectrumEfficiencyClassObsolete TermRauSec,
+ xfTermFrameFormatType INTEGER,
+ xfTermFrameFormatRev INTEGER,
+ xfTermBerAlarmThresholdCapability BITS
+ }
+
+--
+-- The XfRlPtpTerminalCapabilityTable MOs
+--
+ xfTermChannelSpacing OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ chspUnknown(0),
+ chsp7MHz(1),
+ chsp14MHz(2),
+ chsp20MHz(3),
+ chsp28MHz(4),
+ chsp30MHz(5),
+ chsp40MHz(6),
+ chsp50MHz(7),
+ chsp56MHz(8),
+ chsp10MHz(9),
+ chsp3500kHz(10),
+ chsp60MHz(11)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Channel spacing
+ - ETSI: 3.5, 7, 14, 28, 40, 56 MHz
+ - ANSI: 10, 20, 30, 40, 50, 60 MHz
+ "
+ ::= { xfRlPtpTerminalCapabilityEntry 1 }
+
+ xfTermChannelModulation OBJECT-TYPE
+ SYNTAX TermModulation
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Channel modulation
+ - cqpsk(2) CQPSK
+ - qam16(3) 16-QAM
+ - qam128(4) 128-QAM
+ - qam32(5) 32-QAM
+ - qam64(6) 64-QAM
+ - qam4(7) 4-QAM
+ - qam8(8) 8-QAM
+ - qam256(9) 256-QAM
+ - qam512(10) 512-QAM
+ - qam1024(11) 1024-QAM
+ "
+ ::= { xfRlPtpTerminalCapabilityEntry 2 }
+
+ xfTermMaxTribCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max number of tributaries"
+ ::= { xfRlPtpTerminalCapabilityEntry 3 }
+
+ xfTermDCNCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "DCN hop capacity"
+ ::= { xfRlPtpTerminalCapabilityEntry 4 }
+
+ xfTermValidRow OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ vr0(0),
+ vr10(1),
+ vr25(2),
+ vr50(3),
+ vr100(4),
+ vr15(5),
+ vr30(6),
+ vr60(7),
+ vr125(8),
+ vr200(9),
+ vr350(10),
+ vr4(11),
+ vr500(12),
+ vr150(13),
+ vr250(14),
+ vr300(15),
+ vr400(16),
+ vr450(17)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max capacity license
+ - vr0(0) = invalid row
+ - vr10(1) = 10 Mbps, no license
+ - vr25(2) = 25 Mbps
+ - vr50(3) = 50 Mbps
+ - vr100(4) = 100 Mbps
+ - vr15(5) = 15 Mbps
+ - vr30(6) = 30 Mbps
+ - vr60(7) = 60 Mbps
+ - vr125(8) = 125 Mbps
+ - vr200(9) = 200 Mbps
+ - vr350(10) = 350 Mbps
+ - vr4(11) = 4 Mbps, no license
+ - vr500(12) = 500 Mbps
+ - vr150(13) = 150 Mbps
+ - vr250(14) = 250 Mbps
+ - vr300(15) = 300 Mbps
+ - vr400(16) = 400 Mbps
+ - vr450(17) = 450 Mbps
+ "
+ ::= { xfRlPtpTerminalCapabilityEntry 5 }
+
+ xfTermMaxCapacity OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max capacity"
+ ::= { xfRlPtpTerminalCapabilityEntry 6 }
+
+ xfTermSpectrumEfficiencyClassObsolete OBJECT-TYPE
+ SYNTAX TermRauSec
+ MAX-ACCESS read-only
+ STATUS obsolete
+ DESCRIPTION
+ "xfTermSpectrumEfficiencyClassObsolete"
+ ::= { xfRlPtpTerminalCapabilityEntry 7 }
+
+ xfTermFrameFormatType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fftOther(0),
+ fftStatic(1),
+ fftAdmod(2),
+ fftXpic(3),
+ fftXpicAdmod(4),
+ fftLegacy(5),
+ fftStaticLH(6),
+ fftAdmodLH(7),
+ fftXpicLH(8),
+ fftXpicAdmodLH(9),
+ fftAdmodStatic(10),
+ fftXpicAdmodStatic(11),
+ fftAdmodStaticLH(12),
+ fftXpicAdmodStaticLH(13)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Frame format type
+ - fftOther(0)
+ - fftStatic(1)
+ - fftAdmod(2)
+ - fftXpic(3)
+ - fftXpicAdmod(4)
+ - fftLegacy(5)
+ - fftStaticLH(6)
+ - fftAdmodLH(7)
+ - fftXpicLH(8)
+ - fftXpicAdmodLH(9)
+ - fftAdmodStatic(10)
+ - fftXpicAdmodStatic(11)
+ - fftAdmodStaticLH(12)
+ - fftXpicAdmodStaticLH(13)
+ "
+ ::= { xfRlPtpTerminalCapabilityEntry 8 }
+
+ xfTermFrameFormatRev OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ffOther(1),
+ ffVersion0(2),
+ ffVersion1(3),
+ ffVersion2(4),
+ ffVersion3(5),
+ ffVersion4(6),
+ ffVersion5(7),
+ ffVersion6(8),
+ ffVersion7(9),
+ ffVersion8(10),
+ ffVersion9(11),
+ ffVersion10(12),
+ ffVersion11(13),
+ ffVersion12(14),
+ ffVersion13(15),
+ ffVersion14(16),
+ ffVersion15(17)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Frame format revision"
+ ::= { xfRlPtpTerminalCapabilityEntry 9 }
+
+ xfTermBerAlarmThresholdCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ berThrCap1e3(0),
+ berThrCap1e4(1),
+ berThrCap1e5(2),
+ berThrCap1e6(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "List of the allowed BER thresholds"
+ ::= { xfRlPtpTerminalCapabilityEntry 10 }
+
+------------------------------------------------------------------------------
+-- xfRLPMAMConfigTable
+------------------------------------------------------------------------------
+
+ xfRLPMAMConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMAMConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Alarm threshold values for RL PM"
+ ::= { xfRadioLinkPtpTerminalObjects 16 }
+
+ xfRLPMAMConfigEntry OBJECT-TYPE
+ SYNTAX XfRLPMAMConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLPMAMConfigTable"
+ INDEX { ifIndex }
+ ::= { xfRLPMAMConfigTable 1 }
+
+ XfRLPMAMConfigEntry ::=
+ SEQUENCE {
+ xfPMAMSetThreshold15m
+ Integer32,
+ xfPMAMSetThreshold24h
+ Integer32,
+ xfPMAMResetThreshold15m
+ Integer32,
+ xfPMAMStatus
+ BITS,
+ xfPMAMValidData
+ BITS
+ }
+
+--
+-- The xfRLPMAMConfigTable MOs
+--
+
+ xfPMAMSetThreshold15m OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The 15 minute set threshold for AdMod.
+ Near end access: read-write
+ Far end access: No access
+ "
+ ::= { xfRLPMAMConfigEntry 1 }
+
+ xfPMAMSetThreshold24h OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The 24 hour set threshold for AdMod.
+ Near end access: read-write
+ Far end access: No access
+ "
+ ::= { xfRLPMAMConfigEntry 2 }
+
+ xfPMAMResetThreshold15m OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The 15 minute reset threshold for AdMod.
+ Near end access: read-write
+ Far end access: No access
+ "
+ ::= { xfRLPMAMConfigEntry 3 }
+
+ xfPMAMStatus OBJECT-TYPE
+ SYNTAX BITS
+ {
+ am15m1(0),
+ am15m2(1),
+ am15m3(2),
+
+ am24h1(3),
+ am24h2(4),
+ am24h3(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Threshold alarm status"
+ ::= { xfRLPMAMConfigEntry 4 }
+
+ xfPMAMValidData OBJECT-TYPE
+ SYNTAX BITS
+ {
+ valid15m4QAM(0),
+ valid15m8QAM(1),
+ valid15m16QAM(2),
+ valid15m32QAM(3),
+ valid15m64QAM(4),
+ valid15m128QAM(5),
+ valid15m256QAM(6),
+ valid15m512QAM(7),
+ valid15m1024QAM(8)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It reports which modulation's PM data that are valid."
+ ::= { xfRLPMAMConfigEntry 5 }
+
+------------------------------------------------------------------------------
+-- xfRLPMAMCurrent24hTable
+------------------------------------------------------------------------------
+
+ xfRLPMAMCurrent24hTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMAMCurrent24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "TBD"
+ ::= { xfRadioLinkPtpTerminalObjects 17 }
+
+ xfRLPMAMCurrent24hEntry OBJECT-TYPE
+ SYNTAX XfRLPMAMCurrent24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLPMAMCurrent24hTable."
+ INDEX { ifIndex }
+ ::= { xfRLPMAMCurrent24hTable 1 }
+
+ XfRLPMAMCurrent24hEntry ::=
+ SEQUENCE {
+ xfPMAMCurrent24h4QAM
+ PerfCurrentCount,
+ xfPMAMCurrent24h8QAM
+ PerfCurrentCount,
+ xfPMAMCurrent24h16QAM
+ PerfCurrentCount,
+ xfPMAMCurrent24h32QAM
+ PerfCurrentCount,
+ xfPMAMCurrent24h64QAM
+ PerfCurrentCount,
+ xfPMAMCurrent24h128QAM
+ PerfCurrentCount,
+ xfPMAMCurrent24h256QAM
+ PerfCurrentCount,
+ xfPMAMCurrent24h512QAM
+ PerfCurrentCount,
+ xfPMAMCurrent24h1024QAM
+ PerfCurrentCount,
+ xfPMAMCurrent24h4QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent24h8QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent24h16QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent24h32QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent24h64QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent24h128QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent24h256QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent24h512QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent24h1024QAMEnRLB
+ PerfCurrentCount
+ }
+--
+-- The xfRLPMAMCurrent24hTable MOs
+--
+
+ xfPMAMCurrent24h4QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 1 }
+
+ xfPMAMCurrent24h8QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 2 }
+
+ xfPMAMCurrent24h16QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 3 }
+
+ xfPMAMCurrent24h32QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 4 }
+
+ xfPMAMCurrent24h64QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 5 }
+
+ xfPMAMCurrent24h128QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 6 }
+
+ xfPMAMCurrent24h256QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 7 }
+
+ xfPMAMCurrent24h512QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 8 }
+
+ xfPMAMCurrent24h1024QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 9 }
+
+ xfPMAMCurrent24h4QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 10 }
+
+ xfPMAMCurrent24h8QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 11 }
+
+ xfPMAMCurrent24h16QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 12 }
+
+ xfPMAMCurrent24h32QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 13 }
+
+ xfPMAMCurrent24h64QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 14 }
+
+ xfPMAMCurrent24h128QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 15 }
+
+ xfPMAMCurrent24h256QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 16 }
+
+ xfPMAMCurrent24h512QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 17 }
+
+ xfPMAMCurrent24h1024QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset"
+ ::= { xfRLPMAMCurrent24hEntry 18 }
+
+------------------------------------------------------------------------------
+-- xfRLPMAMInterval24hTable
+------------------------------------------------------------------------------
+
+ xfRLPMAMInterval24hTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMAMInterval24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "TBD"
+ ::= { xfRadioLinkPtpTerminalObjects 18 }
+
+ xfRLPMAMInterval24hEntry OBJECT-TYPE
+ SYNTAX XfRLPMAMInterval24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLPMAMInterval24hTable."
+ INDEX { ifIndex }
+ ::= { xfRLPMAMInterval24hTable 1 }
+
+ XfRLPMAMInterval24hEntry ::=
+ SEQUENCE {
+ xfPMAMInterval24h4QAM
+ PerfIntervalCount,
+ xfPMAMInterval24h8QAM
+ PerfIntervalCount,
+ xfPMAMInterval24h16QAM
+ PerfIntervalCount,
+ xfPMAMInterval24h32QAM
+ PerfIntervalCount,
+ xfPMAMInterval24h64QAM
+ PerfIntervalCount,
+ xfPMAMInterval24h128QAM
+ PerfIntervalCount,
+ xfPMAMInterval24h256QAM
+ PerfIntervalCount,
+ xfPMAMInterval24h512QAM
+ PerfIntervalCount,
+ xfPMAMInterval24hValidData
+ TruthValue,
+ xfPMAMInterval24h1024QAM
+ PerfIntervalCount,
+ xfPMAMInterval24h4QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval24h8QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval24h16QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval24h32QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval24h64QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval24h128QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval24h256QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval24h512QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval24h1024QAMEnRLB
+ PerfIntervalCount
+ }
+
+--
+-- The xfRLPMAMInterval24hTable MOs
+--
+
+ xfPMAMInterval24h4QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 1 }
+
+ xfPMAMInterval24h8QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 2 }
+
+ xfPMAMInterval24h16QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 3 }
+
+ xfPMAMInterval24h32QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 4 }
+
+ xfPMAMInterval24h64QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 5 }
+
+ xfPMAMInterval24h128QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 6 }
+
+ xfPMAMInterval24h256QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 7 }
+
+ xfPMAMInterval24h512QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 8 }
+
+ xfPMAMInterval24hValidData OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This variable indicates whether the data
+ for this interval is valid."
+ ::= { xfRLPMAMInterval24hEntry 9 }
+
+ xfPMAMInterval24h1024QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 10 }
+
+ xfPMAMInterval24h4QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 11 }
+
+ xfPMAMInterval24h8QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 12 }
+
+ xfPMAMInterval24h16QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 13 }
+
+ xfPMAMInterval24h32QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 14 }
+
+ xfPMAMInterval24h64QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 15 }
+
+ xfPMAMInterval24h128QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 16 }
+
+ xfPMAMInterval24h256QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 17 }
+
+ xfPMAMInterval24h512QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 18 }
+
+ xfPMAMInterval24h1024QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval24hEntry 19 }
+
+------------------------------------------------------------------------------
+-- xfRLPMAMCurrent15mTable
+------------------------------------------------------------------------------
+
+ xfRLPMAMCurrent15mTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMAMCurrent15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "TBD"
+ ::= { xfRadioLinkPtpTerminalObjects 19 }
+
+ xfRLPMAMCurrent15mEntry OBJECT-TYPE
+ SYNTAX XfRLPMAMCurrent15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the table."
+ INDEX { ifIndex }
+ ::= { xfRLPMAMCurrent15mTable 1 }
+
+ XfRLPMAMCurrent15mEntry ::=
+ SEQUENCE {
+ xfPMAMCurrent15m4QAM
+ PerfCurrentCount,
+ xfPMAMCurrent15m8QAM
+ PerfCurrentCount,
+ xfPMAMCurrent15m16QAM
+ PerfCurrentCount,
+ xfPMAMCurrent15m32QAM
+ PerfCurrentCount,
+ xfPMAMCurrent15m64QAM
+ PerfCurrentCount,
+ xfPMAMCurrent15m128QAM
+ PerfCurrentCount,
+ xfPMAMCurrent15m256QAM
+ PerfCurrentCount,
+ xfPMAMCurrent15m512QAM
+ PerfCurrentCount,
+ xfPMAMCurrent15m1024QAM
+ PerfCurrentCount,
+ xfPMAMCurrent15m4QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent15m8QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent15m16QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent15m32QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent15m64QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent15m128QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent15m256QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent15m512QAMEnRLB
+ PerfCurrentCount,
+ xfPMAMCurrent15m1024QAMEnRLB
+ PerfCurrentCount
+ }
+
+--
+-- The xfRLPMAMCurrent15mTable MOs
+--
+ xfPMAMCurrent15m4QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 1 }
+
+ xfPMAMCurrent15m8QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 2 }
+
+ xfPMAMCurrent15m16QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 3 }
+
+ xfPMAMCurrent15m32QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 4 }
+
+ xfPMAMCurrent15m64QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 5 }
+
+ xfPMAMCurrent15m128QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 6 }
+
+ xfPMAMCurrent15m256QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 7 }
+
+ xfPMAMCurrent15m512QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 8 }
+
+ xfPMAMCurrent15m1024QAM OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 9 }
+
+ xfPMAMCurrent15m4QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 10 }
+
+ xfPMAMCurrent15m8QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 11 }
+
+ xfPMAMCurrent15m16QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 12 }
+
+ xfPMAMCurrent15m32QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 13 }
+
+ xfPMAMCurrent15m64QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 14 }
+
+ xfPMAMCurrent15m128QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 15 }
+
+ xfPMAMCurrent15m256QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 16 }
+
+ xfPMAMCurrent15m512QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 17 }
+
+ xfPMAMCurrent15m1024QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset.
+ "
+ ::= { xfRLPMAMCurrent15mEntry 18 }
+
+------------------------------------------------------------------------------
+-- xfRLPMAMInterval15mTable
+------------------------------------------------------------------------------
+
+ xfRLPMAMInterval15mTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMAMInterval15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "TBD"
+ ::= { xfRadioLinkPtpTerminalObjects 20 }
+
+ xfRLPMAMInterval15mEntry OBJECT-TYPE
+ SYNTAX XfRLPMAMInterval15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the table."
+ INDEX { ifIndex, xfPMAMInterval15mIntervalNumber }
+ ::= { xfRLPMAMInterval15mTable 1 }
+
+ XfRLPMAMInterval15mEntry ::=
+ SEQUENCE {
+ xfPMAMInterval15mIntervalNumber
+ Integer32,
+ xfPMAMInterval15m4QAM
+ PerfIntervalCount,
+ xfPMAMInterval15m8QAM
+ PerfIntervalCount,
+ xfPMAMInterval15m16QAM
+ PerfIntervalCount,
+ xfPMAMInterval15m32QAM
+ PerfIntervalCount,
+ xfPMAMInterval15m64QAM
+ PerfIntervalCount,
+ xfPMAMInterval15m128QAM
+ PerfIntervalCount,
+ xfPMAMInterval15m256QAM
+ PerfIntervalCount,
+ xfPMAMInterval15m512QAM
+ PerfIntervalCount,
+ xfPMAMInterval15mValidData
+ TruthValue,
+ xfPMAMInterval15m1024QAM
+ PerfIntervalCount,
+ xfPMAMInterval15m4QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval15m8QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval15m16QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval15m32QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval15m64QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval15m128QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval15m256QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval15m512QAMEnRLB
+ PerfIntervalCount,
+ xfPMAMInterval15m1024QAMEnRLB
+ PerfIntervalCount
+ }
+
+--
+-- The xfRLPMAMInterval15mTable MOs
+--
+ xfPMAMInterval15mIntervalNumber OBJECT-TYPE
+ SYNTAX Integer32 (1..96)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "A number between 1 and 96, which identifies the interval for which
+ the set of statistics is available. The interval identified by 1
+ is the most recently completed 15 minute interval, and the interval
+ identified by N is the interval immediately preceding the one
+ identified by N-1."
+ ::= { xfRLPMAMInterval15mEntry 1 }
+
+ xfPMAMInterval15m4QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 2 }
+
+ xfPMAMInterval15m8QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 3 }
+
+ xfPMAMInterval15m16QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 4 }
+
+ xfPMAMInterval15m32QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 5 }
+
+ xfPMAMInterval15m64QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 6 }
+
+ xfPMAMInterval15m128QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 7 }
+
+ xfPMAMInterval15m256QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 8 }
+
+ xfPMAMInterval15m512QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 9 }
+
+ xfPMAMInterval15mValidData OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This variable indicates whether the data
+ for this interval is valid."
+ ::= { xfRLPMAMInterval15mEntry 10 }
+
+ xfPMAMInterval15m1024QAM OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 11 }
+
+ xfPMAMInterval15m4QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 12 }
+
+ xfPMAMInterval15m8QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 13 }
+
+ xfPMAMInterval15m16QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 14 }
+
+ xfPMAMInterval15m32QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 15 }
+
+ xfPMAMInterval15m64QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 16 }
+
+ xfPMAMInterval15m128QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 17 }
+
+ xfPMAMInterval15m256QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 18 }
+
+ xfPMAMInterval15m512QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 19 }
+
+ xfPMAMInterval15m1024QAMEnRLB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMAMInterval15mEntry 20 }
+
+------------------------------------------------------------------------------
+-- xfRLPtpTerminalCapacityLicenseTable
+------------------------------------------------------------------------------
+
+ xfRLPtpTerminalCapacityLicenseTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPtpTerminalCapacityLicenseEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "TBD"
+ ::= { xfRadioLinkPtpTerminalObjects 21 }
+
+ xfRLPtpTerminalCapacityLicenseEntry OBJECT-TYPE
+ SYNTAX XfRLPtpTerminalCapacityLicenseEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the table."
+ INDEX { entLogicalIndex, xfTermRowIndex }
+ ::= { xfRLPtpTerminalCapacityLicenseTable 1 }
+
+ XfRLPtpTerminalCapacityLicenseEntry ::=
+ SEQUENCE
+ {
+ xfTermCapacityLicenseRange INTEGER,
+ xfTermMaxCapacityRange Integer32,
+ xfTermMaxTribCapacityRange Integer32
+ }
+
+--
+-- The xfRLPtpTerminalCapacityLicenseTable MOs
+--
+ xfTermCapacityLicenseRange OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ vr0(0),
+ vr10(1),
+ vr25(2),
+ vr50(3),
+ vr100(4),
+ vr15(5),
+ vr30(6),
+ vr60(7),
+ vr125(8),
+ vr200(9),
+ vr350(10),
+ vr4(11),
+ vr500(12),
+ vr150(13),
+ vr250(14),
+ vr300(15),
+ vr400(16),
+ vr450(17)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "xfTermCapacityLicenseRange"
+ ::= { xfRLPtpTerminalCapacityLicenseEntry 1 }
+
+ xfTermMaxCapacityRange OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TermMaxCapacityRange"
+ ::= { xfRLPtpTerminalCapacityLicenseEntry 2 }
+
+ xfTermMaxTribCapacityRange OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "xfTermMaxTribCapacityRange"
+ ::= { xfRLPtpTerminalCapacityLicenseEntry 3 }
+
+------------------------------------------------------------------------------
+-- xfRLPMSDCGainCurrent15mTable
+------------------------------------------------------------------------------
+
+ xfRLPMSDCGainCurrent15mTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMSDCGainCurrent15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ This table monitors the time spent in each SDC gain value in the current 15 minute period.
+ "
+ ::= { xfRadioLinkPtpTerminalObjects 22 }
+
+ xfRLPMSDCGainCurrent15mEntry OBJECT-TYPE
+ SYNTAX XfRLPMSDCGainCurrent15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Entry in xfRLPMSDCGainCurrent15mTable.
+ "
+ INDEX { ifIndex }
+ ::= { xfRLPMSDCGainCurrent15mTable 1 }
+
+ XfRLPMSDCGainCurrent15mEntry ::=
+ SEQUENCE
+ {
+ xfPMSDCGainCurrent15m0005dB
+ PerfCurrentCount,
+ xfPMSDCGainCurrent15m0510dB
+ PerfCurrentCount,
+ xfPMSDCGainCurrent15m1015dB
+ PerfCurrentCount,
+ xfPMSDCGainCurrent15m1520dB
+ PerfCurrentCount,
+ xfPMSDCGainCurrent15m2025dB
+ PerfCurrentCount,
+ xfPMSDCGainCurrent15m2530dB
+ PerfCurrentCount
+ }
+
+--
+-- xfRLPMSDCGainCurrent15mTable MOs
+--
+ xfPMSDCGainCurrent15m0005dB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (0.0 <= SdcGain < 0.5) dB.
+ "
+ ::= { xfRLPMSDCGainCurrent15mEntry 1 }
+
+ xfPMSDCGainCurrent15m0510dB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (0.5 <= SdcGain < 1.0) dB.
+ "
+ ::= { xfRLPMSDCGainCurrent15mEntry 2 }
+
+ xfPMSDCGainCurrent15m1015dB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (1.0 <= SdcGain < 1.5) dB.
+ "
+ ::= { xfRLPMSDCGainCurrent15mEntry 3 }
+
+ xfPMSDCGainCurrent15m1520dB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (1.5 <= SdcGain < 2.0) dB.
+ "
+ ::= { xfRLPMSDCGainCurrent15mEntry 4 }
+
+ xfPMSDCGainCurrent15m2025dB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (2.0 <= SdcGain < 2.5) dB.
+ "
+ ::= { xfRLPMSDCGainCurrent15mEntry 5 }
+
+ xfPMSDCGainCurrent15m2530dB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (2.5 <= SdcGain < 3.0) dB.
+ "
+ ::= { xfRLPMSDCGainCurrent15mEntry 6 }
+
+------------------------------------------------------------------------------
+-- xfRLPMSDCGainInterval15mTable
+------------------------------------------------------------------------------
+
+ xfRLPMSDCGainInterval15mTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMSDCGainInterval15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ This table collects the time spent in each SDC gain value for the 15 minute intervals.
+ "
+ ::= { xfRadioLinkPtpTerminalObjects 23 }
+
+ xfRLPMSDCGainInterval15mEntry OBJECT-TYPE
+ SYNTAX XfRLPMSDCGainInterval15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Entry in xfRLPMSDCGainInterval15mTable.
+ "
+ INDEX { ifIndex, xfPMSDCGainInterval15mIntervalNumber }
+ ::= { xfRLPMSDCGainInterval15mTable 1 }
+
+ XfRLPMSDCGainInterval15mEntry ::=
+ SEQUENCE
+ {
+ xfPMSDCGainInterval15mIntervalNumber
+ Integer32,
+ xfPMSDCGainInterval15m0005dB
+ PerfIntervalCount,
+ xfPMSDCGainInterval15m0510dB
+ PerfIntervalCount,
+ xfPMSDCGainInterval15m1015dB
+ PerfIntervalCount,
+ xfPMSDCGainInterval15m1520dB
+ PerfIntervalCount,
+ xfPMSDCGainInterval15m2025dB
+ PerfIntervalCount,
+ xfPMSDCGainInterval15m2530dB
+ PerfIntervalCount
+ }
+
+--
+-- xfRLPMSDCGainInterval15mTable MOs
+--
+ xfPMSDCGainInterval15mIntervalNumber OBJECT-TYPE
+ SYNTAX Integer32 (1..96)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ A number between 1 and 96, which identifies the interval for which the set of statistics is available.
+ The interval identified by 1 is the most recently completed 15 minute interval, and the interval
+ identified by N is the interval immediately preceding the one identified by N-1.
+ "
+ ::= { xfRLPMSDCGainInterval15mEntry 1 }
+
+ xfPMSDCGainInterval15m0005dB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (0.0 <= SdcGain < 0.5) dB.
+ "
+ ::= { xfRLPMSDCGainInterval15mEntry 2 }
+
+ xfPMSDCGainInterval15m0510dB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (0.5 <= SdcGain < 1.0) dB.
+ "
+ ::= { xfRLPMSDCGainInterval15mEntry 3 }
+
+ xfPMSDCGainInterval15m1015dB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (1.0 <= SdcGain < 1.5) dB.
+ "
+ ::= { xfRLPMSDCGainInterval15mEntry 4 }
+
+ xfPMSDCGainInterval15m1520dB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (1.5 <= SdcGain < 2.0) dB.
+ "
+ ::= { xfRLPMSDCGainInterval15mEntry 5 }
+
+ xfPMSDCGainInterval15m2025dB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (2.0 <= SdcGain < 2.5) dB.
+ "
+ ::= { xfRLPMSDCGainInterval15mEntry 6 }
+
+ xfPMSDCGainInterval15m2530dB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (2.5 <= SdcGain < 3.0) dB.
+ "
+ ::= { xfRLPMSDCGainInterval15mEntry 7 }
+
+------------------------------------------------------------------------------
+-- xfRLPMSDCGainCurrent24hTable
+------------------------------------------------------------------------------
+
+ xfRLPMSDCGainCurrent24hTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMSDCGainCurrent24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ This table monitors the time spent in each SDC gain value in the current 24 hours period.
+ "
+ ::= { xfRadioLinkPtpTerminalObjects 24 }
+
+ xfRLPMSDCGainCurrent24hEntry OBJECT-TYPE
+ SYNTAX XfRLPMSDCGainCurrent24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Entry in xfRLPMSDCGainCurrent24hTable.
+ "
+ INDEX { ifIndex }
+ ::= { xfRLPMSDCGainCurrent24hTable 1 }
+
+ XfRLPMSDCGainCurrent24hEntry ::=
+ SEQUENCE
+ {
+ xfPMSDCGainCurrent24h0005dB
+ PerfCurrentCount,
+ xfPMSDCGainCurrent24h0510dB
+ PerfCurrentCount,
+ xfPMSDCGainCurrent24h1015dB
+ PerfCurrentCount,
+ xfPMSDCGainCurrent24h1520dB
+ PerfCurrentCount,
+ xfPMSDCGainCurrent24h2025dB
+ PerfCurrentCount,
+ xfPMSDCGainCurrent24h2530dB
+ PerfCurrentCount
+ }
+
+--
+-- xfRLPMSDCGainCurrent24hTable MOs
+--
+ xfPMSDCGainCurrent24h0005dB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (0.0 <= SdcGain < 0.5) dB.
+ "
+ ::= { xfRLPMSDCGainCurrent24hEntry 1 }
+
+ xfPMSDCGainCurrent24h0510dB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (0.5 <= SdcGain < 1.0) dB.
+ "
+ ::= { xfRLPMSDCGainCurrent24hEntry 2 }
+
+ xfPMSDCGainCurrent24h1015dB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (1.0 <= SdcGain < 1.5) dB.
+ "
+ ::= { xfRLPMSDCGainCurrent24hEntry 3 }
+
+ xfPMSDCGainCurrent24h1520dB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (1.5 <= SdcGain < 2.0) dB.
+ "
+ ::= { xfRLPMSDCGainCurrent24hEntry 4 }
+
+ xfPMSDCGainCurrent24h2025dB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (2.0 <= SdcGain < 2.5) dB.
+ "
+ ::= { xfRLPMSDCGainCurrent24hEntry 5 }
+
+ xfPMSDCGainCurrent24h2530dB OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (2.5 <= SdcGain < 3.0) dB.
+ "
+ ::= { xfRLPMSDCGainCurrent24hEntry 6 }
+
+------------------------------------------------------------------------------
+-- xfRLPMSDCGainInterval24hTable
+------------------------------------------------------------------------------
+
+ xfRLPMSDCGainInterval24hTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMSDCGainInterval24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ This table collects the time spent in each SDC gain value for the 24 hours interval.
+ "
+ ::= { xfRadioLinkPtpTerminalObjects 25 }
+
+ xfRLPMSDCGainInterval24hEntry OBJECT-TYPE
+ SYNTAX XfRLPMSDCGainInterval24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Entry in xfRLPMSDCGainInterval24hTable.
+ "
+ INDEX { ifIndex }
+ ::= { xfRLPMSDCGainInterval24hTable 1 }
+
+ XfRLPMSDCGainInterval24hEntry ::=
+ SEQUENCE
+ {
+ xfPMSDCGainInterval24h0005dB
+ PerfIntervalCount,
+ xfPMSDCGainInterval24h0510dB
+ PerfIntervalCount,
+ xfPMSDCGainInterval24h1015dB
+ PerfIntervalCount,
+ xfPMSDCGainInterval24h1520dB
+ PerfIntervalCount,
+ xfPMSDCGainInterval24h2025dB
+ PerfIntervalCount,
+ xfPMSDCGainInterval24h2530dB
+ PerfIntervalCount
+ }
+
+--
+-- xfRLPMSDCGainInterval24hTable MOs
+--
+
+ xfPMSDCGainInterval24h0005dB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (0.0 <= SdcGain < 0.5) dB.
+ "
+ ::= { xfRLPMSDCGainInterval24hEntry 1 }
+
+ xfPMSDCGainInterval24h0510dB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (0.5 <= SdcGain < 1.0) dB.
+ "
+ ::= { xfRLPMSDCGainInterval24hEntry 2 }
+
+ xfPMSDCGainInterval24h1015dB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (1.0 <= SdcGain < 1.5) dB.
+ "
+ ::= { xfRLPMSDCGainInterval24hEntry 3 }
+
+ xfPMSDCGainInterval24h1520dB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (1.5 <= SdcGain < 2.0) dB.
+ "
+ ::= { xfRLPMSDCGainInterval24hEntry 4 }
+
+ xfPMSDCGainInterval24h2025dB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (2.0 <= SdcGain < 2.5) dB.
+ "
+ ::= { xfRLPMSDCGainInterval24hEntry 5 }
+
+ xfPMSDCGainInterval24h2530dB OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds the SDC gain has been in the range: (2.5 <= SdcGain < 3.0) dB.
+ "
+ ::= { xfRLPMSDCGainInterval24hEntry 6 }
+
+------------------------------------------------------------------------------
+-- xfRLPMSDCGainConfigTable
+------------------------------------------------------------------------------
+
+ xfRLPMSDCGainConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMSDCGainConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ xfRLPMSDCGainConfigTable contains thresholds for setting and resetting alarms for SDC Gain PM data in SDC current and interval tables.
+ "
+ ::= { xfRadioLinkPtpTerminalObjects 26 }
+
+ xfRLPMSDCGainConfigEntry OBJECT-TYPE
+ SYNTAX XfRLPMSDCGainConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Entry in xfRLPMSDCGainConfigTable.
+ "
+ INDEX { ifIndex }
+ ::= { xfRLPMSDCGainConfigTable 1 }
+
+ XfRLPMSDCGainConfigEntry ::=
+ SEQUENCE
+ {
+ xfPMSDCGainSetThreshold15m
+ Integer32,
+ xfPMSDCGainSetThreshold24h
+ Integer32,
+ xfPMSDCGainResetThreshold15m
+ Integer32,
+ xfPMSDCGainStatus
+ BITS
+ }
+
+--
+-- xfRLPMSDCGainConfigTable MOs
+--
+
+ xfPMSDCGainSetThreshold15m OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ The 15 minute set threshold for the lowest SDC Gain interval: 0 - 0.5 dB.
+ Default value is 180.
+ "
+ ::= { xfRLPMSDCGainConfigEntry 1 }
+
+ xfPMSDCGainSetThreshold24h OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ The 24 hour set threshold for the lowest SDC Gain interval: 0 - 0.5 dB.
+ Default value is 1500.
+ "
+ ::= { xfRLPMSDCGainConfigEntry 2 }
+
+ xfPMSDCGainResetThreshold15m OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ The 15 minute reset threshold for the lowest SDC Gain interval: 0 - 0.5 dB.
+ Default value is 20.
+ "
+ ::= { xfRLPMSDCGainConfigEntry 3 }
+
+ xfPMSDCGainStatus OBJECT-TYPE
+ SYNTAX BITS
+ {
+ sdcGain15m(0),
+ sdcGain24h(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Threshold crossing SDC alarm status.
+ "
+ ::= { xfRLPMSDCGainConfigEntry 4 }
+
+--
+-- Extended Performance Tables --
+--
+
+--
+-- xfRLExtRFPMConfigTable --
+--
+
+ xfRLExtRFPMConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLExtRFPMConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table contains the alarm threshold values for RL Extended RF PM.
+ Its index id the RF IF ifIndex."
+ ::= { xfRadioLinkPtpTerminalObjects 27 }
+
+ xfRLExtRFPMConfigEntry OBJECT-TYPE
+ SYNTAX XfRLExtRFPMConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLExtRFPMConfigTable."
+ INDEX { ifIndex } -- RF IF ifIndex
+ ::= { xfRLExtRFPMConfigTable 1 }
+
+ XfRLExtRFPMConfigEntry ::=
+ SEQUENCE
+ {
+ xfExtRFPMRLTS1Threshold Integer32,
+ xfExtRFPMSetThreshold15mRLTS1 Integer32,
+ xfExtRFPMResetThreshold15mRLTS1 Integer32,
+ xfExtRFPMRLTS2Threshold Integer32,
+ xfExtRFPMSetThreshold15mRLTS2 Integer32,
+ xfExtRFPMResetThreshold15mRLTS2 Integer32,
+ xfExtRFPMSetThreshold15mRLTM Integer32,
+ xfExtRFPMResetThreshold15mRLTM Integer32,
+ xfExtRFPMTLTS1Threshold Integer32,
+ xfExtRFPMSetThreshold15mTLTS1 Integer32,
+ xfExtRFPMResetThreshold15mTLTS1 Integer32,
+ xfExtRFPMSetThreshold15mTLTM Integer32,
+ xfExtRFPMResetThreshold15mTLTM Integer32,
+ xfExtRFPMSetThreshold24hRLTS1 Integer32,
+ xfExtRFPMSetThreshold24hRLTS2 Integer32,
+ xfExtRFPMSetThreshold24hRLTM Integer32,
+ xfExtRFPMSetThreshold24hTLTS1 Integer32,
+ xfExtRFPMSetThreshold24hTLTM Integer32,
+ xfExtRFPMStatus BITS,
+ xfExtRFPMView INTEGER
+ }
+
+--
+-- The xfRLExtRFPMConfigTable MOs
+--
+ xfExtRFPMRLTS1Threshold OBJECT-TYPE
+ SYNTAX Integer32 (-999..-201)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "RLTS1 Alarm Threshold for Minimum RF Input Power.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.1 dBm]
+ Valid for both 15 m & 24 h intervals.
+ If changed current interval PM data must be reset.
+ Always less than RLTS2, xfExtRFPMRLTS2Threshold."
+ DEFVAL {-999}
+ ::= { xfRLExtRFPMConfigEntry 1 }
+
+ xfExtRFPMSetThreshold15mRLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (1..900)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Received Level 1 Threshold Second (RLTS1) 15 minute.
+ Alarm Set threshold in number of seconds that
+ RF Input Power are allowed below the
+ RLTS1 Alarm Threshold for Minimum RF Input Power
+ in current 15 minute interval.
+ Always greater than alarm Reset, xfExtRFPMResetThreshold15mRLTS1."
+ DEFVAL {150}
+ ::= { xfRLExtRFPMConfigEntry 2 }
+
+ xfExtRFPMResetThreshold15mRLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (1..900)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Received Level 1 Threshold Second (RLTS1) 15 minute.
+ Alarm Reset threshold in number of seconds that
+ RF Input Power are allowed below the
+ RLTS1 Alarm Threshold for Minimum RF Input Power
+ for entire current 15 minute interval.
+ Always less than alarm Set, xfPMSetThreshold15mRLTS1."
+ DEFVAL {1}
+ ::= { xfRLExtRFPMConfigEntry 3 }
+
+ xfExtRFPMRLTS2Threshold OBJECT-TYPE
+ SYNTAX Integer32 (-998..-200)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "RLTS2 Alarm Threshold for Minimum RF Input Power.
+ RF input level = value/10 dBm.
+ Domain: [-99.8 ... -20.0 dBm]
+ Valid for both 15 m & 24 h intervals.
+ If changed current interval PM data must be reset.
+ Always greater than RLTS1, xfExtRFPMRLTS1Threshold."
+ DEFVAL {-998}
+ ::= { xfRLExtRFPMConfigEntry 4 }
+
+ xfExtRFPMSetThreshold15mRLTS2 OBJECT-TYPE
+ SYNTAX Integer32 (1..900)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Received Level 2 Threshold Second (RLTS2) 15 minute.
+ Alarm Set threshold in number of seconds that
+ RF Input Power are allowed below the
+ RLTS2 Alarm Threshold for Minimum RF Input Power
+ in current 15 minute interval.
+ Always greater or equal to alarm Reset, xfExtRFPMResetThreshold15mRLTS2."
+ DEFVAL {180}
+ ::= { xfRLExtRFPMConfigEntry 5 }
+
+ xfExtRFPMResetThreshold15mRLTS2 OBJECT-TYPE
+ SYNTAX Integer32 (1..900)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Received Level 2 Threshold Second (RLTS2) 15 minute.
+ Alarm Reset threshold in number of seconds that
+ RF Input Power are allowed below the
+ RLTS2 Alarm Threshold for Minimum RF Input Power
+ for entire current 15 minute interval.
+ Always less or equal to alarm Set, xfExtRFPMSetThreshold15mRLTS2."
+ DEFVAL {20}
+ ::= { xfRLExtRFPMConfigEntry 6 }
+
+ xfExtRFPMSetThreshold15mRLTM OBJECT-TYPE
+ SYNTAX Integer32 (10..800)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Receive Level Tide Mark (RLTM) 15 minute.
+ Alarm Set threshold for maximum allowed
+ max / min difference of RF Input Power
+ in current 15 minute interval.
+ RF input level = value/10 dB.
+ Domain: [1.0 ... 80.0 dB]
+ Always greater or equal to alarm Reset, xfExtRFPMResetThreshold15mRLTM."
+ DEFVAL {800}
+ ::= { xfRLExtRFPMConfigEntry 7 }
+
+ xfExtRFPMResetThreshold15mRLTM OBJECT-TYPE
+ SYNTAX Integer32 (10..800)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Receive Level Tide Mark (RLTM) 15 minute.
+ Alarm Reset threshold for maximum allowed
+ max / min difference of RF Input Power
+ for entire current 15 minute interval.
+ RF input level = value/10 dB.
+ Domain: [1.0 ... 80.0 dB]
+ Always less or equal to alarm Set, xfExtRFPMSetThreshold15mRLTM."
+ DEFVAL {790}
+ ::= { xfRLExtRFPMConfigEntry 8 }
+
+ xfExtRFPMTLTS1Threshold OBJECT-TYPE
+ SYNTAX Integer32 (-100..45)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "TLTS1 Alarm Threshold for Maximum RF Output Power.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ Valid for both 15 m & 24 h intervals.
+ If changed current interval PM data must be reset."
+ DEFVAL {45}
+ ::= { xfRLExtRFPMConfigEntry 9 }
+
+ xfExtRFPMSetThreshold15mTLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (1..900)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Transmitted Levels 1 Threshold Second (TLTS1) 15 minute.
+ Alarm Set threshold in number of seconds that
+ RF Output Power are allowed above the
+ TLTS1 Alarm Threshold for Maximum RF Output Power
+ in current 15 minute interval.
+ Always greater or equal to alarm Reset, xfExtRFPMResetThreshold15mTLTS1."
+ DEFVAL {180}
+ ::= { xfRLExtRFPMConfigEntry 10 }
+
+ xfExtRFPMResetThreshold15mTLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (1..900)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Transmitted Levels 1 Threshold Second (TLTS1) 15 minute.
+ Alarm Reset threshold in number of seconds that
+ RF Output Power are allowed above the
+ TLTS1 Alarm Threshold for Maximum RF Output Power
+ for entire current 15 minute interval.
+ Always less or equal to alarm Set, xfExtRFPMSetThreshold15mTLTS1."
+ DEFVAL {20}
+ ::= { xfRLExtRFPMConfigEntry 11 }
+
+ xfExtRFPMSetThreshold15mTLTM OBJECT-TYPE
+ SYNTAX Integer32 (1..145)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Transmitted Level Tide Mark (TLTM) 15 minute.
+ Alarm Set threshold for maximum allowed
+ max / min difference of RF Output Power
+ in current 15 minute interval.
+ RF output level = value dB.
+ Domain: [1 ... 145 dB]
+ Always greater or equal to alarm Reset, xfExtRFPMResetThreshold15mTLTM."
+ DEFVAL {145}
+ ::= { xfRLExtRFPMConfigEntry 12 }
+
+ xfExtRFPMResetThreshold15mTLTM OBJECT-TYPE
+ SYNTAX Integer32 (1..145)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Transmitted Level Tide Mark (TLTM) 15 minute.
+ Alarm Reset threshold for maximum allowed
+ max / min difference of RF Output Power
+ for entire current 15 minute interval.
+ RF output level = value dB.
+ Domain: [1 ... 145 dB]
+ Always less or equal to alarm Set, xfExtRFPMSetThreshold15mTLTM."
+ DEFVAL {144}
+ ::= { xfRLExtRFPMConfigEntry 13 }
+
+ xfExtRFPMSetThreshold24hRLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (1..86400)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Received Level 1 Threshold Second (RLTS1) 24 hour.
+ Alarm Set / Reset threshold in number of seconds that
+ RF Input Power are allowed below the
+ RLTS1 Alarm Threshold for Minimum RF Input Power
+ in current 24 hour interval."
+ DEFVAL {20}
+ ::= { xfRLExtRFPMConfigEntry 14 }
+
+ xfExtRFPMSetThreshold24hRLTS2 OBJECT-TYPE
+ SYNTAX Integer32 (1..86400)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Received Level 2 Threshold Second (RLTS2) 24 hour.
+ Alarm Set / Reset threshold in number of seconds that
+ RF Input Power are allowed below the
+ RLTS2 Alarm Threshold for Minimum RF Input Power
+ in current 24 hour interval."
+ DEFVAL {1500}
+ ::= { xfRLExtRFPMConfigEntry 15 }
+
+ xfExtRFPMSetThreshold24hRLTM OBJECT-TYPE
+ SYNTAX Integer32 (10..800)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Receive Level Tide Mark (RLTM) 24 hour.
+ Alarm Set / Reset threshold for maximum allowed
+ max / min difference of RF Input Power
+ in current 24 hour interval.
+ RF input level = value/10 dB.
+ Domain: [1.0 ... 80.0 dB]"
+ DEFVAL {800}
+ ::= { xfRLExtRFPMConfigEntry 16 }
+
+ xfExtRFPMSetThreshold24hTLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (1..86400)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Transmitted Levels 1 Threshold Second (TLTS1) 24 hour.
+ Alarm Set / Reset threshold in number of seconds that
+ RF Output Power are allowed above the
+ TLTS1 Alarm Threshold for Maximum RF Output Power
+ in current 24 hour interval."
+ DEFVAL {1500}
+ ::= { xfRLExtRFPMConfigEntry 17 }
+
+ xfExtRFPMSetThreshold24hTLTM OBJECT-TYPE
+ SYNTAX Integer32 (1..145)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Transmitted Level Tide Mark (TLTM) 24 hour.
+ Alarm Set / Reset threshold for maximum allowed
+ max / min difference of RF Output Power
+ in current 24 hour interval.
+ RF output level = value dB.
+ Domain: [1 ... 145 dB]"
+ DEFVAL {145}
+ ::= { xfRLExtRFPMConfigEntry 18 }
+
+ xfExtRFPMStatus OBJECT-TYPE
+ SYNTAX BITS
+ {
+ rlts1Counter15m0(0),
+ rlts1Counter15m1(1),
+ rlts1Counter15m2(2),
+
+ rlts2Counter15m0(3),
+ rlts2Counter15m1(4),
+ rlts2Counter15m2(5),
+
+ rltmCounter15m0(6),
+ rltmCounter15m1(7),
+ rltmCounter15m2(8),
+
+ tlts1Counter15m0(9),
+ tlts1Counter15m1(10),
+ tlts1Counter15m2(11),
+
+ tltmCounter15m0(12),
+ tltmCounter15m1(13),
+ tltmCounter15m2(14),
+
+ rlts1Counter24h0(15),
+ rlts1Counter24h1(16),
+ rlts1Counter24h2(17),
+
+ rlts2Counter24h0(18),
+ rlts2Counter24h1(19),
+ rlts2Counter24h2(20),
+
+ rltmCounter24h0(21),
+ rltmCounter24h1(22),
+ rltmCounter24h2(23),
+
+ tlts1Counter24h0(24),
+ tlts1Counter24h1(25),
+ tlts1Counter24h2(26),
+
+ tltmCounter24h0(27),
+ tltmCounter24h1(28),
+ tltmCounter24h2(29)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Threshold alarm status"
+ ::= { xfRLExtRFPMConfigEntry 19 }
+
+ xfExtRFPMView OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ extPmEnable(1),
+ extPmDisable(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Enable/disable visibility of PM tables.
+ Default value: extPmEnable(1)
+ Near end access: read-write
+ Far end access: No access
+ "
+ ::= { xfRLExtRFPMConfigEntry 20 }
+
+--
+-- xfRLExtRFPMCurrent24hTable
+--
+
+ xfRLExtRFPMCurrent24hTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLExtRFPMCurrent24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Current 24h Extended RF PM table.
+ Its index is RF IF ifIndex"
+ ::= { xfRadioLinkPtpTerminalObjects 28 }
+
+ xfRLExtRFPMCurrent24hEntry OBJECT-TYPE
+ SYNTAX XfRLExtRFPMCurrent24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLExtRFPMCurrent24hTable."
+ INDEX { ifIndex } --RF IF ifIndex
+ ::= { xfRLExtRFPMCurrent24hTable 1 }
+
+ XfRLExtRFPMCurrent24hEntry ::=
+ SEQUENCE
+ {
+ xfExtRFPMCurrent24hElapsedTime Counter32,
+ xfExtRFPMCurrent24hRLTS1 Integer32,
+ xfExtRFPMCurrent24hRLTS2 Integer32,
+ xfExtRFPMCurrent24hRLMin Integer32,
+ xfExtRFPMCurrent24hRLMax Integer32,
+ xfExtRFPMCurrent24hTLTS1 Integer32,
+ xfExtRFPMCurrent24hTLMin Integer32,
+ xfExtRFPMCurrent24hTLMax Integer32
+ }
+--
+-- The xfRLExtRFPMCurrent24hTable MOs
+--
+
+ xfExtRFPMCurrent24hElapsedTime OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of seconds that have elapsed since the
+ beginning of the current error-measurement period.
+
+ If the current interval exceeds the maximum value,
+ the agent will return the maximum value.
+ "
+ ::= { xfRLExtRFPMCurrent24hEntry 1 }
+
+ xfExtRFPMCurrent24hRLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (-1 | 0..86400)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 1 Threshold Second (RLTS1) 24 hour.
+ Number of seconds that the RF Input Power was below the RLTS1
+ in the current 24 hour interval.
+ -1 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMCurrent24hEntry 2 }
+
+ xfExtRFPMCurrent24hRLTS2 OBJECT-TYPE
+ SYNTAX Integer32 (-1 | 0..86400)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 2 Threshold Second (RLTS2) 24 hour.
+ Number of seconds that the RF Input Power was below the RLTS2
+ in the current 24 hour interval.
+ -1 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMCurrent24hEntry 3 }
+
+ xfExtRFPMCurrent24hRLMin OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Input level in current 24 hour interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMCurrent24hEntry 4 }
+
+ xfExtRFPMCurrent24hRLMax OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Input level in current 24 hour interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMCurrent24hEntry 5 }
+
+ xfExtRFPMCurrent24hTLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (-1 | 0..86400)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Transmitted Level 1 Threshold Second (TLTS1) 24 hour.
+ Number of seconds that the RF Output Power was above the TLTS1
+ in the current 24 hour interval
+ -1 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMCurrent24hEntry 6 }
+
+ xfExtRFPMCurrent24hTLMin OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Output level in current 24 hour interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMCurrent24hEntry 7 }
+
+ xfExtRFPMCurrent24hTLMax OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Output level in current 24 hour interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMCurrent24hEntry 8 }
+
+--
+-- xfRLExtRFPMInterval24hTable
+--
+
+ xfRLExtRFPMInterval24hTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLExtRFPMInterval24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Interval 24h Extended RF PM table.
+ Its index is RF IF ifIndex"
+ ::= { xfRadioLinkPtpTerminalObjects 29 }
+
+ xfRLExtRFPMInterval24hEntry OBJECT-TYPE
+ SYNTAX XfRLExtRFPMInterval24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLExtRFPMInterval24hTable."
+ INDEX { ifIndex } -- RF IF ifIndex
+ ::= { xfRLExtRFPMInterval24hTable 1 }
+
+ XfRLExtRFPMInterval24hEntry ::=
+ SEQUENCE
+ {
+ xfExtRFPMInterval24hRLTS1 Integer32,
+ xfExtRFPMInterval24hRLTS2 Integer32,
+ xfExtRFPMInterval24hRLMin Integer32,
+ xfExtRFPMInterval24hRLMax Integer32,
+ xfExtRFPMInterval24hTLTS1 Integer32,
+ xfExtRFPMInterval24hTLMin Integer32,
+ xfExtRFPMInterval24hTLMax Integer32,
+ xfExtRFPMInterval24hValidData TruthValue
+ }
+
+--
+-- The xfRLExtRFPMInterval24hTable MOs
+--
+ xfExtRFPMInterval24hRLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (-1 | 0..86400)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 1 Threshold Second (RLTS1) 24 hour.
+ Number of seconds that the RF Input Power was below the RLTS1
+ in the previous 24 hour interval.
+ -1 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMInterval24hEntry 1 }
+
+ xfExtRFPMInterval24hRLTS2 OBJECT-TYPE
+ SYNTAX Integer32 (-1 | 0..86400)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 2 Threshold Second (RLTS2) 24 hour.
+ Number of seconds that the RF Input Power was below the RLTS2
+ in the previous 24 hour interval.
+ -1 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMInterval24hEntry 2 }
+
+ xfExtRFPMInterval24hRLMin OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Input level in previous 24 hour interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMInterval24hEntry 3 }
+
+ xfExtRFPMInterval24hRLMax OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Input level in previous 24 hour interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMInterval24hEntry 4 }
+
+ xfExtRFPMInterval24hTLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (-1 | 0..86400)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Transmitted Level 1 Threshold Second (TLTS1) 24 hour.
+ Number of seconds that the RF Output Power was above the TLTS1
+ in the previous 24 hour interval
+ -1 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMInterval24hEntry 5 }
+
+ xfExtRFPMInterval24hTLMin OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Output level in previous 24 hour interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMInterval24hEntry 6 }
+
+ xfExtRFPMInterval24hTLMax OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Output level in previous 24 hour interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMInterval24hEntry 7 }
+
+ xfExtRFPMInterval24hValidData OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This variable indicates whether the data
+ for this interval is valid."
+ ::= { xfRLExtRFPMInterval24hEntry 8 }
+
+--
+-- xfRLExtRFPMCurrent15mTable
+--
+
+ xfRLExtRFPMCurrent15mTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLExtRFPMCurrent15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Current 15m Extended RF PM table.
+ Its index is RF IF ifIndex"
+ ::= { xfRadioLinkPtpTerminalObjects 30 }
+
+ xfRLExtRFPMCurrent15mEntry OBJECT-TYPE
+ SYNTAX XfRLExtRFPMCurrent15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the table."
+ INDEX { ifIndex } -- RF IF ifIndex
+ ::= { xfRLExtRFPMCurrent15mTable 1 }
+
+ XfRLExtRFPMCurrent15mEntry ::=
+ SEQUENCE
+ {
+ xfExtRFPMCurrent15mElapsedTime Counter32,
+ xfExtRFPMCurrent15mRLTS1 Integer32,
+ xfExtRFPMCurrent15mRLTS2 Integer32,
+ xfExtRFPMCurrent15mRLMin Integer32,
+ xfExtRFPMCurrent15mRLMax Integer32,
+ xfExtRFPMCurrent15mTLTS1 Integer32,
+ xfExtRFPMCurrent15mTLMin Integer32,
+ xfExtRFPMCurrent15mTLMax Integer32
+ }
+
+--
+-- The xfRLExtRFPMCurrent15mTable MOs
+--
+
+ xfExtRFPMCurrent15mElapsedTime OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of seconds that have elapsed since the beginning of
+ the current error-measurement period.
+ "
+ ::= { xfRLExtRFPMCurrent15mEntry 1 }
+
+ xfExtRFPMCurrent15mRLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (-1 | 0..900)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 1 Threshold Second (RLTS1) 15 minute
+ Number of seconds that the RF Input Power was below the RLTS1
+ in the current 15 minute interval.
+ -1 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMCurrent15mEntry 2 }
+
+ xfExtRFPMCurrent15mRLTS2 OBJECT-TYPE
+ SYNTAX Integer32 (-1 | 0..900)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 2 Threshold Second (RLTS2) 15 minute
+ Number of seconds that the RF Input Power was below the RLTS2
+ in the current 15 minute interval.
+ -1 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMCurrent15mEntry 3 }
+
+ xfExtRFPMCurrent15mRLMin OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Input level in current 15 minute interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMCurrent15mEntry 4 }
+
+ xfExtRFPMCurrent15mRLMax OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Input level in current 15 minute interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMCurrent15mEntry 5 }
+
+ xfExtRFPMCurrent15mTLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (-1 | 0..900)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Transmitted Level 1 Threshold Second (TLTS1) 15 minute
+ Number of seconds that the RF Output Power was above the TLTS1
+ in the current 15 minute interval
+ -1 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMCurrent15mEntry 6 }
+
+ xfExtRFPMCurrent15mTLMin OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Output level in current 15 minute interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMCurrent15mEntry 7 }
+
+ xfExtRFPMCurrent15mTLMax OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Output level in current 15 minute interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMCurrent15mEntry 8 }
+
+--
+-- xfRLExtRFPMInterval15mTable
+--
+
+ xfRLExtRFPMInterval15mTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLExtRFPMInterval15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Interval 15m Extended RF PM table.
+ Its index is RF IF ifIndex"
+ ::= { xfRadioLinkPtpTerminalObjects 31 }
+
+ xfRLExtRFPMInterval15mEntry OBJECT-TYPE
+ SYNTAX XfRLExtRFPMInterval15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the table."
+ INDEX { ifIndex, xfExtRFPMInterval15mIntervalNumber } -- RF IF ifIndex
+ ::= { xfRLExtRFPMInterval15mTable 1 }
+
+ XfRLExtRFPMInterval15mEntry ::=
+ SEQUENCE
+ {
+ xfExtRFPMInterval15mIntervalNumber Integer32,
+ xfExtRFPMInterval15mRLTS1 Integer32,
+ xfExtRFPMInterval15mRLTS2 Integer32,
+ xfExtRFPMInterval15mRLMin Integer32,
+ xfExtRFPMInterval15mRLMax Integer32,
+ xfExtRFPMInterval15mTLTS1 Integer32,
+ xfExtRFPMInterval15mTLMin Integer32,
+ xfExtRFPMInterval15mTLMax Integer32,
+ xfExtRFPMInterval15mValidData TruthValue
+ }
+
+--
+-- The xfRLExtRFPMInterval15mTable MOs
+--
+ xfExtRFPMInterval15mIntervalNumber OBJECT-TYPE
+ SYNTAX Integer32 (1..96)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "A number between 1 and 96, which identifies the interval for which
+ the set of statistics is available. The interval identified by 1
+ is the most recently completed 15 minute interval, and the interval
+ identified by N is the interval immediately preceding the one
+ identified by N-1."
+ ::= { xfRLExtRFPMInterval15mEntry 1 }
+
+ xfExtRFPMInterval15mRLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (-1 | 0..900)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 1 Threshold Second (RLTS1) 15 minute
+ Number of seconds that the RF Input Power was below the RLTS1
+ in the previous 15 minute interval.
+ -1 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMInterval15mEntry 2 }
+
+ xfExtRFPMInterval15mRLTS2 OBJECT-TYPE
+ SYNTAX Integer32 (-1 | 0..900)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Received Level 2 Threshold Second (RLTS2) 15 minute
+ Number of seconds that the RF Input Power was below the RLTS2
+ in the previous 15 minute interval.
+ -1 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMInterval15mEntry 3 }
+
+ xfExtRFPMInterval15mRLMin OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Input level in previous 15 minute interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMInterval15mEntry 4 }
+
+ xfExtRFPMInterval15mRLMax OBJECT-TYPE
+ SYNTAX Integer32 (-999..-200|0)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Input level in previous 15 minute interval.
+ RF input level = value/10 dBm.
+ Domain: [-99.9 ... -20.0 dBm]
+ 0 (zero) indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMInterval15mEntry 5 }
+
+ xfExtRFPMInterval15mTLTS1 OBJECT-TYPE
+ SYNTAX Integer32 (-1 | 0..900)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Transmitted Level 1 Threshold Second (TLTS1) 15 minute
+ Number of seconds that the RF Output Power was above the TLTS1
+ in the previous 15 minute interval
+ -1 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMInterval15mEntry 6 }
+
+ xfExtRFPMInterval15mTLMin OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min RF Output level in previous 15 minute interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMInterval15mEntry 7 }
+
+ xfExtRFPMInterval15mTLMax OBJECT-TYPE
+ SYNTAX Integer32 (-100..45|255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max RF Output level in previous 15 minute interval.
+ RF output level = value dBm.
+ Domain: [-100 ... 45 dBm]
+ 255 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRFPMInterval15mEntry 8 }
+
+ xfExtRFPMInterval15mValidData OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This variable indicates if the data for this interval is valid."
+ ::= { xfRLExtRFPMInterval15mEntry 9 }
+
+--
+-- xfRLExtRAUPMCurrent24hTable
+--
+
+ xfRLExtRAUPMCurrent24hTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLExtRAUPMCurrent24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Current 24h Extended RAU PM table.
+ Its index is RAU IF ifIndex"
+ ::= { xfRadioLinkPtpTerminalObjects 32 }
+
+ xfRLExtRAUPMCurrent24hEntry OBJECT-TYPE
+ SYNTAX XfRLExtRAUPMCurrent24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLExtRAUPMCurrent24hTable."
+ INDEX { ifIndex } --RAU IF ifIndex
+ ::= { xfRLExtRAUPMCurrent24hTable 1 }
+
+ XfRLExtRAUPMCurrent24hEntry ::=
+ SEQUENCE {
+ xfExtRAUPMCurrent24hElapsedTime Counter32,
+ xfExtRAUPMCurrent24hMSEMin Integer32,
+ xfExtRAUPMCurrent24hMSEMax Integer32,
+ xfExtRAUPMCurrent24hXPIMin Integer32,
+ xfExtRAUPMCurrent24hXPIMax Integer32
+ }
+
+--
+-- The xfRLExtRAUPMCurrent24hTable MOs
+--
+
+ xfExtRAUPMCurrent24hElapsedTime OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of seconds that have elapsed since the
+ beginning of the current error-measurement period.
+
+ If the current interval exceeds the maximum value,
+ the agent will return the maximum value.
+ "
+ ::= { xfRLExtRAUPMCurrent24hEntry 1 }
+
+ xfExtRAUPMCurrent24hMSEMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min MSE level
+ in current 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMCurrent24hEntry 2 }
+
+ xfExtRAUPMCurrent24hMSEMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max MSE level
+ in current 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMCurrent24hEntry 3 }
+
+ xfExtRAUPMCurrent24hXPIMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min Cross-Polar Interference (XPI) level
+ in current 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMCurrent24hEntry 4 }
+
+ xfExtRAUPMCurrent24hXPIMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max Cross-Polar Interference (XPI) level
+ in current 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMCurrent24hEntry 5 }
+
+--
+-- xfRLExtRAUPMInterval24hTable
+--
+
+ xfRLExtRAUPMInterval24hTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLExtRAUPMInterval24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Interval 24h Extended RAU PM table.
+ Its index is RAU IF ifIndex"
+ ::= { xfRadioLinkPtpTerminalObjects 33 }
+
+ xfRLExtRAUPMInterval24hEntry OBJECT-TYPE
+ SYNTAX XfRLExtRAUPMInterval24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLExtRAUPMInterval24hTable."
+ INDEX { ifIndex } -- RAU IF ifIndex
+ ::= { xfRLExtRAUPMInterval24hTable 1 }
+
+ XfRLExtRAUPMInterval24hEntry ::=
+ SEQUENCE {
+ xfExtRAUPMInterval24hMSEMin Integer32,
+ xfExtRAUPMInterval24hMSEMax Integer32,
+ xfExtRAUPMInterval24hXPIMin Integer32,
+ xfExtRAUPMInterval24hXPIMax Integer32,
+ xfExtRAUPMInterval24hValidData TruthValue
+ }
+
+--
+-- The xfRLExtRAUPMInterval24hTable MOs
+--
+
+ xfExtRAUPMInterval24hMSEMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min MSE level
+ in previous 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMInterval24hEntry 1 }
+
+ xfExtRAUPMInterval24hMSEMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max MSE level
+ in previous 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMInterval24hEntry 2 }
+
+ xfExtRAUPMInterval24hXPIMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min Cross-Polar Interference (XPI) level
+ in previous 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMInterval24hEntry 3 }
+
+ xfExtRAUPMInterval24hXPIMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max Cross-Polar Interference (XPI) level
+ in previous 24 hour interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMInterval24hEntry 4 }
+
+ xfExtRAUPMInterval24hValidData OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This variable indicates whether the data
+ for this interval is valid."
+ ::= { xfRLExtRAUPMInterval24hEntry 5 }
+
+--
+-- xfRLExtRAUPMCurrent15mTable --
+--
+
+ xfRLExtRAUPMCurrent15mTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLExtRAUPMCurrent15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Current 15m Extended RAU PM table.
+ Its index is RF IF ifIndex"
+ ::= { xfRadioLinkPtpTerminalObjects 34 }
+
+ xfRLExtRAUPMCurrent15mEntry OBJECT-TYPE
+ SYNTAX XfRLExtRAUPMCurrent15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLExtRAUPMCurrent15mTable."
+ INDEX { ifIndex } --RAU IF ifIndex
+ ::= { xfRLExtRAUPMCurrent15mTable 1 }
+
+ XfRLExtRAUPMCurrent15mEntry ::=
+ SEQUENCE {
+ xfExtRAUPMCurrent15mElapsedTime Counter32,
+ xfExtRAUPMCurrent15mMSEMin Integer32,
+ xfExtRAUPMCurrent15mMSEMax Integer32,
+ xfExtRAUPMCurrent15mXPIMin Integer32,
+ xfExtRAUPMCurrent15mXPIMax Integer32
+ }
+
+--
+-- The xfRLExtRAUPMInterval15mTable MOs
+--
+
+ xfExtRAUPMCurrent15mElapsedTime OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of seconds that have elapsed since the
+ beginning of the current error-measurement period.
+
+ If the current interval exceeds the maximum value,
+ the agent will return the maximum value.
+ "
+ ::= { xfRLExtRAUPMCurrent15mEntry 1 }
+
+ xfExtRAUPMCurrent15mMSEMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min MSE level
+ in current 15 mimute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMCurrent15mEntry 2 }
+
+ xfExtRAUPMCurrent15mMSEMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max MSE level
+ in current 15 mimute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMCurrent15mEntry 3 }
+
+ xfExtRAUPMCurrent15mXPIMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min Cross-Polar Interference (XPI) level
+ in current 15 mimute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMCurrent15mEntry 4 }
+
+ xfExtRAUPMCurrent15mXPIMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max Cross-Polar Interference (XPI) level
+ in current 15 mimute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMCurrent15mEntry 5 }
+
+--
+-- xfRLExtRAUPMInterval15mTable
+--
+
+ xfRLExtRAUPMInterval15mTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLExtRAUPMInterval15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Interval 15 Extended RAU PM table.
+ Its index is RAU IF ifIndex"
+ ::= { xfRadioLinkPtpTerminalObjects 35 }
+
+ xfRLExtRAUPMInterval15mEntry OBJECT-TYPE
+ SYNTAX XfRLExtRAUPMInterval15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLExtRAUPMInterval15mTable."
+ INDEX { ifIndex, xfExtRAUPMInterval15mIntervalNumber} -- RAU IF ifIndex
+ ::= { xfRLExtRAUPMInterval15mTable 1 }
+
+ XfRLExtRAUPMInterval15mEntry ::=
+ SEQUENCE
+ {
+ xfExtRAUPMInterval15mIntervalNumber Integer32,
+ xfExtRAUPMInterval15mMSEMin Integer32,
+ xfExtRAUPMInterval15mMSEMax Integer32,
+ xfExtRAUPMInterval15mXPIMin Integer32,
+ xfExtRAUPMInterval15mXPIMax Integer32,
+ xfExtRAUPMInterval15mValidData TruthValue
+ }
+
+--
+-- The xfRLExtRAUPMInterval15mTable MOs
+--
+
+ xfExtRAUPMInterval15mIntervalNumber OBJECT-TYPE
+ SYNTAX Integer32 (1..96)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "A number between 1 and 96, which identifies the interval for which
+ the set of statistics is available. The interval identified by 1
+ is the most recently completed 15 minute interval, and the interval
+ identified by N is the interval immediately preceding the one
+ identified by N-1."
+ ::= { xfRLExtRAUPMInterval15mEntry 1 }
+
+ xfExtRAUPMInterval15mMSEMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min MSE level
+ in previous 15 minute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMInterval15mEntry 2 }
+
+ xfExtRAUPMInterval15mMSEMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max MSE level
+ in previous 15 minute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMInterval15mEntry 3 }
+
+ xfExtRAUPMInterval15mXPIMin OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Min Cross-Polar Interference (XPI) level
+ in previous 15 minute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMInterval15mEntry 4 }
+
+ xfExtRAUPMInterval15mXPIMax OBJECT-TYPE
+ SYNTAX Integer32 (-1000..1000|2000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate Max Cross-Polar Interference (XPI) level
+ in previous 15 minute interval.
+ Input level = value/10 dB.
+ Domain: [-100.0 ... 100.0 dB]
+ 2000 indicates invalid value.
+ The instances are reset by:
+ * xfTermPerfReset in xfRLPtpTerminalPerformanceTable for MMU2 X / MMU3 X
+ * xfPMPerfReset in xfRLPMContinuousCounterTable for MMU4 / MMU1002"
+ ::= { xfRLExtRAUPMInterval15mEntry 5 }
+
+ xfExtRAUPMInterval15mValidData OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This variable indicates whether the data
+ for this interval is valid."
+ ::= { xfRLExtRAUPMInterval15mEntry 6 }
+
+--
+-- Conformance
+--
+
+ xfRadioLinkPtpTerminalCompliances OBJECT IDENTIFIER
+ ::= { xfRadioLinkPtpTerminalConformance 1 }
+
+ xfRadioLinkPtpTerminalGroups OBJECT IDENTIFIER
+ ::= { xfRadioLinkPtpTerminalConformance 2 }
+
+ xfRadioLinkPtpTerminalFullCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement for SNMP entities which implement everything."
+ MODULE -- This Module
+ MANDATORY-GROUPS { xfRadioLinkPtpTerminalCompleteGroup }
+ ::= { xfRadioLinkPtpTerminalCompliances 1 }
+
+ xfRadioLinkPtpTerminalCompleteGroup OBJECT-GROUP
+ OBJECTS
+ {
+ xfTermId,
+ xfTermType,
+ xfTermProtection,
+ xfTermCapacity,
+ xfTermCapacityCapability,
+ xfTermModulation,
+ xfTermModulationCapability,
+ xfTermRestore,
+ xfTermAlarmSeverity,
+ xfTermTrapEnable,
+ xfTermAsPort,
+ xfTermRemoteIdCheck,
+ xfTermRemoteId,
+ xfTermPreset,
+ xfTermBerAlarmThreshold,
+ xfTermFadeNotificationTimer,
+ xfTermEquipmentProtectionIndex,
+ xfTermSysName,
+ xfTermChannelMode,
+ xfTermChannelModeCapability,
+ xfTermTrafficAndDCN,
+ xfTermFrameFormat,
+ xfTermFrameFormatCapability,
+ xfTermDCNRadioConfiguration,
+ xfTermDCNRadioCapability,
+ xfTermDCNLineConfiguration,
+ xfTermDCNLineCapability,
+ xfTermFadeNotificationConfiguration,
+ xfTermLineProtection,
+ xfTermOutputPowerOperStatus,
+ xfTermOutputPowerAdminStatus,
+ xfTermAtpcCapability,
+ xfTermTimeElapsed,
+ xfTermCurrentES,
+ xfTermCurrentSES,
+ xfTermCurrentBBE,
+ xfTermCurrentUAS,
+ xfTermCurrentBB,
+ xfTermPerfReset,
+ xfTermTimeElapsedEnRLBExt,
+ xfRLProtectionMode,
+ xfRLProtectionRau1,
+ xfRLProtectionRau2,
+ xfRLActiveTxRadio,
+ xfRLSwitchOverReset,
+ xfRLSwitchRevertiveTx,
+ xfRLProtectionCapability,
+ xfRLTxSwitchOverConfiguration,
+ xfRLLineProtectionStatus,
+ xfRLLineProtectionMode,
+ xfRADIORSAlarms,
+ xfRADIORSPerformanceAlarms,
+ xfPMSetThreshold15mESs,
+ xfPMSetThreshold15mSESs,
+ xfPMSetThreshold15mBBEs,
+ xfPMResetThreshold15mESs,
+ xfPMResetThreshold15mSESs,
+ xfPMResetThreshold15mBBEs,
+ xfPMSetThreshold24hESs,
+ xfPMSetThreshold24hSESs,
+ xfPMSetThreshold24hBBEs,
+ xfPMView,
+ xfPMStatus,
+ xfPMCurrent24hTimeElapsed,
+ xfPMCurrent24hESs,
+ xfPMCurrent24hSESs,
+ xfPMCurrent24hBBEs,
+ xfPMCurrent24hUASs,
+ xfPMCurrent24hBBs,
+ xfPMInterval24hESs,
+ xfPMInterval24hSESs,
+ xfPMInterval24hBBEs,
+ xfPMInterval24hUASs,
+ xfPMInterval24hBBs,
+ xfPMInterval24hRLTS1,
+ xfPMInterval24hRLTS2,
+ xfPMInterval24hRLMin,
+ xfPMInterval24hRLMax,
+ xfPMInterval24hTLTS1,
+ xfPMInterval24hTLMin,
+ xfPMInterval24hTLMax,
+ xfPMInterval24hMSEMin,
+ xfPMInterval24hMSEMax,
+ xfPMInterval24hXPIMin,
+ xfPMInterval24hXPIMax,
+ xfPMInterval24hValidData,
+ xfPMCurrent15mElapsedTime,
+ xfPMCurrent15mESs,
+ xfPMCurrent15mSESs,
+ xfPMCurrent15mBBEs,
+ xfPMCurrent15mUASs,
+ xfPMCurrent15mBBs,
+ xfPMInterval15mIntervalNumber,
+ xfPMInterval15mESs,
+ xfPMInterval15mSESs,
+ xfPMInterval15mBBEs,
+ xfPMInterval15mUASs,
+ xfPMInterval15mBBs,
+ xfPMInterval15mRLTS1,
+ xfPMInterval15mRLTS2,
+ xfPMInterval15mRLMin,
+ xfPMInterval15mRLMax,
+ xfPMInterval15mTLTS1,
+ xfPMInterval15mTLMin,
+ xfPMInterval15mTLMax,
+ xfPMInterval15mMSEMin,
+ xfPMInterval15mMSEMax,
+ xfPMInterval15mXPIMin,
+ xfPMInterval15mXPIMax,
+ xfPMInterval15mValidData,
+ xfTermInterfaces,
+ xfTermInterfacesCapability,
+ xfTermChannelModeOperStatus,
+ xfTermXPICRestore,
+ xfTermTribCapacityActual,
+ xfTermTribCapacityDesired,
+ xfTermBitPipeCapacity,
+ xfTermRowIndex,
+ xfTermCapabilitiesLastChange,
+ xfTermActualRowIndex,
+ xfTermMaxRowIndex,
+ xfTermAdaptiveManualRowIndex,
+ xfTermAdaptiveManualMode,
+ xfTermSpectrumEfficiencyClass,
+ xfTermSpectrumEfficiencyClassCapability,
+ xfTermChannelSpacing,
+ xfTermChannelModulation,
+ xfTermMaxTribCapacity,
+ xfTermDCNCapacity,
+ xfTermValidRow,
+ xfTermMaxCapacity,
+ xfTermFrameFormatType,
+ xfTermFrameFormatRev,
+ xfTermBerAlarmThresholdCapability,
+ xfPMAMSetThreshold15m,
+ xfPMAMSetThreshold24h,
+ xfPMAMResetThreshold15m,
+ xfPMAMStatus,
+ xfPMAMValidData,
+ xfPMAMCurrent24h4QAM,
+ xfPMAMCurrent24h8QAM,
+ xfPMAMCurrent24h16QAM,
+ xfPMAMCurrent24h32QAM,
+ xfPMAMCurrent24h64QAM,
+ xfPMAMCurrent24h128QAM,
+ xfPMAMCurrent24h256QAM,
+ xfPMAMCurrent24h512QAM,
+ xfPMAMCurrent24h1024QAM,
+ xfPMAMInterval24h4QAM,
+ xfPMAMInterval24h8QAM,
+ xfPMAMInterval24h16QAM,
+ xfPMAMInterval24h32QAM,
+ xfPMAMInterval24h64QAM,
+ xfPMAMInterval24h128QAM,
+ xfPMAMInterval24h256QAM,
+ xfPMAMInterval24h512QAM,
+ xfPMAMInterval24hValidData,
+ xfPMAMInterval24h1024QAM,
+ xfPMAMCurrent15m4QAM,
+ xfPMAMCurrent15m8QAM,
+ xfPMAMCurrent15m16QAM,
+ xfPMAMCurrent15m32QAM,
+ xfPMAMCurrent15m64QAM,
+ xfPMAMCurrent15m128QAM,
+ xfPMAMCurrent15m256QAM,
+ xfPMAMCurrent15m512QAM,
+ xfPMAMCurrent15m1024QAM,
+ xfPMAMInterval15mIntervalNumber,
+ xfPMAMInterval15m4QAM,
+ xfPMAMInterval15m8QAM,
+ xfPMAMInterval15m16QAM,
+ xfPMAMInterval15m32QAM,
+ xfPMAMInterval15m64QAM,
+ xfPMAMInterval15m128QAM,
+ xfPMAMInterval15m256QAM,
+ xfPMAMInterval15m512QAM,
+ xfPMAMInterval15mValidData,
+ xfPMAMInterval15m1024QAM,
+ xfPMAMCurrent24h4QAMEnRLB,
+ xfPMAMCurrent24h8QAMEnRLB,
+ xfPMAMCurrent24h16QAMEnRLB,
+ xfPMAMCurrent24h32QAMEnRLB,
+ xfPMAMCurrent24h64QAMEnRLB,
+ xfPMAMCurrent24h128QAMEnRLB,
+ xfPMAMCurrent24h256QAMEnRLB,
+ xfPMAMCurrent24h512QAMEnRLB,
+ xfPMAMCurrent24h1024QAMEnRLB,
+ xfPMAMInterval24h4QAMEnRLB,
+ xfPMAMInterval24h8QAMEnRLB,
+ xfPMAMInterval24h16QAMEnRLB,
+ xfPMAMInterval24h32QAMEnRLB,
+ xfPMAMInterval24h64QAMEnRLB,
+ xfPMAMInterval24h128QAMEnRLB,
+ xfPMAMInterval24h256QAMEnRLB,
+ xfPMAMInterval24h512QAMEnRLB,
+ xfPMAMInterval24h1024QAMEnRLB,
+ xfPMAMCurrent15m4QAMEnRLB,
+ xfPMAMCurrent15m8QAMEnRLB,
+ xfPMAMCurrent15m16QAMEnRLB,
+ xfPMAMCurrent15m32QAMEnRLB,
+ xfPMAMCurrent15m64QAMEnRLB,
+ xfPMAMCurrent15m128QAMEnRLB,
+ xfPMAMCurrent15m256QAMEnRLB,
+ xfPMAMCurrent15m512QAMEnRLB,
+ xfPMAMCurrent15m1024QAMEnRLB,
+ xfPMAMInterval15m4QAMEnRLB,
+ xfPMAMInterval15m8QAMEnRLB,
+ xfPMAMInterval15m16QAMEnRLB,
+ xfPMAMInterval15m32QAMEnRLB,
+ xfPMAMInterval15m64QAMEnRLB,
+ xfPMAMInterval15m128QAMEnRLB,
+ xfPMAMInterval15m256QAMEnRLB,
+ xfPMAMInterval15m512QAMEnRLB,
+ xfPMAMInterval15m1024QAMEnRLB,
+ xfTermIpAddress,
+ xfTermProtectionCapability,
+ xfTermLineProtectionCapability,
+ xfTermTribAllocationActual,
+ xfTermTribAllocationDesired,
+ xfTermAutoRemoveLoopEnable,
+ xfTermCapability,
+ xfTermCapacityLicense,
+ xfTermCapacityLicenseRange,
+ xfTermMaxCapacityRange,
+ xfTermMaxTribCapacityRange,
+ xfTermFadingRates,
+ xfTermFadingRatesCapability,
+ xfTermConfiguredBitPipeCapacity,
+ xfTermTribCapacityConfigured,
+ xfTermPacketMaxCapacity,
+ xfTermPacketMinCapacity,
+ xfPMSDCGainCurrent15m0005dB,
+ xfPMSDCGainCurrent15m0510dB,
+ xfPMSDCGainCurrent15m1015dB,
+ xfPMSDCGainCurrent15m1520dB,
+ xfPMSDCGainCurrent15m2025dB,
+ xfPMSDCGainCurrent15m2530dB,
+ xfPMSDCGainInterval15mIntervalNumber,
+ xfPMSDCGainInterval15m0005dB,
+ xfPMSDCGainInterval15m0510dB,
+ xfPMSDCGainInterval15m1015dB,
+ xfPMSDCGainInterval15m1520dB,
+ xfPMSDCGainInterval15m2025dB,
+ xfPMSDCGainInterval15m2530dB,
+ xfPMSDCGainCurrent24h0005dB,
+ xfPMSDCGainCurrent24h0510dB,
+ xfPMSDCGainCurrent24h1015dB,
+ xfPMSDCGainCurrent24h1520dB,
+ xfPMSDCGainCurrent24h2025dB,
+ xfPMSDCGainCurrent24h2530dB,
+ xfPMSDCGainInterval24h0005dB,
+ xfPMSDCGainInterval24h0510dB,
+ xfPMSDCGainInterval24h1015dB,
+ xfPMSDCGainInterval24h1520dB,
+ xfPMSDCGainInterval24h2025dB,
+ xfPMSDCGainInterval24h2530dB,
+ xfPMSDCGainSetThreshold15m,
+ xfPMSDCGainSetThreshold24h,
+ xfPMSDCGainResetThreshold15m,
+ xfPMSDCGainStatus,
+ xfPMRLTS1Threshold,
+ xfPMSetThreshold15mRLTS1,
+ xfPMResetThreshold15mRLTS1,
+ xfPMRLTS2Threshold,
+ xfPMSetThreshold15mRLTS2,
+ xfPMResetThreshold15mRLTS2,
+ xfPMSetThreshold15mRLTM,
+ xfPMResetThreshold15mRLTM,
+ xfPMTLTS1Threshold,
+ xfPMSetThreshold15mTLTS1,
+ xfPMResetThreshold15mTLTS1,
+ xfPMSetThreshold15mTLTM,
+ xfPMResetThreshold15mTLTM,
+ xfPMSetThreshold24hRLTS1,
+ xfPMSetThreshold24hRLTS2,
+ xfPMSetThreshold24hRLTM,
+ xfPMSetThreshold24hTLTS1,
+ xfPMSetThreshold24hTLTM,
+ xfPMCurrent24hRLTS1,
+ xfPMCurrent24hRLTS2,
+ xfPMCurrent24hRLMin,
+ xfPMCurrent24hRLMax,
+ xfPMCurrent24hTLTS1,
+ xfPMCurrent24hTLMin,
+ xfPMCurrent24hTLMax,
+ xfPMCurrent24hMSEMin,
+ xfPMCurrent24hMSEMax,
+ xfPMCurrent24hXPIMin,
+ xfPMCurrent24hXPIMax,
+ xfPMCurrent15mRLTS1,
+ xfPMCurrent15mRLTS2,
+ xfPMCurrent15mRLMin,
+ xfPMCurrent15mRLMax,
+ xfPMCurrent15mTLTS1,
+ xfPMCurrent15mTLMin,
+ xfPMCurrent15mTLMax,
+ xfPMCurrent15mMSEMin,
+ xfPMCurrent15mMSEMax,
+ xfPMCurrent15mXPIMin,
+ xfPMCurrent15mXPIMax,
+ xfPMCurrent15mESR,
+ xfPMCurrent15mSESR,
+ xfPMCurrent15mBBER,
+ xfPMCurrent24hESR,
+ xfPMCurrent24hSESR,
+ xfPMCurrent24hBBER,
+
+-- Extended PM
+ xfExtRFPMRLTS1Threshold,
+ xfExtRFPMSetThreshold15mRLTS1,
+ xfExtRFPMResetThreshold15mRLTS1,
+ xfExtRFPMRLTS2Threshold,
+ xfExtRFPMSetThreshold15mRLTS2,
+ xfExtRFPMResetThreshold15mRLTS2,
+ xfExtRFPMSetThreshold15mRLTM,
+ xfExtRFPMResetThreshold15mRLTM,
+ xfExtRFPMTLTS1Threshold,
+ xfExtRFPMSetThreshold15mTLTS1,
+ xfExtRFPMResetThreshold15mTLTS1,
+ xfExtRFPMSetThreshold15mTLTM,
+ xfExtRFPMResetThreshold15mTLTM,
+ xfExtRFPMSetThreshold24hRLTS1,
+ xfExtRFPMSetThreshold24hRLTS2,
+ xfExtRFPMSetThreshold24hRLTM,
+ xfExtRFPMSetThreshold24hTLTS1,
+ xfExtRFPMSetThreshold24hTLTM,
+ xfExtRFPMStatus,
+ xfExtRFPMView,
+
+ xfExtRFPMCurrent24hElapsedTime,
+ xfExtRFPMCurrent24hRLTS1,
+ xfExtRFPMCurrent24hRLTS2,
+ xfExtRFPMCurrent24hRLMin,
+ xfExtRFPMCurrent24hRLMax,
+ xfExtRFPMCurrent24hTLTS1,
+ xfExtRFPMCurrent24hTLMin,
+ xfExtRFPMCurrent24hTLMax,
+
+ xfExtRFPMInterval24hRLTS1,
+ xfExtRFPMInterval24hRLTS2,
+ xfExtRFPMInterval24hRLMin,
+ xfExtRFPMInterval24hRLMax,
+ xfExtRFPMInterval24hTLTS1,
+ xfExtRFPMInterval24hTLMin,
+ xfExtRFPMInterval24hTLMax,
+ xfExtRFPMInterval24hValidData,
+
+ xfExtRFPMCurrent15mElapsedTime,
+ xfExtRFPMCurrent15mRLTS1,
+ xfExtRFPMCurrent15mRLTS2,
+ xfExtRFPMCurrent15mRLMin,
+ xfExtRFPMCurrent15mRLMax,
+ xfExtRFPMCurrent15mTLTS1,
+ xfExtRFPMCurrent15mTLMin,
+ xfExtRFPMCurrent15mTLMax,
+
+ xfExtRFPMInterval15mIntervalNumber,
+ xfExtRFPMInterval15mRLTS1,
+ xfExtRFPMInterval15mRLTS2,
+ xfExtRFPMInterval15mRLMin,
+ xfExtRFPMInterval15mRLMax,
+ xfExtRFPMInterval15mTLTS1,
+ xfExtRFPMInterval15mTLMin,
+ xfExtRFPMInterval15mTLMax,
+ xfExtRFPMInterval15mValidData,
+
+ xfExtRAUPMCurrent24hElapsedTime,
+ xfExtRAUPMCurrent24hMSEMin,
+ xfExtRAUPMCurrent24hMSEMax,
+ xfExtRAUPMCurrent24hXPIMin,
+ xfExtRAUPMCurrent24hXPIMax,
+
+ xfExtRAUPMInterval24hMSEMin,
+ xfExtRAUPMInterval24hMSEMax,
+ xfExtRAUPMInterval24hXPIMin,
+ xfExtRAUPMInterval24hXPIMax,
+ xfExtRAUPMInterval24hValidData,
+
+ xfExtRAUPMCurrent15mElapsedTime,
+ xfExtRAUPMCurrent15mMSEMin,
+ xfExtRAUPMCurrent15mMSEMax,
+ xfExtRAUPMCurrent15mXPIMin,
+ xfExtRAUPMCurrent15mXPIMax,
+
+ xfExtRAUPMInterval15mIntervalNumber,
+ xfExtRAUPMInterval15mMSEMin,
+ xfExtRAUPMInterval15mMSEMax,
+ xfExtRAUPMInterval15mXPIMin,
+ xfExtRAUPMInterval15mXPIMax,
+ xfExtRAUPMInterval15mValidData
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of all current objects in this MIB module."
+ ::= { xfRadioLinkPtpTerminalGroups 1 }
+
+ xfRadioLinkPtpTerminalObsoleteGroup OBJECT-GROUP
+ OBJECTS
+ {
+ xfTermSpectrumEfficiencyClassObsolete
+ }
+ STATUS obsolete
+ DESCRIPTION
+ "A collection of all obsolete objects in this MIB module."
+ ::= { xfRadioLinkPtpTerminalGroups 2 }
+
+END
diff --git a/MIBS/ericsson/XF-RADIOLINK-RLT-MIB b/MIBS/ericsson/XF-RADIOLINK-RLT-MIB
new file mode 100644
index 0000000..b7dc385
--- /dev/null
+++ b/MIBS/ericsson/XF-RADIOLINK-RLT-MIB
@@ -0,0 +1,5505 @@
+ XF-RADIOLINK-RLT-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ entLogicalIndex, entPhysicalIndex
+ FROM ENTITY-MIB
+ ifIndex
+ FROM IF-MIB
+ MODULE-COMPLIANCE, OBJECT-GROUP
+ FROM SNMPv2-CONF
+ OBJECT-TYPE, MODULE-IDENTITY, TimeTicks, Integer32, IpAddress, Counter32, Counter64, Gauge32
+ FROM SNMPv2-SMI
+ PerfCurrentCount, PerfIntervalCount
+ FROM PerfHist-TC-MIB
+ HCPerfCurrentCount
+ FROM HC-PerfHist-TC-MIB
+ InetAddressIPv6
+ FROM INET-ADDRESS-MIB
+ TEXTUAL-CONVENTION, DisplayString, TruthValue
+ FROM SNMPv2-TC
+ xfRadioLink
+ FROM XF-TOP-MIB;
+
+ xfRadioLinkRltMIB MODULE-IDENTITY
+ LAST-UPDATED "202011050000Z" -- 5 November 2020
+ ORGANIZATION
+ "Ericsson AB"
+ CONTACT-INFO
+ "
+ Ericsson AB
+ BURA DURA
+ SE-417 56 Goteborg
+ Sweden
+ "
+ DESCRIPTION
+ "
+ This MIB defines objects for Radio Link Terminal (RLT) and Carrier Termination (CT)
+ for new Radio Link application in MINI-LINK TN supporting dual carrier capability.
+ "
+
+ REVISION "202011050000Z" -- 5 November 2020
+ DESCRIPTION
+ "
+ Rev PC17
+ xfFrameFormatType MO: added definition of FF type for:
+ - 2-boards MIMO
+ - SISO CA
+ - XPIC CA
+ "
+
+ REVISION "202009170000Z" -- 17 September 2020
+ DESCRIPTION
+ "
+ Rev PC16
+ Added object xfRLTMeasuredHopLength in xfRLTTable:
+ "
+
+ REVISION "202006100000Z" -- 10 June 2020
+ DESCRIPTION
+ "
+ Rev PC15
+ TR#3054036: MIB Range validation failed:
+ - xfRLTNumOfRLPSwitch
+ "
+
+ REVISION "202006030000Z" -- 03 June 2020
+ DESCRIPTION
+ "
+ Rev PC14
+ TR#3052599: extended range for following objects (adding 0 as valid value):
+ - xfCarrierTermActualCapacity
+ - xfActualTDMCapacity
+ - xfCarrierTermActualLicensedCapacity
+ "
+
+ REVISION "202005280000Z" -- 28 May 2020
+ DESCRIPTION
+ "
+ Rev PC13
+ xfACMCapacity range extended to add 0 as valid value (TR#3045800)
+ "
+
+ REVISION "202004300000Z" -- 30 April 2020
+ DESCRIPTION
+ "
+ Rev PC12
+ xfRLTTDMIfTable: added 'xfTDMHopLength' object for TDM traffic delay compensation
+ "
+
+ REVISION "202003040000Z" -- 03 March 2020
+ DESCRIPTION
+ "
+ Rev PC11
+ xfRLTCapability: added 'capTXswoAndSSD' capability bit for TX switchover and SSD
+ "
+
+ REVISION "201910140000Z" -- 14 October 2019
+ DESCRIPTION
+ "
+ Rev PC10
+ In xfCarrierTerminationCapability table, xfACMprofile object is extended in order to
+ support 8192QAM and 16384QAM modulations.
+ For the same reason, following tables are updated:
+ - xfRLPMACMCurrent24hTable
+ - xfRLPMACMInterval24hTable
+ - xfRLPMACMCurrent15mTable
+ - xfRLPMACMInterval15mTable
+ "
+
+ REVISION "201910090000Z" -- 09 October 2019
+ DESCRIPTION
+ "
+ Rev PC9
+ new MIb added:
+ xfRLPMMimoCurrentTable
+ xfRLPMMimoCurrent24hTable
+ xfRLPMMimoInterval24hTable
+ xfRLPMMimoCurrent15mTable
+ xfRLPMMimoInterval15mTable
+ "
+
+ REVISION "201907180000Z" -- 18 July 2019
+ DESCRIPTION
+ "
+ Rev PC8
+ xfRLTTxSwitchOverConfiguration: removed value 'remote'
+ "
+ REVISION "201906070000Z" -- 07 June 2019
+ DESCRIPTION
+ "
+ Rev PC7
+ Added Selective Space Diversity support
+ xfRLTProtectionSwitchMode: added value 'txSwitchDisabled'
+ xfRLTTxSwitchOverConfiguration: added values 'local' and 'remote'
+ "
+
+ REVISION "201903260000Z" -- 26 March 2019
+ DESCRIPTION
+ "
+ Rev PC6
+ xfRLTCapability: added description for 'capMIMO' capability bit
+ "
+
+ REVISION "201903250000Z" -- 25 March 2019
+ DESCRIPTION
+ "
+ Rev PC5
+ xfRLTCapability: added 'capMIMO' capability bit for MIMO
+ "
+
+ REVISION "201902280000Z" -- 28 February 2019
+ DESCRIPTION
+ "
+ Rev PC4
+ xfMIMOCTmember1-4 in xfMIMOGroupTable changed access to read-only.
+ xfRLTEncryptionOperStatus: changed values to UP and DOWN.
+ "
+
+ REVISION "201902200000Z" -- 20 February 2019
+ DESCRIPTION
+ "
+ Rev PC3
+ xfFrameFormatType MO: added definition of FF type for Long Haul 2-boards XPIC.
+ "
+
+ REVISION "201901300000Z" -- 30 January 2019
+ DESCRIPTION
+ "
+ Rev PC2
+ xfRLTCapability: added capRLEncryption capability bit for Radio Link Encryption.
+ "
+
+ REVISION "201901110000Z" -- 11 January 2019
+ DESCRIPTION
+ "
+ Rev PC1
+ Added xfRLTEncryptionTable for Radio Link Encryption.
+ "
+
+ REVISION "201811240000Z" -- 24 November 2018
+ DESCRIPTION
+ "
+ Rev PB32
+ xfRLTFeRltSeverity renamed to xfRLTRltSeverity.
+ "
+
+ REVISION "201810240000Z" -- 24 October 2018
+ DESCRIPTION
+ "
+ Rev PB31
+ Changed naming of xfRLTEnhancedACMProtectionMode values in xfRLTProtectionTable:
+ - basic -> activeTransmitter
+ - maximumThroughput -> maximumCapacity
+
+ Changed name of capEnhAcmMaxThroughput into capEnhAcmMaxCapacity.
+ "
+
+ REVISION "201810030000Z" -- 03 October 2018
+ DESCRIPTION
+ "
+ Rev PB30
+ Added xfRLTEnhancedACMProtectionOperStatus in xfRLTProtectionTable.
+ "
+
+ REVISION "201809170000Z" -- 17 September 2018
+ DESCRIPTION
+ "
+ Rev PB29
+ - Added xfRLTEnhancedACMProtectionMode in xfRLTProtectionTable.
+ - Added cap bit in xfRLTCapability for Enhanced ACM Protection: Maximum Throughput.
+ - Added cap bit in xfRLTCapability for Enhanced ACM Protection: Maximum Protection.
+ "
+
+ REVISION "201808270000Z" -- 27 August 2018
+ DESCRIPTION
+ "
+ Rev PB28
+ xfCarrierTermXPI: modified description.
+ "
+
+ REVISION "201808160000Z" -- 16 August 2018
+ DESCRIPTION
+ "
+ Rev PB27
+ xfCarrierTermXPICOperStatus: Removed reference to SNIR in MO description.
+ "
+
+ REVISION "201807090000Z" -- 09 July 2018
+ DESCRIPTION
+ "
+ Rev PB26
+ xfFrameFormatType MO: added definition of FF type for 2-boards XPIC.
+ "
+
+ REVISION "201804130000Z" -- 13 April 2018
+ DESCRIPTION
+ "
+ Rev PB25
+ Type of MOs:
+ - xfRLTActualTxTotalCapacity
+ - xfRLTActualTxPacketCapacity
+ - xfRLTLimitedTotalCapacity
+ - xfCGIfMaxSpeed
+ - xfRLWANActualCapacity
+ - xfRLWANLimitedCapacity
+ changed to Gauge32.
+ "
+
+ REVISION "201804090000Z" -- 09 April 2018
+ DESCRIPTION
+ "
+ Rev PB24
+ In table xfRLTTable:
+ - Added bit(12) capXpicMembersAutoSelection(12)
+ - Added bit(13) capManualEqpSwitch(13)
+ "
+
+ REVISION "201803230000Z" -- 23 March 2018
+ DESCRIPTION
+ "
+ Rev PB23
+ Added to xfXPICPairTable second index:
+ * xfXpicPairIndex
+ "
+
+ REVISION "201803130000Z" -- 13 March 2018
+ DESCRIPTION
+ "
+ Rev PB22
+ Added to xfCGIfAlarms the alarm:
+ * unableToProtectEqp
+ "
+
+ REVISION "201801300000Z" -- 30 January 2018
+ DESCRIPTION
+ "
+ Rev PB21
+ In table xfRLTTable:
+ - xfRLTCapability bit(1) changed to capTDMWithEQP(1)
+ - Added bit(11) capXpicBetweenBoards(11)
+ "
+
+ REVISION "201712270000Z" -- 27 December 2017
+ DESCRIPTION
+ "
+ Rev PB20
+ Added values to MO xfRLTMode in xfRLTTable:
+ - onePlusOneRadioLinkProtectionAndEquipmentProtection
+ - twoPlusZeroRadioLinkBondingAndEquipmentProtection
+ - twoPlusTwoRadioLinkProtectionAndEquipmentProtection
+ - fourPlusZeroRadioLinkBondingAndEquipmentProtection
+
+ Added capability bits to xfRLTCapability in xfRLTTable:
+ - capTDM
+ - capCsPlurality
+ - capCtAutoSelection
+ - capOnePlusZero
+ - capOnePlusOneRadioLinkProtection
+ - capTwoPlusZeroAdvancedRadioLinkBonding
+ - capOnePlusOneRadioLinkProtectionWithEQP
+ - capTwoPlusZeroRadioLinkBondingWithEQP
+ - capTwoPlusTwoRadioLinkProtectionWithEQP
+ - capFourPlusZeroRadioLinkBondingWithEQP
+ "
+
+ REVISION "201709190000Z" -- 19 September 2017
+ DESCRIPTION
+ "
+ Rev PB19
+ - Type of MOs in table xfRLPMContinuousCounterTable changed to PerfCurrentCount/HCPerfCurrentCount.
+ - Removed MO xfRLTProtectionPMReset in table xfRLTProtectionTable.
+ "
+
+ REVISION "201708030000Z" -- 03 August 2017
+ DESCRIPTION
+ "
+ Rev PB18
+ Introduction in xfRLPMContinuousCounterTable of MOs:
+ - xfPMCurrentESR
+ - xfPMCurrentSESR
+ - xfPMCurrentBBER
+ "
+
+ REVISION "201705030000Z" -- 03 May 2017
+ DESCRIPTION
+ "
+ Rev. PB17
+ - Updated description for xfCarrierTermActualLicensedCapacity MO.
+ "
+
+ REVISION "201702010000Z" -- 01 February 2017
+ DESCRIPTION
+ "
+ Rev. PB16
+ - Added to xfCGIfAlarms the alarms:
+ * txSwitchover
+ * remoteTxSwitchOver
+ * unableToProtect
+ * rfInputThresholdProtection
+ "
+
+ REVISION "201701300000Z" -- 30 January 2017
+ DESCRIPTION
+ "
+ Rev. PB15
+ - Added the MOs xfRLTNumOfRLPSwitch and xfRLTProtectionPMReset in table xfRLTProtectionTable.
+ "
+
+
+ REVISION "201611040000Z" -- 04 November 2016
+ DESCRIPTION
+ "
+ Rev. PB14
+ - Added the MO xfRLTHighestSeverityAlarm in table xfRLTHierarchyModuleTable.
+ "
+
+ REVISION "201609290000Z" -- 29 September 2016
+ DESCRIPTION
+ "
+ Rev. PB13
+ - Added xfRLTProtectionTable.
+ - Move unused Protection MOs from xfRLTTable to xfRLTProtectionTable
+ "
+
+ REVISION "201609080000Z" -- 08 September 2016
+ DESCRIPTION
+ "
+ Rev. PB12
+ - Updated description for xfTDMMaxTributaries MO.
+ "
+
+ REVISION "201607180000Z" -- 18 July 2016
+ DESCRIPTION
+ "
+ Rev. PB11
+ - Updated description for xfPMPerfReset MO.
+ "
+
+ REVISION "201606100000Z" -- 10 June 2016
+ DESCRIPTION
+ "
+ Rev. PB10
+ - Added new table 'xfRLTHierarchyModuleTable'.
+ "
+
+ REVISION "201606060000Z" -- 06 June 2016
+ DESCRIPTION
+ "
+ Rev. PB9
+ - 'xfRLTCapability' and 'xfRLTInventoryLastChange' MOs added to 'xfRLTTable'.
+ "
+
+ REVISION "201606010000Z" -- 01 June 2016
+ DESCRIPTION
+ "
+ Rev. PB8
+ - Modified syntax for 'xfXPICCTmember1' and 'xfXPICCTmember2' MOs.
+ "
+
+ REVISION "201605020000Z" -- 02 May 2016
+ DESCRIPTION
+ "
+ Rev. PB7
+ - Added xfRLWANIfTable.
+ "
+
+ REVISION "201604290000Z" -- 29 April 2016
+ DESCRIPTION
+ "
+ Rev. PB6
+ - Changed enum for xfCGIfHopViewStatus MO.
+ "
+
+ REVISION "201604120000Z" -- 12 April 2016
+ DESCRIPTION
+ "
+ Rev. PB5
+ - Updated description for xfPMPerfReset MO.
+ - Updated description for xfCarrierTermActualCapacity MO.
+ - Updated description for xfRLTActualTXPacketCapacity MO.
+ - Extended list of possible values for xfRLTStatus MO.
+ "
+
+ REVISION "201603010000Z" -- 1 March 2016
+ DESCRIPTION
+ "
+ Rev. PB4
+ - Changed syntax for xfRLTManualSwitchCommand MO.
+ - NotApplicable value added to xfCarrierTermXPICOperStatus and xfCarrierTermMIMOOperStatus.
+ "
+
+ REVISION "201602220000Z" -- 22 February 2016
+ DESCRIPTION
+ "
+ Rev. PB2
+ - xfCarrierTermXPICOperStatus: added value 'testing'.
+ - xfRLTTxSwitchFarEnd MO renamed into xfRLTTxSwitchOverConfiguration
+ - xfRLTResetTxSwitchAlarm MO renamed into xfRLTTxSwitchOverAlarmReset, syntax changed.
+ - Description updated for some MOs.
+ "
+
+ REVISION "201602050000Z" -- 05 February 2016
+ DESCRIPTION
+ "
+ Rev. PB1
+ - Modified in xfCarrierTerminationCapabilityTable:
+ * xfACMProfile: removed non-XPIC / XPIC definition
+ * xfFrameFormatType: Standard definition added, other values updated
+ * xfChannelSpacing: added 60 MHz and 80 MHz for ANSI,
+ changed vaue for 112 MHz
+ - Modified in xfCarrierTerminationTable:
+ * xfCarrierTermXPICOperStatus: updated list of possible values
+ * xfCarrierTermMIMOOperStatus: updated list of possible values
+ * xfCarrierTermOperStatus: updated list of possible values
+ - Added in xfRLTTable:
+ * xfRLTManualSwitchCommand
+ * xfRLTTxSwitchFarEnd
+ * xfRLTResetTxSwitchAlarm
+ * xfRLTfeRltSeverity
+ - Added in xfRLTDMIfTable:
+ * xfTDMMaxTributaries
+ - Added in xfCGIfTable:
+ * xfCGIfHopViewStatus
+ - Added in xfCarrierTerminationTable:
+ * xfCarrierTermActualRxACM
+ * xfCarrierTermFeCTSeverity
+ - Added in xfXPICPairTable:
+ * xfXPICAutoRestore
+ "
+
+ REVISION "201511250000Z" -- 25 November 2015
+ DESCRIPTION
+ "
+ Rev. PA31
+ - Added RLT ID alarm in MO xfCGIfAlarms of xfCGIfTable.
+ - Range of xfCarrierTermWantedLicensedCapacity extended, it starts from 0 now (instead of 1).
+ - Value 'other' for xfCarrierTermPreamble renamed with 'notSpecified'.
+ - Value 'other' for xfCarrierTermReferenceSEC renamed with 'notSpecified'.
+ - Updated description for following objects:
+ * xfCarrierTermPreamble
+ * xfCarrierTermReferenceSEC
+ * xfCarrierTermBerAlarmThreshold
+ - Updated names and/or values list for following objects:
+ * xfRLTFarEndIdCheck
+ * xfTDMRxLoop
+ * xfTDMEnable
+ * xfXPICPairAdminStatus
+ * xfXPICPairRecovery
+ * xfMIMOGroupAdminStatus
+ * xfMIMOGroupRecovery
+ "
+
+ REVISION "201511160000Z" -- 16 November 2015
+ DESCRIPTION
+ "
+ Rev. PA30
+ Value 'other' for xfCarrierTermPolarization renamed with 'notSpecified'.
+ "
+
+ REVISION "201511100000Z" -- 10 November 2015
+ DESCRIPTION
+ "
+ Rev. PA29
+ Added status 'testing' to xfCarrierTermOperStatus object.
+ Size of xfTDMDistinguishedName object limited to 32 characters.
+ "
+
+ REVISION "201511050000Z" -- 05 November 2015
+ DESCRIPTION
+ "
+ Rev. PA28
+ Updated definition of xfPMACMStatus object in xfRLPMACMConfigTable.
+ "
+
+ REVISION "201509160000Z" -- 16 September 2015
+ DESCRIPTION
+ "
+ Rev. PA27
+ * Updated list of possible values for xfCarrierTermReferenceSEC object.
+ * Added RLT PM tables:
+ - xfRLPMContinuousCounterTable
+ - xfRLPMACMConfigTable
+ - xfRLPMACMCurrent24hTable
+ - xfRLPMACMInterval24hTable
+ - xfRLPMACMCurrent15mTable
+ - xfRLPMACMInterval15mTable
+ "
+
+ REVISION "201508270000Z" -- 27 August 2015
+ DESCRIPTION
+ "
+ Rev. PA26
+ * xfIfStatus object is read-only now.
+ * Changed names of possible values for xfTDMRxLoop object.
+ "
+
+ REVISION "201508200000Z" -- 20 August 2015
+ DESCRIPTION
+ "
+ Rev. PA25
+ * xfRadioChannelTable renamed into xfCarrierTerminationTable.
+ Overall review of table's objects, including renaming of *RadioChannel* into *CarrierTerm*.
+ Removed XPIC and MIMO related objects (but Oper Status).
+ * xfRadioChannelCapabilityTable renamed into xfCarrierTerminationCapabilityTable.
+ * xfRLTTable added:
+ - xfRLTReset
+ - xfRLTFadeNotificationTimer
+ * xfXPICPairTable added:
+ - xfXPICPairRecovery
+ - xfXPICPairRestore
+ * xfMIMOGroupTable added:
+ - xfMIMOGroupRecovery
+ - xfMIMOGroupRestore
+ * xfRLTDMIfTable added:
+ - xfTDMDistinguishedName
+ - xfTDMRxLoop
+ "
+
+ REVISION "201507070000Z" -- 7 July 2015
+ DESCRIPTION
+ "
+ Rev. PA24
+ * Modified RLT table.
+ * Added xfXPICPairTable.
+ * Added xfMIMOGroupTable.
+ "
+
+ REVISION "201506300000Z" -- 30 June 2015
+ DESCRIPTION
+ "
+ Rev. PA23
+ Added chsp112MHz value to xfChannelSpacing object.
+ "
+
+ REVISION "201506040000Z" -- 04 June 2015
+ DESCRIPTION
+ "
+ Rev. PA22
+ Added second index, liIfIndex, in xfLIMappingtable.
+ "
+
+ REVISION "201506030000Z" -- 03 June 2015
+ DESCRIPTION
+ "
+ Rev. PA21
+ Removed xfWantedTDMCapacity in xfRLTDMIfTable.
+ "
+
+ REVISION "201505110000Z" -- 11 May 2015
+ DESCRIPTION
+ "
+ Rev. PA20
+ Added xfCGIfIndex to xfCGIfTable.
+ "
+
+ REVISION "201505080000Z" -- 8 May 2015
+ DESCRIPTION
+ "
+ Rev. PA19
+ Added xfCGIfTable.
+ "
+
+ REVISION "201505060000Z" -- 6 May 2015
+ DESCRIPTION
+ "
+ Rev. PA18
+ Removed:
+ xfRLTDMIfTable xfTDMAllocation
+ Added:
+ xfRLTDMIfTable xfWantedTDMAllocation
+ xfActualTDMAllocation
+ "
+ REVISION "201504200000Z" -- 20 April 2015
+ DESCRIPTION
+ "
+ Rev. PA17
+ Removed rcEntLogicalIndex in xfRadioChannelTable.
+ "
+
+ REVISION "201504130000Z" -- 13 April 2015
+ DESCRIPTION
+ "
+ Rev. PA16
+ Removed xfRLWANIfTable.
+ "
+
+ REVISION "201503300000Z" -- 30 March 2015
+ DESCRIPTION
+ "
+ Rev. PA15
+ Changed type for xfACMIndex object in xfACMProfileCapacityTable.
+ "
+
+ REVISION "201503190000Z" -- 19 March 2015
+ DESCRIPTION
+ "
+ Rev. PA14
+ * xfRLTDMIfIndex object added in xfRLTDMIfTable.
+ * xfRLWANIfIndex object added in xfRLWANIfTable.
+ * Changed names of values for xfACMProfile object.
+ * Changed type from Integer32 to RadioChannelACMIndex for objects
+ - xfRadioChannelMinACMIndex
+ - xfRadioChannelActualACMIndex
+ - xfRadioChannelMaxACMIndex
+ "
+
+ REVISION "201503110000Z" -- 11 March 2015
+ DESCRIPTION
+ "
+ Rev. PA13
+ xfRadioChannelBerAlarmThresholdCapability object removed.
+ "
+
+ REVISION "201503090000Z" -- 09 March 2015
+ DESCRIPTION
+ "
+ Rev. PA12
+ * xfRadioFrameType changed to xfFrameFormatType.
+ * xfACMMinCapacity changed to xfMinACMCapacity.
+ * xfACMMaxCapacity changed to xfMaxACMCapacity.
+ "
+
+ REVISION "201503060000Z" -- 06 March 2015
+ DESCRIPTION
+ "
+ Rev. PA11
+ * cgIfDescr changed to cgTypeIndex.
+ * Minor adjustments to avoid sintax check warning.
+ "
+
+ REVISION "201503050000Z" -- 05 March 2015
+ DESCRIPTION
+ "
+ Rev. PA10
+ * Adjustements to objects in xfRadioChannelTable.
+ - Descriptions updated.
+ - For enumerative objects, value (1) is always used for 'other'.
+ * xfRadioLinkRltConformance added.
+ "
+
+ REVISION "201502250000Z" -- 25 February 2015
+ DESCRIPTION
+ "
+ Rev. PA9
+ * <xfChannel> changed to <xfRadioChannel> for all applicable objects and tables.
+ * Removed object <xfRadioChannelSpectrumEfficiencyClassCapability>.
+ * Wrong spelling corrected: xfChanneMinACMIndex --> xfRadioChannelMinACMIndex.
+ * Changed objects names:
+ xfRadioChannelStatus -> xfRadioChannelOperStatus
+ xfXPICOper --> xfXPICAdminStatus
+ xfXPICStatus --> xfXPICOperStatus
+ xfMIMOOper --> xfMIMOAdminStatus
+ xfMIMOStatus --> xfIMIMOOperStatus
+ xfXPICPaired --> xfXPICRadioChannelPaired
+ xfMIMOPaired --> xfMIMORadioChannelPaired
+ xfRCPreamble --> xfRadioChannelPreamble
+ xfChannelMSELevel --> xfMSELevel
+ * Added new objects:
+ xfXPICRestore
+ xfMIMORestore
+ xfRadioChannelRestore
+ xfRadioChannelAutoRemoveLoopEnable
+ xfRadioChannelBerAlarmThreshold
+ "
+
+ REVISION "201502180000Z" -- 18 February 2015
+ DESCRIPTION
+ "
+ Rev. PA8
+ XfRadioChannelTable:
+ Changed:
+ xfXPICMIMORecovery --> xfXPICRecovery
+ xfXPICMIMOPaired --> xfXPICPaired
+ Added:
+ xfMIMORecovery
+ xfMIMOPaired
+ xfRLTTable
+ Changed:
+ xfActualCapacity --> xfRLTActualCapacity
+ "
+
+ REVISION "201502100000Z" -- 10 February 2015
+ DESCRIPTION
+ "
+ Rev. PA7
+ Added:
+ xfSelectedFrameID MO in xfRadioChannelTable
+ Changed:
+ xfXPICMIMOPaired to R-W
+ "
+
+ REVISION "201501290000Z" -- 29 January 2015
+ DESCRIPTION
+ "
+ Rev. PA6
+ Added:
+ xfACMProfileCapacityTable
+ Modified:
+ xfChannelCapabilityTable - added the following MOs:
+ xfRadioFrameType
+ xfACMMinCapacity
+ xfACMMaxCapacity
+ xfACMProfile
+ "
+
+ REVISION "201412120000Z" -- 12 December 2014
+ DESCRIPTION
+ "
+ Rev. PA5
+ Removed:
+ xfRadioChannelTable: xfRadioChannelName
+ Added:
+ xfRadioChannelTable: xfRadioChannelStatus
+ xfXPICOper
+ xfMIMOOper
+ xfXPICMIMORecovery
+ xfXPICMIMOPaired
+ xfRCPreamble
+ xfRLTDMIfTable xfTDMAllocation
+ xfRLWANIfTable xfWANMinSpeed
+ xfMaxMaxSpeed
+ "
+
+ REVISION "201412100000Z" -- 10 December 2014
+ DESCRIPTION
+ "
+ Rev. PA4
+ Minor change to compile with Wind River compiler.
+ "
+
+ REVISION "201412020000Z" -- 02 December 2014
+ DESCRIPTION
+ "
+ Rev. PA3
+ Table removed: xfRadioLinkRltTable
+ Table renamed: xfRadioChannelMappingTable --> xfRadioChannelTable
+ xfRLTTerminalTable --> xfRLTTable,
+ xfRLLogicalToIfTable --> xfLIMappingTable
+ Table added: xfChannelGroupTable, xfTrafficTable,
+ xfRLTDMIfTable, xfRLWANIfTable.
+ Object value removed: equipmentProtection in ChannelGroupType
+ Changed ifName to ifIndex in xfChannelGroupTable index
+ Changed ifName to ifIndex in xfLIMappingTable and removed ifIndex as table index
+ Added in:
+ xfLIMappingTable the MOs: xfLIName
+ xfLIIfDescr
+ xfRadioChannelTable the MOs: xfRadioChannelID
+ xfChanneMinRowIndex
+ xfChannelActualRowIndex
+ xfChannelMaxRowIndex
+ xfChannelCapabilitiesLastChange
+ xfChannelSpectrumEfficiencyClass
+ xfChannelSpectrumEfficiencyClassCapability
+ xfChannelActualCapacity
+ xfChannelCapacityLicense
+ xfXPICStatus
+ xfMIMOStatus
+ xfXPILevel
+ xfChannelMSELevel
+ "
+
+ REVISION "201412010000Z" -- 01 December 2014
+ DESCRIPTION
+ "
+ Rev. PA2
+ Table added: xfRadioLinkRltTable, xfRLLogicalToIfTable
+ xfRadioChannelMappingTable, xfRLTTerminalTable.
+ "
+
+ REVISION "201411110000Z" -- 11 November 2014
+ DESCRIPTION
+ "
+ Rev. PA1
+ Initial revision.
+ "
+ ::= { xfRadioLink 5 }
+
+--
+-- Textual conventions
+--
+
+ CarrierTermACMIndex ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "This TC enumerates all possible ACM index values."
+ SYNTAX INTEGER
+ {
+ acm4QAMStrong(1),
+ acm4QAMStd(2),
+ acm4QAMLight(3),
+ acm16QAMStrong(4),
+ acm16QAMStd(5),
+ acm16QAMLight(6),
+ acm32QAMStrong(7),
+ acm32QAMStd(8),
+ acm32QAMLight(9),
+ acm64QAMStrong(10),
+ acm64QAMStd(11),
+ acm64QAMLight(12),
+ acm128QAMStrong(13),
+ acm128QAMStd(14),
+ acm128QAMLight(15),
+ acm256QAMStrong(16),
+ acm256QAMStd(17),
+ acm256QAMLight(18),
+ acm512QAMStrong(19),
+ acm512QAMStd(20),
+ acm512QAMLight(21),
+ acm1024QAMStrong(22),
+ acm1024QAMStd(23),
+ acm1024QAMLight(24),
+ acm2048QAMStrong(25),
+ acm2048QAMStd(26),
+ acm2048QAMLight(27),
+ acm4096QAMStrong(28),
+ acm4096QAMStd(29),
+ acm4096QAMLight(30),
+ acm8192QAMStrong(31),
+ acm8192QAMStd(32),
+ acm8192QAMLight(33),
+ acm16384QAMStrong(34),
+ acm16384QAMStd(35),
+ acm16384QAMLight(36)
+ }
+
+--
+-- Node definitions
+--
+ xfRadioLinkRltObjects OBJECT IDENTIFIER
+ ::= { xfRadioLinkRltMIB 1 }
+ xfRadioLinkRltPmObjects OBJECT IDENTIFIER
+ ::= { xfRadioLinkRltMIB 2 }
+ xfRadioLinkRltConformance OBJECT IDENTIFIER
+ ::= { xfRadioLinkRltMIB 3 }
+
+--
+------------------------------------------------------------------------------
+-- xfRadioLinkRltObjects
+------------------------------------------------------------------------------
+-- The xfRadioLinkRltObjects MOs
+
+------------------------------------------------------------------------------
+-- xfChannelGroupTable
+------------------------------------------------------------------------------
+ xfChannelGroupTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfChannelGroupEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table lists all relationships, for ech Channel Group (CG), between the Bonding/RLP interface
+ and the RL WAN interface and allows to configure CG as either Bonding or Radio Link protection (RLP)."
+ ::= { xfRadioLinkRltObjects 1 }
+
+ xfChannelGroupEntry OBJECT-TYPE
+ SYNTAX XfChannelGroupEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfChannelGroupTable."
+ INDEX { cgIfIndex, cgTypeIndex }
+ ::= { xfChannelGroupTable 1 }
+
+ XfChannelGroupEntry ::=
+ SEQUENCE
+ {
+ cgIfIndex Integer32,
+ cgTypeIndex INTEGER,
+ xfIfStatus INTEGER
+ }
+
+ cgIfIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It is the ifIndex of WAN interface.
+ The interface identified by atIfIndex is the same
+ interface as identified by the same value of ifIndex."
+ ::= { xfChannelGroupEntry 1 }
+
+ cgTypeIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ bonding(2),
+ rlp(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Index representing the Channel Group interface type:
+ - Bonding (2)
+ - RLP: Radio Link Protection (3)"
+ ::= { xfChannelGroupEntry 2 }
+
+ xfIfStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ ready(2),
+ notReady(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object defines the Channel Group interface type:
+ either Bonding or RLP (Radio Link Protection).
+ Default: notReady"
+ ::= { xfChannelGroupEntry 3 }
+
+------------------------------------------------------------------------------
+-- xfLIMappingTable
+------------------------------------------------------------------------------
+ xfLIMappingTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfLIMappingEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table is used when navigating from a logical entity to interface,
+ representing the relationship between:
+ - RLT logical entity and either Bonding/RLP interface;
+ - Carrier Termination (CT) logical entity and RAU IF interface."
+ ::= { xfRadioLinkRltObjects 2 }
+
+ xfLIMappingEntry OBJECT-TYPE
+ SYNTAX XfLIMappingEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfLIMappingTable."
+ INDEX { liEntLogicalIndex, liIfIndex }
+ ::= { xfLIMappingTable 1 }
+
+ XfLIMappingEntry ::=
+ SEQUENCE
+ {
+ liEntLogicalIndex Integer32,
+ liIfIndex Integer32,
+ xfLIName DisplayString,
+ xfLIIfDescr DisplayString
+ }
+
+ liEntLogicalIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The value of this object uniquely identifies the logical
+ entity: RLT (Radio Link Terminal) and CT (Carrier Termination).
+ The logical entity identified by liEntLogicalIndex is the same
+ interface as identified by the same value of entLogicalIndex."
+ ::= { xfLIMappingEntry 1 }
+
+ liIfIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the ifIndex of Bonding/RLP interface and RAU IF.
+ The interface identified by liIfIndex is the same
+ interface as identified by the same value of ifIndex."
+ ::= { xfLIMappingEntry 2 }
+
+ xfLIName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the Name of the Radio Link Terminal (RLT) or Carrier Termination (CT)."
+ ::= { xfLIMappingEntry 3 }
+
+ xfLIIfDescr OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "A textual string containing information about the ifDescr of both
+ Channel Group interface (either Bonding or RLP (Radio Link Protection))
+ and RAU IF interface."
+ ::= { xfLIMappingEntry 4 }
+
+------------------------------------------------------------------------------
+-- xfCarrierTerminationTable
+------------------------------------------------------------------------------
+ xfCarrierTerminationTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfCarrierTerminationEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table is used to configure the Carrier Termination (CT)."
+ ::= { xfRadioLinkRltObjects 3 }
+
+ xfCarrierTerminationEntry OBJECT-TYPE
+ SYNTAX XfCarrierTerminationEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfCarrierTerminationTable."
+ INDEX { entLogicalIndex }
+ ::= { xfCarrierTerminationTable 1 }
+
+ XfCarrierTerminationEntry ::=
+ SEQUENCE
+ {
+ xfCarrierTermDistinguishedName DisplayString,
+ xfCarrierTermLabel DisplayString,
+ xfCarrierTermOperStatus INTEGER,
+ xfCarrierTermRadioFrameId Integer32,
+ xfCarrierTermPreamble INTEGER,
+ xfCarrierTermSelectedMinACM CarrierTermACMIndex,
+ xfCarrierTermActualACM CarrierTermACMIndex,
+ xfCarrierTermSelectedMaxACM CarrierTermACMIndex,
+ xfCarrierTermCapabilitiesLastChange TimeTicks,
+ xfCarrierTermReferenceSEC INTEGER,
+ xfCarrierTermWantedLicensedCapacity Integer32,
+ xfCarrierTermActualLicensedCapacity Integer32,
+ xfCarrierTermActualCapacity Integer32,
+ xfCarrierTermPolarization INTEGER,
+ xfCarrierTermXPICOperStatus INTEGER,
+ xfCarrierTermMIMOOperStatus INTEGER,
+ xfCarrierTermSNIR Integer32,
+ xfCarrierTermXPI Integer32,
+ xfCarrierTermReset INTEGER,
+ xfCarrierTermRestore INTEGER,
+ xfCarrierTermAutoRemoveLoopEnable INTEGER,
+ xfCarrierTermBerAlarmThreshold INTEGER,
+ xfCarrierTermActualRxACM CarrierTermACMIndex,
+ xfCarrierTermFeCTSeverity BITS
+ }
+
+ xfCarrierTermDistinguishedName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the distinguished name of the Carrier Termination in the format Rack/Slot/CT."
+ ::= { xfCarrierTerminationEntry 1 }
+
+ xfCarrierTermLabel OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Label identifying the Carrier Termination.
+ It can be freely set by operator to label the Carrier Termination."
+ ::= { xfCarrierTerminationEntry 2 }
+
+ xfCarrierTermOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ down(2),
+ up(3),
+ degraded(4),
+ testing(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the operative status of the Carrier Termination:
+ - down(2)
+ - up(3)
+ - degraded(4)
+ - testing(5)"
+ ::= { xfCarrierTerminationEntry 3 }
+
+ xfCarrierTermRadioFrameId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It represents the selected Radio Frame ID."
+ ::= { xfCarrierTerminationEntry 4 }
+
+ xfCarrierTermPreamble OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ notSpecified(1),
+ preambleA(2),
+ preambleB(3),
+ preambleC(4),
+ preambleD(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It allows to set different preambles in the radio frame
+ of each Carrier Termination in a XPIC or MIMO configuration:
+ - preambleA(2)
+ - preambleB(3)
+ - preambleC(4)
+ - preambleD(5)
+ For non XPIC nor MIMO configurations, it can be left to notSpecified(1)."
+ ::= { xfCarrierTerminationEntry 5 }
+
+ xfCarrierTermSelectedMinACM OBJECT-TYPE
+ SYNTAX CarrierTermACMIndex
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It represents the selected minimum Tx ACM (Adaptive Code Modulation)."
+ ::= { xfCarrierTerminationEntry 6 }
+
+ xfCarrierTermActualACM OBJECT-TYPE
+ SYNTAX CarrierTermACMIndex
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the actual (current) Tx ACM (Adaptive Code Modulation)."
+ ::= { xfCarrierTerminationEntry 7 }
+
+ xfCarrierTermSelectedMaxACM OBJECT-TYPE
+ SYNTAX CarrierTermACMIndex
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It represents the selected maximum Tx ACM (Adaptive Code Modulation)."
+ ::= { xfCarrierTerminationEntry 8 }
+
+ xfCarrierTermCapabilitiesLastChange OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The value of sysUpTime at the time of the last creation or
+ deletion of an entry in the xfCarrierTerminationCapabilityTable.
+ If the number of entries has been unchanged since the last
+ re-initialization of the local network management subsystem,
+ then this object contains a zero value."
+ ::= { xfCarrierTerminationEntry 9 }
+
+ xfCarrierTermReferenceSEC OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ notSpecified(1),
+ sec2(2),
+ sec4L(3),
+ sec4H(4),
+ sec5LB(5),
+ sec5HB(6),
+ sec6LB(7),
+ sec6HB(8),
+ sec7B(9)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Reference Spectrum Efficiency Class (SEC):
+ - notSpecified(1): not configured, not possible to set
+ - sec2(2): spectrum eff. Class 2
+ - sec4L(3): spectrum eff. Class 4L
+ - sec4H(4): specturm eff. Class 4H
+ - sec5LB(5): spectrum eff. Class 5LB
+ - sec5HB(6): spectrum eff. Class 5HB
+ - sec6LB(7): spectrum eff. Class 6LB
+ - sec6HB(8): spectrum eff. Class 6HB
+ - sec7B(9): spectrum eff. Class 7B
+
+ In ETSI, a value different from notSpecified(1) must be configured.
+ In ANSI, no value can be set and notSpecified(1) is always returned.
+
+ Near end access: read-write.
+ Far end access: read-write."
+ ::= { xfCarrierTerminationEntry 10 }
+
+ xfCarrierTermWantedLicensedCapacity OBJECT-TYPE
+ SYNTAX Integer32 (0..2147483647)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It represents the wanted traffic licensed capacity on the Carrier Termination, expressed in Kbps.
+ The default value 0 (i.e. disabled) means that no wanted licensed capacity has been selected by the user.
+ The value used by RL license logic to request capacity licenses for the Carrier Termination is:
+ - the capacity of selected max profile, if xfCarrierTermWantedLicensedCapacity = 0
+ - the value of xfCarrierTermWantedLicensedCapacity itself, if it is different from 0
+ "
+ ::= { xfCarrierTerminationEntry 11 }
+
+ xfCarrierTermActualLicensedCapacity OBJECT-TYPE
+ SYNTAX Integer32 (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This MO represents the Actual Licensed Capacity used on the Carrier Termination:
+ - if Wanted Licensed Capacity is disabled (i.e. xfCarrierTermWantedLicensedCapacity = 0),
+ the Selected Max ACM (xfCarrierTermSelectedMaxACM MO) is used for requesting the license capacity on the carrier;
+ - if Wanted Licensed Capacity is enabled (i.e. xfCarrierTermWantedLicensedCapacity > 0),
+ the value of Wanted Licensed Capacity itself is used for requesting the license capacity on the carrier.
+ "
+ ::= { xfCarrierTerminationEntry 12 }
+
+ xfCarrierTermActualCapacity OBJECT-TYPE
+ SYNTAX Integer32 (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the actual transmitted capacity supported by Carrier Termination in Kbps."
+ ::= { xfCarrierTerminationEntry 13 }
+
+ xfCarrierTermPolarization OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ notSpecified(1),
+ horizontal(2),
+ vertical(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "XPIC polarization, either horizontal or vertical."
+ ::= { xfCarrierTerminationEntry 14 }
+
+ xfCarrierTermXPICOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ locked(2),
+ unlocked(3),
+ mute(4),
+ notApplicable(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "XPIC locking status:
+ - Other(1): don't use
+ - Locked(2): XPIC is locked: XPI valid
+ - Unlocked(3): XPIC is not locked: XPI not valid
+ - Mute(4): XPIC is muted (XPIC recovery started)
+ - NotApplicable(5): XPIC is disabled"
+ ::= { xfCarrierTerminationEntry 15 }
+
+ xfCarrierTermMIMOOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ locked(2),
+ unlocked(3),
+ mute(4),
+ notApplicable(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "MIMO locking status:
+ - Other(1): don't use
+ - Locked(2): MIMO is locked: XPI and SNIR valid
+ - Unlocked(3): MIMO is not locked: XPI and SNIR not valid
+ - Mute(4): MIMO is muted
+ - NotApplicable(5): MIMO is disabled"
+ ::= { xfCarrierTerminationEntry 16 }
+
+ xfCarrierTermSNIR OBJECT-TYPE
+ SYNTAX Integer32 --(-1000..1000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Signal to Noise Interference Ratio (SNIR) in dB."
+ ::= { xfCarrierTerminationEntry 17 }
+
+ xfCarrierTermXPI OBJECT-TYPE
+ SYNTAX Integer32 --(-1000..1000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Cross-Polar Interference (XPI) level of the receiver in tenth of dB."
+ ::= { xfCarrierTerminationEntry 18 }
+
+ xfCarrierTermReset OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ noReset(2),
+ reset(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Reset command forces all the Carrier Termination settings
+ to their own default."
+ ::= { xfCarrierTerminationEntry 19 }
+
+ xfCarrierTermRestore OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ noRestore(2),
+ restore(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Restore command clears RFloop, IFloop and turns RAU transmitter on."
+ ::= { xfCarrierTerminationEntry 20 }
+
+ xfCarrierTermAutoRemoveLoopEnable OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ disabled(2),
+ enabled(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Auto remove all RL loops after 15 minutes."
+ ::= { xfCarrierTerminationEntry 21 }
+
+ xfCarrierTermBerAlarmThreshold OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ ber1e3(2),
+ ber1e4(3),
+ ber1e5(4),
+ ber1e6(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Threshold for BER alarm.
+ Default: ber1e3(2)."
+ ::= { xfCarrierTerminationEntry 22 }
+
+ xfCarrierTermActualRxACM OBJECT-TYPE
+ SYNTAX CarrierTermACMIndex
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the actual (current) Rx ACM (Adaptive Code Modulation)."
+ ::= { xfCarrierTerminationEntry 23 }
+
+ xfCarrierTermFeCTSeverity OBJECT-TYPE
+ SYNTAX BITS
+ {
+ feCtSeverity0(0),
+ feCtSeverity1(1),
+ feCtSeverity2(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object represents the highest severity of Far-End CT alarms and is populated only if Far-End terminal is
+ represented by a Packet terminal (PT). Craft uses this MO to colour the box representing the Far-End CT
+ in the hop view.
+ In case of the Far-End is a TN, the remote highest alarm severity of CT is referred to the interfaces:
+ RAU IF and RF IF.
+ "
+ ::= { xfCarrierTerminationEntry 24 }
+
+------------------------------------------------------------------------------
+-- xfCarrierTerminationCapabilityTable
+------------------------------------------------------------------------------
+ xfCarrierTerminationCapabilityTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfCarrierTerminationCapabilityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table is used to configure the Carrier Termination (CT)."
+ ::= { xfRadioLinkRltObjects 4 }
+
+ xfCarrierTerminationCapabilityEntry OBJECT-TYPE
+ SYNTAX XfCarrierTerminationCapabilityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfCarrierTerminationCapabilityTable."
+ INDEX { entLogicalIndex, xfRadioFrameId }
+ ::= { xfCarrierTerminationCapabilityTable 1 }
+
+ XfCarrierTerminationCapabilityEntry ::=
+ SEQUENCE
+ {
+ xfRadioFrameId Integer32,
+ xfChannelSpacing INTEGER,
+ xfFrameFormatType INTEGER,
+ xfMinACMCapacity Integer32,
+ xfMaxACMCapacity Integer32,
+ xfACMProfile BITS
+ }
+
+ xfRadioFrameId OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the Radio Frame Id."
+ ::= { xfCarrierTerminationCapabilityEntry 1 }
+
+ xfChannelSpacing OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ chspOther(1),
+ chsp3500kHz(2),
+ chsp7MHz(3),
+ chsp10MHz(4),
+ chsp14MHz(5),
+ chsp20MHz(6),
+ chsp28MHz(7),
+ chsp30MHz(8),
+ chsp40MHz(9),
+ chsp50MHz(10),
+ chsp56MHz(11),
+ chsp60MHz(12),
+ chsp80MHz(13),
+ chsp112MHz(14)
+ }
+
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Channel spacing:
+ - ETSI: 3.5, 7, 14, 28, 40, 56, 112 MHz
+ - ANSI: 10, 20, 30, 40, 50, 60, 80 MHz"
+ ::= { xfCarrierTerminationCapabilityEntry 2 }
+
+ xfFrameFormatType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ standard(2),
+ xpic(3),
+ mimo(4),
+ longHaulStandard(5),
+ longHaulXpic(6),
+ xpic2boards(7),
+ longHaulXpic2boards(8),
+ mimo2boards(9),
+ sisoCA(10),
+ xpicCA(11)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the Frame Format type:
+ - Standard
+ - XPIC
+ - MIMO
+ - Long Haul Standard
+ - Long Haul XPIC
+ - XPIC on two boards
+ - Long Haul XPIC on two boards
+ "
+ ::= { xfCarrierTerminationCapabilityEntry 3 }
+
+ xfMinACMCapacity OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the minimum capacity designed for the specific frame format (Radio Frame Id)."
+ ::= { xfCarrierTerminationCapabilityEntry 4 }
+
+ xfMaxACMCapacity OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the maximum capacity designed for the frame format (Radio Frame Id)."
+ ::= { xfCarrierTerminationCapabilityEntry 5 }
+
+ xfACMProfile OBJECT-TYPE
+ SYNTAX BITS
+ {
+ none(0),
+ qam4Strong(1),
+ qam4Std(2),
+ qam4Light(3),
+ qam16Strong(4),
+ qam16Std(5),
+ qam16Light(6),
+ qam32Strong(7),
+ qam32Std(8),
+ qam32Light(9),
+ qam64Strong(10),
+ qam64Std(11),
+ qam64Light(12),
+ qam128Strong(13),
+ qam128Std(14),
+ qam128Light(15),
+ qam256Strong(16),
+ qam256Std(17),
+ qam256Light(18),
+ qam512Strong(19),
+ qam512Std(20),
+ qam512Light(21),
+ qam1024Strong(22),
+ qam1024Std(23),
+ qam1024Light(24),
+ qam2048Strong(25),
+ qam2048Std(26),
+ qam2048Light(27),
+ qam4096Strong(28),
+ qam4096Std(29),
+ qam4096Light(30),
+ qam8192Strong(31),
+ qam8192Std(32),
+ qam8192Light(33),
+ qam16384Strong(34),
+ qam16384Std(35),
+ qam16384Light(36)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It specifies which adaptive code and modulation profiles are supported."
+ ::= { xfCarrierTerminationCapabilityEntry 6 }
+
+----------------------------------------------------------------------------
+-- xfACMProfileCapacityTable
+----------------------------------------------------------------------------
+ xfACMProfileCapacityTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfACMProfileCapacityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This tables reports the ACM capacities of the selected Radio Frame Id per each Carrier Termination."
+ ::= { xfRadioLinkRltObjects 5 }
+
+ xfACMProfileCapacityEntry OBJECT-TYPE
+ SYNTAX XfACMProfileCapacityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfACMProfileCapacityTable."
+ INDEX { entLogicalIndex, xfACMIndex }
+ ::= { xfACMProfileCapacityTable 1 }
+
+ XfACMProfileCapacityEntry ::=
+ SEQUENCE
+ {
+ xfACMIndex CarrierTermACMIndex,
+ xfACMCapacity Integer32
+ }
+
+ xfACMIndex OBJECT-TYPE
+ SYNTAX CarrierTermACMIndex
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the positional index of the bitmap xfACMProfile in xfCarrierTerminationCapabilityTable."
+ ::= { xfACMProfileCapacityEntry 1 }
+
+ xfACMCapacity OBJECT-TYPE
+ SYNTAX Integer32 (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the capacity in Kbps of the ACM profile identified by the positional index
+ xfACMIndex of the xfACMProfile in xfCarrierTerminationCapabilityTable.
+ Value 0 means that the ACM profile is not included in current Frame Format."
+ ::= { xfACMProfileCapacityEntry 2 }
+
+------------------------------------------------------------------------------
+-- xfRLTTable
+------------------------------------------------------------------------------
+ xfRLTTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLTEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table is used to configure the Radio Link Terminal (RLT)."
+ ::= { xfRadioLinkRltObjects 6 }
+
+ xfRLTEntry OBJECT-TYPE
+ SYNTAX XfRLTEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRLTTable."
+ INDEX { rltEntLogicalIndex }
+ ::= { xfRLTTable 1 }
+
+ XfRLTEntry ::=
+ SEQUENCE
+ {
+ rltEntLogicalIndex Integer32,
+ xfRLTDistinguishedName DisplayString,
+ xfRLTIpAddress IpAddress,
+ xfRLTIPv6Address InetAddressIPv6,
+ xfRLTNeName DisplayString,
+ xfRLTNeType DisplayString,
+ xfRLTId DisplayString,
+ xfRLTExpectedFarEndId DisplayString,
+ xfRLTFarEndIdCheck INTEGER,
+ xfRLTStatus INTEGER,
+ xfRLTMode INTEGER,
+ xfRLTActualTXTotalCapacity Gauge32,
+ xfRLTActualTXPacketCapacity Gauge32,
+ xfRLTLimitedTotalCapacity Gauge32,
+ xfRLTRltSeverity BITS,
+ xfRLTCapability BITS,
+ xfRLTInventoryLastChange TimeTicks,
+ xfRLTCpriMode INTEGER,
+ xfRLTReset INTEGER,
+ xfRLTMeasuredHopLength INTEGER
+ }
+
+ rltEntLogicalIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the entLogicalIndex of the Radio Link Terminal (RLT).
+ The logical entity identified by rltEntLogicalIndex is the same
+ entity as identified by the same value of entLogicalIndex."
+ ::= { xfRLTEntry 1 }
+
+ xfRLTDistinguishedName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the distinguished name of the Radio Link Terminal (RLT): Rack/Slot/RLT number.
+ It is the ifName of RL-WAN i/f."
+ ::= { xfRLTEntry 2 }
+
+ xfRLTIpAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "IPv4 address of the network element the Radio Link Terminal (RLT) belongs to."
+ ::= { xfRLTEntry 3 }
+
+ xfRLTIPv6Address OBJECT-TYPE
+ SYNTAX InetAddressIPv6
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "IPv6 Address of the network element the Radio Link Terminal (RLT) belongs to."
+ ::= { xfRLTEntry 4 }
+
+ xfRLTNeName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The name of the network element the Radio Link Terminal (RLT) belongs to (System Name - sysName)."
+ ::= { xfRLTEntry 5 }
+
+ xfRLTNeType OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The type of the network element the Radio Link Terminal (RLT) belongs to (System Descr - sysDescr)."
+ ::= { xfRLTEntry 6 }
+
+ xfRLTId OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Radio Link Terminal (RLT) identifier used for integrity check with far-end."
+ ::= { xfRLTEntry 7 }
+
+ xfRLTExpectedFarEndId OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Expected Id of far-end Radio Link Terminal (RLT), used for integrity check with near-end."
+ ::= { xfRLTEntry 8 }
+
+ xfRLTFarEndIdCheck OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ enable(2),
+ disable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "When enabled, the system verifies that far-end Radio Link Terminal name is equal to the expected.
+ If ok Radio Link Terminal status is UP. If not ok the Radio Link Terminal status is stated as DOWN.
+ Default value: disabled.
+ "
+ ::= { xfRLTEntry 9 }
+
+ xfRLTStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ down(2),
+ up(3),
+ degraded(4),
+ resourceUnavailable(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the operational status of the Radio Link Terminal (RLT)."
+ ::= { xfRLTEntry 10 }
+
+ xfRLTMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ onePlusZero(2),
+ onePlusOneRadioLinkProtection(3),
+ twoPlusZeroAdvancedRadioLinkBonding(4),
+ onePlusOneRadioLinkProtectionAndEquipmentProtection(5),
+ twoPlusZeroRadioLinkBondingAndEquipmentProtection(6),
+ twoPlusTwoRadioLinkProtectionAndEquipmentProtection(7),
+ fourPlusZeroRadioLinkBondingAndEquipmentProtection(8)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The mode of the Radio Link Terminal (RLT).
+ Values:
+ - 1+0: onePlusZero (default)
+ - 1+1 RLP: onePlusOneRadioLinkProtection
+ - 2+0 RLB: twoPlusZeroAdvancedRadioLinkBonding
+ - 1+1 RLP EQP: onePlusOneRadioLinkProtectionAndEquipmentProtection
+ - 2+0 RLB EQP: twoPlusZeroRadioLinkBondingAndEquipmentProtection
+ - 2+2 RLP EQP: twoPlusTwoRadioLinkProtectionAndEquipmentProtection
+ - 4+0 RLB EQP: fourPlusZeroRadioLinkBondingAndEquipmentProtection
+ "
+ ::= { xfRLTEntry 11 }
+
+ xfRLTActualTXTotalCapacity OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ It represents the total transmitted capacity throughput (considering both Packet and TDM traffic),
+ expressed in bps, of the Radio Link Terminal (RLT).
+ "
+ ::= { xfRLTEntry 12 }
+
+ xfRLTActualTXPacketCapacity OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ It represents the transmitted packet capacity throughput (only packet traffic),
+ expressed in bps, of the Radio Link Terminal (RLT).
+ "
+ ::= { xfRLTEntry 13 }
+
+ xfRLTLimitedTotalCapacity OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ It represents the total transmitted capacity throughput (considering both Packet and TDM traffic),
+ expressed in bps, of the Radio Link Terminal (RLT) limited by License.
+ "
+ ::= { xfRLTEntry 14 }
+
+ xfRLTRltSeverity OBJECT-TYPE
+ SYNTAX BITS
+ {
+ rltSeverity0(0),
+ rltSeverity1(1),
+ rltSeverity2(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This object represents the highest severity alarm related to RLT with logical index 'rltEntLogicalIndex'.
+ Node GUI uses the Far-End entry value (of this MIB MO) to define the colour of the Far-End RLT box in the hop view.
+ "
+ ::= { xfRLTEntry 15 }
+
+ xfRLTCapability OBJECT-TYPE
+ SYNTAX BITS
+ {
+ xpicCapability0(0),
+ capTDMWithEQP(1),
+ capCsPlurality(2),
+ capCtAutoSelection(3),
+ capOnePlusZero(4),
+ capOnePlusOneRadioLinkProtection(5),
+ capTwoPlusZeroAdvancedRadioLinkBonding(6),
+ capOnePlusOneRadioLinkProtectionWithEQP(7),
+ capTwoPlusZeroRadioLinkBondingWithEQP(8),
+ capTwoPlusTwoRadioLinkProtectionWithEQP(9),
+ capFourPlusZeroRadioLinkBondingWithEQP(10),
+ capXpicBetweenBoards(11),
+ capXpicMembersAutoSelection(12),
+ capManualEqpSwitch(13),
+ capEnhAcmMaxCapacity(14),
+ capEnhAcmMaxProtection(15),
+ capRLEncryption(16),
+ capMIMO(17),
+ capTXswoAndSSD(18)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Each bit of this object represents an RLT capability:
+ Bit 0 - XPIC capability
+ Bit 1 - TDM capability
+ Bit 2 - CsPlurality capability
+ Bit 3 - CtAutoSelection capability
+ Bit 4 - OnePlusZero capability
+ Bit 5 - OnePlusOneRadioLinkProtection capability
+ Bit 6 - TwoPlusZeroAdvancedRadioLinkBonding capability
+ Bit 7 - OnePlusOneRadioLinkProtectionWithEQP capability
+ Bit 8 - TwoPlusZeroRadioLinkBondingWithEQP capability
+ Bit 9 - TwoPlusTwoRadioLinkProtectionWithEQP capability
+ Bit 10 - FourPlusZeroRadioLinkBondingWithEQP capability
+ Bit 11 - XPIC between boards capability
+ Bit 12 - XPIC Members Auto Selection capability
+ Bit 13 - Manual EQP Switch capability
+ Bit 14 - Enhanced ACM Protection: Maximum Capacity capability
+ Bit 15 - Enhanced ACM Protection: Maximum Protection capability
+ Bit 16 - Radio Link Encryption capability
+ Bit 17 - MIMO capability
+ Bit 18 - TX swicthover and SSD capability
+ "
+ ::= { xfRLTEntry 16 }
+
+ xfRLTInventoryLastChange OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The value of sysUpTime at the time of the last creation or
+ deletion of an entry in the xfRLTHierarchyModuleTable.
+ If the current state was entered prior to the last
+ re-initialization of the local network management subsystem,
+ then this object contains a zero value.
+ "
+ ::= { xfRLTEntry 17 }
+
+ xfRLTCpriMode OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Set the mode of the CPRI front-haul product.
+ Default: notApplicable."
+ ::= { xfRLTEntry 18 }
+
+ xfRLTReset OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ rltNoReset(2),
+ rltReset(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It resets RLT to default configuration."
+ ::= { xfRLTEntry 19 }
+
+ xfRLTMeasuredHopLength OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the measured value of the radio hop length expressed in Km.
+ Values:
+ - Radio hop length measurement not yet available: -1;
+ - Measured hop length in Km: > 0.
+ "
+ ::= { xfRLTEntry 20 }
+
+------------------------------------------------------------------------------
+-- xfTrafficTable
+------------------------------------------------------------------------------
+ xfTrafficTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfTrafficEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table is used to map the TDM interface to the specified RLT."
+ ::= { xfRadioLinkRltObjects 7 }
+
+ xfTrafficEntry OBJECT-TYPE
+ SYNTAX XfTrafficEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfTrafficEntry."
+ INDEX { trEntLogicalIndex }
+ ::= { xfTrafficTable 1 }
+
+ XfTrafficEntry ::=
+ SEQUENCE
+ {
+ trEntLogicalIndex Integer32,
+ xfTDMEnable INTEGER
+ }
+
+ trEntLogicalIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the entLogicalIndex of the Radio Link Terminal (RLT).
+ The logical entity identified by trEntLogicalIndex is the same
+ interface as identified by the same value of entLogicalIndex."
+ ::= { xfTrafficEntry 1 }
+
+ xfTDMEnable OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ enable(2),
+ disable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It allows to map TDM interface to a specific Radio Link Terminal (RLT).
+ Default: disable."
+ ::= { xfTrafficEntry 2 }
+
+------------------------------------------------------------------------------
+-- xfRLTDMIfTable
+------------------------------------------------------------------------------
+ xfRLTDMIfTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLTDMIfEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table is an extention of the ifTable used to configure TDM interface."
+ ::= { xfRadioLinkRltObjects 8 }
+
+ xfRLTDMIfEntry OBJECT-TYPE
+ SYNTAX XfRLTDMIfEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRLTDMIfEntry."
+ INDEX { xfRLTDMIfIndex }
+ ::= { xfRLTDMIfTable 1 }
+
+ XfRLTDMIfEntry ::=
+ SEQUENCE
+ {
+ xfRLTDMIfIndex Integer32,
+ xfActualTDMCapacity Integer32,
+ xfWantedTDMAllocation BITS,
+ xfActualTDMAllocation BITS,
+ xfTDMIfAlarms BITS,
+ xfTDMRxLoop INTEGER,
+ xfTDMDistinguishedName DisplayString,
+ xfTDMMaxTributaries INTEGER,
+ xfTDMHopLength INTEGER
+ }
+
+ xfRLTDMIfIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It is the ifIndex of RL TDM I/F table."
+ ::= { xfRLTDMIfEntry 1 }
+
+ xfActualTDMCapacity OBJECT-TYPE
+ SYNTAX Integer32 (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the current tributary capacity."
+ ::= { xfRLTDMIfEntry 2 }
+
+ xfWantedTDMAllocation OBJECT-TYPE
+ SYNTAX BITS { firstE1(0) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It represents the wanted tributary allocation."
+ ::= { xfRLTDMIfEntry 3 }
+
+ xfActualTDMAllocation OBJECT-TYPE
+ SYNTAX BITS { firstE1(0) }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the actual tributary allocation."
+ ::= { xfRLTDMIfEntry 4 }
+
+ xfTDMIfAlarms OBJECT-TYPE
+ SYNTAX BITS
+ {
+ ber0(0),
+ ber1(1),
+ ber2(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object shows TDM if related alarms."
+ ::= { xfRLTDMIfEntry 5 }
+
+ xfTDMRxLoop OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ enable(2),
+ disable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It configures TDM RX loop:
+ - other(1)
+ - enable(2)
+ - disable(3) (default)
+ "
+ ::= { xfRLTDMIfEntry 6 }
+
+ xfTDMDistinguishedName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It is the disinguished name of TDM i/f, i.e. R/S/P."
+ ::= { xfRLTDMIfEntry 7 }
+
+ xfTDMMaxTributaries OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the maximum number of tributaries that can be allocated to TDM i/f,
+ depending on frame ID, minimum ACM profile configured and licensed capacity in each CTs of the RLT.
+ The maximum number is limited to 80."
+ ::= { xfRLTDMIfEntry 8 }
+
+ xfTDMHopLength OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It represents the length of the radio hop expressed in Km.
+ This is used to calculate the propagation delay over the radio hop
+ that shall be compensated to guarantee TDM traffic error free.
+ Values:
+ - default value for delay compensation: -1
+ - admissible range of values in Km: 0-200
+ "
+ ::= { xfRLTDMIfEntry 9 }
+
+
+------------------------------------------------------------------------------
+-- xfCGIfTable
+------------------------------------------------------------------------------
+ xfCGIfTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfCGIfEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table is an extension of ifTable reporting the main characteristics of CG i/f."
+ ::= { xfRadioLinkRltObjects 9 }
+
+ xfCGIfEntry OBJECT-TYPE
+ SYNTAX XfCGIfEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfCGIfEntry."
+ INDEX { xfCGIfIndex }
+ ::= { xfCGIfTable 1 }
+
+ XfCGIfEntry ::=
+ SEQUENCE
+ {
+ xfCGIfIndex Integer32,
+ xfCGIfMinSpeed Integer32,
+ xfCGIfMaxSpeed Gauge32,
+ xfCGIfRCNum INTEGER,
+ xfCGIfAlarms BITS,
+ xfCGIfHopViewStatus INTEGER
+ }
+
+ xfCGIfIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It is the ifIndex of CG interface."
+ ::= { xfCGIfEntry 1 }
+
+ xfCGIfMinSpeed OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The minimum speed (throughput) of this interface expressed in bit/s, including both Ethernet and TDM capacities.
+ Note: in case of bonding configurations, it represents the minimum of the min speeds
+ of all Carrier Terminations in the bonding group.
+ "
+ ::= { xfCGIfEntry 2 }
+
+ xfCGIfMaxSpeed OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The maximum speed (throughput) of this interface expressed in bit/s, including both Ethernet and TDM capacities.
+ Note: in case of bonding configurations, it represents the sum of the max speeds
+ of all Carrier Terminations in the bonding group.
+ "
+ ::= { xfCGIfEntry 3 }
+
+ xfCGIfRCNum OBJECT-TYPE
+ SYNTAX INTEGER (1..16)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of Carrier Termination members belonging to the CG group."
+ ::= { xfCGIfEntry 4 }
+
+ xfCGIfAlarms OBJECT-TYPE
+ SYNTAX BITS
+ {
+ hccNe0(0),
+ hccNe1(1),
+ hccNe2(2),
+
+ rltId0(3),
+ rltId1(4),
+ rltId2(5),
+
+ txSwitchover0(6),
+ txSwitchover1(7),
+ txSwitchover2(8),
+
+ remoteTxSwitchOver0(9),
+ remoteTxSwitchOver1(10),
+ remoteTxSwitchOver2(11),
+
+ unableToProtect0(12),
+ unableToProtect1(13),
+ unableToProtect2(14),
+
+ rfInputThresholdProtection0(15),
+ rfInputThresholdProtection1(16),
+ rfInputThresholdProtection2(17),
+
+ unableToProtectEqp0(18),
+ unableToProtectEqp1(19),
+ unableToProtectEqp2(20)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object shows CG i/f related alarms."
+ ::= { xfCGIfEntry 5 }
+
+ xfCGIfHopViewStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ down(2),
+ up(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object represents the Hop View status.
+ Up: Far-End is reachable
+ Down: Far-End not reachable
+
+ The status is related to HCC-NE alarm.
+ "
+ ::= { xfCGIfEntry 6 }
+
+------------------------------------------------------------------------------
+-- xfXPICPairTable
+------------------------------------------------------------------------------
+ xfXPICPairTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfXPICPairEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table is used to enable XPIC (Admid Status) and set the CT pair in XPIC."
+ ::= { xfRadioLinkRltObjects 10 }
+
+ xfXPICPairEntry OBJECT-TYPE
+ SYNTAX XfXPICPairEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfXPICPairTable."
+ INDEX { entLogicalIndex, xfXpicPairIndex }
+ ::= { xfXPICPairTable 1 }
+
+ XfXPICPairEntry ::=
+ SEQUENCE
+ {
+ xpicPairEntLogicalIIndex Integer32,
+ xfXPICPairAdminStatus INTEGER,
+ xfXPICPairNumber INTEGER,
+ xfXPICPairRecovery INTEGER,
+ xfXPICPairRestore INTEGER,
+ xfXPICCTmember1 DisplayString,
+ xfXPICCTmember2 DisplayString,
+ xfXPICAutoRestore INTEGER,
+ xfXpicPairIndex INTEGER
+ }
+
+ xpicPairEntLogicalIIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the entLogicalIndex of the Radio Link Terminal (RLT).
+ The logical entity identified by xpicPairEntLogicalIIndex is the same
+ entity as identified by the same value of entLogicalIndex.
+ "
+ ::= { xfXPICPairEntry 1 }
+
+ xfXPICPairAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ enable(2),
+ disable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Administrative status of XPIC pair.
+ Default value: disable."
+ ::= { xfXPICPairEntry 2 }
+
+ xfXPICPairNumber OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It specifies the number used for identification of the XPIC pair."
+ ::= { xfXPICPairEntry 3 }
+
+ xfXPICPairRecovery OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ enable(2),
+ disable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It allows to enable/disable the recovery procedure when XPIC mode is enabled."
+ ::= { xfXPICPairEntry 4 }
+
+ xfXPICPairRestore OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ xpicNoRestore(2),
+ xpicRestore(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Restore XPIC functionality after XPIC recovery has been triggered and resets
+ XPIC Auto Restore procedure"
+ ::= { xfXPICPairEntry 5 }
+
+ xfXPICCTmember1 OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It specifies the first Carrier Termination (CT) member of the XPIC pair.
+ The member is identified by the CT distinguished name (R/S/P).
+ "
+ ::= { xfXPICPairEntry 6 }
+
+ xfXPICCTmember2 OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It specifies the second Carrier Termination (CT) member of the XPIC pair.
+ The member is identified by the CT distinguished name (R/S/P).
+ "
+ ::= { xfXPICPairEntry 7 }
+
+ xfXPICAutoRestore OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ enable(2),
+ disable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It enable/disables the XPIC Auto Recovery procedure.
+ "
+ ::= { xfXPICPairEntry 8 }
+
+ xfXpicPairIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..10)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the table second index and is used to index the XPIC pair associated
+ to Radio Link Terminal (RLT) with entLogicalIndex equal to xpicPairEntLogicalIIndex.
+ It has been introduce to support configurations like 4+0 RLB EQP, 2+2 RLP EQP."
+ ::= { xfXPICPairEntry 9 }
+
+------------------------------------------------------------------------------
+-- xfMIMOGroupTable
+------------------------------------------------------------------------------
+ xfMIMOGroupTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfMIMOGroupEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table is used to enable MIMO (Admid Status) and set the CTs in MIMO group."
+ ::= { xfRadioLinkRltObjects 11 }
+
+ xfMIMOGroupEntry OBJECT-TYPE
+ SYNTAX XfMIMOGroupEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfMIMOGroupTable."
+ INDEX { entLogicalIndex }
+ ::= { xfMIMOGroupTable 1 }
+
+ XfMIMOGroupEntry ::=
+ SEQUENCE
+ {
+ mimoGroupEntLogicalIIndex Integer32,
+ xfMIMOGroupAdminStatus INTEGER,
+ xfMIMOGroupNumber INTEGER,
+ xfMIMOGroupRecovery INTEGER,
+ xfMIMOGroupRestore INTEGER,
+ xfMIMOCTmember1 DisplayString,
+ xfMIMOCTmember2 DisplayString,
+ xfMIMOCTmember3 DisplayString,
+ xfMIMOCTmember4 DisplayString
+ }
+
+ mimoGroupEntLogicalIIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the entLogicalIndex of the Radio Link Terminal (RLT).
+ The logical entity identified by mimoGroupEntLogicalIIndex is the same
+ entity as identified by the same value of entLogicalIndex.
+ "
+ ::= { xfMIMOGroupEntry 1 }
+
+ xfMIMOGroupAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ enable(2),
+ disable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Administrative status of MIMO group.
+ Default value: disable.
+ "
+ ::= { xfMIMOGroupEntry 2 }
+
+ xfMIMOGroupNumber OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It specifies the Number used for identification of the MIMO group.
+ "
+ ::= { xfMIMOGroupEntry 3 }
+
+ xfMIMOGroupRecovery OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ enable(2),
+ disable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It allows to enable/disable the recovery procedure when MIMO mode is enabled."
+ ::= { xfMIMOGroupEntry 4 }
+
+ xfMIMOGroupRestore OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ mimoNoRestore(2),
+ mimoRestore(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Restore MIMO functionality after MIMO recovery has been triggered."
+ ::= { xfMIMOGroupEntry 5 }
+
+ xfMIMOCTmember1 OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It specifies the first Carrier Termination (CT) member of the MIMO group.
+ The member is identified by the CT distinguished name (R/S/P).
+ "
+ ::= { xfMIMOGroupEntry 6 }
+
+ xfMIMOCTmember2 OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It specifies the second Carrier Termination (CT) member of the MIMO group.
+ The member is identified by the CT distinguished name (R/S/P).
+ "
+ ::= { xfMIMOGroupEntry 7 }
+
+ xfMIMOCTmember3 OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It specifies the third Carrier Termination (CT) member of the MIMO group.
+ The member is identified by the CT distinguished name (R/S/P).
+ "
+ ::= { xfMIMOGroupEntry 8 }
+
+ xfMIMOCTmember4 OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It specifies the forth Carrier Termination (CT) member of the MIMO group.
+ The member is identified by the CT distinguished name (R/S/P).
+ "
+ ::= { xfMIMOGroupEntry 9 }
+
+------------------------------------------------------------------------------
+-- xfRLWANIfTable
+------------------------------------------------------------------------------
+ xfRLWANIfTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLWANIfEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table is used to handle the RL-WAN i/f."
+ ::= { xfRadioLinkRltObjects 12 }
+
+ xfRLWANIfEntry OBJECT-TYPE
+ SYNTAX XfRLWANIfEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRLWANIfTable."
+ INDEX { xfRLWANIfIndex }
+ ::= { xfRLWANIfTable 1 }
+
+ XfRLWANIfEntry ::=
+ SEQUENCE
+ {
+ xfRLWANIfIndex Integer32,
+ xfRLWANDistinguishedName DisplayString,
+ xfRLWANCompAdminStatus INTEGER,
+ xfRLWANCompConnStatus INTEGER,
+ xfRLWANMlhcMplsMode INTEGER,
+ xfRLWANMlhcOperStatus INTEGER,
+ xfRLWANPlcOperStatus INTEGER,
+ xfRLWANActualCapacity Gauge32,
+ xfRLWANLimitedCapacity Gauge32
+ }
+
+ xfRLWANIfIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It is the table index.
+ It contains the ifIndex value of the WAN interface.
+ "
+ ::= { xfRLWANIfEntry 1 }
+
+ xfRLWANDistinguishedName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It is the name uniquely identifying the RL-WAN interface within the system, i.e. R/S/P."
+ ::= { xfRLWANIfEntry 2 }
+
+ xfRLWANCompAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ down(2),
+ mlhcUp(3),
+ mlhcPlcUp(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It enables and disables MLHC and PLC on the RL-WAN interface.
+
+ down(2): both MLHC and PLC are disabled.
+ mlhcUp(3): only MLHC is enabled.
+ mlhcPlcUp(4): both MLHC and PLC are enabled.
+ Default:down(2).
+
+ Compression can be enabled on only one of the two RL-WAN interfaces belonging to the same MMU.
+ Any attempt to enable compression on both RL-WAN interfaces belonging to the same MMU is refused.
+ "
+ ::= { xfRLWANIfEntry 3 }
+
+ xfRLWANCompConnStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ disconnected(2),
+ connected(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It specifies if the compression building block is physically connected to the RL-WAN interface.
+ Physical connection of the compression building block to the RL-WAN interface is pre-requisite for enabling compression.
+
+ When xfRLWANCompAdminStatus is set either to mlhcUp or mlhcPlcUp, the compression building block
+ is physically connected to RL-WAN interfaces and xfRLWANCompConnStatus becomes connected.
+ When xfRLWANCompAdminStatus is set either to mlhcUp or mlhcPlcUp on the other RL-WAN interface,
+ the compression building block is physically connected to the other RL-WAN interfaces
+ and xfRLWANCompConnStatus becomes disconnected.
+ "
+ ::= { xfRLWANIfEntry 4 }
+
+ xfRLWANMlhcMplsMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ mplsOnly(2),
+ controlWord(3),
+ l2(4),
+ l3(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It specifies the wanted mpls mode.
+ mplsOnly(2): Ethernet customer bridge, provider bridge and QinQ headers, including MPLS labels (up to 3) are compressed.
+ controlWord(3): L2 VPN with Pseudo-Wire Control Word headers are compressed.
+ l2(4): L2 VPN without Pseudo-Wire Control Word headers are compressed.
+ l3(5): L3 VPN headers are compressed.
+ Default: mplsOnly(2).
+
+ This can be configured only if compression administrative status is down.
+ "
+ ::= { xfRLWANIfEntry 5 }
+
+ xfRLWANMlhcOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ down(2),
+ up(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Multi-Layer Header Compression operative status.
+ "
+ ::= { xfRLWANIfEntry 6 }
+
+ xfRLWANPlcOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ down(2),
+ up(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Payload Compression operative status.
+ "
+ ::= { xfRLWANIfEntry 7 }
+
+ xfRLWANActualCapacity OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Actual Capacity (speed) of RL WAN interface, in bps.
+ "
+ ::= { xfRLWANIfEntry 8 }
+
+ xfRLWANLimitedCapacity OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Capacity (speed) limited by license of RL WAN interface, in bps.
+ "
+ ::= { xfRLWANIfEntry 9 }
+
+------------------------------------------------------------------------------
+-- xfRLTHierarchyModuleTable
+------------------------------------------------------------------------------
+ xfRLTHierarchyModuleTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLTHierarchyModuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table is used to handle Module (MMU - RAU) hierarchy for the specific RLT."
+ ::= { xfRadioLinkRltObjects 13 }
+
+ xfRLTHierarchyModuleEntry OBJECT-TYPE
+ SYNTAX XfRLTHierarchyModuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRLTHierarchyModuleTable."
+ INDEX { xfRLTMHIndex, xfRLTModuleIndex }
+ ::= { xfRLTHierarchyModuleTable 1 }
+
+ XfRLTHierarchyModuleEntry ::=
+ SEQUENCE
+ {
+ xfRLTMHIndex Integer32,
+ xfRLTModuleIndex Integer32,
+ xfRLTEntPhysicalIndex Integer32,
+ xfRLTPhysicalCointainedIn Integer32,
+ xfRLTPhysicalParentRelPos Integer32,
+ xfRLTEntityPhysicalDescr DisplayString,
+ xfRLTModuleSlotPosition Integer32,
+ xfRLTNEDistinguishedName DisplayString,
+ xfRLTFEDistinguishedName DisplayString,
+ xfRLTInterfaceIndex Integer32,
+ xfRLTHighestSeverityAlarm INTEGER
+ }
+
+ xfRLTMHIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It is the table index.
+ It contains the entPhisycalIndex of the WAN port associated to the RLT.
+ "
+ ::= { xfRLTHierarchyModuleEntry 1 }
+
+ xfRLTModuleIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..1000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It is the table index.
+ It is a sequential number referred to the module (entity), either MMU or RAU, constituting the RLT.
+ "
+ ::= { xfRLTHierarchyModuleEntry 2 }
+
+ xfRLTEntPhysicalIndex OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This MO represents the value of entPhysicalIndex of the module, either MMU or RAU,
+ constituting the RLT.
+ "
+ ::= { xfRLTHierarchyModuleEntry 3 }
+
+ xfRLTPhysicalCointainedIn OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This MO represents the value of entPhysicalIndex for the physical entity which
+ 'contains' this physical entity, which is either MMU or RAU (constituting the RLT).
+ "
+ ::= { xfRLTHierarchyModuleEntry 4 }
+
+ xfRLTPhysicalParentRelPos OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This MO represents the indication of the relative position of this 'child'
+ component among all its 'sibling' components.
+ "
+ ::= { xfRLTHierarchyModuleEntry 5 }
+
+ xfRLTEntityPhysicalDescr OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This MO represents a textual description of physical entity (module),
+ either MMU or RAU, constituting the RLT.
+ "
+ ::= { xfRLTHierarchyModuleEntry 6 }
+
+ xfRLTModuleSlotPosition OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This MO represents the slot position of the physical entity (module),
+ either MMU or RAU, constituting the RLT.
+ "
+ ::= { xfRLTHierarchyModuleEntry 7 }
+
+ xfRLTFEDistinguishedName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This MO represents the distinguished name of the Near-End logical entity,
+ either RLT or CT.
+ "
+ ::= { xfRLTHierarchyModuleEntry 8 }
+
+ xfRLTNEDistinguishedName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This MO represents the distinguished name of the Far-End logical entity,
+ either RLT or CT.
+ "
+ ::= { xfRLTHierarchyModuleEntry 9 }
+
+ xfRLTInterfaceIndex OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This MO represents the value of ifIndex of the interface, either CG IF (Bonding/RLP) or RAU IF,
+ constituting the RLT.
+ "
+ ::= { xfRLTHierarchyModuleEntry 10 }
+
+ xfRLTHighestSeverityAlarm OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ critical(0),
+ major(1),
+ minor(2),
+ warning(3),
+ clear(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ This MO reports the highest severity of the alarms active in the physical module, MMU or RAU, it refers to.
+ Value list:
+ - critical(0): highest severity is Critical;
+ - major(1): highest severity is Major;
+ - minor(2): highest severity is Minor;
+ - warning(3): highest severity is Warning;
+ - clear(4): no alarm.
+
+ "
+ ::= { xfRLTHierarchyModuleEntry 11 }
+
+------------------------------------------------------------------------------
+-- xfRLTProtectionTable
+------------------------------------------------------------------------------
+ xfRLTProtectionTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLTProtectionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table is used to handle RL Protection for the RLT whose mode is set 1+1RLP."
+ ::= { xfRadioLinkRltObjects 14 }
+
+ xfRLTProtectionEntry OBJECT-TYPE
+ SYNTAX XfRLTProtectionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRLTProtectionTable."
+ INDEX { xfRLTProtIndex}
+ ::= { xfRLTProtectionTable 1 }
+
+ XfRLTProtectionEntry ::=
+ SEQUENCE
+ {
+ xfRLTProtIndex Integer32,
+ xfRLTProtectionSwitchMode INTEGER,
+ xfRLTProtectionStatus INTEGER,
+ xfRLTRevertivePreferredTX DisplayString,
+ xfRLTProtectionWaitToRestoreTime INTEGER,
+ xfRLTFadeNotificationTimer INTEGER,
+ xfRLTManualSwitchCommand INTEGER,
+ xfRLTTxSwitchOverConfiguration INTEGER,
+ xfRLTTxSwitchOverAlarmReset INTEGER,
+ xfRLTNumOfRLPSwitch Integer32,
+ xfRLTEnhancedACMProtectionMode INTEGER,
+ xfRLTEnhancedACMProtectionOperStatus INTEGER
+ }
+
+ xfRLTProtIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It is the table index.
+ It contains the entity logical index of the RLT configured in 1+1RLP.
+ "
+ ::= { xfRLTProtectionEntry 1 }
+
+ xfRLTProtectionSwitchMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ auto(2),
+ manual(3),
+ autoRevertive(4),
+ txSwitchDisable(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The mode in which the switching mechanism is configured.
+ Auto: System automatically switches from the degraded to the other transmitter (Tx).
+ Manual: Automatic switching is disabled and operator can select Tx manually.
+ Auto & Revertive: makes it possible to manually set the preferred Tx.
+ TX switch disable: Selective Space Diverity, SSD.
+ RLP TX switch is disabled.
+ The two received signals, from different paths, are combined.
+
+ Default: AUTO (for RLT mode RLP) & NA (default for RLT mode RLB).
+ "
+ ::= { xfRLTProtectionEntry 2 }
+
+ xfRLTProtectionStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ unprotected(2),
+ protected(3),
+ unableToProtect(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status of the protection, when configured in a protected mode.
+ Values:
+ - unprotected;
+ - protected
+ - unableToProtect
+
+ Note:
+ Applicable only when RLT-mode is RL protection.
+ "
+ ::= { xfRLTProtectionEntry 3 }
+
+ xfRLTRevertivePreferredTX OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..31))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It specifies the preferred TX Radio Carrier Termination (CT) in revertive protection mode.
+ The member is identified by the CT distinguished name (R/S/P).
+ "
+ ::= { xfRLTProtectionEntry 4 }
+
+ xfRLTProtectionWaitToRestoreTime OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The time, in # of seconds, to wait before switching back to the preferred Tx in Auto & Revertive mode.
+
+ Default: 0.
+ "
+ ::= { xfRLTProtectionEntry 5 }
+
+ xfRLTFadeNotificationTimer OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Notifications for alarms caused by fading, with a duration less than the specified time (0 - 1000 seconds) are not sent.
+ Only applicable for protected configurations.
+
+ Default: 200.
+ "
+ ::= { xfRLTProtectionEntry 6 }
+
+ xfRLTManualSwitchCommand OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ txManualSwitch(2),
+ txManualNoSwitch(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Used to request a TX switch-over.
+ Applicable for protected configurations and when protectionSwitchMode is set to Manual.
+ Not Applicable for RLT mode RLB
+
+ Value:
+ - txManualSwitch
+ - txManualNoSwitch.
+ "
+ ::= { xfRLTProtectionEntry 7 }
+
+ xfRLTTxSwitchOverConfiguration OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ notSupported(2),
+ enable(3),
+ disable(4),
+ enableLocal(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Enable or disable the function to switch TX on a request from far-end, including also the TX switchover alarm notifications , both local and remote. Only applicable in RLT mode RLP.
+
+ Values:
+ - notSupported: (default for RLT in RLB mode)
+ - enable: TX switchover triggered by local and remote faults
+ - disable: TX switchover disabled(default for RLT in RLP mode) - DEPRECATED
+ - enableLocal: TX switchover triggered by local faults only (default for RLT in RLP mode)
+ "
+ ::= { xfRLTProtectionEntry 8 }
+
+ xfRLTTxSwitchOverAlarmReset OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ txSwitchOverAlarmNoReset(2),
+ txSwitchOverAlarmReset(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Used to manual reset the TX switch-over alarm and Remote TX switchover alarm (consequently to TX switch ordered from far-end).
+ Note: the alarm is raised when TX Switch far-end function is enabled (xfRLTTxSwitchOverConfiguration).
+
+ Value:
+ - txSwitchOverAlarmNoReset
+ - txSwitchOverAlarmReset.
+ "
+ ::= { xfRLTProtectionEntry 9 }
+
+ xfRLTNumOfRLPSwitch OBJECT-TYPE
+ SYNTAX Integer32 (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the number of RLP Radio TX switch.
+ "
+ ::= { xfRLTProtectionEntry 10 }
+
+ xfRLTEnhancedACMProtectionMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ activeTransmitter(2),
+ maximumCapacity(3),
+ maximumProtection(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "It configures the enhanced ACM protection mode. The enhanced ACM protection uses RX indicators from both the working and the protection links
+ to select an ACM profile to optimize capacity (throughput) and/or protection (robustness).
+
+ Values:
+ - Active Transmitter : ACM engine determines the ACM profile according to the working Rx ACM indications only;
+ - Maximum Capacity (default): Working Rx ACM engine is aware of the ACM profile requests from the
+ protection Rx ACM engine, and determines the highest ACM profile between
+ the working and the protection links;
+ - Maximum Protection : Working Rx ACM engine is aware of the protection Rx ACM engine's ACM
+ profile requests, and determines the lowest ACM profile between the working
+ and the protection links.
+ "
+ ::= { xfRLTProtectionEntry 11 }
+
+ xfRLTEnhancedACMProtectionOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ notApplicable(2),
+ enhAcmProtActive(3),
+ enhAcmProtNotActive(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status of the enhanched ACM protection engine, when ACM engine is configured either in maximum-troughtput or maximum-protection mode.
+
+ Values:
+ - notApplicable : when enhanced ACM protection mode is basic;
+ - enhAcmProtActive : when the enhanced ACM engine is working and the highest ACM profile is selected
+ between the working and the protection links;
+ - enhAcmProtNotActive: when the enhanced ACM engine is not working.
+ "
+ ::= { xfRLTProtectionEntry 12 }
+
+
+------------------------------------------------------------------------------
+-- xfRLTEncryptionTable
+------------------------------------------------------------------------------
+ xfRLTEncryptionTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLTEncryptionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table is used to handle Radio Link Encryption."
+ ::= { xfRadioLinkRltObjects 15 }
+
+ xfRLTEncryptionEntry OBJECT-TYPE
+ SYNTAX XfRLTEncryptionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRLTEncryptionTable."
+ INDEX { xfRLTEncryptionIndex}
+ ::= { xfRLTEncryptionTable 1 }
+
+ XfRLTEncryptionEntry ::=
+ SEQUENCE
+ {
+ xfRLTEncryptionIndex Integer32,
+ xfRLTEncryptionAdminStatus INTEGER,
+ xfRLTEncryptionOperStatus INTEGER,
+ xfRLTEncryptionMasterKey DisplayString
+ }
+
+ xfRLTEncryptionIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It represents the xfRLTEncryptionTable index and is the RLT entity logical index."
+ ::= { xfRLTEncryptionEntry 1 }
+
+ xfRLTEncryptionAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ enable(2),
+ disable(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "This MO allows to enable/disable the Encryption of both control and traffic plain over the Radio Link hop.
+ Values:
+ - enable;
+ - disable.
+
+ Default: DISABLE.
+ "
+ ::= { xfRLTEncryptionEntry 2 }
+
+ xfRLTEncryptionOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ up(2),
+ down(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This MO represents the Operative Status of the Encryption function over the Radio Link hop
+ and refers to receiving direction. Therefore, it indicates if the receiving side is able or
+ not able to correctly/successfully decipher the ciphered data stream transmitted from remote side..
+ The ecryption status can assume the values:
+ - up: control and traffic plain are correctly deciphered;
+ - down: control and traffic plain are not deciphered correctly/successfully, due to e.g. authentication failure, disturbance over the radio-hop.
+ "
+ ::= { xfRLTEncryptionEntry 3 }
+
+ xfRLTEncryptionMasterKey OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..63))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "This MO allows to define the Master Key used to initiate the Encryption operation.
+ Master Key is hidden.
+ "
+ ::= { xfRLTEncryptionEntry 4 }
+
+--
+------------------------------------------------------------------------------
+-- xfRadioLinkRltPmObjects
+------------------------------------------------------------------------------
+-- The xfRadioLinkRltPmObjects MOs
+
+------------------------------------------------------------------------------
+-- xfRLPMContinuousCounterTable
+------------------------------------------------------------------------------
+ xfRLPMContinuousCounterTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMContinuousCounterEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Table for RLT performance data."
+ ::= { xfRadioLinkRltPmObjects 1 }
+
+ xfRLPMContinuousCounterEntry OBJECT-TYPE
+ SYNTAX XfRLPMContinuousCounterEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRLPMContinuousCounterTable."
+ INDEX { ifIndex }
+ ::= { xfRLPMContinuousCounterTable 1 }
+
+ XfRLPMContinuousCounterEntry ::=
+ SEQUENCE
+ {
+ xfPMTimeElapsed PerfIntervalCount,
+ xfPMCurrentES PerfCurrentCount,
+ xfPMCurrentSES PerfCurrentCount,
+ xfPMCurrentBBE HCPerfCurrentCount,
+ xfPMCurrentUAS PerfCurrentCount,
+ xfPMCurrentBB HCPerfCurrentCount,
+ xfPMPerfReset INTEGER,
+ xfPMCurrentESR PerfCurrentCount,
+ xfPMCurrentSESR PerfCurrentCount,
+ xfPMCurrentBBER HCPerfCurrentCount
+ }
+
+ xfPMTimeElapsed OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The number of seconds that have elapsed since the beginning
+ of the current error-measurement period.
+ If the current interval exceeds the maximum
+ value, the agent will return the maximum value.
+ Reset by xfPMPerfReset.
+ "
+ ::= { xfRLPMContinuousCounterEntry 1 }
+
+ xfPMCurrentES OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object shows the errored seconds.
+ Reset by xfPMPerfReset."
+ ::= { xfRLPMContinuousCounterEntry 2 }
+
+ xfPMCurrentSES OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object shows the severely errored seconds.
+ Reset by xfPMPerfReset."
+ ::= { xfRLPMContinuousCounterEntry 3 }
+
+ xfPMCurrentBBE OBJECT-TYPE
+ SYNTAX HCPerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object shows the background block errors.
+ Reset by xfPMPerfReset."
+ ::= { xfRLPMContinuousCounterEntry 4 }
+
+ xfPMCurrentUAS OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object shows the unavailable seconds (or unavailable time).
+ Reset by xfPMPerfReset."
+ ::= { xfRLPMContinuousCounterEntry 5 }
+
+ xfPMCurrentBB OBJECT-TYPE
+ SYNTAX HCPerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object shows the background blocks.
+ Reset by xfPMPerfReset."
+ ::= { xfRLPMContinuousCounterEntry 6 }
+
+ xfPMPerfReset OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ noReset(2),
+ reset(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ This object is used to reset the performance counters:
+ - Elapsed Time, ES, SES, BBE, BB
+ - PM ACM
+ - ETSI - EN 301 129 (TLTS, RLTS, ...) current/interval 15m/24h
+ - Max and Min XPI/MSE current/interval 15m/24h
+
+ It can be also set when the RAU is not present.
+ Near end access: read-write.
+ "
+ ::= { xfRLPMContinuousCounterEntry 7 }
+
+ xfPMCurrentESR OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The ratio of ES to total seconds in available time during a
+ fixed measurement interval.
+ Reset by xfPMPerfReset."
+ ::= { xfRLPMContinuousCounterEntry 8 }
+
+ xfPMCurrentSESR OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The ratio of SES to total seconds in available time
+ during a fixed measurement interval.
+ Reset by xfPMPerfReset."
+ ::= { xfRLPMContinuousCounterEntry 9 }
+
+ xfPMCurrentBBER OBJECT-TYPE
+ SYNTAX HCPerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The ratio of Background Block Errors (BBE) to total blocks in
+ available time during a fixed measurement interval.
+ Reset by xfPMPerfReset."
+ ::= { xfRLPMContinuousCounterEntry 10 }
+
+------------------------------------------------------------------------------
+-- xfRLPMACMConfigTable
+------------------------------------------------------------------------------
+ xfRLPMACMConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMACMConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Alarm threshold values for RL PM."
+ ::= { xfRadioLinkRltPmObjects 2 }
+
+ xfRLPMACMConfigEntry OBJECT-TYPE
+ SYNTAX XfRLPMACMConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLPMACMConfigTable"
+ INDEX { ifIndex }
+ ::= { xfRLPMACMConfigTable 1 }
+
+ XfRLPMACMConfigEntry ::=
+ SEQUENCE
+ {
+ xfPMACMSetThreshold15m Integer32,
+ xfPMACMSetThreshold24h Integer32,
+ xfPMACMResetThreshold15m Integer32,
+ xfPMACMStatus BITS,
+ xfPMACMValidData BITS
+ }
+
+ xfPMACMSetThreshold15m OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The 15 minute set threshold for minimum modulation.
+ Near end access: read-write.
+ Far end access: no access.
+ Default value is 180.
+ "
+ ::= { xfRLPMACMConfigEntry 1 }
+
+ xfPMACMSetThreshold24h OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The 24 hour set threshold for minimum modulation.
+ Near end access: read-write.
+ Far end access: no access.
+ Default value is 1500.
+ "
+ ::= { xfRLPMACMConfigEntry 2 }
+
+ xfPMACMResetThreshold15m OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The 15 minute reset threshold for minimum modulation.
+ Near end access: read-write.
+ Far end access: no access.
+ Default value is 20.
+ "
+ ::= { xfRLPMACMConfigEntry 3 }
+
+ xfPMACMStatus OBJECT-TYPE
+ SYNTAX BITS
+ {
+ acm15m0(0),
+ acm15m1(1),
+ acm15m2(2),
+ acm24h0(3),
+ acm24h1(4),
+ acm24h2(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ It reports threshold crossing alarm status:
+ - acm15m: ACM 15 min threshold crossing: ACM has been in the lowest configured profile
+ for a number of seconds exceeding the configured 15 min threshold.
+ - acm24h: ACM 24 hour threshold crossing: ACM has been in the lowest configured profile
+ for a number of seconds exceeding the configured 24 hour threshold.
+ "
+ ::= { xfRLPMACMConfigEntry 4 }
+
+ xfPMACMValidData OBJECT-TYPE
+ SYNTAX BITS
+ {
+ valid15m4QAMStrong(0),
+ valid15m4QAMStd(1),
+ valid15m4QAMLight(2),
+ valid15m16QAMStrong(3),
+ valid15m16QAMStd(4),
+ valid15m16QAMLight(5),
+ valid15m32QAMStrong(6),
+ valid15m32QAMStd(7),
+ valid15m32QAMLight(8),
+ valid15m64QAMStrong(9),
+ valid15m64QAMStd(10),
+ valid15m64QAMLight(11),
+ valid15m128QAMStrong(12),
+ valid15m128QAMStd(13),
+ valid15m128QAMLight(14),
+ valid15m256QAMStrong(15),
+ valid15m256QAMStd(16),
+ valid15m256QAMLight(17),
+ valid15m512QAMStrong(18),
+ valid15m512QAMStd(19),
+ valid15m512QAMLight(20),
+ valid15m1024QAMStrong(21),
+ valid15m1024QAMStd(22),
+ valid15m1024QAMLight(23),
+ valid15m2048QAMStrong(24),
+ valid15m2048QAMStd(25),
+ valid15m2048QAMLight(26),
+ valid15m4096QAMStrong(27),
+ valid15m4096QAMStd(28),
+ valid15m4096QAMLight(29),
+ valid15m8192QAMStrong(30),
+ valid15m8192QAMStd(31),
+ valid15m8192QAMLight(32),
+ valid15m16384QAMStrong(33),
+ valid15m16384QAMStd(34),
+ valid15m16384QAMLight(35)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It reports which ACM's PM data are valid."
+ ::= { xfRLPMACMConfigEntry 5 }
+
+------------------------------------------------------------------------------
+-- xfRLPMACMCurrent24hTable
+------------------------------------------------------------------------------
+ xfRLPMACMCurrent24hTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMACMCurrent24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "ACM-based counters for current 24h table."
+ ::= { xfRadioLinkRltPmObjects 3 }
+
+ xfRLPMACMCurrent24hEntry OBJECT-TYPE
+ SYNTAX XfRLPMACMCurrent24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLPMACMCurrent24hTable."
+ INDEX { ifIndex }
+ ::= { xfRLPMACMCurrent24hTable 1 }
+
+ XfRLPMACMCurrent24hEntry ::=
+ SEQUENCE
+ {
+ xfPMACMCurrent24h4QAMStrong PerfCurrentCount,
+ xfPMACMCurrent24h4QAMStd PerfCurrentCount,
+ xfPMACMCurrent24h4QAMLight PerfCurrentCount,
+ xfPMACMCurrent24h16QAMStrong PerfCurrentCount,
+ xfPMACMCurrent24h16QAMStd PerfCurrentCount,
+ xfPMACMCurrent24h16QAMLight PerfCurrentCount,
+ xfPMACMCurrent24h32QAMStrong PerfCurrentCount,
+ xfPMACMCurrent24h32QAMStd PerfCurrentCount,
+ xfPMACMCurrent24h32QAMLight PerfCurrentCount,
+ xfPMACMCurrent24h64QAMStrong PerfCurrentCount,
+ xfPMACMCurrent24h64QAMStd PerfCurrentCount,
+ xfPMACMCurrent24h64QAMLight PerfCurrentCount,
+ xfPMACMCurrent24h128QAMStrong PerfCurrentCount,
+ xfPMACMCurrent24h128QAMStd PerfCurrentCount,
+ xfPMACMCurrent24h128QAMLight PerfCurrentCount,
+ xfPMACMCurrent24h256QAMStrong PerfCurrentCount,
+ xfPMACMCurrent24h256QAMStd PerfCurrentCount,
+ xfPMACMCurrent24h256QAMLight PerfCurrentCount,
+ xfPMACMCurrent24h512QAMStrong PerfCurrentCount,
+ xfPMACMCurrent24h512QAMStd PerfCurrentCount,
+ xfPMACMCurrent24h512QAMLight PerfCurrentCount,
+ xfPMACMCurrent24h1024QAMStrong PerfCurrentCount,
+ xfPMACMCurrent24h1024QAMStd PerfCurrentCount,
+ xfPMACMCurrent24h1024QAMLight PerfCurrentCount,
+ xfPMACMCurrent24h2048QAMStrong PerfCurrentCount,
+ xfPMACMCurrent24h2048QAMStd PerfCurrentCount,
+ xfPMACMCurrent24h2048QAMLight PerfCurrentCount,
+ xfPMACMCurrent24h4096QAMStrong PerfCurrentCount,
+ xfPMACMCurrent24h4096QAMStd PerfCurrentCount,
+ xfPMACMCurrent24h4096QAMLight PerfCurrentCount,
+ xfPMACMCurrent24h8192QAMStrong PerfCurrentCount,
+ xfPMACMCurrent24h8192QAMStd PerfCurrentCount,
+ xfPMACMCurrent24h8192QAMLight PerfCurrentCount,
+ xfPMACMCurrent24h16384QAMStrong PerfCurrentCount,
+ xfPMACMCurrent24h16384QAMStd PerfCurrentCount,
+ xfPMACMCurrent24h16384QAMLight PerfCurrentCount
+ }
+
+ xfPMACMCurrent24h4QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 1 }
+
+ xfPMACMCurrent24h4QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 2 }
+
+ xfPMACMCurrent24h4QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 3 }
+
+ xfPMACMCurrent24h16QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 4 }
+
+ xfPMACMCurrent24h16QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 5 }
+
+ xfPMACMCurrent24h16QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 6 }
+
+ xfPMACMCurrent24h32QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 7 }
+
+ xfPMACMCurrent24h32QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 8 }
+
+ xfPMACMCurrent24h32QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 9 }
+
+ xfPMACMCurrent24h64QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 10 }
+
+ xfPMACMCurrent24h64QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 11 }
+
+ xfPMACMCurrent24h64QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 12 }
+
+ xfPMACMCurrent24h128QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 13 }
+
+ xfPMACMCurrent24h128QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 14 }
+
+ xfPMACMCurrent24h128QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 15 }
+
+ xfPMACMCurrent24h256QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 16 }
+
+ xfPMACMCurrent24h256QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 17 }
+
+ xfPMACMCurrent24h256QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 18 }
+
+ xfPMACMCurrent24h512QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 19 }
+
+ xfPMACMCurrent24h512QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 20 }
+
+ xfPMACMCurrent24h512QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 21 }
+
+ xfPMACMCurrent24h1024QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 22 }
+
+ xfPMACMCurrent24h1024QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 23 }
+
+ xfPMACMCurrent24h1024QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 24 }
+
+ xfPMACMCurrent24h2048QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 25 }
+
+ xfPMACMCurrent24h2048QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 26 }
+
+ xfPMACMCurrent24h2048QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 27 }
+
+ xfPMACMCurrent24h4096QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 28 }
+
+ xfPMACMCurrent24h4096QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 29 }
+
+ xfPMACMCurrent24h4096QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 30 }
+
+ xfPMACMCurrent24h8192QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 31 }
+
+ xfPMACMCurrent24h8192QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 32 }
+
+ xfPMACMCurrent24h8192QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 33 }
+
+ xfPMACMCurrent24h16384QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 34 }
+
+ xfPMACMCurrent24h16384QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 35 }
+
+ xfPMACMCurrent24h16384QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid time since reset."
+ ::= { xfRLPMACMCurrent24hEntry 36 }
+
+
+------------------------------------------------------------------------------
+-- xfRLPMACMInterval24hTable
+------------------------------------------------------------------------------
+ xfRLPMACMInterval24hTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMACMInterval24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "ACM-based counters for interval 24h table."
+ ::= { xfRadioLinkRltPmObjects 4 }
+
+ xfRLPMACMInterval24hEntry OBJECT-TYPE
+ SYNTAX XfRLPMACMInterval24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLPMACMInterval24hTable."
+ INDEX { ifIndex }
+ ::= { xfRLPMACMInterval24hTable 1 }
+
+ XfRLPMACMInterval24hEntry ::=
+ SEQUENCE
+ {
+ xfPMACMInterval24h4QAMStrong PerfIntervalCount,
+ xfPMACMInterval24h4QAMStd PerfIntervalCount,
+ xfPMACMInterval24h4QAMLight PerfIntervalCount,
+ xfPMACMInterval24h16QAMStrong PerfIntervalCount,
+ xfPMACMInterval24h16QAMStd PerfIntervalCount,
+ xfPMACMInterval24h16QAMLight PerfIntervalCount,
+ xfPMACMInterval24h32QAMStrong PerfIntervalCount,
+ xfPMACMInterval24h32QAMStd PerfIntervalCount,
+ xfPMACMInterval24h32QAMLight PerfIntervalCount,
+ xfPMACMInterval24h64QAMStrong PerfIntervalCount,
+ xfPMACMInterval24h64QAMStd PerfIntervalCount,
+ xfPMACMInterval24h64QAMLight PerfIntervalCount,
+ xfPMACMInterval24h128QAMStrong PerfIntervalCount,
+ xfPMACMInterval24h128QAMStd PerfIntervalCount,
+ xfPMACMInterval24h128QAMLight PerfIntervalCount,
+ xfPMACMInterval24h256QAMStrong PerfIntervalCount,
+ xfPMACMInterval24h256QAMStd PerfIntervalCount,
+ xfPMACMInterval24h256QAMLight PerfIntervalCount,
+ xfPMACMInterval24h512QAMStrong PerfIntervalCount,
+ xfPMACMInterval24h512QAMStd PerfIntervalCount,
+ xfPMACMInterval24h512QAMLight PerfIntervalCount,
+ xfPMACMInterval24h1024QAMStrong PerfIntervalCount,
+ xfPMACMInterval24h1024QAMStd PerfIntervalCount,
+ xfPMACMInterval24h1024QAMLight PerfIntervalCount,
+ xfPMACMInterval24h2048QAMStrong PerfIntervalCount,
+ xfPMACMInterval24h2048QAMStd PerfIntervalCount,
+ xfPMACMInterval24h2048QAMLight PerfIntervalCount,
+ xfPMACMInterval24h4096QAMStrong PerfIntervalCount,
+ xfPMACMInterval24h4096QAMStd PerfIntervalCount,
+ xfPMACMInterval24h4096QAMLight PerfIntervalCount,
+ xfPMACMInterval24hValidData TruthValue,
+ xfPMACMInterval24h8192QAMStrong PerfIntervalCount,
+ xfPMACMInterval24h8192QAMStd PerfIntervalCount,
+ xfPMACMInterval24h8192QAMLight PerfIntervalCount,
+ xfPMACMInterval24h16384QAMStrong PerfIntervalCount,
+ xfPMACMInterval24h16384QAMStd PerfIntervalCount,
+ xfPMACMInterval24h16384QAMLight PerfIntervalCount
+ }
+
+ xfPMACMInterval24h4QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 1 }
+
+ xfPMACMInterval24h4QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 2 }
+
+ xfPMACMInterval24h4QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 3 }
+
+ xfPMACMInterval24h16QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 4 }
+
+ xfPMACMInterval24h16QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 5 }
+
+ xfPMACMInterval24h16QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 6 }
+
+ xfPMACMInterval24h32QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 7 }
+
+ xfPMACMInterval24h32QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 8 }
+
+ xfPMACMInterval24h32QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 9 }
+
+ xfPMACMInterval24h64QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 10 }
+
+ xfPMACMInterval24h64QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 11 }
+
+ xfPMACMInterval24h64QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 12 }
+
+ xfPMACMInterval24h128QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 13 }
+
+ xfPMACMInterval24h128QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 14 }
+
+ xfPMACMInterval24h128QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 15 }
+
+ xfPMACMInterval24h256QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 16 }
+
+ xfPMACMInterval24h256QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 17 }
+
+ xfPMACMInterval24h256QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 18 }
+
+ xfPMACMInterval24h512QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 19 }
+
+ xfPMACMInterval24h512QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 20 }
+
+ xfPMACMInterval24h512QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 21 }
+
+ xfPMACMInterval24h1024QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 22 }
+
+ xfPMACMInterval24h1024QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 23 }
+
+ xfPMACMInterval24h1024QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 24 }
+
+ xfPMACMInterval24h2048QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 25 }
+
+ xfPMACMInterval24h2048QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 26 }
+
+ xfPMACMInterval24h2048QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 27 }
+
+ xfPMACMInterval24h4096QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 28 }
+
+ xfPMACMInterval24h4096QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 29 }
+
+ xfPMACMInterval24h4096QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 30 }
+
+ xfPMACMInterval24hValidData OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This variable indicates whether the data for this interval is valid."
+ ::= { xfRLPMACMInterval24hEntry 31 }
+
+ xfPMACMInterval24h8192QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 32 }
+
+ xfPMACMInterval24h8192QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 33 }
+
+ xfPMACMInterval24h8192QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 34 }
+
+ xfPMACMInterval24h16384QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 35 }
+
+ xfPMACMInterval24h16384QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 36 }
+
+ xfPMACMInterval24h16384QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval24hEntry 37 }
+
+------------------------------------------------------------------------------
+-- xfRLPMACMCurrent15mTable
+------------------------------------------------------------------------------
+ xfRLPMACMCurrent15mTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMACMCurrent15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "ACM-based counters for current 15m table."
+ ::= { xfRadioLinkRltPmObjects 5 }
+
+ xfRLPMACMCurrent15mEntry OBJECT-TYPE
+ SYNTAX XfRLPMACMCurrent15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the table."
+ INDEX { ifIndex }
+ ::= { xfRLPMACMCurrent15mTable 1 }
+
+ XfRLPMACMCurrent15mEntry ::=
+ SEQUENCE
+ {
+ xfPMACMCurrent15m4QAMStrong PerfCurrentCount,
+ xfPMACMCurrent15m4QAMStd PerfCurrentCount,
+ xfPMACMCurrent15m4QAMLight PerfCurrentCount,
+ xfPMACMCurrent15m16QAMStrong PerfCurrentCount,
+ xfPMACMCurrent15m16QAMStd PerfCurrentCount,
+ xfPMACMCurrent15m16QAMLight PerfCurrentCount,
+ xfPMACMCurrent15m32QAMStrong PerfCurrentCount,
+ xfPMACMCurrent15m32QAMStd PerfCurrentCount,
+ xfPMACMCurrent15m32QAMLight PerfCurrentCount,
+ xfPMACMCurrent15m64QAMStrong PerfCurrentCount,
+ xfPMACMCurrent15m64QAMStd PerfCurrentCount,
+ xfPMACMCurrent15m64QAMLight PerfCurrentCount,
+ xfPMACMCurrent15m128QAMStrong PerfCurrentCount,
+ xfPMACMCurrent15m128QAMStd PerfCurrentCount,
+ xfPMACMCurrent15m128QAMLight PerfCurrentCount,
+ xfPMACMCurrent15m256QAMStrong PerfCurrentCount,
+ xfPMACMCurrent15m256QAMStd PerfCurrentCount,
+ xfPMACMCurrent15m256QAMLight PerfCurrentCount,
+ xfPMACMCurrent15m512QAMStrong PerfCurrentCount,
+ xfPMACMCurrent15m512QAMStd PerfCurrentCount,
+ xfPMACMCurrent15m512QAMLight PerfCurrentCount,
+ xfPMACMCurrent15m1024QAMStrong PerfCurrentCount,
+ xfPMACMCurrent15m1024QAMStd PerfCurrentCount,
+ xfPMACMCurrent15m1024QAMLight PerfCurrentCount,
+ xfPMACMCurrent15m2048QAMStrong PerfCurrentCount,
+ xfPMACMCurrent15m2048QAMStd PerfCurrentCount,
+ xfPMACMCurrent15m2048QAMLight PerfCurrentCount,
+ xfPMACMCurrent15m4096QAMStrong PerfCurrentCount,
+ xfPMACMCurrent15m4096QAMStd PerfCurrentCount,
+ xfPMACMCurrent15m4096QAMLight PerfCurrentCount,
+ xfPMACMCurrent15m8192QAMStrong PerfCurrentCount,
+ xfPMACMCurrent15m8192QAMStd PerfCurrentCount,
+ xfPMACMCurrent15m8192QAMLight PerfCurrentCount,
+ xfPMACMCurrent15m16384QAMStrong PerfCurrentCount,
+ xfPMACMCurrent15m16384QAMStd PerfCurrentCount,
+ xfPMACMCurrent15m16384QAMLight PerfCurrentCount
+ }
+
+ xfPMACMCurrent15m4QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 1 }
+
+ xfPMACMCurrent15m4QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 2 }
+
+ xfPMACMCurrent15m4QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 3 }
+
+ xfPMACMCurrent15m16QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 4 }
+
+ xfPMACMCurrent15m16QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 5 }
+
+ xfPMACMCurrent15m16QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 6 }
+
+ xfPMACMCurrent15m32QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 7 }
+
+ xfPMACMCurrent15m32QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 8 }
+
+ xfPMACMCurrent15m32QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 9 }
+
+ xfPMACMCurrent15m64QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 10 }
+
+ xfPMACMCurrent15m64QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 11 }
+
+ xfPMACMCurrent15m64QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 12 }
+
+ xfPMACMCurrent15m128QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 13 }
+
+ xfPMACMCurrent15m128QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 14 }
+
+ xfPMACMCurrent15m128QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 15 }
+
+ xfPMACMCurrent15m256QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 16 }
+
+ xfPMACMCurrent15m256QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 17 }
+
+ xfPMACMCurrent15m256QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 18 }
+
+ xfPMACMCurrent15m512QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 19 }
+
+ xfPMACMCurrent15m512QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 20 }
+
+ xfPMACMCurrent15m512QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 21 }
+
+ xfPMACMCurrent15m1024QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 22 }
+
+ xfPMACMCurrent15m1024QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 23 }
+
+ xfPMACMCurrent15m1024QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 24 }
+
+ xfPMACMCurrent15m2048QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 25 }
+
+ xfPMACMCurrent15m2048QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 26 }
+
+ xfPMACMCurrent15m2048QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 27 }
+
+ xfPMACMCurrent15m4096QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 28 }
+
+ xfPMACMCurrent15m4096QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 29 }
+
+ xfPMACMCurrent15m4096QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 30 }
+
+ xfPMACMCurrent15m8192QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 31 }
+
+ xfPMACMCurrent15m8192QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 32 }
+
+ xfPMACMCurrent15m8192QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 33 }
+
+ xfPMACMCurrent15m16384QAMStrong OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 34 }
+
+ xfPMACMCurrent15m16384QAMStd OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 35 }
+
+ xfPMACMCurrent15m16384QAMLight OBJECT-TYPE
+ SYNTAX PerfCurrentCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Valid interval time since reset."
+ ::= { xfRLPMACMCurrent15mEntry 36 }
+
+------------------------------------------------------------------------------
+-- xfRLPMACMInterval15mTable
+------------------------------------------------------------------------------
+ xfRLPMACMInterval15mTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMACMInterval15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "ACM-based counters for interval 15m table."
+ ::= { xfRadioLinkRltPmObjects 6 }
+
+ xfRLPMACMInterval15mEntry OBJECT-TYPE
+ SYNTAX XfRLPMACMInterval15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the table."
+ INDEX { ifIndex, xfPMACMInterval15mIntervalNumber }
+ ::= { xfRLPMACMInterval15mTable 1 }
+
+ XfRLPMACMInterval15mEntry ::=
+ SEQUENCE
+ {
+ xfPMACMInterval15mIntervalNumber Integer32,
+ xfPMACMInterval15m4QAMStrong PerfIntervalCount,
+ xfPMACMInterval15m4QAMStd PerfIntervalCount,
+ xfPMACMInterval15m4QAMLight PerfIntervalCount,
+ xfPMACMInterval15m16QAMStrong PerfIntervalCount,
+ xfPMACMInterval15m16QAMStd PerfIntervalCount,
+ xfPMACMInterval15m16QAMLight PerfIntervalCount,
+ xfPMACMInterval15m32QAMStrong PerfIntervalCount,
+ xfPMACMInterval15m32QAMStd PerfIntervalCount,
+ xfPMACMInterval15m32QAMLight PerfIntervalCount,
+ xfPMACMInterval15m64QAMStrong PerfIntervalCount,
+ xfPMACMInterval15m64QAMStd PerfIntervalCount,
+ xfPMACMInterval15m64QAMLight PerfIntervalCount,
+ xfPMACMInterval15m128QAMStrong PerfIntervalCount,
+ xfPMACMInterval15m128QAMStd PerfIntervalCount,
+ xfPMACMInterval15m128QAMLight PerfIntervalCount,
+ xfPMACMInterval15m256QAMStrong PerfIntervalCount,
+ xfPMACMInterval15m256QAMStd PerfIntervalCount,
+ xfPMACMInterval15m256QAMLight PerfIntervalCount,
+ xfPMACMInterval15m512QAMStrong PerfIntervalCount,
+ xfPMACMInterval15m512QAMStd PerfIntervalCount,
+ xfPMACMInterval15m512QAMLight PerfIntervalCount,
+ xfPMACMInterval15m1024QAMStrong PerfIntervalCount,
+ xfPMACMInterval15m1024QAMStd PerfIntervalCount,
+ xfPMACMInterval15m1024QAMLight PerfIntervalCount,
+ xfPMACMInterval15m2048QAMStrong PerfIntervalCount,
+ xfPMACMInterval15m2048QAMStd PerfIntervalCount,
+ xfPMACMInterval15m2048QAMLight PerfIntervalCount,
+ xfPMACMInterval15m4096QAMStrong PerfIntervalCount,
+ xfPMACMInterval15m4096QAMStd PerfIntervalCount,
+ xfPMACMInterval15m4096QAMLight PerfIntervalCount,
+ xfPMACMInterval15mValidData TruthValue,
+ xfPMACMInterval15m8192QAMStrong PerfIntervalCount,
+ xfPMACMInterval15m8192QAMStd PerfIntervalCount,
+ xfPMACMInterval15m8192QAMLight PerfIntervalCount,
+ xfPMACMInterval15m16384QAMStrong PerfIntervalCount,
+ xfPMACMInterval15m16384QAMStd PerfIntervalCount,
+ xfPMACMInterval15m16384QAMLight PerfIntervalCount
+ }
+
+ xfPMACMInterval15mIntervalNumber OBJECT-TYPE
+ SYNTAX Integer32 (1..96)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "A number between 1 and 96, which identifies the interval for which
+ the set of statistics is available. The interval identified by 1
+ is the most recently completed 15 minute interval, and the interval
+ identified by N is the interval immediately preceding the one
+ identified by N-1."
+ ::= { xfRLPMACMInterval15mEntry 1 }
+
+ xfPMACMInterval15m4QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 2 }
+
+ xfPMACMInterval15m4QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 3 }
+
+ xfPMACMInterval15m4QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 4 }
+
+ xfPMACMInterval15m16QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 5 }
+
+ xfPMACMInterval15m16QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 6 }
+
+ xfPMACMInterval15m16QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 7 }
+
+ xfPMACMInterval15m32QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 8 }
+
+ xfPMACMInterval15m32QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 9 }
+
+ xfPMACMInterval15m32QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 10 }
+
+ xfPMACMInterval15m64QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 11 }
+
+ xfPMACMInterval15m64QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 12 }
+
+ xfPMACMInterval15m64QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 13 }
+
+ xfPMACMInterval15m128QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 14 }
+
+ xfPMACMInterval15m128QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 15 }
+
+ xfPMACMInterval15m128QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 16 }
+
+ xfPMACMInterval15m256QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 17 }
+
+ xfPMACMInterval15m256QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 18 }
+
+ xfPMACMInterval15m256QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 19 }
+
+ xfPMACMInterval15m512QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 20 }
+
+ xfPMACMInterval15m512QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 21 }
+
+ xfPMACMInterval15m512QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 22 }
+
+ xfPMACMInterval15m1024QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 23 }
+
+ xfPMACMInterval15m1024QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 24 }
+
+ xfPMACMInterval15m1024QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 25 }
+
+ xfPMACMInterval15m2048QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 26 }
+
+ xfPMACMInterval15m2048QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 27 }
+
+ xfPMACMInterval15m2048QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 28 }
+
+ xfPMACMInterval15m4096QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 29 }
+
+ xfPMACMInterval15m4096QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 30 }
+
+ xfPMACMInterval15m4096QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 31 }
+
+ xfPMACMInterval15mValidData OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This variable indicates whether the data for this interval is valid."
+ ::= { xfRLPMACMInterval15mEntry 32 }
+
+ xfPMACMInterval15m8192QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 33 }
+
+ xfPMACMInterval15m8192QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 34 }
+
+ xfPMACMInterval15m8192QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 35 }
+
+ xfPMACMInterval15m16384QAMStrong OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 36 }
+
+ xfPMACMInterval15m16384QAMStd OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 37 }
+
+ xfPMACMInterval15m16384QAMLight OBJECT-TYPE
+ SYNTAX PerfIntervalCount
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interval count."
+ ::= { xfRLPMACMInterval15mEntry 38 }
+
+------------------------------------------------------------------------------
+-- xfRLPMMimoCurrentTable
+------------------------------------------------------------------------------
+ xfRLPMMimoCurrentTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMMimoCurrentEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Table for RLT MIMO Current performance data."
+ ::= { xfRadioLinkRltPmObjects 7 }
+
+ xfRLPMMimoCurrentEntry OBJECT-TYPE
+ SYNTAX XfRLPMMimoCurrentEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "An entry in the xfRLPMMimoCurrentTable."
+ INDEX { ifIndex }
+ ::= { xfRLPMMimoCurrentTable 1 }
+
+ XfRLPMMimoCurrentEntry ::=
+ SEQUENCE
+ {
+ xfPMPerfCurrentEta INTEGER,
+ xfPMPerfEtaMinLast7days INTEGER,
+ xfPMPerfEtaMaxLast7days INTEGER
+ }
+
+ xfPMPerfCurrentEta OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " Performance Monitoring for Current MIMO Eta Value."
+ ::= { xfRLPMMimoCurrentEntry 1 }
+
+ xfPMPerfEtaMinLast7days OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate ETA Min level for the last 7 days."
+ ::= { xfRLPMMimoCurrentEntry 2 }
+
+ xfPMPerfEtaMaxLast7days OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate ETA Max level for the last 7 days."
+ ::= { xfRLPMMimoCurrentEntry 3 }
+
+
+------------------------------------------------------------------------------
+-- xfRLPMMimoCurrent24hTable
+------------------------------------------------------------------------------
+ xfRLPMMimoCurrent24hTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMMimoCurrent24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Counters for Eta in current 24h."
+ ::= { xfRadioLinkRltPmObjects 8 }
+
+ xfRLPMMimoCurrent24hEntry OBJECT-TYPE
+ SYNTAX XfRLPMMimoCurrent24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLPMMimoCurrent24hTable."
+ INDEX { ifIndex }
+ ::= { xfRLPMMimoCurrent24hTable 1 }
+
+ XfRLPMMimoCurrent24hEntry ::=
+ SEQUENCE
+ {
+ xfPMPerfCurrent24hElapsedTime Counter32,
+ xfPMPerfCurrent24hEtaMin INTEGER,
+ xfPMPerfCurrent24hEtaMax INTEGER
+ }
+
+ xfPMPerfCurrent24hElapsedTime OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of seconds that have elapsed since the
+ beginning of the current error-measurement period. "
+ ::= { xfRLPMMimoCurrent24hEntry 1 }
+
+
+ xfPMPerfCurrent24hEtaMin OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Performance Monitoring for MIMO Eta Min Value in Current 24h."
+ ::= { xfRLPMMimoCurrent24hEntry 2 }
+
+ xfPMPerfCurrent24hEtaMax OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Performance Monitoring for Current MIMO 24h Eta Max Value."
+ ::= { xfRLPMMimoCurrent24hEntry 3 }
+
+------------------------------------------------------------------------------
+-- xfRLPMMimoInterval24hTable
+------------------------------------------------------------------------------
+ xfRLPMMimoInterval24hTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMMimoInterval24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Performance Monitoring for MIMO Eta Min Value in Interval of 24h."
+ ::= { xfRadioLinkRltPmObjects 9 }
+
+ xfRLPMMimoInterval24hEntry OBJECT-TYPE
+ SYNTAX XfRLPMMimoInterval24hEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the xfRLPMMimoInterval24hTable."
+ INDEX { ifIndex }
+ ::= { xfRLPMMimoInterval24hTable 1 }
+
+ XfRLPMMimoInterval24hEntry ::=
+ SEQUENCE
+ {
+ xfPMPerfInterval24hValidData INTEGER,
+ xfPMPerfInterval24hEtaMin INTEGER,
+ xfPMPerfInterval24hEtaMax INTEGER
+ }
+
+ xfPMPerfInterval24hValidData OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This variable indicates whether the data for this interval is valid."
+ ::= { xfRLPMMimoInterval24hEntry 1 }
+
+
+ xfPMPerfInterval24hEtaMin OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Performance Monitoring for MIMO Eta Min Value in Interval of 24h."
+ ::= { xfRLPMMimoInterval24hEntry 2 }
+
+ xfPMPerfInterval24hEtaMax OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Performance Monitoring for MIMO Eta Max Value in Interval of 24h."
+ ::= { xfRLPMMimoInterval24hEntry 3 }
+
+------------------------------------------------------------------------------
+-- xfRLPMMimoCurrent15mTable
+------------------------------------------------------------------------------
+ xfRLPMMimoCurrent15mTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMMimoCurrent15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Counters for Eta MIMO Current 15m table."
+ ::= { xfRadioLinkRltPmObjects 10 }
+
+ xfRLPMMimoCurrent15mEntry OBJECT-TYPE
+ SYNTAX XfRLPMMimoCurrent15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the table."
+ INDEX { ifIndex }
+ ::= { xfRLPMMimoCurrent15mTable 1 }
+
+ XfRLPMMimoCurrent15mEntry ::=
+ SEQUENCE
+ {
+ xfPMPerfCurrent15mElapsedTime Counter32,
+ xfPMPerfCurrent15mEtaMin INTEGER,
+ xfPMPerfCurrent15mEtaMax INTEGER
+ }
+
+ xfPMPerfCurrent15mElapsedTime OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of seconds that have elapsed since the
+ beginning of the current error-measurement period"
+ ::= { xfRLPMMimoCurrent15mEntry 1 }
+
+ xfPMPerfCurrent15mEtaMin OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Performance Monitoring for MIMO Eta Min Value in Current 15m."
+ ::= { xfRLPMMimoCurrent15mEntry 2 }
+
+ xfPMPerfCurrent15mEtaMax OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Performance Monitoring for MIMO Eta Max Value in Current 15m."
+ ::= { xfRLPMMimoCurrent15mEntry 3 }
+
+------------------------------------------------------------------------------
+-- xfRLPMMimoInterval15mTable
+------------------------------------------------------------------------------
+ xfRLPMMimoInterval15mTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfRLPMMimoInterval15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Counters for Eta MIMO for Interval 15m."
+ ::= { xfRadioLinkRltPmObjects 11 }
+
+ xfRLPMMimoInterval15mEntry OBJECT-TYPE
+ SYNTAX XfRLPMMimoInterval15mEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the table."
+ INDEX { ifIndex, xfPMPerfInterval15mIntervalNumber }
+ ::= { xfRLPMMimoInterval15mTable 1 }
+
+ XfRLPMMimoInterval15mEntry ::=
+ SEQUENCE
+ {
+ xfPMPerfInterval15mIntervalNumber INTEGER,
+ xfPMPerfInterval15mEtaMin INTEGER,
+ xfPMPerfInterval15mEtaMax INTEGER,
+ xfPMPerfInterval15mValidData INTEGER
+ }
+
+ xfPMPerfInterval15mIntervalNumber OBJECT-TYPE
+ SYNTAX INTEGER(1..96)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "A number between 1 and 96, which identifies the interval for which
+ the set of statistics is available. The interval identified by 1
+ is the most recently completed 15 minute interval, and the interval
+ identified by N is the interval immediately preceding the one
+ identified by N-1."
+ ::= { xfRLPMMimoInterval15mEntry 1 }
+
+ xfPMPerfInterval15mEtaMin OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Performance Monitoring for MIMO Eta Min Value in Interval 15m."
+ ::= { xfRLPMMimoInterval15mEntry 2 }
+
+ xfPMPerfInterval15mEtaMax OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Performance Monitoring for MIMO Eta Max Value in Interval 15m."
+ ::= { xfRLPMMimoInterval15mEntry 3 }
+
+ xfPMPerfInterval15mValidData OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This variable indicates whether the data for this interval is valid."
+ ::= { xfRLPMMimoInterval15mEntry 4 }
+--
+------------------------------------------------------------------------------
+-- xfRadioLinkRltConformance
+------------------------------------------------------------------------------
+--
+
+ xfRadioLinkRltCompliances OBJECT IDENTIFIER ::= { xfRadioLinkRltConformance 1 }
+
+ xfRadioLinkRltGroups OBJECT IDENTIFIER ::= { xfRadioLinkRltConformance 2 }
+
+ xfRadioLinkRltFullCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement for SNMP entities which implement everything."
+ MODULE -- This Module
+ MANDATORY-GROUPS { xfRadioLinkRltCompleteGroup }
+ ::= { xfRadioLinkRltCompliances 1 }
+
+ xfRadioLinkRltCompleteGroup OBJECT-GROUP
+ OBJECTS
+ {
+ cgIfIndex,
+ cgTypeIndex,
+ xfIfStatus,
+
+ liEntLogicalIndex,
+ liIfIndex,
+ xfLIName,
+ xfLIIfDescr,
+
+ xfCarrierTermDistinguishedName,
+ xfCarrierTermLabel,
+ xfCarrierTermOperStatus,
+ xfCarrierTermRadioFrameId,
+ xfCarrierTermPreamble,
+ xfCarrierTermSelectedMinACM,
+ xfCarrierTermActualACM,
+ xfCarrierTermSelectedMaxACM,
+ xfCarrierTermCapabilitiesLastChange,
+ xfCarrierTermReferenceSEC,
+ xfCarrierTermWantedLicensedCapacity,
+ xfCarrierTermActualLicensedCapacity,
+ xfCarrierTermActualCapacity,
+ xfCarrierTermPolarization,
+ xfCarrierTermXPICOperStatus,
+ xfCarrierTermMIMOOperStatus,
+ xfCarrierTermSNIR,
+ xfCarrierTermXPI,
+ xfCarrierTermReset,
+ xfCarrierTermRestore,
+ xfCarrierTermAutoRemoveLoopEnable,
+ xfCarrierTermBerAlarmThreshold,
+ xfCarrierTermActualRxACM,
+ xfCarrierTermFeCTSeverity,
+
+ xfRadioFrameId,
+ xfChannelSpacing,
+ xfFrameFormatType,
+ xfMinACMCapacity,
+ xfMaxACMCapacity,
+ xfACMProfile,
+
+ xfACMIndex,
+ xfACMCapacity,
+
+ rltEntLogicalIndex,
+ xfRLTDistinguishedName,
+ xfRLTIpAddress,
+ xfRLTIPv6Address,
+ xfRLTNeName,
+ xfRLTNeType,
+ xfRLTId,
+ xfRLTExpectedFarEndId,
+ xfRLTFarEndIdCheck,
+ xfRLTStatus,
+ xfRLTMode,
+ xfRLTActualTXTotalCapacity,
+ xfRLTActualTXPacketCapacity,
+ xfRLTLimitedTotalCapacity,
+ xfRLTRltSeverity,
+ xfRLTCapability,
+ xfRLTInventoryLastChange,
+ xfRLTCpriMode,
+ xfRLTReset,
+ xfRLTMeasuredHopLength,
+
+ trEntLogicalIndex,
+ xfTDMEnable,
+
+ xfRLTDMIfIndex,
+ xfActualTDMCapacity,
+ xfWantedTDMAllocation,
+ xfActualTDMAllocation,
+ xfTDMIfAlarms,
+ xfTDMRxLoop,
+ xfTDMDistinguishedName,
+ xfTDMMaxTributaries,
+ xfTDMHopLength,
+
+ xfCGIfIndex,
+ xfCGIfMinSpeed,
+ xfCGIfMaxSpeed,
+ xfCGIfRCNum,
+ xfCGIfAlarms,
+ xfCGIfHopViewStatus,
+
+ xpicPairEntLogicalIIndex,
+ xfXPICPairAdminStatus,
+ xfXPICPairNumber,
+ xfXPICPairRecovery,
+ xfXPICPairRestore,
+ xfXPICCTmember1,
+ xfXPICCTmember2,
+ xfXPICAutoRestore,
+ xfXpicPairIndex,
+
+ mimoGroupEntLogicalIIndex,
+ xfMIMOGroupAdminStatus,
+ xfMIMOGroupNumber,
+ xfMIMOGroupRecovery,
+ xfMIMOGroupRestore,
+ xfMIMOCTmember1,
+ xfMIMOCTmember2,
+ xfMIMOCTmember3,
+ xfMIMOCTmember4,
+
+ xfPMTimeElapsed,
+ xfPMCurrentES,
+ xfPMCurrentSES,
+ xfPMCurrentBBE,
+ xfPMCurrentUAS,
+ xfPMCurrentBB,
+ xfPMPerfReset,
+ xfPMCurrentESR,
+ xfPMCurrentSESR,
+ xfPMCurrentBBER,
+
+ xfPMACMSetThreshold15m,
+ xfPMACMSetThreshold24h,
+ xfPMACMResetThreshold15m,
+ xfPMACMStatus,
+ xfPMACMValidData,
+
+ xfPMACMCurrent24h4QAMStrong,
+ xfPMACMCurrent24h4QAMStd,
+ xfPMACMCurrent24h4QAMLight,
+ xfPMACMCurrent24h16QAMStrong,
+ xfPMACMCurrent24h16QAMStd,
+ xfPMACMCurrent24h16QAMLight,
+ xfPMACMCurrent24h32QAMStrong,
+ xfPMACMCurrent24h32QAMStd,
+ xfPMACMCurrent24h32QAMLight,
+ xfPMACMCurrent24h64QAMStrong,
+ xfPMACMCurrent24h64QAMStd,
+ xfPMACMCurrent24h64QAMLight,
+ xfPMACMCurrent24h128QAMStrong,
+ xfPMACMCurrent24h128QAMStd,
+ xfPMACMCurrent24h128QAMLight,
+ xfPMACMCurrent24h256QAMStrong,
+ xfPMACMCurrent24h256QAMStd,
+ xfPMACMCurrent24h256QAMLight,
+ xfPMACMCurrent24h512QAMStrong,
+ xfPMACMCurrent24h512QAMStd,
+ xfPMACMCurrent24h512QAMLight,
+ xfPMACMCurrent24h1024QAMStrong,
+ xfPMACMCurrent24h1024QAMStd,
+ xfPMACMCurrent24h1024QAMLight,
+ xfPMACMCurrent24h2048QAMStrong,
+ xfPMACMCurrent24h2048QAMStd,
+ xfPMACMCurrent24h2048QAMLight,
+ xfPMACMCurrent24h4096QAMStrong,
+ xfPMACMCurrent24h4096QAMStd,
+ xfPMACMCurrent24h4096QAMLight,
+ xfPMACMCurrent24h8192QAMStrong,
+ xfPMACMCurrent24h8192QAMStd,
+ xfPMACMCurrent24h8192QAMLight,
+ xfPMACMCurrent24h16384QAMStrong,
+ xfPMACMCurrent24h16384QAMStd,
+ xfPMACMCurrent24h16384QAMLight,
+
+
+ xfPMACMInterval24h4QAMStrong,
+ xfPMACMInterval24h4QAMStd,
+ xfPMACMInterval24h4QAMLight,
+ xfPMACMInterval24h16QAMStrong,
+ xfPMACMInterval24h16QAMStd,
+ xfPMACMInterval24h16QAMLight,
+ xfPMACMInterval24h32QAMStrong,
+ xfPMACMInterval24h32QAMStd,
+ xfPMACMInterval24h32QAMLight,
+ xfPMACMInterval24h64QAMStrong,
+ xfPMACMInterval24h64QAMStd,
+ xfPMACMInterval24h64QAMLight,
+ xfPMACMInterval24h128QAMStrong,
+ xfPMACMInterval24h128QAMStd,
+ xfPMACMInterval24h128QAMLight,
+ xfPMACMInterval24h256QAMStrong,
+ xfPMACMInterval24h256QAMStd,
+ xfPMACMInterval24h256QAMLight,
+ xfPMACMInterval24h512QAMStrong,
+ xfPMACMInterval24h512QAMStd,
+ xfPMACMInterval24h512QAMLight,
+ xfPMACMInterval24h1024QAMStrong,
+ xfPMACMInterval24h1024QAMStd,
+ xfPMACMInterval24h1024QAMLight,
+ xfPMACMInterval24h2048QAMStrong,
+ xfPMACMInterval24h2048QAMStd,
+ xfPMACMInterval24h2048QAMLight,
+ xfPMACMInterval24h4096QAMStrong,
+ xfPMACMInterval24h4096QAMStd,
+ xfPMACMInterval24h4096QAMLight,
+ xfPMACMInterval24hValidData,
+ xfPMACMInterval24h8192QAMStrong,
+ xfPMACMInterval24h8192QAMStd,
+ xfPMACMInterval24h8192QAMLight,
+ xfPMACMInterval24h16384QAMStrong,
+ xfPMACMInterval24h16384QAMStd,
+ xfPMACMInterval24h16384QAMLight,
+
+ xfPMACMCurrent15m4QAMStrong,
+ xfPMACMCurrent15m4QAMStd,
+ xfPMACMCurrent15m4QAMLight,
+ xfPMACMCurrent15m16QAMStrong,
+ xfPMACMCurrent15m16QAMStd,
+ xfPMACMCurrent15m16QAMLight,
+ xfPMACMCurrent15m32QAMStrong,
+ xfPMACMCurrent15m32QAMStd,
+ xfPMACMCurrent15m32QAMLight,
+ xfPMACMCurrent15m64QAMStrong,
+ xfPMACMCurrent15m64QAMStd,
+ xfPMACMCurrent15m64QAMLight,
+ xfPMACMCurrent15m128QAMStrong,
+ xfPMACMCurrent15m128QAMStd,
+ xfPMACMCurrent15m128QAMLight,
+ xfPMACMCurrent15m256QAMStrong,
+ xfPMACMCurrent15m256QAMStd,
+ xfPMACMCurrent15m256QAMLight,
+ xfPMACMCurrent15m512QAMStrong,
+ xfPMACMCurrent15m512QAMStd,
+ xfPMACMCurrent15m512QAMLight,
+ xfPMACMCurrent15m1024QAMStrong,
+ xfPMACMCurrent15m1024QAMStd,
+ xfPMACMCurrent15m1024QAMLight,
+ xfPMACMCurrent15m2048QAMStrong,
+ xfPMACMCurrent15m2048QAMStd,
+ xfPMACMCurrent15m2048QAMLight,
+ xfPMACMCurrent15m4096QAMStrong,
+ xfPMACMCurrent15m4096QAMStd,
+ xfPMACMCurrent15m4096QAMLight,
+ xfPMACMCurrent15m8192QAMStrong,
+ xfPMACMCurrent15m8192QAMStd,
+ xfPMACMCurrent15m8192QAMLight,
+ xfPMACMCurrent15m16384QAMStrong,
+ xfPMACMCurrent15m16384QAMStd,
+ xfPMACMCurrent15m16384QAMLight,
+
+
+ xfPMACMInterval15mIntervalNumber,
+ xfPMACMInterval15m4QAMStrong,
+ xfPMACMInterval15m4QAMStd,
+ xfPMACMInterval15m4QAMLight,
+ xfPMACMInterval15m16QAMStrong,
+ xfPMACMInterval15m16QAMStd,
+ xfPMACMInterval15m16QAMLight,
+ xfPMACMInterval15m32QAMStrong,
+ xfPMACMInterval15m32QAMStd,
+ xfPMACMInterval15m32QAMLight,
+ xfPMACMInterval15m64QAMStrong,
+ xfPMACMInterval15m64QAMStd,
+ xfPMACMInterval15m64QAMLight,
+ xfPMACMInterval15m128QAMStrong,
+ xfPMACMInterval15m128QAMStd,
+ xfPMACMInterval15m128QAMLight,
+ xfPMACMInterval15m256QAMStrong,
+ xfPMACMInterval15m256QAMStd,
+ xfPMACMInterval15m256QAMLight,
+ xfPMACMInterval15m512QAMStrong,
+ xfPMACMInterval15m512QAMStd,
+ xfPMACMInterval15m512QAMLight,
+ xfPMACMInterval15m1024QAMStrong,
+ xfPMACMInterval15m1024QAMStd,
+ xfPMACMInterval15m1024QAMLight,
+ xfPMACMInterval15m2048QAMStrong,
+ xfPMACMInterval15m2048QAMStd,
+ xfPMACMInterval15m2048QAMLight,
+ xfPMACMInterval15m4096QAMStrong,
+ xfPMACMInterval15m4096QAMStd,
+ xfPMACMInterval15m4096QAMLight,
+ xfPMACMInterval15mValidData,
+ xfPMACMInterval15m8192QAMStrong,
+ xfPMACMInterval15m8192QAMStd,
+ xfPMACMInterval15m8192QAMLight,
+ xfPMACMInterval15m16384QAMStrong,
+ xfPMACMInterval15m16384QAMStd,
+ xfPMACMInterval15m16384QAMLight,
+
+
+ xfRLWANIfIndex,
+ xfRLWANDistinguishedName,
+ xfRLWANCompAdminStatus,
+ xfRLWANCompConnStatus,
+ xfRLWANMlhcMplsMode,
+ xfRLWANMlhcOperStatus,
+ xfRLWANPlcOperStatus,
+ xfRLWANActualCapacity,
+ xfRLWANLimitedCapacity,
+
+ xfRLTMHIndex,
+ xfRLTModuleIndex,
+ xfRLTEntPhysicalIndex,
+ xfRLTPhysicalCointainedIn,
+ xfRLTPhysicalParentRelPos,
+ xfRLTEntityPhysicalDescr,
+ xfRLTModuleSlotPosition,
+ xfRLTNEDistinguishedName,
+ xfRLTFEDistinguishedName,
+ xfRLTInterfaceIndex,
+ xfRLTHighestSeverityAlarm,
+
+ xfRLTProtIndex,
+ xfRLTProtectionSwitchMode,
+ xfRLTProtectionStatus,
+ xfRLTRevertivePreferredTX,
+ xfRLTProtectionWaitToRestoreTime,
+ xfRLTFadeNotificationTimer,
+ xfRLTManualSwitchCommand,
+ xfRLTTxSwitchOverConfiguration,
+ xfRLTTxSwitchOverAlarmReset,
+ xfRLTNumOfRLPSwitch,
+ xfRLTEnhancedACMProtectionMode,
+ xfRLTEnhancedACMProtectionOperStatus,
+
+ xfRLTEncryptionIndex,
+ xfRLTEncryptionAdminStatus,
+ xfRLTEncryptionOperStatus,
+ xfRLTEncryptionMasterKey,
+
+ xfPMPerfCurrentEta,
+ xfPMPerfEtaMinLast7days,
+ xfPMPerfEtaMaxLast7days,
+
+ xfPMPerfCurrent24hElapsedTime,
+ xfPMPerfCurrent24hEtaMin,
+ xfPMPerfCurrent24hEtaMax,
+
+ xfPMPerfInterval24hValidData,
+ xfPMPerfInterval24hEtaMin,
+ xfPMPerfInterval24hEtaMax,
+
+ xfPMPerfCurrent15mElapsedTime,
+ xfPMPerfCurrent15mEtaMin,
+ xfPMPerfCurrent15mEtaMax,
+
+ xfPMPerfInterval15mIntervalNumber,
+ xfPMPerfInterval15mEtaMin,
+ xfPMPerfInterval15mEtaMax,
+ xfPMPerfInterval15mValidData
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of all current objects in this MIB module"
+ ::= { xfRadioLinkRltGroups 1 }
+
+ END
diff --git a/MIBS/ericsson/XF-SOFTWARE-MIB b/MIBS/ericsson/XF-SOFTWARE-MIB
new file mode 100644
index 0000000..b649f92
--- /dev/null
+++ b/MIBS/ericsson/XF-SOFTWARE-MIB
@@ -0,0 +1,1400 @@
+ XF-SOFTWARE-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ entPhysicalIndex
+ FROM ENTITY-MIB
+ SnmpAdminString
+ FROM SNMP-FRAMEWORK-MIB
+ OBJECT-GROUP, MODULE-COMPLIANCE
+ FROM SNMPv2-CONF
+ Integer32, OBJECT-TYPE, MODULE-IDENTITY, OBJECT-IDENTITY
+ FROM SNMPv2-SMI
+ DateAndTime, TEXTUAL-CONVENTION
+ FROM SNMPv2-TC
+ xfPlatform, XfProductnumber, XfProductRevision
+ FROM XF-TOP-MIB;
+
+
+ -- 1.3.6.1.4.1.193.81.2.7
+ xfSoftwareMIB MODULE-IDENTITY
+ LAST-UPDATED "200803060000Z" -- March 06, 2008 at 00:00 GMT
+ ORGANIZATION
+ "Ericsson-Norway"
+ CONTACT-INFO
+ " "
+ DESCRIPTION
+ "This MIB contains the objects which support software
+ inventory information."
+ REVISION "200803051803Z" -- March 05, 2008 at 18:03 GMT
+ DESCRIPTION
+ "N : Removed BITS"
+ REVISION "200711261244Z" -- November 26, 2007 at 12:44 GMT
+ DESCRIPTION
+ "M Extended xfSwLmUpgradeOperStatus and
+ xfSwReleaseOperStatus with ftp error codes"
+ REVISION "200706110912Z" -- June 11, 2007 at 09:12 GMT
+ DESCRIPTION
+ " K added preparingForTest(9) to
+ xfSwGlobalState"
+ REVISION "200704100909Z" -- April 10, 2007 at 09:09 GMT
+ DESCRIPTION
+ "J Added extra value testingFromManual(8) to
+ xfSwReleaseOperStatus
+ Added xfSwGlobalState
+ "
+ REVISION "200306191030Z" -- June 19, 2003 at 10:30 GMT
+ DESCRIPTION
+ "D
+ Changed description of xfSwNpuPassiveSwitch
+ to state that a warm restart is required to
+ activate the fallback
+ Added noFailure(3) to
+ xfSwLoadModuleFailure"
+ REVISION "200203080841Z" -- March 08, 2002 at 08:41 GMT
+ DESCRIPTION
+ "C
+ Changed contact info
+ Added one state to the xfSWBoardStatus
+ Added objects for multiple load modules
+ per board and type of the load module.
+ "
+ REVISION "200201140911Z" -- January 14, 2002 at 09:11 GMT
+ DESCRIPTION
+ "B write to xfSwReleaseAdminStatus
+ for active release has no effect
+ Added conformance
+ Change syntax for product number
+ and revision
+ Change name to xfSwBoardStatus"
+ REVISION "200110101215Z" -- October 10, 2001 at 12:15 GMT
+ DESCRIPTION
+ "A Initial Revision"
+ REVISION "200401301351Z" -- January 30, 2004 at 13:51 GMT
+ DESCRIPTION
+ "E Added objects for progress indication,
+ Better fault indication.
+ New release handling."
+ REVISION "200408030823Z" -- August 03, 2004 at 08:23 GMT
+ DESCRIPTION
+ "F due to new scope in Neptune
+ removed ..AdditionalInfo,
+ xfSwLmUpgradeNewProductNumber and
+ xfSwLmUpgrade/xfSwLoadModuleDescription.
+ added xfSwReleaseSBLType and
+ xfBoardTrafficDisturbance
+
+ changed the values of xfSwLmUpgradeOper and
+ AdminStatus. Removed not used values and
+ removed 'holes' in the enum values."
+ REVISION "200501310826Z" -- January 31, 2005 at 08:26 GMT
+ DESCRIPTION
+ "G Added xfSwLoadModuleDescription,
+ minSoftwareRevision(5)to xfSwBoardStatus
+ and xfSuLmUpgradeDescription"
+ REVISION "200502090813Z" -- February 09, 2005 at 08:13 GMT
+ DESCRIPTION
+ "H reintroduced xfSwBoardLoadModuleIndex as index"
+ ::= { xfPlatform 7 }
+
+
+
+--
+-- Textual conventions
+--
+
+-- Textual conventions
+--
+--
+--
+ XfSwRelease ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Indication of one of the two software releases."
+ SYNTAX Integer32 (1..2)
+
+ XfSwEnableDisable ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "This TC is used for objects that can have these values."
+ SYNTAX INTEGER
+ {
+ enable(1),
+ disable(2)
+ }
+
+
+--
+-- Node definitions
+--
+
+-- Node definitions
+--
+ -- 1.3.6.1.4.1.193.81.2.7.1
+ xfSwObjects OBJECT IDENTIFIER ::= { xfSoftwareMIB 1 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.1
+ xfSwLoadModuleTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfSwLoadModuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table contains information about the load modules
+ that are part of the system releases as described by
+ the xfSwReleaseTable."
+ ::= { xfSwObjects 1 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.1.1
+ xfSwLoadModuleEntry OBJECT-TYPE
+ SYNTAX XfSwLoadModuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Information about 1 software load module."
+ INDEX { xfSwRelease, xfSwLoadModuleIndex }
+ ::= { xfSwLoadModuleTable 1 }
+
+
+ XfSwLoadModuleEntry ::=
+ SEQUENCE {
+ xfSwRelease
+ XfSwRelease,
+ xfSwLoadModuleIndex
+ Integer32,
+ xfSwLoadModuleProductNumber
+ XfProductnumber,
+ xfSwLoadModuleRevision
+ XfProductRevision,
+ xfSwLoadModuleOperStatus
+ INTEGER,
+ xfSwLoadModuleFailure
+ INTEGER,
+ xfSwLoadModuleProgress
+ Integer32,
+ xfSwLoadModuleDescription
+ SnmpAdminString
+ }
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.1.1.1
+ xfSwRelease OBJECT-TYPE
+ SYNTAX XfSwRelease
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "There are two software releases present on the node:
+ - an active release, normally the most recent release
+ and the one that is running
+ - a passive release, that is the previous release or
+ the one that is currently being download to upgrade
+ the active release.
+ xfSwRelease is an index into the active or passive
+ release. xfSwActiveRelease indicates which release is
+ active."
+ ::= { xfSwLoadModuleEntry 1 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.1.1.2
+ xfSwLoadModuleIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..100)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unique value within one release for each load module."
+ ::= { xfSwLoadModuleEntry 2 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.1.1.3
+ xfSwLoadModuleProductNumber OBJECT-TYPE
+ SYNTAX XfProductnumber
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Product number of the load module. Normally something
+ like 'CAXR102_012/1'."
+ ::= { xfSwLoadModuleEntry 3 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.1.1.4
+ xfSwLoadModuleRevision OBJECT-TYPE
+ SYNTAX XfProductRevision
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Revision of the load module. Normally something like
+ 'R1A'."
+ ::= { xfSwLoadModuleEntry 4 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.1.1.5
+ xfSwLoadModuleOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ passive(1),
+ upgradeStarted(2),
+ upgradeFinished(3),
+ upgradeFailed(4),
+ upgradeAborted(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicates the status of the software upgrade process
+ for this load module.
+ passive(1)
+ the load module is not involved in a upgrade
+ process and is not active. I.e.it is part of
+ the previous software release.
+
+ upgradeStarted(2)
+ a load module will have this status directly
+ after the SBDF info for this module is loaded
+ and the xfSwLoadModuleAdminStatus of the
+ release was set to upgradeStarted.
+
+ upgradeFinished(3)
+ indicates that this load modules has been retrieved
+ and burned into the flash memories. This is the state
+ of load modules that are part of an active release.
+
+ upgradeFailed(4)
+ upgraded has failed for a reason, e.g. file transfer
+ checksum was wrong, see xfSwLoadModuleFailure.
+
+ upgradeAborted(5)
+ when the manager has aborted the upgrade of the
+ complete release whilst this load module wasn't
+ upgradedFinished yet this will be its status.
+ "
+ ::= { xfSwLoadModuleEntry 5 }
+
+
+--
+ -- 1.3.6.1.4.1.193.81.2.7.1.1.1.6
+ xfSwLoadModuleFailure OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ downloadFailure(1),
+ programFailure(2),
+ noFailure(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The objects specifies the cause of a software upgrade
+ failure for this load module. "
+ ::= { xfSwLoadModuleEntry 6 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.1.1.8
+ xfSwLoadModuleProgress OBJECT-TYPE
+ SYNTAX Integer32 (0..100)
+ UNITS "percent"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object indicates the progress in downloading
+ the respective load module when part of an upgrade
+ of an NE to a software baseline."
+ ::= { xfSwLoadModuleEntry 8 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.1.1.9
+ xfSwLoadModuleDescription OBJECT-TYPE
+ SYNTAX SnmpAdminString (SIZE (0..30))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object indicates a textual
+ description of the load module, indicating PIU type
+ as stated by the entPhysicalDescription MO."
+ ::= { xfSwLoadModuleEntry 9 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.2
+ xfSwReleaseTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfSwReleaseEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This contains the information on the active and passive
+ software releases."
+ ::= { xfSwObjects 2 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.2.1
+ xfSwReleaseEntry OBJECT-TYPE
+ SYNTAX XfSwReleaseEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Information about a software release. There are always
+ only two releases. For the active release write is
+ possible but will have no impact and will result in a
+ inconsistentValue error response."
+ INDEX { xfSwReleaseIndex }
+ ::= { xfSwReleaseTable 1 }
+
+
+ XfSwReleaseEntry ::=
+ SEQUENCE {
+ xfSwReleaseIndex
+ XfSwRelease,
+ xfSwReleaseProductNumber
+ XfProductnumber,
+ xfSwReleaseRevision
+ XfProductRevision,
+ xfSwReleaseAdminStatus
+ INTEGER,
+ xfSwReleaseOperStatus
+ INTEGER,
+ xfSwReleaseSBLType
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.2.1.1
+ xfSwReleaseIndex OBJECT-TYPE
+ SYNTAX XfSwRelease
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicates the Release the info for which this row is
+ applicable."
+ ::= { xfSwReleaseEntry 1 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.2.1.2
+ xfSwReleaseProductNumber OBJECT-TYPE
+ SYNTAX XfProductnumber
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Product number of the installed software package in
+ this release. Normally something like 'CAXR102 012/1'.
+ For the active release this is a read-only object."
+ ::= { xfSwReleaseEntry 2 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.2.1.3
+ xfSwReleaseRevision OBJECT-TYPE
+ SYNTAX XfProductRevision
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Revision of the installed software package in this
+ Release. Normally something like 'R1A'.
+ For the active release this is a read-only object."
+ ::= { xfSwReleaseEntry 3 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.2.1.4
+ xfSwReleaseAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ upgradeStarted(1),
+ upgradeAborted(2),
+ activeAndRunning(5),
+ upgradeTest(6)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Indicates the desired status for this release. To start
+ a software upgrade the manager has to set
+ xfSwReleaseProductNumber and xfSwReleaseRevision. After
+ that it will set this object to upgradeStarted. Which
+ will lead to downloading the SBDF-file from the FTP
+ Server.
+ For the active release this is a read-only object."
+ ::= { xfSwReleaseEntry 4 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.2.1.5
+ xfSwReleaseOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ passive(1),
+ upgradeStarted(2),
+ upgradeFinished(3),
+ testing(4),
+ upgradeFailed(5),
+ upgradeAborted(6),
+ running(7),
+ testingFromManual(8),
+ errorInternal(50),
+ errorFileStorage(51),
+ ftpPingFailed(52),
+ ftpNoAccess(53),
+ ftpConnectionDetailsMissing(54),
+ ftpConnectionDetailsInvalid(55),
+ ftpConnectionTimeout(56),
+ ftpNoSuchRemoteFile(57),
+ ftpNoSuchRemoteDir(58),
+ ftpServiceNotAvailable(421),
+ ftpUnableToOpenDataConnection(425),
+ ftpConnectionClosed(426),
+ ftpFileBusy(450),
+ ftpLocalError(451),
+ ftpInsufficientStorageSpace(452),
+ ftpSyntaxError(501),
+ ftpCommandNotImplemented(502),
+ ftpBadSequenceCommands(503),
+ ftpParameterNotImplemented(504),
+ ftpNoLoggedIn(530),
+ ftpNeedAccount(532),
+ ftpFileUnavailable(550),
+ ftpExceededStorageAllocation(552),
+ ftpFileNameNotAllowed(553)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicates the status of this release.
+ passive(1)
+ release not involved in upgrade and currently not
+ running.
+
+ upgradeStarted(2)
+ the release is in the process of being upgraded
+
+ upgradeFinished(3)
+ All load modules of the release are downloaded and
+ burned in the respective flash memories.
+
+ testing(4)
+ This release is running as test and not committed yet.
+
+ upgradeFailed(5)
+ The upgrade to this release failed, e.g. due to FTP
+ server failure.
+
+ upgradeAborted(6)
+ The manager has order to abort the upgrade to this
+ release.
+
+ running(7)
+ This is the release that is running now and all new
+ boards should upgrade to.
+
+ testingFromManual(8)
+ Same as value testing(4) but indicating that this a test phase
+ after a SBL from Manual mode. As such a fall-back will result in manual mode,
+ i.e. no SBL.
+
+
+ The 50 series errors are reported by the FTP client on
+ the node.
+
+
+ errorInternalError(50)
+ An internal error detected before FTP operation.
+
+ errorFileStorage(51)
+ Error when erasing flash to store the downloaded
+ file at the node.
+
+ ftpPingFailed(52)
+ FTP ping failed.
+
+ ftpNoAccess(53)
+ Not able to send the FTP commands.
+
+ ftpConnectionDetailsMissing(54)
+ FTP connection details are missing.
+
+ ftpConnectionDetailsInvalid(55)
+ FTP connection details are invalid.
+
+ ftpConnectionTimeout(56)
+ FTP connection timeout is detected.
+
+ ftpNoSuchRemoteFile(57)
+ No such remote file exists.
+
+ ftpNoSuchRemoteDir(58)
+ No such remote directory exists.
+
+
+ The 400 series errors occur when the command was not accepted
+ and the requested action did not take place, but the error
+ condition is temporary and the action may be requested again.
+
+
+ ftpServiceNotAvailable(421)
+ Service not available, closing control connection. This
+ may be a reply to any command if the service knows it
+ must shut down. Possible causes are transfer timeouts
+ and/or FTP server resets.
+
+ ftpUnableToOpenDataConnection(425)
+ Can't open data connection. Try changing from PASV to
+ PORT mode.
+
+ ftpConnectionClosed(426)
+ Connection closed and file transfer is aborted. Possible
+ causes are out of local diskspace and loss of connection.
+
+
+ ftpFileBusy(450)
+ Requested file action not taken. File
+ unavailable (e.g file busy).
+
+ ftpLocalError(451)
+ Requested action aborted due to local error in processing.
+
+ ftpInsufficienStorageSpace(452)
+ Requested action not taken due to insufficient
+ storage space on the server.
+
+
+ The 500 series errors occur when the command was not accepted
+ and the requested action did not take place.
+
+
+ ftpSyntaxError(501)
+ FTP Syntax error in parameters or arguments.
+
+ ftpCommandNotImplemented(502)
+ FTP Command not implemented.
+
+ ftpBadSequenceCommands(503)
+ Bad sequence of the FTP commands.
+
+ ftpParameterNotImplemented(504)
+ FTP command not implemented for that parameter.
+
+ ftpNotLoggedIn(530)
+ Not logged in. Your username and/or password is being
+ rejected, contact the server adminstrator.
+
+ ftpNeedAccount(532)
+ Need account for storing files.
+
+ ftpFileUnavailable(550)
+ Requested action not taken. File unavailable
+ (e.g.file not found, no access). Contact the server
+ adminstrator.
+
+ ftpExceededStorageAllocation(552)
+ Requested file action aborted.Exceeded storage allocation (for
+ current directory or data set). Contact the server adminstrator.
+
+ ftpFileNameNotAllowed(553)
+ Requested action not taken. File name not allowed. Try changing
+ the file name or getting rid of spaces in the file name."
+ ::= { xfSwReleaseEntry 5 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.2.1.6
+ xfSwReleaseSBLType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ definedByEricsson(1),
+ definedByOperator(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object indicates whether the SBL information in
+ the SBDF is generated by Ericsson or by an operator.
+ This is based on a check of the SBDF.
+ Of course this will only be a reliable object when the
+ software can distinguish between Ericsson and operator
+ defined SBDFs, i.e. upgrading from R2A."
+ ::= { xfSwReleaseEntry 6 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.3
+ xfSwActiveRelease OBJECT-TYPE
+ SYNTAX XfSwRelease
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicates which of the two Releases is active at the
+ moment, i.e. active is the software actually running."
+ ::= { xfSwObjects 3 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.4
+ xfSwBootTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Indicates when the XF NE will warm restart to test the
+ new software release. If all fields have value 0 an
+ immediate boot will be performed."
+ ::= { xfSwObjects 4 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.5
+ xfSwCommitType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ operatorCommit(1),
+ nodeCommit(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "In case of a scheduled restart, i.e. valid date and
+ time in xfSwBootTime, two different commit procedures
+ can be followed:
+ operatorCommit(1)
+ The manager commits the software release
+ under test by setting the xfSwRelease-
+ AdminState to activeAndRunning.
+
+ nodeCommit(2)
+ The release under test is accepted when
+ the node is able to establish contact
+ through the DCN with an external IP-address.
+
+ Default values is operatorCommit(1)."
+ ::= { xfSwObjects 5 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.6
+ xfSwBoardTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfSwBoardEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table holds the information about software present
+ on the boards in the XF-NE. Boards without software will
+ not be in this table."
+ ::= { xfSwObjects 6 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.6.1
+ xfSwBoardEntry OBJECT-TYPE
+ SYNTAX XfSwBoardEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the table."
+ INDEX { entPhysicalIndex, xfSwLoadModuleIndex }
+ ::= { xfSwBoardTable 1 }
+
+
+ XfSwBoardEntry ::=
+ SEQUENCE {
+ xfSwBoardLoadModuleIndex
+ Integer32,
+ xfSwBoardLoadModuleType
+ OBJECT IDENTIFIER,
+ xfSwBoardProductNumber
+ XfProductnumber,
+ xfSwBoardRevision
+ XfProductRevision,
+ xfSwBoardStatus
+ INTEGER,
+ xfSwBoardSuProgress
+ Integer32,
+ xfSwBoardMinProductNumber
+ XfProductnumber,
+ xfSwBoardMinRevision
+ XfProductRevision,
+ xfSwBoardTrafficDisturbance
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.6.1.1
+ xfSwBoardLoadModuleIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..10)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Index to the load module on the board. A board may
+ contain more than one load module.
+ "
+ ::= { xfSwBoardEntry 1 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.6.1.2
+ xfSwBoardLoadModuleType OBJECT-TYPE
+ SYNTAX OBJECT IDENTIFIER
+ MAX-ACCESS read-only
+ STATUS obsolete
+ DESCRIPTION
+ "This object indicates of what type the software is,
+ like DP (Device Processor) or FPGA (Field Programmable
+ Gate Array) or another type. New type can be defined by
+ defining a new OID in a other MIB.
+ "
+ ::= { xfSwBoardEntry 2 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.6.1.3
+ xfSwBoardProductNumber OBJECT-TYPE
+ SYNTAX XfProductnumber
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This is a string indicating the product number of the
+ software in the active flash memory.
+ "
+ ::= { xfSwBoardEntry 3 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.6.1.4
+ xfSwBoardRevision OBJECT-TYPE
+ SYNTAX XfProductRevision
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This is a string indicating the revision of the
+ software in the active flash memory."
+ ::= { xfSwBoardEntry 4 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.6.1.5
+ xfSwBoardStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ unknown(1),
+ active(2),
+ upgrading(3),
+ wrongSoftware(4),
+ minSoftwareRevision(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicates the status of the software on the board:
+ Unknown(1)
+ The status of the software is unknown for example
+ at startup.
+
+ Active(2)
+ Software on the board is OK and running
+
+ Upgrading(3)
+ Software is in the process of being upgraded
+
+ WrongSoftware(4)
+ Wrong software on the board and for some reason
+ not being upgraded yet.
+
+ MinSoftware revision(5)
+ The board was tried to downgrade to a software revision that
+ is not compatible with the hardware.
+
+ The xfSwBoardStatus is only of use in case version control is
+ enabled. If version control is not enabled the unit will always
+ runs its software."
+ ::= { xfSwBoardEntry 5 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.6.1.6
+ xfSwBoardSuProgress OBJECT-TYPE
+ SYNTAX Integer32 (0..100)
+ UNITS "percent"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object indicates the progress of the software
+ upgrade process for each individual PIU. This indicates
+ both flash erasing and programming.
+ This object indicates this for both upgrade to a
+ baseline as well as for inserted PIUs.
+ In case the software upgrade of the board takes less
+ than 10 seconds this objects will directly go to 100%."
+ ::= { xfSwBoardEntry 6 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.6.1.7
+ xfSwBoardMinProductNumber OBJECT-TYPE
+ SYNTAX XfProductnumber
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This is a string indicating the product number of the
+ minimally acceptable software revision for this unit
+ type/variant.
+ "
+ ::= { xfSwBoardEntry 7 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.6.1.8
+ xfSwBoardMinRevision OBJECT-TYPE
+ SYNTAX XfProductRevision
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This is a string indicating the revision of the
+ minimally acceptable software revision for this unit
+ type/variant."
+ ::= { xfSwBoardEntry 8 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.6.1.9
+ xfSwBoardTrafficDisturbance OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ unknown(1),
+ disturbing(2),
+ notDisturbing(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object indicates that software upgrade of this
+ load module on this unit might lead to traffic
+ disturbance. This could for example happen in the
+ exceptional case where the load module includes FPGA
+ code for the traffic system."
+ ::= { xfSwBoardEntry 9 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.7
+ xfSwNpuObjects OBJECT IDENTIFIER ::= { xfSwObjects 7 }
+
+
+-- Software related objects specific for NPU. The NPU is the only PIU
+-- for which the passive memory bank is of interest to external
+-- management, since a fall-back to it can be performed.
+--
+ -- 1.3.6.1.4.1.193.81.2.7.1.7.1
+ xfSwNpuPassiveProductNumber OBJECT-TYPE
+ SYNTAX XfProductnumber
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Product number of NPU software in passive bank."
+ ::= { xfSwNpuObjects 1 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.7.2
+ xfSwNpuPassiveRevision OBJECT-TYPE
+ SYNTAX XfProductRevision
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Revision of software in passive bank on NPU."
+ ::= { xfSwNpuObjects 2 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.7.3
+ xfSwNpuPassiveSwitch OBJECT-TYPE
+ SYNTAX INTEGER { switch(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "This object can be used to switch the NPU passive
+ software.
+ As a safety precaution this object is
+ only available when the node is in installation mode
+ or when the node is accessed through the USB port
+ (if present).
+ A warm restart is required to activate the fallback.
+ A switch leads to all xfSwUpgradePreferences being set
+ to their default values, i.e. no version control."
+ ::= { xfSwNpuObjects 3 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.8
+ xfSwLoadModuleTypes OBJECT IDENTIFIER ::= { xfSwObjects 8 }
+
+
+-- The following software types where known at time of definition
+-- of this MIB.
+--
+ -- 1.3.6.1.4.1.193.81.2.7.1.8.1
+ xfDeviceProcessorSoftware OBJECT-IDENTITY
+ STATUS obsolete
+ DESCRIPTION
+ "Used for DP software load modules."
+ ::= { xfSwLoadModuleTypes 1 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.8.2
+ xfPciFpgaCode OBJECT-IDENTITY
+ STATUS obsolete
+ DESCRIPTION
+ "Used for PCI FPGA load modules."
+ ::= { xfSwLoadModuleTypes 2 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.9
+ xfSwUpgradePreferences OBJECT IDENTIFIER ::= { xfSwObjects 9 }
+
+
+-- These objects are used to configure the software
+-- upgrade process, i.e. all from only informing to
+-- total control.
+--
+ -- 1.3.6.1.4.1.193.81.2.7.1.9.1
+ xfSwVersionControl OBJECT-TYPE
+ SYNTAX XfSwEnableDisable
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Used to enable/disable version control.
+ Default: disable."
+ ::= { xfSwUpgradePreferences 1 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.9.2
+ xfSwAutoUpgrade OBJECT-TYPE
+ SYNTAX XfSwEnableDisable
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Used to enable/disable automatic software upgrade.
+ In case xfSwVersionControl is enabled a change of the
+ value will cause all PIUs to be checked again.
+
+ Default: disable."
+ ::= { xfSwUpgradePreferences 2 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.9.3
+ xfSwAutoDowngrade OBJECT-TYPE
+ SYNTAX XfSwEnableDisable
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Used to enable/disable automatic software downgrade.
+ In case xfSwVersionControl is enabled a change of the
+ value will cause all PIUs to be checked again.
+ Default: disable."
+ ::= { xfSwUpgradePreferences 3 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.9.4
+ xfSwAcceptFailure OBJECT-TYPE
+ SYNTAX XfSwEnableDisable
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Used to enable/disable setting of new PIUs, that fail
+ to up/downgrade, in 'out of service'. PIUs that are
+ out of service will not be taken into service on the
+ disable/enable transistion.
+ Default: enable."
+ ::= { xfSwUpgradePreferences 4 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.10
+ xfSwLmUpgradeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF XfSwLmUpgradeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table is used to upgrade a single load module. For
+ each known load module an entry is present."
+ ::= { xfSwObjects 10 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.10.1
+ xfSwLmUpgradeEntry OBJECT-TYPE
+ SYNTAX XfSwLmUpgradeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Entry in the table."
+ INDEX { xfSwLmUpgradeIndex }
+ ::= { xfSwLmUpgradeTable 1 }
+
+
+ XfSwLmUpgradeEntry ::=
+ SEQUENCE {
+ xfSwLmUpgradeIndex
+ Integer32,
+ xfSwLmUpgradeProductNumber
+ XfProductnumber,
+ xfSwLmUpgradeRevision
+ XfProductRevision,
+ xfSwLmUpgradeAdminStatus
+ INTEGER,
+ xfSwLmUpgradeOperStatus
+ INTEGER,
+ xfSwLmUpgradeProgress
+ Integer32,
+ xfSwLmUpgradeFailure
+ INTEGER,
+ xfSwLmUpgradeDescription
+ SnmpAdminString
+ }
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.10.1.1
+ xfSwLmUpgradeIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..100)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Objects used to index the table."
+ ::= { xfSwLmUpgradeEntry 1 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.10.1.3
+ xfSwLmUpgradeProductNumber OBJECT-TYPE
+ SYNTAX XfProductnumber
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Product number of the load module. Normally something
+ like 'CAXR102_012/1'."
+ ::= { xfSwLmUpgradeEntry 3 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.10.1.4
+ xfSwLmUpgradeRevision OBJECT-TYPE
+ SYNTAX XfProductRevision
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Revision to which the load module should be upgraded.
+ Normally something like 'R1A'."
+ ::= { xfSwLmUpgradeEntry 4 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.10.1.6
+ xfSwLmUpgradeAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ upgradeStarted(1),
+ upgradeAborted(2),
+ activeAndRunning(3),
+ upgradeTest(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Indicates the desired status for this release. To start
+ a software upgrade the manager has to set
+ xfSwLmUpgradeRevision. After that it will set this
+ object to upgradeStarted. Which will lead to downloading
+ the SBDF-file from the FTP Server. For the active release
+ write is possible but will have no impact."
+ ::= { xfSwLmUpgradeEntry 6 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.10.1.7
+ xfSwLmUpgradeOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ active(1),
+ upgradeStarted(2),
+ upgradeFinished(3),
+ upgradeTested(4),
+ upgradeFailed(5),
+ upgradeAborted(6),
+ errorInternalError(50),
+ errorFileStorage(51),
+ ftpPingFailed(52),
+ ftpNoAccess(53),
+ ftpConnectionDetailsMissing(54),
+ ftpConnectionDetailsInvalid(55),
+ ftpConnectionTimeout(56),
+ ftpNoSuchRemoteFile(57),
+ ftpNoSuchRemoteDir(58),
+ ftpServiceNotAvailable(421),
+ ftpUnableToOpenDataConnection(425),
+ ftpConnectionClosed(426),
+ ftpFileBusy(450),
+ ftpLocalError(451),
+ ftpInsufficienStorageSpace(452),
+ ftpSyntaxError(501),
+ ftpCommandNotImplemented(502),
+ ftpBadSequenceCommands(503),
+ ftpParameterNotImplemented(504),
+ ftpNotLoggedIn(530),
+ ftpNeedAccount(532),
+ ftpFileUnavailable(550),
+ ftpExceededStorageAllocation(552),
+ ftpFileNameNotAllowed(553)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicates the status of the software upgrade process
+ for this load module.
+ active(1)
+ the load module is active and running on the PIU.
+
+ upgradeStarted(2)
+ a load module will have this status directly
+ after the SRDF info for this module is loaded
+ and the xfSwLmUpgradeAdminStatus of the
+ release was set to upgradeStarted.
+
+ upgradeFinished(3)
+ indicates that this load modules has been retreived
+ and burned into the flash memories.This is the
+ state of load modules that are part of an active
+ release.
+
+ upgradeTested(4)
+ This release is running as test and not committed
+ yet.
+
+ upgradeFailed(5)
+ upgraded has failed for a reason, e.g. file transfer
+ checksum was wrong, see xfSwLmUpgradeFailure.
+
+ upgradeAborted(6)
+ when the manager has aborted the upgrade of the
+ complete release whilst this load module wasn't
+ upgradedFinished yet this will be its status.
+
+
+
+ The 50 series errors are reported by the FTP client on
+ the node.
+
+
+ errorInternalError(50)
+ An internal error detected before FTP operation.
+
+ errorFileStorage(51)
+ Error when erasing flash to store the downloaded
+ file at the node.
+
+ ftpPingFailed(52)
+ FTP ping failed.
+
+ ftpNoAccess(53)
+ Not able to send the FTP commands.
+
+ ftpConnectionDetailsMissing(54)
+ FTP connection details are missing.
+
+ ftpConnectionDetailsInvalid(55)
+ FTP connection details are invalid.
+
+ ftpConnectionTimeout(56)
+ FTP connection timeout is detected.
+
+ ftpNoSuchRemoteFile(57)
+ No such remote file exists.
+
+ ftpNoSuchRemoteDir(58)
+ No such remote directory exists.
+
+
+ The 400 series errors occur when the command was not accepted
+ and the requested action did not take place, but the error
+ condition is temporary and the action may be requested again.
+
+
+ ftpServiceNotAvailable(421)
+ Service not available, closing control connection. This
+ may be a reply to any command if the service knows it
+ must shut down. Possible causes are transfer timeouts
+ and/or FTP server resets.
+
+ ftpUnableToOpenDataConnection(425)
+ Can't open data connection. Try changing from PASV to
+ PORT mode.
+
+ ftpConnectionClosed(426)
+ Connection closed and file transfer is aborted. Possible
+ causes are out of local diskspace and loss of connection.
+
+
+ ftpFileBusy(450)
+ Requested file action not taken. File
+ unavailable (e.g file busy).
+
+ ftpLocalError(451)
+ Requested action aborted due to local error in processing.
+
+ ftpInsufficienStorageSpace(452)
+ Requested action not taken due to insufficient
+ storage space on the server.
+
+
+ The 500 series errors occur when the command was not accepted
+ and the requested action did not take place.
+
+
+ ftpSyntaxError(501)
+ FTP Syntax error in parameters or arguments.
+
+ ftpCommandNotImplemented(502)
+ FTP Command not implemented.
+
+ ftpBadSequenceCommands(503)
+ Bad sequence of the FTP commands.
+
+ ftpParameterNotImplemented(504)
+ FTP command not implemented for that parameter.
+
+ ftpNotLoggedIn(530)
+ Not logged in. Your username and/or password is being
+ rejected, contact the server adminstrator.
+
+ ftpNeedAccount(532)
+ Need account for storing files.
+
+ ftpFileUnavailable(550)
+ Requested action not taken. File unavailable
+ (e.g.file not found, no access). Contact the server
+ adminstrator.
+
+ ftpExceededStorageAllocation(552)
+ Requested file action aborted.Exceeded storage allocation (for
+ current directory or data set). Contact the server adminstrator.
+
+ ftpFileNameNotAllowed(553)
+ Requested action not taken. File name not allowed. Try changing
+ the file name or getting rid of spaces in the file name.
+ "
+ ::= { xfSwLmUpgradeEntry 7 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.10.1.8
+ xfSwLmUpgradeProgress OBJECT-TYPE
+ SYNTAX Integer32 (0..100)
+ UNITS "percent"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object indicates the progress in downloading
+ the respective load module when part of an upgrade of
+ an inserted PIU."
+ ::= { xfSwLmUpgradeEntry 8 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.10.1.9
+ xfSwLmUpgradeFailure OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ downloadFailure(1),
+ programFailure(2),
+ noFailure(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object specifies the cause of a software
+ upgrade failure. "
+ ::= { xfSwLmUpgradeEntry 9 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.10.1.10
+ xfSwLmUpgradeDescription OBJECT-TYPE
+ SYNTAX SnmpAdminString (SIZE (0..30))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object indicates a textual
+ description of the load module, indicating PIU type
+ as stated by the entPhysicalDescription MO."
+ ::= { xfSwLmUpgradeEntry 10 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.1.11
+ xfSwGlobalState OBJECT-TYPE
+ SYNTAX BITS
+ {
+ noUpgrade(0),
+ sblStarted(1),
+ sblWaitForActivate(2),
+ sblWaitForCommit(3),
+ manualStarted(4),
+ manualWaitForActivate(5),
+ manualWaitForCommit(6),
+ unitUpgrade(7),
+ cachingLoadModules(8),
+ preparingForTest(9)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This objecty indicates the global state of the
+ Software Upgrade process.
+ noUpgrade(0), no Software upgrade ongoing
+
+ sblStarted(1), a SBL upgrade is started and SBDF and Load Modules are downloading
+
+ sblWaitForActivate(2), a SBL upgrade is finished and waiting for an activation
+
+ sblWaitForCommit(3), a SBL upgrade is in test phase and waiting for commit
+
+ manualStarted(4), a manual upgrade is started and Load Modules are downloading
+
+ manualWaitForActivate(5), a manual upgrade is finished and waiting for an activation
+
+
+ manualWaitForCommit(6), a manual upgrade is in test phase and waiting for commit
+
+ unitUpgrade(7), an unit is inserted and in the process of upgrading
+
+ cachingLoadModules(8), software upgrade is in the process of downloading the load
+ modules for cache.
+
+ preparingForTest(9), a period after a power-up/restart the node prepares to enter
+ the test phase. During this period some units might restart
+ and it is not possible to commit the software upgrade."
+ ::= { xfSwObjects 11 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.2
+ xfSwConformance OBJECT IDENTIFIER ::= { xfSoftwareMIB 2 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.2.1
+ xfSwCompliances OBJECT IDENTIFIER ::= { xfSwConformance 1 }
+
+
+-- this module
+-- this module
+ -- 1.3.6.1.4.1.193.81.2.7.2.1.1
+ xfSwFullCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement for SNMP entities which
+ implement everything."
+ MODULE -- this module
+ MANDATORY-GROUPS { xfSwGroup, xSwGroupR2 }
+ ::= { xfSwCompliances 1 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.2.2
+ xfSwGroups OBJECT IDENTIFIER ::= { xfSwConformance 2 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.2.2.1
+ xfSwGroup OBJECT-GROUP
+ OBJECTS { xfSwRelease, xfSwLoadModuleIndex, xfSwLoadModuleProductNumber, xfSwLoadModuleRevision, xfSwLoadModuleOperStatus,
+ xfSwReleaseIndex, xfSwReleaseProductNumber, xfSwReleaseRevision, xfSwReleaseAdminStatus, xfSwReleaseOperStatus,
+ xfSwActiveRelease, xfSwBootTime, xfSwCommitType, xfSwBoardProductNumber, xfSwBoardRevision,
+ xfSwNpuPassiveProductNumber, xfSwNpuPassiveSwitch, xfSwLoadModuleFailure, xfSwNpuPassiveRevision, xfSwBoardStatus
+ }
+ STATUS current
+ DESCRIPTION
+ "Group of all software related objects."
+ ::= { xfSwGroups 1 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.2.2.2
+ xSwGroupR2 OBJECT-GROUP
+ OBJECTS { xfSwBoardSuProgress, xfSwLmUpgradeIndex, xfSwLmUpgradeProductNumber, xfSwLmUpgradeRevision, xfSwLmUpgradeAdminStatus,
+ xfSwLmUpgradeOperStatus, xfSwBoardMinProductNumber, xfSwBoardMinRevision, xfSwVersionControl, xfSwLoadModuleProgress,
+ xfSwLmUpgradeFailure, xfSwBoardTrafficDisturbance, xfSwReleaseSBLType, xfSwLmUpgradeProgress, xfSwAutoUpgrade,
+ xfSwAutoDowngrade, xfSwGlobalState, xfSwAcceptFailure, xfSwLoadModuleDescription, xfSwLmUpgradeDescription
+ }
+ STATUS current
+ DESCRIPTION
+ "All objects added for MINI-LINK Traffic Node R2."
+ ::= { xfSwGroups 2 }
+
+
+ -- 1.3.6.1.4.1.193.81.2.7.2.2.3
+ xfSwObsoleteGroup OBJECT-GROUP
+ OBJECTS { xfSwBoardLoadModuleIndex, xfSwBoardLoadModuleType }
+ STATUS obsolete
+ DESCRIPTION
+ "Description."
+ ::= { xfSwGroups 3 }
+
+
+
+ END
+
+--
+-- 10_19603-crxr10201_1_software.mi2
+-- \ No newline at end of file
diff --git a/MIBS/ericsson/XF-TOP-MIB b/MIBS/ericsson/XF-TOP-MIB
new file mode 100644
index 0000000..8addab7
--- /dev/null
+++ b/MIBS/ericsson/XF-TOP-MIB
@@ -0,0 +1,230 @@
+ XF-TOP-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ enterprises, Integer32, Gauge32, MODULE-IDENTITY
+ FROM SNMPv2-SMI
+ TEXTUAL-CONVENTION
+ FROM SNMPv2-TC;
+
+
+ -- 1.3.6.1.4.1.193.81
+ miniLinkXF MODULE-IDENTITY
+ LAST-UPDATED "201210101600Z" -- October 10, 2012 at 16:00 GMT
+ ORGANIZATION
+ "Ericsson"
+ CONTACT-INFO
+ " "
+ DESCRIPTION
+ "This MIB specifies the highest level OIDs for
+ the MINI-LINK Traffic Node product.
+ "
+
+ REVISION "201210101600Z" -- October 10, 2012 at 16:00 GMT
+ DESCRIPTION
+ "T : Fixed minor syntax warnings"
+ REVISION "201208311600Z" -- August 31, 2012 at 16:00 GMT
+ DESCRIPTION
+ "S : Changed to legal revision"
+ REVISION "201206131600Z" -- June 13, 2012 at 16:00 GMT
+ DESCRIPTION
+ "P : Added xfRps subtree."
+ REVISION "201109101200Z" -- September 10, 2011 at 12:00 GMT
+ DESCRIPTION
+ "O : Added xfCesService subtree."
+ REVISION "201009221100Z" -- September 22, 2010 at 11:00 GMT
+ DESCRIPTION
+ "N : Added xfPT6010 subtree for PT6010"
+ REVISION "201004201000Z" -- April 20, 2010 at 10:00 GMT
+ DESCRIPTION
+ "M : Added xfCN500 subtree for compact node 500."
+ REVISION "201001261000Z" -- January 26, 2010 at 10:00 GMT
+ DESCRIPTION
+ "L : Added xfCN210 subtree for compact node 210."
+ REVISION "200903161200Z" -- March 16, 2009 at 12:00 GMT
+ DESCRIPTION
+ "K : corrected Xf24HrsSeconds to 86400.
+ "
+ REVISION "200901221100Z" -- January 22, 2009 at 11:00 GMT
+ DESCRIPTION
+ "J : Length of xfProductRevison increased
+ from 10 to 40."
+ REVISION "200802251444Z" -- February 25, 2008 at 14:44 GMT
+ DESCRIPTION
+ "H : Added xfSdhAdm"
+ REVISION "200601261224Z" -- January 26, 2006 at 12:24 GMT
+ DESCRIPTION
+ "G added xfAtmAggregationUnit"
+ REVISION "200502251600Z" -- February 25, 2005 at 16:00 GMT
+ DESCRIPTION
+ "F changed xfServiceApplications to
+ added xfIpSau"
+ REVISION "200401231111Z" -- January 23, 2004 at 11:11 GMT
+ DESCRIPTION
+ "E Added xfRadioLink"
+ REVISION "200306190924Z" -- June 19, 2003 at 09:24 GMT
+ DESCRIPTION
+ "D
+ Changed the Xf15MinSeconds and
+ Xf24Seconds to start with 1"
+ REVISION "200203071329Z" -- March 07, 2002 at 13:29 GMT
+ DESCRIPTION
+ "C
+ Added TC for Product
+ number and revision
+ Added TCs for seconds counter 15min
+ and 24hrs
+ Changed contact info
+ "
+ REVISION "200110081501Z" -- October 08, 2001 at 15:01 GMT
+ DESCRIPTION
+ "B etoall: xfMCR instead xfRadio"
+ REVISION "200104020000Z" -- April 02, 2001 at 00:00 GMT
+ DESCRIPTION
+ "Rev. A etoall
+ Initial version"
+ ::= { ericsson 81 }
+
+
+
+--
+-- Textual conventions
+--
+
+ XfProductnumber ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "30t"
+ STATUS current
+ DESCRIPTION
+ "A string indicating the product number
+ like 'RORJ605 001/1'. The string must be compliant to
+ standard Ericsson format for product numbers."
+ SYNTAX OCTET STRING (SIZE (0..30))
+
+ XfProductRevision ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "40t"
+ STATUS current
+ DESCRIPTION
+ "String indicating a product revision like 'R1A00'.
+ The string must comply to standard Ericsson product
+ revision numbers.
+ "
+ SYNTAX OCTET STRING (SIZE (0..40))
+
+ Xf24HrsSeconds ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "d"
+ STATUS current
+ DESCRIPTION
+ "General definition for perfomance threshold for 24 hours."
+ SYNTAX Integer32 (1..86400)
+
+ Xf15MinSeconds ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "d"
+ STATUS current
+ DESCRIPTION
+ "General definition for perfomance threshold for 15 minutes."
+ SYNTAX Integer32 (1..900)
+
+ Xf24HrsSecondsGauge ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "d"
+ STATUS current
+ DESCRIPTION
+ "General definition for counting the number of seconds
+ in 24 hours."
+ SYNTAX Gauge32 (0..86400)
+
+ Xf15MinSecondsGauge ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "d"
+ STATUS current
+ DESCRIPTION
+ "General definition for counting the number of seconds
+ in 15 minutes."
+ SYNTAX Gauge32 (0..900)
+
+
+--
+-- Node definitions
+--
+
+ -- 1.3.6.1.4.1.193
+ ericsson OBJECT IDENTIFIER ::= { enterprises 193 }
+
+
+ -- 1.3.6.1.4.1.193.81.1
+ xfSysId OBJECT IDENTIFIER ::= { miniLinkXF 1 }
+
+
+ -- 1.3.6.1.4.1.193.81.2
+ xfPlatform OBJECT IDENTIFIER ::= { miniLinkXF 2 }
+
+
+-- XfMediaSpecific branch is meant for the Link Applications.
+ -- 1.3.6.1.4.1.193.81.3
+ xfMediaSpecific OBJECT IDENTIFIER ::= { miniLinkXF 3 }
+
+
+ -- 1.3.6.1.4.1.193.81.3.1
+ xfPDH OBJECT IDENTIFIER ::= { xfMediaSpecific 1 }
+
+
+ -- 1.3.6.1.4.1.193.81.3.2
+ xfSDH OBJECT IDENTIFIER ::= { xfMediaSpecific 2 }
+
+
+ -- 1.3.6.1.4.1.193.81.3.3
+ xfMCR OBJECT IDENTIFIER ::= { xfMediaSpecific 3 }
+
+
+-- XfRadioLink is used for the MMU3 generation, both
+-- medium as well as high capacity.
+ -- 1.3.6.1.4.1.193.81.3.4
+ xfRadioLink OBJECT IDENTIFIER ::= { xfMediaSpecific 4 }
+
+
+ -- 1.3.6.1.4.1.193.81.4
+ xfServiceApplications OBJECT IDENTIFIER ::= { miniLinkXF 4 }
+
+
+ -- 1.3.6.1.4.1.193.81.4.1
+ xfEthernetBridge OBJECT IDENTIFIER ::= { xfServiceApplications 1 }
+
+
+ -- 1.3.6.1.4.1.193.81.4.2
+ xfAtmAggregationUnit OBJECT IDENTIFIER ::= { xfServiceApplications 2 }
+
+
+ -- 1.3.6.1.4.1.193.81.4.3
+ xfSdhAdm OBJECT IDENTIFIER ::= { xfServiceApplications 3 }
+
+
+ -- 1.3.6.1.4.1.193.81.4.4
+ xfCesService OBJECT IDENTIFIER ::= { xfServiceApplications 4 }
+
+
+ -- 1.3.6.1.4.1.193.81.4.5
+ xfRps OBJECT IDENTIFIER ::= { xfServiceApplications 5 }
+
+
+ -- 1.3.6.1.4.1.193.81.5
+ xfIpSau OBJECT IDENTIFIER ::= { miniLinkXF 5 }
+
+
+-- Used by Compact Node 210.
+ -- 1.3.6.1.4.1.193.81.6
+ xfCN210 OBJECT IDENTIFIER ::= { miniLinkXF 6 }
+
+
+-- Used by Compact Node 500.
+ -- 1.3.6.1.4.1.193.81.7
+ xfCN500 OBJECT IDENTIFIER ::= { miniLinkXF 7 }
+
+
+-- Used by PT6010.
+ -- 1.3.6.1.4.1.193.81.8
+ xfPT6010 OBJECT IDENTIFIER ::= { miniLinkXF 8 }
+
+
+
+ END
+
+--
+-- 3_19603-crxr10201_1_top.mi2
+--