From Stained Dormouse, 4 Years ago, written in Plain Text.
Embed
  1.    CAMBIUM-PTP650-MIB DEFINITIONS ::= BEGIN
  2.  
  3.    IMPORTS
  4.       MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
  5.       Integer32, IpAddress,
  6.       enterprises
  7.          FROM SNMPv2-SMI
  8.       MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
  9.          FROM SNMPv2-CONF
  10.       DisplayString
  11.          FROM SNMPv2-TC
  12.       InetAddress, InetAddressType
  13.          FROM INET-ADDRESS-MIB;
  14.  
  15.    cambium MODULE-IDENTITY
  16.       LAST-UPDATED "201502060443Z"
  17.       ORGANIZATION "Cambium Networks Ltd."
  18.       CONTACT-INFO
  19.          "Post:  Simon Whitaker
  20.                  Cambium Networks Ltd.
  21.                  Unit B2,
  22.                  Linhay Business Park,
  23.                  Eastern Road,
  24.                  Ashburton,
  25.                  Devon.
  26.                  TQ13 7UP
  27.                  United Kingdom
  28.          Phone:  +44 (0) 1364 655 500
  29.          Email:  simon.whitaker@cambiumnetworks.com"
  30.       DESCRIPTION
  31.          "MIB for non-line-of-sight (NLOS) wireless ethernet bridge."
  32.       REVISION "201502060443Z"
  33.       DESCRIPTION
  34.          "PTP650-01-40:
  35.          Added Second Data Service attributes to support a second data path over
  36.          wireless link.
  37.          Added support for Cable Diagnostics.
  38.          Added IEEE 1588 Transparent Clock source port and Transparent Clock source
  39.          alarm attributes."
  40.       REVISION "201406181412Z"
  41.       DESCRIPTION
  42.          "PTP650-01-20:
  43.          Added TDM group and NIDU attributes to support the telecomms interfaces.
  44.          Added Router Protocols group to support Microwave Adaptive Bandwidth (MAB).
  45.          Added support for Out-Of-Band Remote Management, and for mute and enable
  46.          transmission. Renamed 'ethernet bridging' attributes to 'data bridging'.
  47.          Made more SyncE attributes writable."
  48.       REVISION "201402211503Z"
  49.       DESCRIPTION
  50.          "PTP650-01-10:
  51.          Added Synchronous Ethernet (SyncE) and IEEE 1588 Transparent Clock.
  52.          Support PTP650s. Clarified localPacketFiltering, regulatoryBand,
  53.          TDD Sync status & alarm. TX power max increased to 30dBm.
  54.          Modified the bit assignments of enabledDiagnosticAlarms to combine
  55.          the various status & warning bits for the main PSU, Aux & SFP ports
  56.          into a single portState bit."
  57.       REVISION "201308021028Z"
  58.       DESCRIPTION "PTP650-01-00: Initial revision."
  59.       ::= { enterprises 17713 }
  60.  
  61.    -- Groups in cambium
  62.    ptp                OBJECT IDENTIFIER ::= { cambium 1 }
  63.    ptmp               OBJECT IDENTIFIER ::= { cambium 2 }
  64.    ptp650             OBJECT IDENTIFIER ::= { cambium 7 }
  65.  
  66.    -- Groups in ptp650
  67.    dfs                 OBJECT IDENTIFIER ::= { ptp650 3 }
  68.    bridge              OBJECT IDENTIFIER ::= { ptp650 4 }
  69.    configuration       OBJECT IDENTIFIER ::= { ptp650 5 }
  70.    ethernet            OBJECT IDENTIFIER ::= { ptp650 6 }
  71.    tDM                 OBJECT IDENTIFIER ::= { ptp650 7 }
  72.    license             OBJECT IDENTIFIER ::= { ptp650 8 }
  73.    management          OBJECT IDENTIFIER ::= { ptp650 9 }
  74.    phyControl          OBJECT IDENTIFIER ::= { ptp650 10 }
  75.    phyStatus           OBJECT IDENTIFIER ::= { ptp650 12 }
  76.    alarms              OBJECT IDENTIFIER ::= { ptp650 13 }
  77.    smtp                OBJECT IDENTIFIER ::= { ptp650 15 }
  78.    snmpControl         OBJECT IDENTIFIER ::= { ptp650 16 }
  79.    sntp                OBJECT IDENTIFIER ::= { ptp650 17 }
  80.    reset               OBJECT IDENTIFIER ::= { ptp650 18 }
  81.    versions            OBJECT IDENTIFIER ::= { ptp650 19 }
  82.    pubStats            OBJECT IDENTIFIER ::= { ptp650 20 }
  83.    encryption          OBJECT IDENTIFIER ::= { ptp650 22 }
  84.    tDDControl          OBJECT IDENTIFIER ::= { ptp650 23 }
  85.    aAAControl          OBJECT IDENTIFIER ::= { ptp650 25 }
  86.    syslogControl       OBJECT IDENTIFIER ::= { ptp650 24 }
  87.    routerProtocols     OBJECT IDENTIFIER ::= { ptp650 26 }
  88.    cableDiagnostics    OBJECT IDENTIFIER ::= { ptp650 27 }
  89.    supplementary       OBJECT IDENTIFIER ::= { ptp650 96 }
  90.    ptpGroups          OBJECT IDENTIFIER ::= { ptp650 98 }
  91.    ptpTraps           OBJECT IDENTIFIER ::= { ptp650 99 }
  92.    ptpTrapPrefix      OBJECT IDENTIFIER ::= { ptpTraps 0 }
  93.  
  94.    -- Compliance information
  95.    --
  96.    ptpCompliance MODULE-COMPLIANCE
  97.       STATUS current
  98.       DESCRIPTION
  99.          "The compliance statement for the Cambium PTP MIB"
  100.       MODULE -- this module
  101.          MANDATORY-GROUPS { dfsGroup
  102.                           , bridgeGroup
  103.                           , configurationGroup
  104.                           , ethernetGroup
  105.                           , tDMGroup
  106.                           , licenseGroup
  107.                           , managementGroup
  108.                           , phyControlGroup
  109.                           , phyStatusGroup
  110.                           , alarmsGroup
  111.                           , smtpGroup
  112.                           , snmpControlGroup
  113.                           , sntpGroup
  114.                           , resetGroup
  115.                           , versionsGroup
  116.                           , pubStatsGroup
  117.                           , encryptionGroup
  118.                           , tDDControlGroup
  119.                           , aAAControlGroup
  120.                           , syslogControlGroup
  121.                           , routerProtocolsGroup
  122.                           , cableDiagnosticsGroup
  123.                           , supplementaryGroup
  124.                           , notificationsGroup
  125.                           }
  126.          ::= { ptp650 97 }
  127.  
  128.    dfsGroup OBJECT-GROUP
  129.       OBJECTS { dfsTableNumber
  130.               , extendedSpectrumScanning
  131.               , dfsMeans
  132.               , dfsNineNinePointNinePercentiles
  133.               , dfsPeaks
  134.               }
  135.       STATUS  current
  136.       DESCRIPTION "The dfs object group."
  137.       ::= { ptpGroups 3 }
  138.  
  139.    bridgeGroup OBJECT-GROUP
  140.       OBJECTS { localPacketFiltering
  141.               }
  142.       STATUS  current
  143.       DESCRIPTION "The bridge object group."
  144.       ::= { ptpGroups 4 }
  145.  
  146.    configurationGroup OBJECT-GROUP
  147.       OBJECTS { iPv4Address
  148.               , subnetMask
  149.               , gatewayIPAddress
  150.               , targetMACAddress
  151.               , masterSlaveMode
  152.               , maximumTransmitPower
  153.               , antennaGain
  154.               , cableLoss
  155.               , eIRP
  156.               , channelBandwidth
  157.               , linkName
  158.               , siteName
  159.               , accessMethod
  160.               , groupID
  161.               , iPv6Address
  162.               , iPVersion
  163.               , iPv6AutoConfiguredLinkLocalAddress
  164.               , iPv6PrefixLength
  165.               , iPv6GatewayAddress
  166.               , remoteInternetAddressType
  167.               , remoteInternetAddress
  168.               , subbandLowestFrequency
  169.               , subbandHighestFrequency
  170.               , enableTransmission
  171.               }
  172.       STATUS  current
  173.       DESCRIPTION "The configuration object group."
  174.       ::= { ptpGroups 5 }
  175.  
  176.    ethernetGroup OBJECT-GROUP
  177.       OBJECTS { mainPSUPortAutoNegotiation
  178.               , mainPSUPortAutoNegAdvertisement
  179.               , mainPSUPortAutoMdix
  180.               , mainPSUPortStatus
  181.               , mainPSUPortSpeedAndDuplex
  182.               , dataPortWirelessDownAlert
  183.               , useVLANForManagementInterfaces
  184.               , vLANManagementPriority
  185.               , vLANManagementVID
  186.               , auxPortStatus
  187.               , auxPortSpeedAndDuplex
  188.               , ethernetPriorityTableNumber
  189.               , l2CPPriorityTableNumber
  190.               , iPDSCPPriorityTableNumber
  191.               , mPLSTCPriorityTableNumber
  192.               , managementPortWirelessDownAlert
  193.               , qOSPriorityScheme
  194.               , unknownNetworkPriorityQueueMapping
  195.               , dSCPManagementPriority
  196.               , dataBridgingStatus
  197.               , mainPSUPortAllocation
  198.               , auxPortAllocation
  199.               , sFPPortAllocation
  200.               , dataPortPauseFrames
  201.               , sFPPortAutoNegotiation
  202.               , sFPPortAutoNegAdvertisement
  203.               , sFPPortAutoMdix
  204.               , sFPPortStatus
  205.               , sFPPortSpeedAndDuplex
  206.               , auxPortPowerOverEthernetOutput
  207.               , auxPortPowerOverEthernetOutputStatus
  208.               , syncETracking
  209.               , syncEEquipmentClock
  210.               , mainPSUPortQLRxOverwrite
  211.               , mainPSUPortSSMTx
  212.               , sFPPortSSMTx
  213.               , auxPortSSMTx
  214.               , syncETrackingState
  215.               , mainPSUPortQLRx
  216.               , auxPortQLRx
  217.               , sFPPortQLRx
  218.               , mainPSUPortQLTx
  219.               , auxPortQLTx
  220.               , sFPPortQLTx
  221.               , mainPSUPortSyncEMasterSlaveStatus
  222.               , auxPortSyncEMasterSlaveStatus
  223.               , sFPPortSyncEMasterSlaveStatus
  224.               , mainPSUPortGigabitMasterSlaveStatus
  225.               , auxPortGigabitMasterSlaveStatus
  226.               , sFPPortGigabitMasterSlaveStatus
  227.               , transparentClock
  228.               , transparentClockVLAN
  229.               , transparentClockVID
  230.               , mainPSUPortAcceptedQLRx
  231.               , auxPortAcceptedQLRx
  232.               , sFPPortAcceptedQLRx
  233.               , mainPSUPortSyncERxStatus
  234.               , auxPortSyncERxStatus
  235.               , sFPPortSyncERxStatus
  236.               , nIDULanPortStatus
  237.               , nIDULanPortSpeedAndDuplex
  238.               , oOBPriorityQueueMapping
  239.               , nIDULanPortAutoNegotiation
  240.               , nIDULanPortAutoNegAdvertisement
  241.               , nIDULanPortAutoMdix
  242.               , nIDULanPortGigabitMasterSlaveStatus
  243.               , txMABFrames
  244.               , managementNetworkAccessEnabled
  245.               , secondDataPortPauseFrames
  246.               , secondDataBridgingStatus
  247.               , transparentClockPort
  248.               , ethernetPriorityQueueMapping
  249.               , l2CPPriorityQueueMapping
  250.               , iPDSCPPriorityQueueMapping
  251.               , mPLSTCPriorityQueueMapping
  252.               }
  253.       STATUS  current
  254.       DESCRIPTION "The ethernet object group."
  255.       ::= { ptpGroups 6 }
  256.  
  257.    tDMGroup OBJECT-GROUP
  258.       OBJECTS { tDMInterfaceControl
  259.               , tDMInterfaceStatus
  260.               , tDMEnabledChannels
  261.               , tdmTableNumber
  262.               , tDMConfigurationMismatch
  263.               , lowestTDMModulationMode
  264.               , tDMChannelStatus
  265.               , tDMChannelLineCode
  266.               , tDMChannelCableLength
  267.               , tDMChannelLoopback
  268.               }
  269.       STATUS  current
  270.       DESCRIPTION "The tDM object group."
  271.       ::= { ptpGroups 7 }
  272.  
  273.    licenseGroup OBJECT-GROUP
  274.       OBJECTS { regulatoryBand
  275.               , productVariant
  276.               , productName
  277.               , frequencyVariant
  278.               , sNMPv3Enable
  279.               , licenseVersion
  280.               , licenseUnitSerialNumber
  281.               , licenseIssueNumber
  282.               , licenseCountry
  283.               , licenseNumberOfRegulatoryBands
  284.               , licenseBandwidthCap
  285.               , licenseEncryption
  286.               , licenseSecurityLevel
  287.               , licenseGroupAccess
  288.               , licenseOOBManagementSupport
  289.               , licenseSFPPortSupport
  290.               , licenseAuxiliaryPortSupport
  291.               , licenseCapacity
  292.               , licenseMaxNumberOfTDMChannels
  293.               , licenseIEEE1588Support
  294.               , licenseSyncESupport
  295.               , licenseIPv6Support
  296.               , licenseMinimumFirmwareVersion
  297.               , licenseFullCapabilityTrialStatus
  298.               , licenseRemainingTrialPeriod
  299.               , licenseRemainingTrialPeriodAlarm
  300.               , capacityVariantMismatch
  301.               , licenseTDDSyncSupport
  302.               , licenseMaxLinkRange
  303.               , licenseTrialPeriod
  304.               , licenseRARSupport
  305.               , licenseRegulatoryBandsList
  306.               }
  307.       STATUS  current
  308.       DESCRIPTION "The license object group."
  309.       ::= { ptpGroups 8 }
  310.  
  311.    managementGroup OBJECT-GROUP
  312.       OBJECTS { targetRange
  313.               , rangingMode
  314.               , installStatus
  315.               , installArmState
  316.               , tFTPServerPortNumber
  317.               , tFTPSoftwareUpgradeFileName
  318.               , tFTPStartSoftwareUpgrade
  319.               , tFTPSoftwareUpgradeStatus
  320.               , tFTPSoftwareUpgradeStatusText
  321.               , tFTPSoftwareUpgradeStatusAdditionalText
  322.               , hTTPAccessEnabled
  323.               , telnetAccessEnabled
  324.               , hTTPPortNumber
  325.               , hTTPSPortNumber
  326.               , telnetPortNumber
  327.               , hTTPSAccessEnabled
  328.               , tFTPServerInternetAddressType
  329.               , tFTPServerInternetAddress
  330.               , lowestDataModulationMode
  331.               , lowestSecondDataModulationMode
  332.               }
  333.       STATUS  current
  334.       DESCRIPTION "The management object group."
  335.       ::= { ptpGroups 9 }
  336.  
  337.    phyControlGroup OBJECT-GROUP
  338.       OBJECTS { linkSymmetry
  339.               , userConfiguredMaxModulationMode
  340.               , linkModeOptimization
  341.               , txColorCode
  342.               , rxColorCode
  343.               , remoteMaximumTransmitPower
  344.               }
  345.       STATUS  current
  346.       DESCRIPTION "The phyControl object group."
  347.       ::= { ptpGroups 10 }
  348.  
  349.    phyStatusGroup OBJECT-GROUP
  350.       OBJECTS { linkLoss
  351.               , receivePower
  352.               , vectorError
  353.               , transmitPower
  354.               , receiveChannel
  355.               , transmitChannel
  356.               , receiveFreqMHz
  357.               , transmitFreqMHz
  358.               , signalStrengthRatio
  359.               , receiveFreqKHz
  360.               , transmitFreqKHz
  361.               , rawReceivePower
  362.               , range
  363.               , receiveModulationMode
  364.               , transmitModulationMode
  365.               , searchState
  366.               }
  367.       STATUS  current
  368.       DESCRIPTION "The phyStatus object group."
  369.       ::= { ptpGroups 12 }
  370.  
  371.    alarmsGroup OBJECT-GROUP
  372.       OBJECTS { unitOutOfCalibration
  373.               , incompatibleRegulatoryBands
  374.               , noWirelessChannelAvailable
  375.               , wirelessLinkDisabledWarning
  376.               , mainPSUPortDisabledWarning
  377.               , sFPError
  378.               , mainPSUPortConfigurationMismatch
  379.               , incompatibleMasterAndSlave
  380.               , tDDSynchronizationStatus
  381.               , auxPortDisabledWarning
  382.               , tDDSynchronizationAlarm
  383.               , linkModeOptimizationMismatch
  384.               , auxPortConfigurationMismatch
  385.               , secureModeAlarm
  386.               , dataBridgingStatusAlarm
  387.               , sFPPortDisabledWarning
  388.               , sFPPortConfigurationMismatch
  389.               , maxLinkRangeExceeded
  390.               , nIDULanPortDisabledWarning
  391.               , nIDULanPortConfigurationMismatch
  392.               , portAllocationMismatch
  393.               , secondDataBridgingStatusAlarm
  394.               , transparentClockSourcePortAlarm
  395.               }
  396.       STATUS  current
  397.       DESCRIPTION "The alarms object group."
  398.       ::= { ptpGroups 13 }
  399.  
  400.    smtpGroup OBJECT-GROUP
  401.       OBJECTS { sMTPEmailAlert
  402.               , sMTPServerPortNumber
  403.               , sMTPSourceEmailAddress
  404.               , sMTPDestinationEmailAddress
  405.               , sMTPEnabledMessages
  406.               , sMTPServerInternetAddressType
  407.               , sMTPServerInternetAddress
  408.               }
  409.       STATUS  current
  410.       DESCRIPTION "The smtp object group."
  411.       ::= { ptpGroups 15 }
  412.  
  413.    snmpControlGroup OBJECT-GROUP
  414.       OBJECTS { sNMPPortNumber
  415.               , sNMPCommunityString
  416.               , sNMPTrapTableNumber
  417.               , sNMPTrapVersion
  418.               , sNMPEnabledTraps
  419.               , enabledDiagnosticAlarms
  420.               , sNMPSendAllTrapsAtStartup
  421.               , sNMPTrapPortNumber
  422.               , sNMPTrapInternetAddressType
  423.               , sNMPTrapInternetAddress
  424.               , sNMPTrapReceiverEnabled
  425.               }
  426.       STATUS  current
  427.       DESCRIPTION "The snmpControl object group."
  428.       ::= { ptpGroups 16 }
  429.  
  430.    sntpGroup OBJECT-GROUP
  431.       OBJECTS { sNTPState
  432.               , sNTPPollInterval
  433.               , sNTPSync
  434.               , sNTPLastSync
  435.               , systemClock
  436.               , timeZone
  437.               , daylightSaving
  438.               , sNTPPrimaryServer
  439.               , sNTPPrimaryServerDeadTime
  440.               , sNTPServerRetries
  441.               , sNTPServerTimeout
  442.               , sNTPServerTableNumber
  443.               , sNTPServerPortNumber
  444.               , sNTPServerStatus
  445.               , sNTPServerInternetAddressType
  446.               , sNTPServerInternetAddress
  447.               }
  448.       STATUS  current
  449.       DESCRIPTION "The sntp object group."
  450.       ::= { ptpGroups 17 }
  451.  
  452.    resetGroup OBJECT-GROUP
  453.       OBJECTS { systemReset
  454.               }
  455.       STATUS  current
  456.       DESCRIPTION "The reset object group."
  457.       ::= { ptpGroups 18 }
  458.  
  459.    versionsGroup OBJECT-GROUP
  460.       OBJECTS { softwareVersion
  461.               , hardwareVersion
  462.               , secondarySoftwareVersion
  463.               , bootVersion
  464.               }
  465.       STATUS  current
  466.       DESCRIPTION "The versions object group."
  467.       ::= { ptpGroups 19 }
  468.  
  469.    pubStatsGroup OBJECT-GROUP
  470.       OBJECTS { receiveDataRate
  471.               , transmitDataRate
  472.               , aggregateDataRate
  473.               , wirelessLinkAvailability
  474.               , wirelessLinkStatus
  475.               , byteErrorRatio
  476.               , receiveModulationModeDetail
  477.               , dataBridgingAvailability
  478.               }
  479.       STATUS  current
  480.       DESCRIPTION "The pubStats object group."
  481.       ::= { ptpGroups 20 }
  482.  
  483.    encryptionGroup OBJECT-GROUP
  484.       OBJECTS { encryptionAlgorithm
  485.               }
  486.       STATUS  current
  487.       DESCRIPTION "The encryption object group."
  488.       ::= { ptpGroups 22 }
  489.  
  490.    tDDControlGroup OBJECT-GROUP
  491.       OBJECTS { tDDSynchronizationMode
  492.               }
  493.       STATUS  current
  494.       DESCRIPTION "The tDDControl object group."
  495.       ::= { ptpGroups 23 }
  496.  
  497.    aAAControlGroup OBJECT-GROUP
  498.       OBJECTS { userTableNumber
  499.               , userName
  500.               , userRole
  501.               , userEnabled
  502.               , userPassword
  503.               }
  504.       STATUS  current
  505.       DESCRIPTION "The aAAControl object group."
  506.       ::= { ptpGroups 25 }
  507.  
  508.    syslogControlGroup OBJECT-GROUP
  509.       OBJECTS { syslogClient
  510.               , syslogState
  511.               }
  512.       STATUS  current
  513.       DESCRIPTION "The syslogControl object group."
  514.       ::= { ptpGroups 24 }
  515.  
  516.    routerProtocolsGroup OBJECT-GROUP
  517.       OBJECTS { microwaveAdaptiveBandwidth
  518.               , mABNominalModulationMode
  519.               , mABTransmissionInterval
  520.               , mABHoldoffPeriod
  521.               , mABMaintenanceLevel
  522.               , useVLANForMABProtocol
  523.               , mABProtocolVID
  524.               , mABProtocolVLANPriority
  525.               , mABState
  526.               , mABNominalTransmitCapacity
  527.               , mABCurrentTransmitCapacity
  528.               }
  529.       STATUS  current
  530.       DESCRIPTION "The routerProtocols object group."
  531.       ::= { ptpGroups 26 }
  532.  
  533.    cableDiagnosticsGroup OBJECT-GROUP
  534.       OBJECTS { cableDiagnosticsPorts
  535.               , cableDiagnosticsControl
  536.               , cableDiagnosticsWarning
  537.               , cableDiagnosticsResultTableNumber
  538.               , cableDiagnosticsResultsDateTime
  539.               , cableDiagPair1Results
  540.               , cableDiagPair1Distance
  541.               , cableDiagPair2Results
  542.               , cableDiagPair2Distance
  543.               , cableDiagPair3Results
  544.               , cableDiagPair3Distance
  545.               , cableDiagPair4Results
  546.               , cableDiagPair4Distance
  547.               }
  548.       STATUS  current
  549.       DESCRIPTION "The cableDiagnostics object group."
  550.       ::= { ptpGroups 27 }
  551.  
  552.    supplementaryGroup OBJECT-GROUP
  553.       OBJECTS { longitude
  554.               , latitude
  555.               , altitude
  556.               }
  557.       STATUS  current
  558.       DESCRIPTION "The supplementary object group."
  559.       ::= { ptpGroups 96 }
  560.  
  561.    notificationsGroup NOTIFICATION-GROUP
  562.       NOTIFICATIONS { channelChangeTrap
  563.                     , dfsImpulsiveInterferenceTrap
  564.                     , mainPSUPortStatusTrap
  565.                     , mainPSUPortDisabledWarningTrap
  566.                     , mainPSUPortConfigurationMismatchTrap
  567.                     , auxPortStatusTrap
  568.                     , auxPortDisabledWarningTrap
  569.                     , regulatoryBandTrap
  570.                     , installStatusTrap
  571.                     , installArmStateTrap
  572.                     , unitOutOfCalibrationTrap
  573.                     , auxPortPowerOverEthernetOutputStatusTrap
  574.                     , incompatibleRegulatoryBandsTrap
  575.                     , noWirelessChannelAvailableTrap
  576.                     , wirelessLinkDisabledWarningTrap
  577.                     , auxPortConfigurationMismatchTrap
  578.                     , sFPErrorTrap
  579.                     , sFPPortStatusTrap
  580.                     , incompatibleMasterAndSlaveTrap
  581.                     , sNTPSyncTrap
  582.                     , tDDSynchronizationAlarmTrap
  583.                     , sFPPortDisabledWarningTrap
  584.                     , sFPPortConfigurationMismatchTrap
  585.                     , linkModeOptimizationMismatchTrap
  586.                     , tDMInterfaceStatusTrap
  587.                     , tDMChannelStatusTrap
  588.                     , tDMChannelLoopbackTrap
  589.                     , nIDULanPortStatusTrap
  590.                     , syslogStateTrap
  591.                     , syslogLocalNearlyFullTrap
  592.                     , syslogLocalWrappedTrap
  593.                     , syslogClientTrap
  594.                     , secureModeAlarmTrap
  595.                     , dataBridgingStatusAlarmTrap
  596.                     , licenseRemainingTrialPeriodAlarmTrap
  597.                     , capacityVariantMismatchTrap
  598.                     , maxLinkRangeExceededTrap
  599.                     , tDMConfigurationMismatchTrap
  600.                     , nIDULanPortDisabledWarningTrap
  601.                     , nIDULanPortConfigurationMismatchTrap
  602.                     , secondDataBridgingStatusAlarmTrap
  603.                     , transparentClockSourcePortAlarmTrap
  604.                     , portAllocationMismatchTrap
  605.                     }
  606.       STATUS current
  607.       DESCRIPTION "The notifications group."
  608.       ::= { ptpGroups 99 }
  609.  
  610.  
  611.    DfsTableEntry ::=
  612.       SEQUENCE { dfsTableIndex INTEGER
  613.                , dfsMeans Integer32
  614.                , dfsNineNinePointNinePercentiles Integer32
  615.                , dfsPeaks Integer32
  616.       }
  617.  
  618.    dfsTable OBJECT-TYPE
  619.       SYNTAX SEQUENCE OF DfsTableEntry
  620.       MAX-ACCESS not-accessible
  621.       STATUS current
  622.       DESCRIPTION
  623.         " A table storing a snapshot of various DFS measurements for each channel"
  624.       ::= { dfs 2 }
  625.  
  626.    dfsTableEntry OBJECT-TYPE
  627.       SYNTAX DfsTableEntry
  628.       MAX-ACCESS not-accessible
  629.       STATUS current
  630.       DESCRIPTION
  631.         "Table DfsTable"
  632.       INDEX { dfsTableIndex }
  633.       ::= { dfsTable 1 }
  634.  
  635.    EthernetPriorityTableEntry ::=
  636.       SEQUENCE { ethernetPriorityTableIndex INTEGER
  637.                , ethernetPriorityQueueMapping INTEGER
  638.       }
  639.  
  640.    ethernetPriorityTable OBJECT-TYPE
  641.       SYNTAX SEQUENCE OF EthernetPriorityTableEntry
  642.       MAX-ACCESS not-accessible
  643.       STATUS current
  644.       DESCRIPTION
  645.         " A priority queue mapping table. This is a list of packet queues indexed by Ethernet priority."
  646.       ::= { ethernet 15 }
  647.  
  648.    ethernetPriorityTableEntry OBJECT-TYPE
  649.       SYNTAX EthernetPriorityTableEntry
  650.       MAX-ACCESS not-accessible
  651.       STATUS current
  652.       DESCRIPTION
  653.         "Table EthernetPriorityTable"
  654.       INDEX { ethernetPriorityTableIndex }
  655.       ::= { ethernetPriorityTable 1 }
  656.  
  657.    L2CPPriorityTableEntry ::=
  658.       SEQUENCE { l2CPPriorityTableIndex INTEGER
  659.                , l2CPPriorityQueueMapping INTEGER
  660.       }
  661.  
  662.    l2CPPriorityTable OBJECT-TYPE
  663.       SYNTAX SEQUENCE OF L2CPPriorityTableEntry
  664.       MAX-ACCESS not-accessible
  665.       STATUS current
  666.       DESCRIPTION
  667.         " A priority queue mapping table. This is a list of packet queues indexed by L2CP priority."
  668.       ::= { ethernet 17 }
  669.  
  670.    l2CPPriorityTableEntry OBJECT-TYPE
  671.       SYNTAX L2CPPriorityTableEntry
  672.       MAX-ACCESS not-accessible
  673.       STATUS current
  674.       DESCRIPTION
  675.         "Table L2CPPriorityTable"
  676.       INDEX { l2CPPriorityTableIndex }
  677.       ::= { l2CPPriorityTable 1 }
  678.  
  679.    IPDSCPPriorityTableEntry ::=
  680.       SEQUENCE { iPDSCPPriorityTableIndex INTEGER
  681.                , iPDSCPPriorityQueueMapping INTEGER
  682.       }
  683.  
  684.    iPDSCPPriorityTable OBJECT-TYPE
  685.       SYNTAX SEQUENCE OF IPDSCPPriorityTableEntry
  686.       MAX-ACCESS not-accessible
  687.       STATUS current
  688.       DESCRIPTION
  689.         " A priority queue mapping table. This is a list of packet queues indexed by L3 IP DSCP priority."
  690.       ::= { ethernet 19 }
  691.  
  692.    iPDSCPPriorityTableEntry OBJECT-TYPE
  693.       SYNTAX IPDSCPPriorityTableEntry
  694.       MAX-ACCESS not-accessible
  695.       STATUS current
  696.       DESCRIPTION
  697.         "Table IPDSCPPriorityTable"
  698.       INDEX { iPDSCPPriorityTableIndex }
  699.       ::= { iPDSCPPriorityTable 1 }
  700.  
  701.    MPLSTCPriorityTableEntry ::=
  702.       SEQUENCE { mPLSTCPriorityTableIndex INTEGER
  703.                , mPLSTCPriorityQueueMapping INTEGER
  704.       }
  705.  
  706.    mPLSTCPriorityTable OBJECT-TYPE
  707.       SYNTAX SEQUENCE OF MPLSTCPriorityTableEntry
  708.       MAX-ACCESS not-accessible
  709.       STATUS current
  710.       DESCRIPTION
  711.         " A priority queue mapping table. This is a list of priority queues indexed by MPLS TC priority."
  712.       ::= { ethernet 21 }
  713.  
  714.    mPLSTCPriorityTableEntry OBJECT-TYPE
  715.       SYNTAX MPLSTCPriorityTableEntry
  716.       MAX-ACCESS not-accessible
  717.       STATUS current
  718.       DESCRIPTION
  719.         "Table MPLSTCPriorityTable"
  720.       INDEX { mPLSTCPriorityTableIndex }
  721.       ::= { mPLSTCPriorityTable 1 }
  722.  
  723.    TdmTableEntry ::=
  724.       SEQUENCE { tdmTableIndex INTEGER
  725.                , tDMChannelStatus INTEGER
  726.                , tDMChannelLineCode INTEGER
  727.                , tDMChannelCableLength INTEGER
  728.                , tDMChannelLoopback INTEGER
  729.       }
  730.  
  731.    tdmTable OBJECT-TYPE
  732.       SYNTAX SEQUENCE OF TdmTableEntry
  733.       MAX-ACCESS not-accessible
  734.       STATUS current
  735.       DESCRIPTION
  736.         " A table storing a configuration and status for each TDM channel"
  737.       ::= { tDM 5 }
  738.  
  739.    tdmTableEntry OBJECT-TYPE
  740.       SYNTAX TdmTableEntry
  741.       MAX-ACCESS not-accessible
  742.       STATUS current
  743.       DESCRIPTION
  744.         "Table TdmTable"
  745.       INDEX { tdmTableIndex }
  746.       ::= { tdmTable 1 }
  747.  
  748.    LicenseRegulatoryBandsTableEntry ::=
  749.       SEQUENCE { licenseRegulatoryBandsTableIndex INTEGER
  750.                , licenseRegulatoryBandsList INTEGER
  751.       }
  752.  
  753.    licenseRegulatoryBandsTable OBJECT-TYPE
  754.       SYNTAX SEQUENCE OF LicenseRegulatoryBandsTableEntry
  755.       MAX-ACCESS not-accessible
  756.       STATUS current
  757.       DESCRIPTION
  758.         ""
  759.       ::= { license 18 }
  760.  
  761.    licenseRegulatoryBandsTableEntry OBJECT-TYPE
  762.       SYNTAX LicenseRegulatoryBandsTableEntry
  763.       MAX-ACCESS not-accessible
  764.       STATUS current
  765.       DESCRIPTION
  766.         "Table LicenseRegulatoryBandsTable"
  767.       INDEX { licenseRegulatoryBandsTableIndex }
  768.       ::= { licenseRegulatoryBandsTable 1 }
  769.  
  770.    SNMPTrapTableEntry ::=
  771.       SEQUENCE { sNMPTrapTableIndex INTEGER
  772.                , sNMPTrapPortNumber INTEGER
  773.                , sNMPTrapInternetAddressType INTEGER
  774.                , sNMPTrapInternetAddress InetAddress
  775.                , sNMPTrapReceiverEnabled INTEGER
  776.       }
  777.  
  778.    sNMPTrapTable OBJECT-TYPE
  779.       SYNTAX SEQUENCE OF SNMPTrapTableEntry
  780.       MAX-ACCESS not-accessible
  781.       STATUS current
  782.       DESCRIPTION
  783.         " SNMP trap configuration table."
  784.       ::= { snmpControl 4 }
  785.  
  786.    sNMPTrapTableEntry OBJECT-TYPE
  787.       SYNTAX SNMPTrapTableEntry
  788.       MAX-ACCESS not-accessible
  789.       STATUS current
  790.       DESCRIPTION
  791.         "Table SNMPTrapTable"
  792.       INDEX { sNMPTrapTableIndex }
  793.       ::= { sNMPTrapTable 1 }
  794.  
  795.    SNTPServerTableEntry ::=
  796.       SEQUENCE { sNTPServerTableIndex INTEGER
  797.                , sNTPServerPortNumber INTEGER
  798.                , sNTPServerStatus DisplayString
  799.                , sNTPServerInternetAddressType INTEGER
  800.                , sNTPServerInternetAddress InetAddress
  801.       }
  802.  
  803.    sNTPServerTable OBJECT-TYPE
  804.       SYNTAX SEQUENCE OF SNTPServerTableEntry
  805.       MAX-ACCESS not-accessible
  806.       STATUS current
  807.       DESCRIPTION
  808.         ""
  809.       ::= { sntp 15 }
  810.  
  811.    sNTPServerTableEntry OBJECT-TYPE
  812.       SYNTAX SNTPServerTableEntry
  813.       MAX-ACCESS not-accessible
  814.       STATUS current
  815.       DESCRIPTION
  816.         "Table SNTPServerTable"
  817.       INDEX { sNTPServerTableIndex }
  818.       ::= { sNTPServerTable 1 }
  819.  
  820.    UserTableEntry ::=
  821.       SEQUENCE { userTableIndex INTEGER
  822.                , userName DisplayString
  823.                , userRole INTEGER
  824.                , userEnabled INTEGER
  825.                , userPassword DisplayString
  826.       }
  827.  
  828.    userTable OBJECT-TYPE
  829.       SYNTAX SEQUENCE OF UserTableEntry
  830.       MAX-ACCESS not-accessible
  831.       STATUS current
  832.       DESCRIPTION
  833.         " The User Table Control group contains objects specifically for user account management."
  834.       ::= { aAAControl 2 }
  835.  
  836.    userTableEntry OBJECT-TYPE
  837.       SYNTAX UserTableEntry
  838.       MAX-ACCESS not-accessible
  839.       STATUS current
  840.       DESCRIPTION
  841.         "Table UserTable"
  842.       INDEX { userTableIndex }
  843.       ::= { userTable 1 }
  844.  
  845.    CableDiagnosticsResultTableEntry ::=
  846.       SEQUENCE { cableDiagnosticsResultTableIndex INTEGER
  847.                , cableDiagnosticsResultsDateTime Integer32
  848.                , cableDiagPair1Results INTEGER
  849.                , cableDiagPair1Distance Integer32
  850.                , cableDiagPair2Results INTEGER
  851.                , cableDiagPair2Distance Integer32
  852.                , cableDiagPair3Results INTEGER
  853.                , cableDiagPair3Distance Integer32
  854.                , cableDiagPair4Results INTEGER
  855.                , cableDiagPair4Distance Integer32
  856.       }
  857.  
  858.    cableDiagnosticsResultTable OBJECT-TYPE
  859.       SYNTAX SEQUENCE OF CableDiagnosticsResultTableEntry
  860.       MAX-ACCESS not-accessible
  861.       STATUS current
  862.       DESCRIPTION
  863.         ""
  864.       ::= { cableDiagnostics 5 }
  865.  
  866.    cableDiagnosticsResultTableEntry OBJECT-TYPE
  867.       SYNTAX CableDiagnosticsResultTableEntry
  868.       MAX-ACCESS not-accessible
  869.       STATUS current
  870.       DESCRIPTION
  871.         "Table CableDiagnosticsResultTable"
  872.       INDEX { cableDiagnosticsResultTableIndex }
  873.       ::= { cableDiagnosticsResultTable 1 }
  874.  
  875.    -- Dfs group attribute definitions
  876.    --
  877.    dfsTableNumber OBJECT-TYPE
  878.       SYNTAX INTEGER (1..63)
  879.       MAX-ACCESS read-only
  880.       STATUS current
  881.       DESCRIPTION
  882.              "Number of entries in the dfsTable"  
  883.       ::= { dfs 1 }
  884.  
  885.    extendedSpectrumScanning OBJECT-TYPE
  886.       SYNTAX INTEGER {
  887.                        disabled(0),
  888.                        enabled(1)
  889.                      }
  890.       MAX-ACCESS read-only
  891.       STATUS current
  892.       DESCRIPTION
  893.              "Enables Extended Spectrum Scanning"  
  894.       ::= { dfs 3 }
  895.  
  896.    -- DfsTable group attribute definitions
  897.    --
  898.    dfsTableIndex OBJECT-TYPE
  899.       SYNTAX INTEGER (1..63)
  900.       MAX-ACCESS not-accessible
  901.       STATUS current
  902.       DESCRIPTION
  903.              "used to index values in the dfsTable."  
  904.       ::= { dfsTableEntry 1 }
  905.  
  906.    dfsMeans OBJECT-TYPE
  907.       SYNTAX Integer32
  908.       MAX-ACCESS read-only
  909.       STATUS current
  910.       DESCRIPTION
  911.              "Snapshot of DFS means"  
  912.       ::= { dfsTableEntry 2 }
  913.  
  914.    dfsNineNinePointNinePercentiles OBJECT-TYPE
  915.       SYNTAX Integer32
  916.       MAX-ACCESS read-only
  917.       STATUS current
  918.       DESCRIPTION
  919.              "Snapshot of DFS 99.9 percentiles"  
  920.       ::= { dfsTableEntry 3 }
  921.  
  922.    dfsPeaks OBJECT-TYPE
  923.       SYNTAX Integer32
  924.       MAX-ACCESS read-only
  925.       STATUS current
  926.       DESCRIPTION
  927.              "Snapshot of DFS peaks"  
  928.       ::= { dfsTableEntry 4 }
  929.  
  930.    -- Bridge group attribute definitions
  931.    --
  932.    localPacketFiltering OBJECT-TYPE
  933.       SYNTAX INTEGER {
  934.                        disabled(0),
  935.                        enabled(1)
  936.                      }
  937.       MAX-ACCESS read-write
  938.       STATUS current
  939.       DESCRIPTION
  940.              "When Local Packet Filtering is Enabled, the unit keeps
  941.              track of the port (Main, SFP, Aux or Wireless) on which a
  942.              packet with a given MAC source address destined to the
  943.              management agent has been received. This MAC address to
  944.              port mapping is then used in order to route any response
  945.              from the management agent to the right port. When Local
  946.              Packet Filtering is Disabled, any Ethernet packet from
  947.              the management agent is sent to all ports."  
  948.       ::= { bridge 1 }
  949.  
  950.    -- Configuration group attribute definitions
  951.    --
  952.    iPv4Address OBJECT-TYPE
  953.       SYNTAX IpAddress
  954.       MAX-ACCESS read-write
  955.       STATUS current
  956.       DESCRIPTION
  957.              "Internet protocol (IPv4) address. This address is used
  958.              by the family of Internet protocols to uniquely identify
  959.              the unit on a network."  
  960.       ::= { configuration 1 }
  961.  
  962.    subnetMask OBJECT-TYPE
  963.       SYNTAX IpAddress
  964.       MAX-ACCESS read-write
  965.       STATUS current
  966.       DESCRIPTION
  967.              "A subnet allows the flow of network traffic between
  968.              hosts to be segregated based on a network configuration.
  969.              By organizing hosts into logical groups, subnetting can
  970.              improve network security and performance."  
  971.       ::= { configuration 2 }
  972.  
  973.    gatewayIPAddress OBJECT-TYPE
  974.       SYNTAX IpAddress
  975.       MAX-ACCESS read-write
  976.       STATUS current
  977.       DESCRIPTION
  978.              "The IPv4 address of a device on the current network that
  979.              acts as an IPv4 network gateway. A gateway acts as an
  980.              entrance / exit to packets from / to other networks"  
  981.       ::= { configuration 3 }
  982.  
  983.    targetMACAddress OBJECT-TYPE
  984.       SYNTAX OCTET STRING (SIZE(6))
  985.       MAX-ACCESS read-only
  986.       STATUS current
  987.       DESCRIPTION
  988.              "MAC address of the PTP wireless unit forming the other
  989.              end of the PTP link"  
  990.       ::= { configuration 4 }
  991.  
  992.    masterSlaveMode OBJECT-TYPE
  993.       SYNTAX INTEGER {
  994.                        master(0),
  995.                        slave(1)
  996.                      }
  997.       MAX-ACCESS read-write
  998.       STATUS current
  999.       DESCRIPTION
  1000.              "The PTP wireless link operates using a master and slave
  1001.              relationship"  
  1002.       ::= { configuration 5 }
  1003.  
  1004.    maximumTransmitPower OBJECT-TYPE
  1005.       SYNTAX INTEGER (-15..30)
  1006.       MAX-ACCESS read-only
  1007.       STATUS current
  1008.       DESCRIPTION
  1009.              "Maximum transmit power the wireless unit is permitted to
  1010.              use when establishing and maintaining the wireless link.
  1011.              This may be reduced during installation"  
  1012.       ::= { configuration 6 }
  1013.  
  1014.    antennaGain OBJECT-TYPE
  1015.       SYNTAX INTEGER (130..610)
  1016.       MAX-ACCESS read-write
  1017.       STATUS current
  1018.       DESCRIPTION
  1019.              "Antenna Gain. Expressed in 10ths of dBi."  
  1020.       ::= { configuration 7 }
  1021.  
  1022.    cableLoss OBJECT-TYPE
  1023.       SYNTAX INTEGER (0..255)
  1024.       MAX-ACCESS read-write
  1025.       STATUS current
  1026.       DESCRIPTION
  1027.              "Loss in the cable between the ODU and the antenna.
  1028.              Expressed in 10ths of dB. NB: This attribute is ignored
  1029.              for variants with an integral antenna."  
  1030.       ::= { configuration 8 }
  1031.  
  1032.    eIRP OBJECT-TYPE
  1033.       SYNTAX Integer32
  1034.       MAX-ACCESS read-only
  1035.       STATUS current
  1036.       DESCRIPTION
  1037.              "Effective Isotropic Radiated Power (EIRP) describes the
  1038.              strength of the radio signal leaving the wireless unit.
  1039.              Expressed in 10ths of dBm"  
  1040.       ::= { configuration 9 }
  1041.  
  1042.    channelBandwidth OBJECT-TYPE
  1043.       SYNTAX INTEGER {
  1044.                        bw30MHz(0),
  1045.                        bw15MHz(1),
  1046.                        bw10MHz(2),
  1047.                        bw5MHz(3),
  1048.                        bw20MHz(4),
  1049.                        bw56MHz(5),
  1050.                        bw50MHz(6),
  1051.                        bw40MHz(7),
  1052.                        bw45MHz(8)
  1053.                      }
  1054.       MAX-ACCESS read-only
  1055.       STATUS current
  1056.       DESCRIPTION
  1057.              "This control sets the bandwidth of the transmit and
  1058.              receive radio channels"  
  1059.       ::= { configuration 11 }
  1060.  
  1061.    linkName OBJECT-TYPE
  1062.       SYNTAX DisplayString (SIZE(0..63))
  1063.       MAX-ACCESS read-write
  1064.       STATUS current
  1065.       DESCRIPTION
  1066.              "Name of the PTP link allocated by the System
  1067.              Administrator. Used to establish a connection with the
  1068.              correct PTP wireless unit at the other end of the link.
  1069.              NOTE: The link name MUST be the same at both ends of the
  1070.              PTP link."  
  1071.       ::= { configuration 14 }
  1072.  
  1073.    siteName OBJECT-TYPE
  1074.       SYNTAX DisplayString (SIZE(0..63))
  1075.       MAX-ACCESS read-write
  1076.       STATUS current
  1077.       DESCRIPTION
  1078.              "This field contains a user-provided description of the
  1079.              site name together with any additional notes"  
  1080.       ::= { configuration 15 }
  1081.  
  1082.    accessMethod OBJECT-TYPE
  1083.       SYNTAX INTEGER {
  1084.                        linkAccess(0),
  1085.                        linkNameAccess(1),
  1086.                        groupAccess(2)
  1087.                      }
  1088.       MAX-ACCESS read-only
  1089.       STATUS current
  1090.       DESCRIPTION
  1091.              "ODUs must be configured in pairs before a link can be
  1092.              established. The Access Method attribute determines how
  1093.              the paired ODUs will recognise each other. For the Link
  1094.              Access method, each ODU must be configured with Target
  1095.              MAC Address equal to the MAC Address of the other unit.
  1096.              For the Link Name Access method, both units must be
  1097.              configured with the same Link Name. For the Group Access
  1098.              method, both units must be configured with the same Group
  1099.              ID."  
  1100.       ::= { configuration 16 }
  1101.  
  1102.    groupID OBJECT-TYPE
  1103.       SYNTAX INTEGER (0..255)
  1104.       MAX-ACCESS read-write
  1105.       STATUS current
  1106.       DESCRIPTION
  1107.              "When Access Method is set to Group Access, the Group ID
  1108.              identifies all the units belonging to the same group"  
  1109.       ::= { configuration 17 }
  1110.  
  1111.    iPv6Address OBJECT-TYPE
  1112.       SYNTAX DisplayString (SIZE(0..39))
  1113.       MAX-ACCESS read-write
  1114.       STATUS current
  1115.       DESCRIPTION
  1116.              "Internet protocol (IPv6) address. This address is used
  1117.              by the family of Internet protocols to uniquely identify
  1118.              the unit on a network."  
  1119.       ::= { configuration 18 }
  1120.  
  1121.    iPVersion OBJECT-TYPE
  1122.       SYNTAX INTEGER {
  1123.                        iPv4(0),
  1124.                        iPv6(1),
  1125.                        dualIPv4andIPv6(2)
  1126.                      }
  1127.       MAX-ACCESS read-write
  1128.       STATUS current
  1129.       DESCRIPTION
  1130.              "IP protocol selection. Choice of IPv4, IPv6 or Dual."  
  1131.       ::= { configuration 20 }
  1132.  
  1133.    iPv6AutoConfiguredLinkLocalAddress OBJECT-TYPE
  1134.       SYNTAX DisplayString (SIZE(0..39))
  1135.       MAX-ACCESS read-only
  1136.       STATUS current
  1137.       DESCRIPTION
  1138.              "The auto configured link local IPv6 address"  
  1139.       ::= { configuration 21 }
  1140.  
  1141.    iPv6PrefixLength OBJECT-TYPE
  1142.       SYNTAX INTEGER (0..128)
  1143.       MAX-ACCESS read-write
  1144.       STATUS current
  1145.       DESCRIPTION
  1146.              "IPv6 prefix length"  
  1147.       ::= { configuration 22 }
  1148.  
  1149.    iPv6GatewayAddress OBJECT-TYPE
  1150.       SYNTAX DisplayString (SIZE(0..39))
  1151.       MAX-ACCESS read-write
  1152.       STATUS current
  1153.       DESCRIPTION
  1154.              "The IPv6 address of a device on the current network that
  1155.              is currently acting as an IPv6 network gateway. A gateway
  1156.              acts as an entrance / exit to packets from / to other
  1157.              networks."  
  1158.       ::= { configuration 23 }
  1159.  
  1160.    remoteInternetAddressType OBJECT-TYPE
  1161.       SYNTAX INTEGER {
  1162.                        unknown(0),
  1163.                        ipv4(1),
  1164.                        ipv6(2),
  1165.                        ipv4z(3),
  1166.                        ipv6z(4),
  1167.                        unknown6(5),
  1168.                        unknown7(6),
  1169.                        unknown8(7),
  1170.                        unknown9(8),
  1171.                        unknown10(9),
  1172.                        unknown11(10),
  1173.                        unknown12(11),
  1174.                        unknown13(12),
  1175.                        unknown14(13),
  1176.                        unknown15(14),
  1177.                        unknown16(15),
  1178.                        dns(16)
  1179.                      }
  1180.       MAX-ACCESS read-only
  1181.       STATUS current
  1182.       DESCRIPTION
  1183.              "The type of Internet address specified by the associated
  1184.              remoteInternetAddressType."  
  1185.       ::= { configuration 24 }
  1186.  
  1187.    remoteInternetAddress OBJECT-TYPE
  1188.       SYNTAX InetAddress
  1189.       MAX-ACCESS read-only
  1190.       STATUS current
  1191.       DESCRIPTION
  1192.              "INET address used to identify the peer wireless unit"  
  1193.       ::= { configuration 25 }
  1194.  
  1195.    subbandLowestFrequency OBJECT-TYPE
  1196.       SYNTAX Integer32
  1197.       MAX-ACCESS read-only
  1198.       STATUS current
  1199.       DESCRIPTION
  1200.              "Lowest center frequency of the subset of channels."  
  1201.       ::= { configuration 26 }
  1202.  
  1203.    subbandHighestFrequency OBJECT-TYPE
  1204.       SYNTAX Integer32
  1205.       MAX-ACCESS read-only
  1206.       STATUS current
  1207.       DESCRIPTION
  1208.              "Highest center frequency of the subset of channels."  
  1209.       ::= { configuration 27 }
  1210.  
  1211.    enableTransmission OBJECT-TYPE
  1212.       SYNTAX INTEGER {
  1213.                        enabled(0),
  1214.                        muted(1)
  1215.                      }
  1216.       MAX-ACCESS read-write
  1217.       STATUS current
  1218.       DESCRIPTION
  1219.              "Control for enabling/disabling the radio transmitter of
  1220.              the Master. Note: Use Web Properties to control this
  1221.              feature."  
  1222.       ::= { configuration 28 }
  1223.  
  1224.    -- Ethernet group attribute definitions
  1225.    --
  1226.    mainPSUPortAutoNegotiation OBJECT-TYPE
  1227.       SYNTAX INTEGER {
  1228.                        disabled(0),
  1229.                        enabled(1)
  1230.                      }
  1231.       MAX-ACCESS read-only
  1232.       STATUS current
  1233.       DESCRIPTION
  1234.              "This controls whether the local Ethernet interface
  1235.              configuration is automatically negotiated or forced. Do
  1236.              not use a forced setting together with auto negotiation
  1237.              at the Ethernet link partner. If you want to run your
  1238.              Ethernet link at a fixed speed and duplex then you would
  1239.              normally leave auto negotiation enabled and only enable
  1240.              the single Auto Neg Advertisement option that you want
  1241.              the link to run in - FORCING ETHERNET CONFIGURATION IS A
  1242.              LAST RESORT WHICH SHOULD ONLY BE PERFORMED IF YOU ARE
  1243.              HAVING PROBLEMS WITH AUTO NEGOTIATION - AND YOU MUST
  1244.              ENSURE THAT YOU CONFIGURE BOTH THIS UNIT AND THE ETHERNET
  1245.              LINK PARTNER TO WHICH IT IS CONNECTED IDENTICALLY (THE
  1246.              LINK PARTNER MUST NOT HAVE AUTO NEGOTIATION ENABLED
  1247.              EITHER, OTHERWISE A DUPLEX MISMATCH WILL OCCUR). NB: The
  1248.              new setting will only take effect after a system reboot."  
  1249.       ::= { ethernet 1 }
  1250.  
  1251.    mainPSUPortAutoNegAdvertisement OBJECT-TYPE
  1252.       SYNTAX BITS {
  1253.                     negInvalid(2),
  1254.                     neg10MbpsHalfDuplex(3),
  1255.                     neg10MbpsFullDuplex(4),
  1256.                     neg100MbpsHalfDuplex(5),
  1257.                     neg100MbpsFullDuplex(6),
  1258.                     neg1000MbpsFullDuplex(7)
  1259.                   }
  1260.       MAX-ACCESS read-only
  1261.       STATUS current
  1262.       DESCRIPTION
  1263.              "This sets the different Ethernet configurations that
  1264.              will be advertised during auto negotiation. Note the new
  1265.              setting will only take effect after a system reboot.
  1266.              WARNING: Duplex mismatch may result if both ends of the
  1267.              Ethernet link do not have the same settings. Do not auto
  1268.              negotiation together with a fixed setting at the Ethernet
  1269.              link partner. WARNING: Make sure that you select
  1270.              option(s) that you know your connected equipment can
  1271.              cater for!"  
  1272.       ::= { ethernet 2 }
  1273.  
  1274.    mainPSUPortAutoMdix OBJECT-TYPE
  1275.       SYNTAX INTEGER {
  1276.                        disabled(0),
  1277.                        enabled(1)
  1278.                      }
  1279.       MAX-ACCESS read-only
  1280.       STATUS current
  1281.       DESCRIPTION
  1282.              "This enables/disables the Auto MDI/MDIX capability. NB:
  1283.              The new setting will only take effect after a system
  1284.              reboot"  
  1285.       ::= { ethernet 3 }
  1286.  
  1287.    mainPSUPortStatus OBJECT-TYPE
  1288.       SYNTAX INTEGER {
  1289.                        down(0),
  1290.                        copperLinkUp(1),
  1291.                        fiberLinkUp(2)
  1292.                      }
  1293.       MAX-ACCESS read-only
  1294.       STATUS current
  1295.       DESCRIPTION
  1296.              "Current status of the Main PSU Ethernet link. NB: a
  1297.              change of state may generate an SNMP trap and/or SMTP
  1298.              email alert"  
  1299.       ::= { ethernet 4 }
  1300.  
  1301.    mainPSUPortSpeedAndDuplex OBJECT-TYPE
  1302.       SYNTAX INTEGER {
  1303.                        speed1000MbpsFullDuplex(0),
  1304.                        speed100MbpsFullDuplex(1),
  1305.                        speed100MbpsHalfDuplex(2),
  1306.                        speed10MbpsFullDuplex(3),
  1307.                        speed10MbpsHalfDuplex(4),
  1308.                        speedUnknown6(5)
  1309.                      }
  1310.       MAX-ACCESS read-only
  1311.       STATUS current
  1312.       DESCRIPTION
  1313.              "The current speed and duplex of the Main PSU Ethernet
  1314.              link"  
  1315.       ::= { ethernet 5 }
  1316.  
  1317.    dataPortWirelessDownAlert OBJECT-TYPE
  1318.       SYNTAX INTEGER {
  1319.                        disabled(0),
  1320.                        enabled(1)
  1321.                      }
  1322.       MAX-ACCESS read-write
  1323.       STATUS current
  1324.       DESCRIPTION
  1325.              "When enabled, this causes the Ethernet link to be
  1326.              dropped briefly when the wireless link drops. This is so
  1327.              that spanning tree algorithms can quickly detect that
  1328.              there is a problem."  
  1329.       ::= { ethernet 6 }
  1330.  
  1331.    useVLANForManagementInterfaces OBJECT-TYPE
  1332.       SYNTAX INTEGER {
  1333.                        noVLANTagging(0),
  1334.                        iEEE8021QTaggedCTagType8100(1),
  1335.                        iEEE8021adTaggedSTagorBTagType88a8(2)
  1336.                      }
  1337.       MAX-ACCESS read-write
  1338.       STATUS current
  1339.       DESCRIPTION
  1340.              "This controls whether the management interfaces
  1341.              (WWW/SNMP/SMTP/SNTP) use VLAN tags or not. NB: The new
  1342.              setting will only take effect after a system reboot"  
  1343.       ::= { ethernet 7 }
  1344.  
  1345.    vLANManagementPriority OBJECT-TYPE
  1346.       SYNTAX INTEGER {
  1347.                        p0(0),
  1348.                        p1(1),
  1349.                        p2(2),
  1350.                        p3(3),
  1351.                        p4(4),
  1352.                        p5(5),
  1353.                        p6(6),
  1354.                        p7(7)
  1355.                      }
  1356.       MAX-ACCESS read-write
  1357.       STATUS current
  1358.       DESCRIPTION
  1359.              "This VLAN Priority (0-7) will be included in packets
  1360.              generated by the management interfaces"  
  1361.       ::= { ethernet 8 }
  1362.  
  1363.    vLANManagementVID OBJECT-TYPE
  1364.       SYNTAX INTEGER (0..4094)
  1365.       MAX-ACCESS read-write
  1366.       STATUS current
  1367.       DESCRIPTION
  1368.              "This VLAN VID (0-4094) will be included in packets
  1369.              generated by the management interfaces. Note the new
  1370.              setting will only take effect after a system reboot"  
  1371.       ::= { ethernet 11 }
  1372.  
  1373.    auxPortStatus OBJECT-TYPE
  1374.       SYNTAX INTEGER {
  1375.                        down(0),
  1376.                        copperLinkUp(1)
  1377.                      }
  1378.       MAX-ACCESS read-only
  1379.       STATUS current
  1380.       DESCRIPTION
  1381.              "Current status of the Aux Ethernet link. NB: a change of
  1382.              state may generate an SNMP trap and/or SMTP email alert"  
  1383.       ::= { ethernet 12 }
  1384.  
  1385.    auxPortSpeedAndDuplex OBJECT-TYPE
  1386.       SYNTAX INTEGER {
  1387.                        speed1000MbpsFullDuplex(0),
  1388.                        speed100MbpsFullDuplex(1),
  1389.                        speed100MbpsHalfDuplex(2),
  1390.                        speed10MbpsFullDuplex(3),
  1391.                        speed10MbpsHalfDuplex(4),
  1392.                        speedUnknown6(5)
  1393.                      }
  1394.       MAX-ACCESS read-only
  1395.       STATUS current
  1396.       DESCRIPTION
  1397.              "The current speed and duplex of the Aux Ethernet link"  
  1398.       ::= { ethernet 13 }
  1399.  
  1400.    ethernetPriorityTableNumber OBJECT-TYPE
  1401.       SYNTAX INTEGER (9)
  1402.       MAX-ACCESS read-only
  1403.       STATUS current
  1404.       DESCRIPTION
  1405.              "Number of entries in the vLANPriorityTable."  
  1406.       ::= { ethernet 14 }
  1407.  
  1408.    l2CPPriorityTableNumber OBJECT-TYPE
  1409.       SYNTAX INTEGER (5)
  1410.       MAX-ACCESS read-only
  1411.       STATUS current
  1412.       DESCRIPTION
  1413.              "Number of entries in the l2CPPriorityTable."  
  1414.       ::= { ethernet 16 }
  1415.  
  1416.    iPDSCPPriorityTableNumber OBJECT-TYPE
  1417.       SYNTAX INTEGER (64)
  1418.       MAX-ACCESS read-only
  1419.       STATUS current
  1420.       DESCRIPTION
  1421.              "Number of entries in the iPDSCPPriorityTable."  
  1422.       ::= { ethernet 18 }
  1423.  
  1424.    mPLSTCPriorityTableNumber OBJECT-TYPE
  1425.       SYNTAX INTEGER (8)
  1426.       MAX-ACCESS read-only
  1427.       STATUS current
  1428.       DESCRIPTION
  1429.              "Number of entries in the mPLSTCPriorityTable."  
  1430.       ::= { ethernet 20 }
  1431.  
  1432.    managementPortWirelessDownAlert OBJECT-TYPE
  1433.       SYNTAX INTEGER {
  1434.                        disabled(0),
  1435.                        enabled(1)
  1436.                      }
  1437.       MAX-ACCESS read-write
  1438.       STATUS current
  1439.       DESCRIPTION
  1440.              "When enabled, this causes the management link to be
  1441.              dropped briefly when the wireless link drops. This is so
  1442.              that spanning tree algorithms can quickly detect that
  1443.              there is a problem."  
  1444.       ::= { ethernet 23 }
  1445.  
  1446.    qOSPriorityScheme OBJECT-TYPE
  1447.       SYNTAX INTEGER {
  1448.                        ethernet(0),
  1449.                        iPMPLS(1)
  1450.                      }
  1451.       MAX-ACCESS read-write
  1452.       STATUS current
  1453.       DESCRIPTION
  1454.              "Selects classification based on fields in the Ethernet
  1455.              header (Layer 2) or in the Network header (Layer 3). The
  1456.              unit recognises two network layer protocols: IP and MPLS"  
  1457.       ::= { ethernet 24 }
  1458.  
  1459.    unknownNetworkPriorityQueueMapping OBJECT-TYPE
  1460.       SYNTAX INTEGER {
  1461.                        q0(0),
  1462.                        q1(1),
  1463.                        q2(2),
  1464.                        q3(3),
  1465.                        q4(4),
  1466.                        q5(5),
  1467.                        q6(6),
  1468.                        q7(7)
  1469.                      }
  1470.       MAX-ACCESS read-write
  1471.       STATUS current
  1472.       DESCRIPTION
  1473.              "Configures the classification of unknown network
  1474.              protocols to an egress queue at the wireless port.
  1475.              Unknown means something other than IP and MPLS"  
  1476.       ::= { ethernet 25 }
  1477.  
  1478.    dSCPManagementPriority OBJECT-TYPE
  1479.       SYNTAX INTEGER (0..63)
  1480.       MAX-ACCESS read-only
  1481.       STATUS current
  1482.       DESCRIPTION
  1483.              "This Differentiated Services Code Point value will be
  1484.              inserted in the IP Header of all IP Datagrams transmitted
  1485.              by the management interfaces"  
  1486.       ::= { ethernet 26 }
  1487.  
  1488.    dataBridgingStatus OBJECT-TYPE
  1489.       SYNTAX INTEGER {
  1490.                        disabled(0),
  1491.                        enabled(1)
  1492.                      }
  1493.       MAX-ACCESS read-only
  1494.       STATUS current
  1495.       DESCRIPTION
  1496.              "Current status of Ethernet Data traffic bridging over
  1497.              the wireless link"  
  1498.       ::= { ethernet 27 }
  1499.  
  1500.    mainPSUPortAllocation OBJECT-TYPE
  1501.       SYNTAX INTEGER {
  1502.                        disabled(0),
  1503.                        dataOnly(1),
  1504.                        dataandInBandManagement(2),
  1505.                        outofBandLocalManagement(3),
  1506.                        outofBandRemoteManagement(4),
  1507.                        secondDataOnly(5),
  1508.                        secondDataandInBandManagement(6)
  1509.                      }
  1510.       MAX-ACCESS read-only
  1511.       STATUS current
  1512.       DESCRIPTION
  1513.              "Indicates the service or services supported by the Main
  1514.              PSU Ethernet port"  
  1515.       ::= { ethernet 28 }
  1516.  
  1517.    auxPortAllocation OBJECT-TYPE
  1518.       SYNTAX INTEGER {
  1519.                        disabled(0),
  1520.                        dataOnly(1),
  1521.                        dataandInBandManagement(2),
  1522.                        outofBandLocalManagement(3),
  1523.                        outofBandRemoteManagement(4),
  1524.                        secondDataOnly(5),
  1525.                        secondDataandInBandManagement(6)
  1526.                      }
  1527.       MAX-ACCESS read-only
  1528.       STATUS current
  1529.       DESCRIPTION
  1530.              "Indicates the service or services supported by the Aux
  1531.              Ethernet port"  
  1532.       ::= { ethernet 29 }
  1533.  
  1534.    sFPPortAllocation OBJECT-TYPE
  1535.       SYNTAX INTEGER {
  1536.                        disabled(0),
  1537.                        dataOnly(1),
  1538.                        dataandInBandManagement(2),
  1539.                        outofBandLocalManagement(3),
  1540.                        outofBandRemoteManagement(4),
  1541.                        secondDataOnly(5),
  1542.                        secondDataandInBandManagement(6)
  1543.                      }
  1544.       MAX-ACCESS read-only
  1545.       STATUS current
  1546.       DESCRIPTION
  1547.              "Indicates the service or services supported by the SFP
  1548.              Ethernet port"  
  1549.       ::= { ethernet 30 }
  1550.  
  1551.    dataPortPauseFrames OBJECT-TYPE
  1552.       SYNTAX INTEGER {
  1553.                        tunnel(0),
  1554.                        discard(1)
  1555.                      }
  1556.       MAX-ACCESS read-only
  1557.       STATUS current
  1558.       DESCRIPTION
  1559.              "Controls whether the bridge tunnels or discards Layer 2
  1560.              PAUSE frames arriving at the Data Port. Such frames are
  1561.              identified by the destination MAC Address being equal to
  1562.              01-80-C2-00-00-01"  
  1563.       ::= { ethernet 31 }
  1564.  
  1565.    sFPPortAutoNegotiation OBJECT-TYPE
  1566.       SYNTAX INTEGER {
  1567.                        disabled(0),
  1568.                        enabled(1)
  1569.                      }
  1570.       MAX-ACCESS read-only
  1571.       STATUS current
  1572.       DESCRIPTION
  1573.              "This controls whether the local SFP Ethernet interface
  1574.              configuration is automatically negotiated or forced. Do
  1575.              not use a forced setting together with auto negotiation
  1576.              at the Ethernet link partner. If you want to run your
  1577.              Ethernet link at a fixed speed and duplex then you would
  1578.              normally leave auto negotiation enabled and only enable
  1579.              the single Auto Neg Advertisement option that you want
  1580.              the link to run in - FORCING ETHERNET CONFIGURATION IS A
  1581.              LAST RESORT WHICH SHOULD ONLY BE PERFORMED IF YOU ARE
  1582.              HAVING PROBLEMS WITH AUTO NEGOTIATION - AND YOU MUST
  1583.              ENSURE THAT YOU CONFIGURE BOTH THIS UNIT AND THE ETHERNET
  1584.              LINK PARTNER TO WHICH IT IS CONNECTED IDENTICALLY (THE
  1585.              LINK PARTNER MUST NOT HAVE AUTO NEGOTIATION ENABLED
  1586.              EITHER, OTHERWISE A DUPLEX MISMATCH WILL OCCUR). NB: The
  1587.              new setting will only take effect after a system reboot."  
  1588.       ::= { ethernet 32 }
  1589.  
  1590.    sFPPortAutoNegAdvertisement OBJECT-TYPE
  1591.       SYNTAX BITS {
  1592.                     negInvalid(2),
  1593.                     neg10MbpsHalfDuplex(3),
  1594.                     neg10MbpsFullDuplex(4),
  1595.                     neg100MbpsHalfDuplex(5),
  1596.                     neg100MbpsFullDuplex(6),
  1597.                     neg1000MbpsFullDuplex(7)
  1598.                   }
  1599.       MAX-ACCESS read-only
  1600.       STATUS current
  1601.       DESCRIPTION
  1602.              "This sets the different SFP Ethernet configurations that
  1603.              will be advertised during auto negotiation. Note the new
  1604.              setting will only take effect after a system reboot.
  1605.              WARNING: Duplex mismatch may result if both ends of the
  1606.              Ethernet link do not have the same settings. Do not auto
  1607.              negotiation together with a fixed setting at the Ethernet
  1608.              link partner. WARNING: Make sure that you select
  1609.              option(s) that you know your connected equipment can
  1610.              cater for!"  
  1611.       ::= { ethernet 33 }
  1612.  
  1613.    sFPPortAutoMdix OBJECT-TYPE
  1614.       SYNTAX INTEGER {
  1615.                        disabled(0),
  1616.                        enabled(1)
  1617.                      }
  1618.       MAX-ACCESS read-only
  1619.       STATUS current
  1620.       DESCRIPTION
  1621.              "This enables/disables the Auto MDI/MDIX capability. NB:
  1622.              The new setting will only take effect after a system
  1623.              reboot"  
  1624.       ::= { ethernet 34 }
  1625.  
  1626.    sFPPortStatus OBJECT-TYPE
  1627.       SYNTAX INTEGER {
  1628.                        down(0),
  1629.                        copperLinkUp(1),
  1630.                        fiberLinkUp(2)
  1631.                      }
  1632.       MAX-ACCESS read-only
  1633.       STATUS current
  1634.       DESCRIPTION
  1635.              "Current status of the SFP Ethernet link. NB: a change of
  1636.              state may generate an SNMP trap and/or SMTP email alert"  
  1637.       ::= { ethernet 35 }
  1638.  
  1639.    sFPPortSpeedAndDuplex OBJECT-TYPE
  1640.       SYNTAX INTEGER {
  1641.                        speed1000MbpsFullDuplex(0),
  1642.                        speed100MbpsFullDuplex(1),
  1643.                        speed100MbpsHalfDuplex(2),
  1644.                        speed10MbpsFullDuplex(3),
  1645.                        speed10MbpsHalfDuplex(4),
  1646.                        speedUnknown6(5)
  1647.                      }
  1648.       MAX-ACCESS read-only
  1649.       STATUS current
  1650.       DESCRIPTION
  1651.              "The current speed and duplex of the SFP Ethernet link"  
  1652.       ::= { ethernet 36 }
  1653.  
  1654.    auxPortPowerOverEthernetOutput OBJECT-TYPE
  1655.       SYNTAX INTEGER {
  1656.                        disabled(0),
  1657.                        enabled(1)
  1658.                      }
  1659.       MAX-ACCESS read-only
  1660.       STATUS current
  1661.       DESCRIPTION
  1662.              "The state of the Power Over Ethernet (PoE) output of the
  1663.              Aux port. Enabling PoE output may lead to system
  1664.              instability; please refer to the User Guide before
  1665.              enabling this control"  
  1666.       ::= { ethernet 37 }
  1667.  
  1668.    auxPortPowerOverEthernetOutputStatus OBJECT-TYPE
  1669.       SYNTAX INTEGER {
  1670.                        poEOutputOn(0),
  1671.                        poEOutputDisabled(1),
  1672.                        poEOutputEnabledbutNotActiveErrororNoLoadPresent(2),
  1673.                        poEOutputOverloadError(3),
  1674.                        poEOutputOverTempError(4),
  1675.                        poEOutputErrorDetected(5)
  1676.                      }
  1677.       MAX-ACCESS read-only
  1678.       STATUS current
  1679.       DESCRIPTION
  1680.              "Current status of the Power Over Ethernet (PoE) output
  1681.              of the Aux port"  
  1682.       ::= { ethernet 38 }
  1683.  
  1684.    syncETracking OBJECT-TYPE
  1685.       SYNTAX INTEGER {
  1686.                        disabled(0),
  1687.                        enabled(1),
  1688.                        internalTDMUseOnly(2)
  1689.                      }
  1690.       MAX-ACCESS read-write
  1691.       STATUS current
  1692.       DESCRIPTION
  1693.              "Controls whether Synchronous Ethernet (SyncE) network
  1694.              synchronization is enabled."  
  1695.       ::= { ethernet 39 }
  1696.  
  1697.    syncEEquipmentClock OBJECT-TYPE
  1698.       SYNTAX INTEGER {
  1699.                        eECOption1(0),
  1700.                        eECOption2(1)
  1701.                      }
  1702.       MAX-ACCESS read-write
  1703.       STATUS current
  1704.       DESCRIPTION
  1705.              "EEC-Option 1 applies to synchronous Ethernet equipments
  1706.              that are designed to interwork with networks optimized
  1707.              for the 2048-kbit/s hierarchy. Corresponds to ITU-T G.813
  1708.              Option 1; EEC-Option 2 applies to synchronous Ethernet
  1709.              equipments that are designed to interwork with networks
  1710.              optimized for the 1544-kbit/s hierarchy. Corresponds to
  1711.              Type IV clock from ITU-T G.812."  
  1712.       ::= { ethernet 40 }
  1713.  
  1714.    mainPSUPortQLRxOverwrite OBJECT-TYPE
  1715.       SYNTAX INTEGER {
  1716.                        disabled(0),
  1717.                        qLPRS(1),
  1718.                        qLSTU(2),
  1719.                        qLPRC(3),
  1720.                        qLST2(4),
  1721.                        qLSSUAQLTNC(5),
  1722.                        qLSSUB(6),
  1723.                        qLST3E(7),
  1724.                        qLEEC2QLST3(8),
  1725.                        qLEEC1QLSEC(9),
  1726.                        qLSMC(10),
  1727.                        qLPROV(11),
  1728.                        qLDNUQLDUS(12)
  1729.                      }
  1730.       MAX-ACCESS read-write
  1731.       STATUS current
  1732.       DESCRIPTION
  1733.              "Override for the Synchronous Ethernet (SyncE) received
  1734.              Quality Level (QL) on the main PSU port."  
  1735.       ::= { ethernet 41 }
  1736.  
  1737.    mainPSUPortSSMTx OBJECT-TYPE
  1738.       SYNTAX INTEGER {
  1739.                        disabled(0),
  1740.                        enabled(1)
  1741.                      }
  1742.       MAX-ACCESS read-write
  1743.       STATUS current
  1744.       DESCRIPTION
  1745.              "Controls whether the Synchronous Ethernet (SyncE)
  1746.              Quality Level (QL) is transmitted on the Main PSU port"  
  1747.       ::= { ethernet 42 }
  1748.  
  1749.    sFPPortSSMTx OBJECT-TYPE
  1750.       SYNTAX INTEGER {
  1751.                        disabled(0),
  1752.                        enabled(1)
  1753.                      }
  1754.       MAX-ACCESS read-write
  1755.       STATUS current
  1756.       DESCRIPTION
  1757.              "Controls whether the Synchronous Ethernet (SyncE)
  1758.              Quality Level (QL) is transmitted on the SFP port"  
  1759.       ::= { ethernet 43 }
  1760.  
  1761.    auxPortSSMTx OBJECT-TYPE
  1762.       SYNTAX INTEGER {
  1763.                        disabled(0),
  1764.                        enabled(1)
  1765.                      }
  1766.       MAX-ACCESS read-write
  1767.       STATUS current
  1768.       DESCRIPTION
  1769.              "Controls whether the Synchronous Ethernet (SyncE)
  1770.              Quality Level (QL) is transmitted on the Aux port"  
  1771.       ::= { ethernet 44 }
  1772.  
  1773.    syncETrackingState OBJECT-TYPE
  1774.       SYNTAX INTEGER {
  1775.                        disabled(0),
  1776.                        acquiringWirelessLock(1),
  1777.                        freeRunning(2),
  1778.                        lockedLocalAcquiringHoldover(3),
  1779.                        lockedLocalHoldoverAcquired(4),
  1780.                        holdover(5),
  1781.                        lockedRemoteAcquiringHoldover(6),
  1782.                        lockedRemoteHoldoverAcquired(7)
  1783.                      }
  1784.       MAX-ACCESS read-only
  1785.       STATUS current
  1786.       DESCRIPTION
  1787.              "The current state of Synchronous Ethernet (SyncE)
  1788.              network synchronization."  
  1789.       ::= { ethernet 45 }
  1790.  
  1791.    mainPSUPortQLRx OBJECT-TYPE
  1792.       SYNTAX INTEGER {
  1793.                        none(0),
  1794.                        qLPRS(1),
  1795.                        qLSTU(2),
  1796.                        qLPRC(3),
  1797.                        qLST2(4),
  1798.                        qLSSUAQLTNC(5),
  1799.                        qLSSUB(6),
  1800.                        qLST3E(7),
  1801.                        qLEEC2QLST3(8),
  1802.                        qLEEC1QLSEC(9),
  1803.                        qLSMC(10),
  1804.                        qLPROV(11),
  1805.                        qLDNUQLDUS(12),
  1806.                        qLFAILED(13)
  1807.                      }
  1808.       MAX-ACCESS read-only
  1809.       STATUS current
  1810.       DESCRIPTION
  1811.              "The Synchronous Ethernet (SyncE) Quality Level (QL)
  1812.              currently being received on the main PSU port."  
  1813.       ::= { ethernet 46 }
  1814.  
  1815.    auxPortQLRx OBJECT-TYPE
  1816.       SYNTAX INTEGER {
  1817.                        none(0),
  1818.                        qLPRS(1),
  1819.                        qLSTU(2),
  1820.                        qLPRC(3),
  1821.                        qLST2(4),
  1822.                        qLSSUAQLTNC(5),
  1823.                        qLSSUB(6),
  1824.                        qLST3E(7),
  1825.                        qLEEC2QLST3(8),
  1826.                        qLEEC1QLSEC(9),
  1827.                        qLSMC(10),
  1828.                        qLPROV(11),
  1829.                        qLDNUQLDUS(12),
  1830.                        qLFAILED(13)
  1831.                      }
  1832.       MAX-ACCESS read-only
  1833.       STATUS current
  1834.       DESCRIPTION
  1835.              "The Synchronous Ethernet (SyncE) Quality Level (QL)
  1836.              currently being received on the auxiliary port."  
  1837.       ::= { ethernet 47 }
  1838.  
  1839.    sFPPortQLRx OBJECT-TYPE
  1840.       SYNTAX INTEGER {
  1841.                        none(0),
  1842.                        qLPRS(1),
  1843.                        qLSTU(2),
  1844.                        qLPRC(3),
  1845.                        qLST2(4),
  1846.                        qLSSUAQLTNC(5),
  1847.                        qLSSUB(6),
  1848.                        qLST3E(7),
  1849.                        qLEEC2QLST3(8),
  1850.                        qLEEC1QLSEC(9),
  1851.                        qLSMC(10),
  1852.                        qLPROV(11),
  1853.                        qLDNUQLDUS(12),
  1854.                        qLFAILED(13)
  1855.                      }
  1856.       MAX-ACCESS read-only
  1857.       STATUS current
  1858.       DESCRIPTION
  1859.              "The Synchronous Ethernet (SyncE) Quality Level (QL)
  1860.              currently being received on the SFP port."  
  1861.       ::= { ethernet 48 }
  1862.  
  1863.    mainPSUPortQLTx OBJECT-TYPE
  1864.       SYNTAX INTEGER {
  1865.                        none(0),
  1866.                        qLPRS(1),
  1867.                        qLSTU(2),
  1868.                        qLPRC(3),
  1869.                        qLST2(4),
  1870.                        qLSSUAQLTNC(5),
  1871.                        qLSSUB(6),
  1872.                        qLST3E(7),
  1873.                        qLEEC2QLST3(8),
  1874.                        qLEEC1QLSEC(9),
  1875.                        qLSMC(10),
  1876.                        qLPROV(11),
  1877.                        qLDNUQLDUS(12)
  1878.                      }
  1879.       MAX-ACCESS read-only
  1880.       STATUS current
  1881.       DESCRIPTION
  1882.              "The Synchronous Ethernet (SyncE) transmit Quality Level
  1883.              (QL) of the main PSU port."  
  1884.       ::= { ethernet 49 }
  1885.  
  1886.    auxPortQLTx OBJECT-TYPE
  1887.       SYNTAX INTEGER {
  1888.                        none(0),
  1889.                        qLPRS(1),
  1890.                        qLSTU(2),
  1891.                        qLPRC(3),
  1892.                        qLST2(4),
  1893.                        qLSSUAQLTNC(5),
  1894.                        qLSSUB(6),
  1895.                        qLST3E(7),
  1896.                        qLEEC2QLST3(8),
  1897.                        qLEEC1QLSEC(9),
  1898.                        qLSMC(10),
  1899.                        qLPROV(11),
  1900.                        qLDNUQLDUS(12)
  1901.                      }
  1902.       MAX-ACCESS read-only
  1903.       STATUS current
  1904.       DESCRIPTION
  1905.              "The Synchronous Ethernet (SyncE) transmit Quality Level
  1906.              (QL) of the auxiliary port."  
  1907.       ::= { ethernet 50 }
  1908.  
  1909.    sFPPortQLTx OBJECT-TYPE
  1910.       SYNTAX INTEGER {
  1911.                        none(0),
  1912.                        qLPRS(1),
  1913.                        qLSTU(2),
  1914.                        qLPRC(3),
  1915.                        qLST2(4),
  1916.                        qLSSUAQLTNC(5),
  1917.                        qLSSUB(6),
  1918.                        qLST3E(7),
  1919.                        qLEEC2QLST3(8),
  1920.                        qLEEC1QLSEC(9),
  1921.                        qLSMC(10),
  1922.                        qLPROV(11),
  1923.                        qLDNUQLDUS(12)
  1924.                      }
  1925.       MAX-ACCESS read-only
  1926.       STATUS current
  1927.       DESCRIPTION
  1928.              "The Synchronous Ethernet (SyncE) transmit Quality Level
  1929.              (QL) of the SFP port."  
  1930.       ::= { ethernet 51 }
  1931.  
  1932.    mainPSUPortSyncEMasterSlaveStatus OBJECT-TYPE
  1933.       SYNTAX INTEGER {
  1934.                        master(0),
  1935.                        slave(1)
  1936.                      }
  1937.       MAX-ACCESS read-only
  1938.       STATUS current
  1939.       DESCRIPTION
  1940.              "The main PSU port Synchronous Ethernet (SyncE)
  1941.              Master/Slave status"  
  1942.       ::= { ethernet 52 }
  1943.  
  1944.    auxPortSyncEMasterSlaveStatus OBJECT-TYPE
  1945.       SYNTAX INTEGER {
  1946.                        master(0),
  1947.                        slave(1)
  1948.                      }
  1949.       MAX-ACCESS read-only
  1950.       STATUS current
  1951.       DESCRIPTION
  1952.              "The auxiliary port Synchronous Ethernet (SyncE)
  1953.              Master/Slave status"  
  1954.       ::= { ethernet 53 }
  1955.  
  1956.    sFPPortSyncEMasterSlaveStatus OBJECT-TYPE
  1957.       SYNTAX INTEGER {
  1958.                        master(0),
  1959.                        slave(1)
  1960.                      }
  1961.       MAX-ACCESS read-only
  1962.       STATUS current
  1963.       DESCRIPTION
  1964.              "The SFP port Synchronous Ethernet (SyncE) Master/Slave
  1965.              status"  
  1966.       ::= { ethernet 54 }
  1967.  
  1968.    mainPSUPortGigabitMasterSlaveStatus OBJECT-TYPE
  1969.       SYNTAX INTEGER {
  1970.                        master(0),
  1971.                        slave(1),
  1972.                        notApplicable(2)
  1973.                      }
  1974.       MAX-ACCESS read-only
  1975.       STATUS current
  1976.       DESCRIPTION
  1977.              "The main PSU port Gigabit Ethernet Master/Slave status"  
  1978.       ::= { ethernet 55 }
  1979.  
  1980.    auxPortGigabitMasterSlaveStatus OBJECT-TYPE
  1981.       SYNTAX INTEGER {
  1982.                        master(0),
  1983.                        slave(1),
  1984.                        notApplicable(2)
  1985.                      }
  1986.       MAX-ACCESS read-only
  1987.       STATUS current
  1988.       DESCRIPTION
  1989.              "The auxiliary port Gigabit Ethernet Master/Slave status"  
  1990.       ::= { ethernet 56 }
  1991.  
  1992.    sFPPortGigabitMasterSlaveStatus OBJECT-TYPE
  1993.       SYNTAX INTEGER {
  1994.                        master(0),
  1995.                        slave(1),
  1996.                        notApplicable(2)
  1997.                      }
  1998.       MAX-ACCESS read-only
  1999.       STATUS current
  2000.       DESCRIPTION
  2001.              "The SFP port Gigabit Ethernet Master/Slave status"  
  2002.       ::= { ethernet 57 }
  2003.  
  2004.    transparentClock OBJECT-TYPE
  2005.       SYNTAX INTEGER {
  2006.                        disabled(0),
  2007.                        enabled(1)
  2008.                      }
  2009.       MAX-ACCESS read-write
  2010.       STATUS current
  2011.       DESCRIPTION
  2012.              "This control enables the Precision Time Protocol
  2013.              (IEEE-1588) Transparent Clock. Once enabled the unit will
  2014.              modify the correction field in PTP event messages to take
  2015.              account of the time these frames have been resident in
  2016.              this system. This will happen for all PTP frames at Layer
  2017.              2 & Layer 3 (IPv4 & IPv6) unless a transparent clock VLAN
  2018.              is enabled."  
  2019.       ::= { ethernet 58 }
  2020.  
  2021.    transparentClockVLAN OBJECT-TYPE
  2022.       SYNTAX INTEGER {
  2023.                        all(0),
  2024.                        sTagged(1),
  2025.                        cTagged(2)
  2026.                      }
  2027.       MAX-ACCESS read-write
  2028.       STATUS current
  2029.       DESCRIPTION
  2030.              "If All is selected then all PTP frames will have their
  2031.              correction fields modified with the residence time. If an
  2032.              S-TAG or C-TAG is selected, only frames with this VLAN
  2033.              tag and matching the VLAN ID in the Transparent Clock VID
  2034.              will have their correction fields modified."  
  2035.       ::= { ethernet 59 }
  2036.  
  2037.    transparentClockVID OBJECT-TYPE
  2038.       SYNTAX INTEGER (0..4094)
  2039.       MAX-ACCESS read-write
  2040.       STATUS current
  2041.       DESCRIPTION
  2042.              "The VLAN ID which frames must match if they are to be
  2043.              corrected. Only valid when an S-TAG or C-TAG has been
  2044.              selected."  
  2045.       ::= { ethernet 60 }
  2046.  
  2047.    mainPSUPortAcceptedQLRx OBJECT-TYPE
  2048.       SYNTAX INTEGER {
  2049.                        none(0),
  2050.                        qLPRS(1),
  2051.                        qLSTU(2),
  2052.                        qLPRC(3),
  2053.                        qLST2(4),
  2054.                        qLSSUAQLTNC(5),
  2055.                        qLSSUB(6),
  2056.                        qLST3E(7),
  2057.                        qLEEC2QLST3(8),
  2058.                        qLEEC1QLSEC(9),
  2059.                        qLSMC(10),
  2060.                        qLPROV(11),
  2061.                        qLDNUQLDUS(12),
  2062.                        qLFAILED(13)
  2063.                      }
  2064.       MAX-ACCESS read-only
  2065.       STATUS current
  2066.       DESCRIPTION
  2067.              "The Synchronous Ethernet (SyncE) Quality Level (QL)
  2068.              currently accepted (validated) on the main PSU port."  
  2069.       ::= { ethernet 61 }
  2070.  
  2071.    auxPortAcceptedQLRx OBJECT-TYPE
  2072.       SYNTAX INTEGER {
  2073.                        none(0),
  2074.                        qLPRS(1),
  2075.                        qLSTU(2),
  2076.                        qLPRC(3),
  2077.                        qLST2(4),
  2078.                        qLSSUAQLTNC(5),
  2079.                        qLSSUB(6),
  2080.                        qLST3E(7),
  2081.                        qLEEC2QLST3(8),
  2082.                        qLEEC1QLSEC(9),
  2083.                        qLSMC(10),
  2084.                        qLPROV(11),
  2085.                        qLDNUQLDUS(12),
  2086.                        qLFAILED(13)
  2087.                      }
  2088.       MAX-ACCESS read-only
  2089.       STATUS current
  2090.       DESCRIPTION
  2091.              "The Synchronous Ethernet (SyncE) Quality Level (QL)
  2092.              currently accepted (validated) on the auxiliary port."  
  2093.       ::= { ethernet 62 }
  2094.  
  2095.    sFPPortAcceptedQLRx OBJECT-TYPE
  2096.       SYNTAX INTEGER {
  2097.                        none(0),
  2098.                        qLPRS(1),
  2099.                        qLSTU(2),
  2100.                        qLPRC(3),
  2101.                        qLST2(4),
  2102.                        qLSSUAQLTNC(5),
  2103.                        qLSSUB(6),
  2104.                        qLST3E(7),
  2105.                        qLEEC2QLST3(8),
  2106.                        qLEEC1QLSEC(9),
  2107.                        qLSMC(10),
  2108.                        qLPROV(11),
  2109.                        qLDNUQLDUS(12),
  2110.                        qLFAILED(13)
  2111.                      }
  2112.       MAX-ACCESS read-only
  2113.       STATUS current
  2114.       DESCRIPTION
  2115.              "The Synchronous Ethernet (SyncE) Quality Level (QL)
  2116.              currently accepted (validated) on the SFP port."  
  2117.       ::= { ethernet 63 }
  2118.  
  2119.    mainPSUPortSyncERxStatus OBJECT-TYPE
  2120.       SYNTAX INTEGER {
  2121.                        good(0),
  2122.                        waittoRestore(1),
  2123.                        failed(2)
  2124.                      }
  2125.       MAX-ACCESS read-only
  2126.       STATUS current
  2127.       DESCRIPTION
  2128.              "The Synchronous Ethernet (SyncE) Receive Status of the
  2129.              main PSU port"  
  2130.       ::= { ethernet 64 }
  2131.  
  2132.    auxPortSyncERxStatus OBJECT-TYPE
  2133.       SYNTAX INTEGER {
  2134.                        good(0),
  2135.                        waittoRestore(1),
  2136.                        failed(2)
  2137.                      }
  2138.       MAX-ACCESS read-only
  2139.       STATUS current
  2140.       DESCRIPTION
  2141.              "The Synchronous Ethernet (SyncE) Receive Status of the
  2142.              auxiliary port"  
  2143.       ::= { ethernet 65 }
  2144.  
  2145.    sFPPortSyncERxStatus OBJECT-TYPE
  2146.       SYNTAX INTEGER {
  2147.                        good(0),
  2148.                        waittoRestore(1),
  2149.                        failed(2)
  2150.                      }
  2151.       MAX-ACCESS read-only
  2152.       STATUS current
  2153.       DESCRIPTION
  2154.              "The Synchronous Ethernet (SyncE) Receive Status of the
  2155.              SFP port"  
  2156.       ::= { ethernet 66 }
  2157.  
  2158.    nIDULanPortStatus OBJECT-TYPE
  2159.       SYNTAX INTEGER {
  2160.                        down(0),
  2161.                        copperLinkUp(1),
  2162.                        fiberLinkUp(2)
  2163.                      }
  2164.       MAX-ACCESS read-only
  2165.       STATUS current
  2166.       DESCRIPTION
  2167.              "Current status of the NIDU LAN Ethernet link. NB: a
  2168.              change of state may generate an SNMP trap and/or SMTP
  2169.              email alert"  
  2170.       ::= { ethernet 67 }
  2171.  
  2172.    nIDULanPortSpeedAndDuplex OBJECT-TYPE
  2173.       SYNTAX INTEGER {
  2174.                        speed1000MbpsFullDuplex(0),
  2175.                        speed100MbpsFullDuplex(1),
  2176.                        speed100MbpsHalfDuplex(2),
  2177.                        speed10MbpsFullDuplex(3),
  2178.                        speed10MbpsHalfDuplex(4),
  2179.                        speedUnknown6(5)
  2180.                      }
  2181.       MAX-ACCESS read-only
  2182.       STATUS current
  2183.       DESCRIPTION
  2184.              "The current speed and duplex of the Ethernet link to the
  2185.              NIDU LAN Port"  
  2186.       ::= { ethernet 68 }
  2187.  
  2188.    oOBPriorityQueueMapping OBJECT-TYPE
  2189.       SYNTAX INTEGER {
  2190.                        q0(0),
  2191.                        q1(1),
  2192.                        q2(2),
  2193.                        q3(3),
  2194.                        q4(4),
  2195.                        q5(5),
  2196.                        q6(6),
  2197.                        q7(7)
  2198.                      }
  2199.       MAX-ACCESS read-write
  2200.       STATUS current
  2201.       DESCRIPTION
  2202.              "Configures the classification of traffic to an egress
  2203.              queue at the wireless port"  
  2204.       ::= { ethernet 69 }
  2205.  
  2206.    nIDULanPortAutoNegotiation OBJECT-TYPE
  2207.       SYNTAX INTEGER {
  2208.                        disabled(0),
  2209.                        enabled(1)
  2210.                      }
  2211.       MAX-ACCESS read-only
  2212.       STATUS current
  2213.       DESCRIPTION
  2214.              "This controls whether the local Ethernet interface
  2215.              configuration is automatically negotiated or forced. Do
  2216.              not use a forced setting together with auto negotiation
  2217.              at the Ethernet link partner. If you want to run your
  2218.              Ethernet link at a fixed speed and duplex then you would
  2219.              normally leave auto negotiation enabled and only enable
  2220.              the single Auto Neg Advertisement option that you want
  2221.              the link to run in - FORCING ETHERNET CONFIGURATION IS A
  2222.              LAST RESORT WHICH SHOULD ONLY BE PERFORMED IF YOU ARE
  2223.              HAVING PROBLEMS WITH AUTO NEGOTIATION - AND YOU MUST
  2224.              ENSURE THAT YOU CONFIGURE BOTH THIS UNIT AND THE ETHERNET
  2225.              LINK PARTNER TO WHICH IT IS CONNECTED IDENTICALLY (THE
  2226.              LINK PARTNER MUST NOT HAVE AUTO NEGOTIATION ENABLED
  2227.              EITHER, OTHERWISE A DUPLEX MISMATCH WILL OCCUR). NB: The
  2228.              new setting will only take effect after a system reboot."  
  2229.       ::= { ethernet 70 }
  2230.  
  2231.    nIDULanPortAutoNegAdvertisement OBJECT-TYPE
  2232.       SYNTAX BITS {
  2233.                     negInvalid(2),
  2234.                     neg10MbpsHalfDuplex(3),
  2235.                     neg10MbpsFullDuplex(4),
  2236.                     neg100MbpsHalfDuplex(5),
  2237.                     neg100MbpsFullDuplex(6),
  2238.                     neg1000MbpsFullDuplex(7)
  2239.                   }
  2240.       MAX-ACCESS read-only
  2241.       STATUS current
  2242.       DESCRIPTION
  2243.              "This sets the different Ethernet configurations that
  2244.              will be advertised during auto negotiation. Note the new
  2245.              setting will only take effect after a system reboot.
  2246.              WARNING: Duplex mismatch may result if both ends of the
  2247.              Ethernet link do not have the same settings. Do not auto
  2248.              negotiation together with a fixed setting at the Ethernet
  2249.              link partner. WARNING: Make sure that you select
  2250.              option(s) that you know your connected equipment can
  2251.              cater for!"  
  2252.       ::= { ethernet 71 }
  2253.  
  2254.    nIDULanPortAutoMdix OBJECT-TYPE
  2255.       SYNTAX INTEGER {
  2256.                        disabled(0),
  2257.                        enabled(1)
  2258.                      }
  2259.       MAX-ACCESS read-only
  2260.       STATUS current
  2261.       DESCRIPTION
  2262.              "This enables/disables the Auto MDI/MDIX capability. NB:
  2263.              The new setting will only take effect after a system
  2264.              reboot"  
  2265.       ::= { ethernet 72 }
  2266.  
  2267.    nIDULanPortGigabitMasterSlaveStatus OBJECT-TYPE
  2268.       SYNTAX INTEGER {
  2269.                        master(0),
  2270.                        slave(1),
  2271.                        notApplicable(2)
  2272.                      }
  2273.       MAX-ACCESS read-only
  2274.       STATUS current
  2275.       DESCRIPTION
  2276.              "The NIDU LAN port Gigabit Ethernet Master/Slave status"  
  2277.       ::= { ethernet 73 }
  2278.  
  2279.    txMABFrames OBJECT-TYPE
  2280.       SYNTAX Integer32
  2281.       MAX-ACCESS read-only
  2282.       STATUS current
  2283.       DESCRIPTION
  2284.              "Number of MAB frames transmitted"  
  2285.       ::= { ethernet 74 }
  2286.  
  2287.    managementNetworkAccessEnabled OBJECT-TYPE
  2288.       SYNTAX INTEGER {
  2289.                        no(0),
  2290.                        yes(1)
  2291.                      }
  2292.       MAX-ACCESS read-write
  2293.       STATUS current
  2294.       DESCRIPTION
  2295.              "When enabled the local Out-of-Band interface can be used
  2296.              to access the remote management network. If not enabled
  2297.              the local management agent can still be accessed from the
  2298.              remote management network and the local Out-of-Band
  2299.              interface"  
  2300.       ::= { ethernet 75 }
  2301.  
  2302.    secondDataPortPauseFrames OBJECT-TYPE
  2303.       SYNTAX INTEGER {
  2304.                        tunnel(0),
  2305.                        discard(1)
  2306.                      }
  2307.       MAX-ACCESS read-only
  2308.       STATUS current
  2309.       DESCRIPTION
  2310.              "Controls whether the bridge tunnels or discards Layer 2
  2311.              PAUSE frames arriving at the Second Data Service Port.
  2312.              Such frames are identified by the destination MAC Address
  2313.              being equal to 01-80-C2-00-00-01"  
  2314.       ::= { ethernet 76 }
  2315.  
  2316.    secondDataBridgingStatus OBJECT-TYPE
  2317.       SYNTAX INTEGER {
  2318.                        disabled(0),
  2319.                        enabled(1)
  2320.                      }
  2321.       MAX-ACCESS read-only
  2322.       STATUS current
  2323.       DESCRIPTION
  2324.              "Current status of bridging Second Data Service Ethernet
  2325.              traffic over the wireless link"  
  2326.       ::= { ethernet 80 }
  2327.  
  2328.    transparentClockPort OBJECT-TYPE
  2329.       SYNTAX INTEGER {
  2330.                        mainPSU(0),
  2331.                        aux(1),
  2332.                        sFP(2)
  2333.                      }
  2334.       MAX-ACCESS read-write
  2335.       STATUS current
  2336.       DESCRIPTION
  2337.              "IEEE 1588 Transparent Clock source"  
  2338.       ::= { ethernet 81 }
  2339.  
  2340.    -- EthernetPriorityTable group attribute definitions
  2341.    --
  2342.    ethernetPriorityTableIndex OBJECT-TYPE
  2343.       SYNTAX INTEGER {
  2344.                        p0(1),
  2345.                        p1(2),
  2346.                        p2(3),
  2347.                        p3(4),
  2348.                        p4(5),
  2349.                        p5(6),
  2350.                        p6(7),
  2351.                        p7(8),
  2352.                        untagged(9)
  2353.                      }
  2354.       MAX-ACCESS not-accessible
  2355.       STATUS current
  2356.       DESCRIPTION
  2357.              "Ethernet priority flag, used to index values in the
  2358.              ethernetPriorityTable"  
  2359.       ::= { ethernetPriorityTableEntry 1 }
  2360.  
  2361.    ethernetPriorityQueueMapping OBJECT-TYPE
  2362.       SYNTAX INTEGER {
  2363.                        q0(0),
  2364.                        q1(1),
  2365.                        q2(2),
  2366.                        q3(3),
  2367.                        q4(4),
  2368.                        q5(5),
  2369.                        q6(6),
  2370.                        q7(7)
  2371.                      }
  2372.       MAX-ACCESS read-write
  2373.       STATUS current
  2374.       DESCRIPTION
  2375.              "Configures the classification of this Ethernet priority
  2376.              (also known as IEEE 802.1p value) to an egress queue at
  2377.              the wireless port"  
  2378.       ::= { ethernetPriorityTableEntry 2 }
  2379.  
  2380.    -- L2CPPriorityTable group attribute definitions
  2381.    --
  2382.    l2CPPriorityTableIndex OBJECT-TYPE
  2383.       SYNTAX INTEGER {
  2384.                        bridge(1),
  2385.                        mRP(2),
  2386.                        cFM(3),
  2387.                        rAPS(4),
  2388.                        eAPS(5)
  2389.                      }
  2390.       MAX-ACCESS not-accessible
  2391.       STATUS current
  2392.       DESCRIPTION
  2393.              "L2CP priority flag, used to index values in the
  2394.              l2CPPriorityTable"  
  2395.       ::= { l2CPPriorityTableEntry 1 }
  2396.  
  2397.    l2CPPriorityQueueMapping OBJECT-TYPE
  2398.       SYNTAX INTEGER {
  2399.                        q0(0),
  2400.                        q1(1),
  2401.                        q2(2),
  2402.                        q3(3),
  2403.                        q4(4),
  2404.                        q5(5),
  2405.                        q6(6),
  2406.                        q7(7)
  2407.                      }
  2408.       MAX-ACCESS read-write
  2409.       STATUS current
  2410.       DESCRIPTION
  2411.              "Configures the classification of this layer two control
  2412.              protocol (L2CP) to an egress queue at the wireless port"  
  2413.       ::= { l2CPPriorityTableEntry 2 }
  2414.  
  2415.    -- IPDSCPPriorityTable group attribute definitions
  2416.    --
  2417.    iPDSCPPriorityTableIndex OBJECT-TYPE
  2418.       SYNTAX INTEGER (1..64)
  2419.       MAX-ACCESS not-accessible
  2420.       STATUS current
  2421.       DESCRIPTION
  2422.              "IP DSCP priority flag, used to index values in the
  2423.              iPDSCPPriorityTable"  
  2424.       ::= { iPDSCPPriorityTableEntry 1 }
  2425.  
  2426.    iPDSCPPriorityQueueMapping OBJECT-TYPE
  2427.       SYNTAX INTEGER {
  2428.                        q0(0),
  2429.                        q1(1),
  2430.                        q2(2),
  2431.                        q3(3),
  2432.                        q4(4),
  2433.                        q5(5),
  2434.                        q6(6),
  2435.                        q7(7)
  2436.                      }
  2437.       MAX-ACCESS read-write
  2438.       STATUS current
  2439.       DESCRIPTION
  2440.              "Configures the classification of this IP differentiated
  2441.              services code point (DSCP) value to an egress queue at
  2442.              the wireless port"  
  2443.       ::= { iPDSCPPriorityTableEntry 2 }
  2444.  
  2445.    -- MPLSTCPriorityTable group attribute definitions
  2446.    --
  2447.    mPLSTCPriorityTableIndex OBJECT-TYPE
  2448.       SYNTAX INTEGER (1..8)
  2449.       MAX-ACCESS not-accessible
  2450.       STATUS current
  2451.       DESCRIPTION
  2452.              "MPLS TC priority flag, used to index values in the
  2453.              mPLSTCPriorityTable"  
  2454.       ::= { mPLSTCPriorityTableEntry 1 }
  2455.  
  2456.    mPLSTCPriorityQueueMapping OBJECT-TYPE
  2457.       SYNTAX INTEGER {
  2458.                        q0(0),
  2459.                        q1(1),
  2460.                        q2(2),
  2461.                        q3(3),
  2462.                        q4(4),
  2463.                        q5(5),
  2464.                        q6(6),
  2465.                        q7(7)
  2466.                      }
  2467.       MAX-ACCESS read-write
  2468.       STATUS current
  2469.       DESCRIPTION
  2470.              "Configures the classification of this MPLS traffic class
  2471.              (the field formerly known as EXP) to an egress queue at
  2472.              the wireless port"  
  2473.       ::= { mPLSTCPriorityTableEntry 2 }
  2474.  
  2475.    -- TDM group attribute definitions
  2476.    --
  2477.    tDMInterfaceControl OBJECT-TYPE
  2478.       SYNTAX INTEGER {
  2479.                        none(0),
  2480.                        e1(1),
  2481.                        t1(2)
  2482.                      }
  2483.       MAX-ACCESS read-only
  2484.       STATUS current
  2485.       DESCRIPTION
  2486.              "The line interface type. If this is set to 'None' then
  2487.              the TDM interfaces are disabled, and the TDM settings
  2488.              will be ignored."  
  2489.       ::= { tDM 1 }
  2490.  
  2491.    tDMInterfaceStatus OBJECT-TYPE
  2492.       SYNTAX INTEGER {
  2493.                        ok(0),
  2494.                        connectedNotConfigured(1),
  2495.                        notConnected(2),
  2496.                        nIDUdetectedonAUXport(3),
  2497.                        error(4),
  2498.                        codeDownloadInProgress(5)
  2499.                      }
  2500.       MAX-ACCESS read-only
  2501.       STATUS current
  2502.       DESCRIPTION
  2503.              "@Current status of the connection to the TDM Box. A
  2504.              state of 'Up' on a green background indicates that the
  2505.              TDM Box is connected OK. When connecting a TDM Box only
  2506.              the Main Ethernet port should be used"  
  2507.       ::= { tDM 2 }
  2508.  
  2509.    tDMEnabledChannels OBJECT-TYPE
  2510.       SYNTAX INTEGER (0..8)
  2511.       MAX-ACCESS read-only
  2512.       STATUS current
  2513.       DESCRIPTION
  2514.              "The number of TDM channels enabled in the system"  
  2515.       ::= { tDM 3 }
  2516.  
  2517.    tdmTableNumber OBJECT-TYPE
  2518.       SYNTAX INTEGER (1..8)
  2519.       MAX-ACCESS read-only
  2520.       STATUS current
  2521.       DESCRIPTION
  2522.              "Number of entries in the TdmTable"  
  2523.       ::= { tDM 4 }
  2524.  
  2525.    tDMConfigurationMismatch OBJECT-TYPE
  2526.       SYNTAX INTEGER {
  2527.                        ok(0),
  2528.                        linetypemismatch(1),
  2529.                        enabledchannelsmismatch(2),
  2530.                        linetypeandenabledchannelsmismatch(3)
  2531.                      }
  2532.       MAX-ACCESS read-only
  2533.       STATUS current
  2534.       DESCRIPTION
  2535.              "Current status of the configuration of the TDM Box. A
  2536.              state of 'Ok' on a green background indicates that the
  2537.              TDM Box configuration is matched OK with the remote end."  
  2538.       ::= { tDM 6 }
  2539.  
  2540.    lowestTDMModulationMode OBJECT-TYPE
  2541.       SYNTAX INTEGER {
  2542.                        modAcquisition(0),
  2543.                        modBpsk63percent(1),
  2544.                        modQpsk63percentSingle(2),
  2545.                        modTransient1(3),
  2546.                        modQpsk87percentSingle(4),
  2547.                        modTransient2(5),
  2548.                        mod16qam63percentSingleA(6),
  2549.                        modTransient3(7),
  2550.                        mod16qam87percentSingle(8),
  2551.                        modTransient4(9),
  2552.                        mod64qam75percentSingle(10),
  2553.                        modTransient5(11),
  2554.                        mod64qam92percentSingle(12),
  2555.                        modTransient6(13),
  2556.                        mod256qam81percentSingle(14),
  2557.                        mod16qam63percentSingleB(15),
  2558.                        mod16qam63percentDual(16),
  2559.                        modTransient7(17),
  2560.                        mod16qam87percentDual(18),
  2561.                        modTransient8(19),
  2562.                        mod64qam75percentDual(20),
  2563.                        modTransient9(21),
  2564.                        mod64qam92percentDual(22),
  2565.                        modTransient10(23),
  2566.                        mod256qam81percentDual(24)
  2567.                      }
  2568.       MAX-ACCESS read-only
  2569.       STATUS current
  2570.       DESCRIPTION
  2571.              "The lowest modulation mode at which tdm data will be
  2572.              sent. The effective lowest modulation mode is displayed
  2573.              in the TDM Configuration page"  
  2574.       ::= { tDM 7 }
  2575.  
  2576.    -- TdmTable group attribute definitions
  2577.    --
  2578.    tdmTableIndex OBJECT-TYPE
  2579.       SYNTAX INTEGER (1..8)
  2580.       MAX-ACCESS not-accessible
  2581.       STATUS current
  2582.       DESCRIPTION
  2583.              "TDM Channel flag, used to index channels in the
  2584.              TdmTable"  
  2585.       ::= { tdmTableEntry 1 }
  2586.  
  2587.    tDMChannelStatus OBJECT-TYPE
  2588.       SYNTAX INTEGER {
  2589.                        up(0),
  2590.                        noSignalLocal(1),
  2591.                        noSignalRemote(2),
  2592.                        noSignalLocalandRemote(3),
  2593.                        remoteTiming(4),
  2594.                        noSignalLocalandRemoteTiming(5),
  2595.                        disabled(6)
  2596.                      }
  2597.       MAX-ACCESS read-only
  2598.       STATUS current
  2599.       DESCRIPTION
  2600.              "Current status of the TDM channels. A value of 0
  2601.              indicates that a TDM channel is established"  
  2602.       ::= { tdmTableEntry 2 }
  2603.  
  2604.    tDMChannelLineCode OBJECT-TYPE
  2605.       SYNTAX INTEGER {
  2606.                        aMI(0),
  2607.                        b8ZSorHDB3(1)
  2608.                      }
  2609.       MAX-ACCESS read-only
  2610.       STATUS current
  2611.       DESCRIPTION
  2612.              "The line code setting of the TDM interfaces. This must
  2613.              match the setting of the device connected to an
  2614.              interface"  
  2615.       ::= { tdmTableEntry 3 }
  2616.  
  2617.    tDMChannelCableLength OBJECT-TYPE
  2618.       SYNTAX INTEGER {
  2619.                        feet133(0),
  2620.                        feet266(1),
  2621.                        feet399(2),
  2622.                        feet533(3),
  2623.                        feet655(4)
  2624.                      }
  2625.       MAX-ACCESS read-only
  2626.       STATUS current
  2627.       DESCRIPTION
  2628.              "The lengths of the cables connected to the TDM
  2629.              interfaces, measured in feet"  
  2630.       ::= { tdmTableEntry 4 }
  2631.  
  2632.    tDMChannelLoopback OBJECT-TYPE
  2633.       SYNTAX INTEGER {
  2634.                        none(0),
  2635.                        copper(1),
  2636.                        wireless(2)
  2637.                      }
  2638.       MAX-ACCESS read-only
  2639.       STATUS current
  2640.       DESCRIPTION
  2641.              "The loopback status of TDM channels. This is intended
  2642.              for installation testing and should be set to 'None' for
  2643.              normal operation. The wire connections to a unit can be
  2644.              tested by applying a 'Copper' loopback to the local unit.
  2645.              The wireless connection to the remote unit can be tested
  2646.              by applying a 'Wireless' loopback to the remote unit with
  2647.              no loopback on the local unit. NB: a change of state may
  2648.              generate an SNMP trap and/or SMTP email alert"  
  2649.       ::= { tdmTableEntry 5 }
  2650.  
  2651.    -- License group attribute definitions
  2652.    --
  2653.    regulatoryBand OBJECT-TYPE
  2654.       SYNTAX INTEGER {
  2655.                        regInvalid(0),
  2656.                        reg158GHz(1),
  2657.                        reg258GHz(2),
  2658.                        reg358GHz(3),
  2659.                        reg458GHz(4),
  2660.                        reg558GHz(5),
  2661.                        reg658GHz(6),
  2662.                        reg754GHzUnrestrictedEIRPwithDFS(7),
  2663.                        reg854GHzUnrestrictedEIRP(8),
  2664.                        reg9(9),
  2665.                        reg1058GHz(10),
  2666.                        reg1158GHz(11),
  2667.                        reg1254GHzFCCUNII2C(12),
  2668.                        reg1354GHz(13),
  2669.                        reg1449GHzPublicSafety(14),
  2670.                        reg15(15),
  2671.                        reg1659GHz(16),
  2672.                        reg1759GHz(17),
  2673.                        reg1849GHzPublicSafety(18),
  2674.                        reg1958GHz(19),
  2675.                        reg2054GHz(20),
  2676.                        reg2154GHz(21),
  2677.                        reg2258GHz(22),
  2678.                        reg23(23),
  2679.                        reg2458GHz(24),
  2680.                        reg2558GHzETSI(25),
  2681.                        reg2654GHzETSI(26),
  2682.                        reg2758GHz(27),
  2683.                        reg2858GHz(28),
  2684.                        reg2958GHzUnrestrictedEIRPwithDFSandRTTT(29),
  2685.                        reg3054GHz(30),
  2686.                        reg3158GHz(31),
  2687.                        reg3249GHzLicensed(32),
  2688.                        reg3349GHzETSIBroadbandDisasterRelief(33),
  2689.                        reg3458GHz(34),
  2690.                        reg3558GHzUnrestrictedEIRP(35),
  2691.                        reg3654GHz(36),
  2692.                        reg3758GHz(37),
  2693.                        reg3852GHzFCCUNII2A(38),
  2694.                        reg3951GHzETSIBroadbandDisasterRelief(39),
  2695.                        reg4054GHz(40),
  2696.                        reg4154GHz(41),
  2697.                        reg4254GHz(42),
  2698.                        reg4354GHz(43),
  2699.                        reg4458GHz(44),
  2700.                        reg4558GHz(45),
  2701.                        reg4658GHz(46),
  2702.                        reg4758GHz(47),
  2703.                        reg4858GHz(48),
  2704.                        reg4958GHz(49),
  2705.                        reg5058GHz(50),
  2706.                        reg5158GHz(51),
  2707.                        reg5258GHz(52),
  2708.                        reg5358GHz(53),
  2709.                        reg5458GHz(54),
  2710.                        reg5558GHz(55),
  2711.                        reg5654GHz(56),
  2712.                        reg5754GHz(57),
  2713.                        reg5858GHz(58),
  2714.                        reg5958GHz(59),
  2715.                        reg6058GHz(60),
  2716.                        reg6149GHz(61),
  2717.                        reg6252GHz(62),
  2718.                        reg6352GHz(63),
  2719.                        reg6451GHz(64),
  2720.                        reg6551GHz(65),
  2721.                        reg6651GHz(66),
  2722.                        reg6752GHz(67),
  2723.                        reg6852GHz(68),
  2724.                        reg6952GHz(69),
  2725.                        reg7052GHz(70),
  2726.                        reg7152GHz(71),
  2727.                        reg7252GHz(72),
  2728.                        reg7352GHz(73),
  2729.                        reg7452GHz(74),
  2730.                        reg7552GHz(75),
  2731.                        reg7652GHz(76),
  2732.                        reg7752GHz(77),
  2733.                        reg7849GHz(78),
  2734.                        reg7954GHz(79),
  2735.                        reg8049GHz(80),
  2736.                        reg8147GHz(81),
  2737.                        reg8247GHz(82),
  2738.                        reg8352GHz(83),
  2739.                        reg8451GHzFCCUNII1(84),
  2740.                        reg8552GHzFCCUNII12A(85),
  2741.                        reg8654GHzFCCUNII2A2C(86),
  2742.                        reg8758GHz(87),
  2743.                        reg8849GHz(88),
  2744.                        reg8949GHz(89),
  2745.                        reg9054GHzFCCUNII2CParabolicantenna(90),
  2746.                        reg9152GHzFCCUNII2AParabolicantenna(91),
  2747.                        reg9251GHzFCCUNII1Parabolicantenna(92),
  2748.                        reg9349GHz(93),
  2749.                        reg94(94),
  2750.                        reg95(95),
  2751.                        reg96(96),
  2752.                        reg97(97),
  2753.                        reg98(98),
  2754.                        reg99(99),
  2755.                        reg100(100),
  2756.                        reg101(101),
  2757.                        reg102(102),
  2758.                        reg103(103),
  2759.                        reg104(104),
  2760.                        reg105(105),
  2761.                        reg106(106),
  2762.                        reg107(107),
  2763.                        reg108(108),
  2764.                        reg109(109),
  2765.                        reg110(110),
  2766.                        reg111(111),
  2767.                        reg112(112),
  2768.                        reg113(113),
  2769.                        reg114(114),
  2770.                        reg115(115),
  2771.                        reg116(116),
  2772.                        reg117(117),
  2773.                        reg118(118),
  2774.                        reg119(119),
  2775.                        reg120(120),
  2776.                        reg121(121),
  2777.                        reg122(122),
  2778.                        reg123(123),
  2779.                        reg124(124),
  2780.                        reg125(125),
  2781.                        reg126(126),
  2782.                        reg127(127),
  2783.                        reg128(128),
  2784.                        reg129(129),
  2785.                        reg130(130),
  2786.                        reg131(131),
  2787.                        reg132(132),
  2788.                        reg133(133),
  2789.                        reg134(134),
  2790.                        reg135(135),
  2791.                        reg136(136),
  2792.                        reg137(137),
  2793.                        reg138(138),
  2794.                        reg139(139),
  2795.                        reg140(140),
  2796.                        reg141(141),
  2797.                        reg142(142),
  2798.                        reg143(143),
  2799.                        reg144(144),
  2800.                        reg145(145),
  2801.                        reg146(146),
  2802.                        reg147(147),
  2803.                        reg148(148),
  2804.                        reg149(149),
  2805.                        reg150(150),
  2806.                        reg151(151),
  2807.                        reg152(152),
  2808.                        reg153(153),
  2809.                        reg154(154),
  2810.                        reg155(155),
  2811.                        reg156(156),
  2812.                        reg157(157),
  2813.                        reg158(158),
  2814.                        reg159(159),
  2815.                        reg160(160),
  2816.                        reg161(161),
  2817.                        reg162(162),
  2818.                        reg163(163),
  2819.                        reg164(164),
  2820.                        reg165(165),
  2821.                        reg166(166),
  2822.                        reg167(167),
  2823.                        reg168(168),
  2824.                        reg169(169),
  2825.                        reg170(170),
  2826.                        reg171(171),
  2827.                        reg172(172),
  2828.                        reg173(173),
  2829.                        reg174(174),
  2830.                        reg175(175),
  2831.                        reg176(176),
  2832.                        reg177(177),
  2833.                        reg178(178),
  2834.                        reg179(179),
  2835.                        reg180(180),
  2836.                        reg181(181),
  2837.                        reg182(182),
  2838.                        reg183(183),
  2839.                        reg184(184),
  2840.                        reg185(185),
  2841.                        reg186(186),
  2842.                        reg187(187),
  2843.                        reg188(188),
  2844.                        reg189(189),
  2845.                        reg190(190),
  2846.                        reg191(191),
  2847.                        reg192(192),
  2848.                        reg193(193),
  2849.                        reg194(194),
  2850.                        reg195(195),
  2851.                        reg196(196),
  2852.                        reg197(197),
  2853.                        reg198(198),
  2854.                        reg199(199),
  2855.                        reg200(200),
  2856.                        reg201(201),
  2857.                        reg202(202),
  2858.                        reg203(203),
  2859.                        reg204(204),
  2860.                        reg205(205),
  2861.                        reg206(206),
  2862.                        reg207(207),
  2863.                        reg208(208),
  2864.                        reg209(209),
  2865.                        reg210(210),
  2866.                        reg211(211),
  2867.                        reg212(212),
  2868.                        reg213(213),
  2869.                        reg214(214),
  2870.                        reg215(215),
  2871.                        reg216(216),
  2872.                        reg217(217),
  2873.                        reg218(218),
  2874.                        reg219(219),
  2875.                        reg220(220),
  2876.                        reg221(221),
  2877.                        reg222(222),
  2878.                        reg223(223),
  2879.                        reg224(224),
  2880.                        reg225(225),
  2881.                        reg226(226),
  2882.                        reg227(227),
  2883.                        reg228(228),
  2884.                        reg229(229),
  2885.                        reg230(230),
  2886.                        reg231(231),
  2887.                        reg232(232),
  2888.                        reg233(233),
  2889.                        reg234(234),
  2890.                        reg235(235),
  2891.                        reg236(236),
  2892.                        reg237(237),
  2893.                        reg238(238),
  2894.                        reg239(239),
  2895.                        reg240(240),
  2896.                        reg241(241),
  2897.                        reg242(242),
  2898.                        reg243(243),
  2899.                        reg244(244),
  2900.                        reg245(245),
  2901.                        reg246(246),
  2902.                        reg247(247),
  2903.                        reg248(248),
  2904.                        reg249(249),
  2905.                        reg250(250),
  2906.                        reg251(251),
  2907.                        reg252(252),
  2908.                        reg253(253),
  2909.                        reg254(254),
  2910.                        reg255(255)
  2911.                      }
  2912.       MAX-ACCESS read-only
  2913.       STATUS current
  2914.       DESCRIPTION
  2915.              "The Regulatory Band prohibits the wireless unit from
  2916.              operating outside the regulated limits. An invalid
  2917.              Regulatory Band may be caused by a missing or incorrect
  2918.              License Key, a corrupt MAC Address or an attempt to
  2919.              configure a Regulatory Band not allowed by the License
  2920.              Key. NB: a change of state may generate an SNMP trap
  2921.              and/or SMTP email alert."  
  2922.       ::= { license 1 }
  2923.  
  2924.    productVariant OBJECT-TYPE
  2925.       SYNTAX INTEGER {
  2926.                        pTPxx400Full(0),
  2927.                        pTPxx400Deprecated1(1),
  2928.                        pTPxx400Deprecated2(2),
  2929.                        pTPxx400Lite(3),
  2930.                        spare1(4),
  2931.                        pTPxx300(5),
  2932.                        spare2(6),
  2933.                        spare3(7),
  2934.                        pTPxx500FullDeprecated(8),
  2935.                        pTPxx500LiteDeprecated(9),
  2936.                        pTPxx500(10),
  2937.                        pTPxx600Lite(11),
  2938.                        pTPxx600Full(12),
  2939.                        pTPxx650(13),
  2940.                        spare6(14),
  2941.                        pTP800(15)
  2942.                      }
  2943.       MAX-ACCESS read-only
  2944.       STATUS current
  2945.       DESCRIPTION
  2946.              "The product variant"  
  2947.       ::= { license 2 }
  2948.  
  2949.    productName OBJECT-TYPE
  2950.       SYNTAX DisplayString (SIZE(0..63))
  2951.       MAX-ACCESS read-only
  2952.       STATUS current
  2953.       DESCRIPTION
  2954.              "Name of the product variant"  
  2955.       ::= { license 3 }
  2956.  
  2957.    frequencyVariant OBJECT-TYPE
  2958.       SYNTAX INTEGER {
  2959.                        freq5GHz(0),
  2960.                        freq4GHz(1)
  2961.                      }
  2962.       MAX-ACCESS read-only
  2963.       STATUS current
  2964.       DESCRIPTION
  2965.              "The hardware frequency variant"  
  2966.       ::= { license 5 }
  2967.  
  2968.    sNMPv3Enable OBJECT-TYPE
  2969.       SYNTAX INTEGER {
  2970.                        disabled(0),
  2971.                        enabled(1)
  2972.                      }
  2973.       MAX-ACCESS read-only
  2974.       STATUS current
  2975.       DESCRIPTION
  2976.              "SNMPv3 availability control"  
  2977.       ::= { license 9 }
  2978.  
  2979.    licenseVersion OBJECT-TYPE
  2980.       SYNTAX INTEGER (1)
  2981.       MAX-ACCESS read-only
  2982.       STATUS current
  2983.       DESCRIPTION
  2984.              "The license key version."  
  2985.       ::= { license 12 }
  2986.  
  2987.    licenseUnitSerialNumber OBJECT-TYPE
  2988.       SYNTAX DisplayString (SIZE(0..11))
  2989.       MAX-ACCESS read-only
  2990.       STATUS current
  2991.       DESCRIPTION
  2992.              "The unit serial number."  
  2993.       ::= { license 13 }
  2994.  
  2995.    licenseIssueNumber OBJECT-TYPE
  2996.       SYNTAX INTEGER (0..2147483647)
  2997.       MAX-ACCESS read-only
  2998.       STATUS current
  2999.       DESCRIPTION
  3000.              "The license key issue number for this unit."  
  3001.       ::= { license 15 }
  3002.  
  3003.    licenseCountry OBJECT-TYPE
  3004.       SYNTAX DisplayString (SIZE(0..103))
  3005.       MAX-ACCESS read-only
  3006.       STATUS current
  3007.       DESCRIPTION
  3008.              "The country in which this unit is licensed to operate."  
  3009.       ::= { license 16 }
  3010.  
  3011.    licenseNumberOfRegulatoryBands OBJECT-TYPE
  3012.       SYNTAX INTEGER (0..32)
  3013.       MAX-ACCESS read-only
  3014.       STATUS current
  3015.       DESCRIPTION
  3016.              "The number of regulatory bands for which the unit is
  3017.              licensed to operate."  
  3018.       ::= { license 17 }
  3019.  
  3020.    licenseBandwidthCap OBJECT-TYPE
  3021.       SYNTAX INTEGER (0..2147483647)
  3022.       MAX-ACCESS read-only
  3023.       STATUS current
  3024.       DESCRIPTION
  3025.              "The wireless link bandwidth cap in MHz. Zero indicates
  3026.              no bandwidth cap."  
  3027.       ::= { license 20 }
  3028.  
  3029.    licenseEncryption OBJECT-TYPE
  3030.       SYNTAX INTEGER {
  3031.                        none(0),
  3032.                        aESRijndael(1),
  3033.                        aES192bitRijndael(2),
  3034.                        aES256bitRijndael(3)
  3035.                      }
  3036.       MAX-ACCESS read-only
  3037.       STATUS current
  3038.       DESCRIPTION
  3039.              "The license key encryption algorithms available."  
  3040.       ::= { license 21 }
  3041.  
  3042.    licenseSecurityLevel OBJECT-TYPE
  3043.       SYNTAX INTEGER {
  3044.                        normal(0),
  3045.                        fIPS(1),
  3046.                        uCAPL(2)
  3047.                      }
  3048.       MAX-ACCESS read-only
  3049.       STATUS current
  3050.       DESCRIPTION
  3051.              "The license key security level."  
  3052.       ::= { license 22 }
  3053.  
  3054.    licenseGroupAccess OBJECT-TYPE
  3055.       SYNTAX INTEGER {
  3056.                        disabled(0),
  3057.                        enabled(1)
  3058.                      }
  3059.       MAX-ACCESS read-only
  3060.       STATUS current
  3061.       DESCRIPTION
  3062.              "The license key group access setting."  
  3063.       ::= { license 23 }
  3064.  
  3065.    licenseOOBManagementSupport OBJECT-TYPE
  3066.       SYNTAX INTEGER {
  3067.                        disabled(0),
  3068.                        enabled(1)
  3069.                      }
  3070.       MAX-ACCESS read-only
  3071.       STATUS current
  3072.       DESCRIPTION
  3073.              "The license key Out-Of-Band (OOB) support setting."  
  3074.       ::= { license 24 }
  3075.  
  3076.    licenseSFPPortSupport OBJECT-TYPE
  3077.       SYNTAX INTEGER {
  3078.                        disabled(0),
  3079.                        enabled(1)
  3080.                      }
  3081.       MAX-ACCESS read-only
  3082.       STATUS current
  3083.       DESCRIPTION
  3084.              "The license key Ethernet SFP Port support setting."  
  3085.       ::= { license 25 }
  3086.  
  3087.    licenseAuxiliaryPortSupport OBJECT-TYPE
  3088.       SYNTAX INTEGER {
  3089.                        disabled(0),
  3090.                        enabled(1)
  3091.                      }
  3092.       MAX-ACCESS read-only
  3093.       STATUS current
  3094.       DESCRIPTION
  3095.              "The license key Ethernet Auxiliary Port support
  3096.              setting."  
  3097.       ::= { license 26 }
  3098.  
  3099.    licenseCapacity OBJECT-TYPE
  3100.       SYNTAX INTEGER {
  3101.                        full(0),
  3102.                        mid(1),
  3103.                        lite(2)
  3104.                      }
  3105.       MAX-ACCESS read-only
  3106.       STATUS current
  3107.       DESCRIPTION
  3108.              "The license key capacity"  
  3109.       ::= { license 27 }
  3110.  
  3111.    licenseMaxNumberOfTDMChannels OBJECT-TYPE
  3112.       SYNTAX INTEGER (0..8)
  3113.       MAX-ACCESS read-only
  3114.       STATUS current
  3115.       DESCRIPTION
  3116.              "The license key maximum TDM channels setting. Zero
  3117.              indicates TDM not available."  
  3118.       ::= { license 28 }
  3119.  
  3120.    licenseIEEE1588Support OBJECT-TYPE
  3121.       SYNTAX INTEGER {
  3122.                        disabled(0),
  3123.                        enabled(1)
  3124.                      }
  3125.       MAX-ACCESS read-only
  3126.       STATUS current
  3127.       DESCRIPTION
  3128.              "The license key IEEE-1588 support setting."  
  3129.       ::= { license 29 }
  3130.  
  3131.    licenseSyncESupport OBJECT-TYPE
  3132.       SYNTAX INTEGER {
  3133.                        disabled(0),
  3134.                        enabled(1)
  3135.                      }
  3136.       MAX-ACCESS read-only
  3137.       STATUS current
  3138.       DESCRIPTION
  3139.              "The license key SyncE support setting."  
  3140.       ::= { license 30 }
  3141.  
  3142.    licenseIPv6Support OBJECT-TYPE
  3143.       SYNTAX INTEGER {
  3144.                        disabled(0),
  3145.                        enabled(1)
  3146.                      }
  3147.       MAX-ACCESS read-only
  3148.       STATUS current
  3149.       DESCRIPTION
  3150.              "The license key IPv6 support setting."  
  3151.       ::= { license 31 }
  3152.  
  3153.    licenseMinimumFirmwareVersion OBJECT-TYPE
  3154.       SYNTAX DisplayString (SIZE(0..23))
  3155.       MAX-ACCESS read-only
  3156.       STATUS current
  3157.       DESCRIPTION
  3158.              "The minimum firmware version required to support this
  3159.              license key."  
  3160.       ::= { license 32 }
  3161.  
  3162.    licenseFullCapabilityTrialStatus OBJECT-TYPE
  3163.       SYNTAX INTEGER {
  3164.                        available(0),
  3165.                        active(1),
  3166.                        inactive(2),
  3167.                        expired(3),
  3168.                        unavailable(4)
  3169.                      }
  3170.       MAX-ACCESS read-only
  3171.       STATUS current
  3172.       DESCRIPTION
  3173.              "The license key full capability trial period status."  
  3174.       ::= { license 33 }
  3175.  
  3176.    licenseRemainingTrialPeriod OBJECT-TYPE
  3177.       SYNTAX INTEGER (0..31536000)
  3178.       MAX-ACCESS read-only
  3179.       STATUS current
  3180.       DESCRIPTION
  3181.              "The remaining time for the license key full capability
  3182.              trial period."  
  3183.       ::= { license 34 }
  3184.  
  3185.    licenseRemainingTrialPeriodAlarm OBJECT-TYPE
  3186.       SYNTAX INTEGER {
  3187.                        fullCapabilityTrialNotActiveOrMoreThan7DaysRemaining(0),
  3188.                        fullCapabilityTrialExpiringInLessThan7Days(1),
  3189.                        fullCapabilityTrialExpiringInLessThan6Days(2),
  3190.                        fullCapabilityTrialExpiringInLessThan5Days(3),
  3191.                        fullCapabilityTrialExpiringInLessThan4Days(4),
  3192.                        fullCapabilityTrialExpiringInLessThan3Days(5),
  3193.                        fullCapabilityTrialExpiringInLessThan2Days(6),
  3194.                        fullCapabilityTrialExpiringInLessThan1Day(7),
  3195.                        fullCapabilityTrialHasExpired(8)
  3196.                      }
  3197.       MAX-ACCESS read-only
  3198.       STATUS current
  3199.       DESCRIPTION
  3200.              "If the full capability trial license period is about to
  3201.              expire then purchase a license upgrade from your
  3202.              reseller."  
  3203.       ::= { license 35 }
  3204.  
  3205.    capacityVariantMismatch OBJECT-TYPE
  3206.       SYNTAX INTEGER {
  3207.                        noError(0),
  3208.                        mismatchDetected(1)
  3209.                      }
  3210.       MAX-ACCESS read-only
  3211.       STATUS current
  3212.       DESCRIPTION
  3213.              "The remote node of this link has a lower link capacity.
  3214.              Operating with a reduced effective link capacity."  
  3215.       ::= { license 36 }
  3216.  
  3217.    licenseTDDSyncSupport OBJECT-TYPE
  3218.       SYNTAX INTEGER {
  3219.                        disabled(0),
  3220.                        enabled(1)
  3221.                      }
  3222.       MAX-ACCESS read-only
  3223.       STATUS current
  3224.       DESCRIPTION
  3225.              "The license key TDD Synchronization support setting."  
  3226.       ::= { license 37 }
  3227.  
  3228.    licenseMaxLinkRange OBJECT-TYPE
  3229.       SYNTAX INTEGER (0..1999)
  3230.       MAX-ACCESS read-only
  3231.       STATUS current
  3232.       DESCRIPTION
  3233.              "Maximum licensed range for the wireless link in tenths
  3234.              of km. A value of zero indicates that the maximum link
  3235.              range is not limited by the license."  
  3236.       ::= { license 38 }
  3237.  
  3238.    licenseTrialPeriod OBJECT-TYPE
  3239.       SYNTAX INTEGER (0..365)
  3240.       MAX-ACCESS read-only
  3241.       STATUS current
  3242.       DESCRIPTION
  3243.              "The license key maximum trial period, in days."  
  3244.       ::= { license 39 }
  3245.  
  3246.    licenseRARSupport OBJECT-TYPE
  3247.       SYNTAX INTEGER {
  3248.                        disabled(0),
  3249.                        mAB(1),
  3250.                        dLEP(2),
  3251.                        mABandDLEP(3)
  3252.                      }
  3253.       MAX-ACCESS read-only
  3254.       STATUS current
  3255.       DESCRIPTION
  3256.              "The license key Radio Aware Routing support setting."  
  3257.       ::= { license 40 }
  3258.  
  3259.    -- LicenseRegulatoryBandsTable group attribute definitions
  3260.    --
  3261.    licenseRegulatoryBandsTableIndex OBJECT-TYPE
  3262.       SYNTAX INTEGER (1..32)
  3263.       MAX-ACCESS not-accessible
  3264.       STATUS current
  3265.       DESCRIPTION
  3266.              "License regulatory bands, used to index the
  3267.              LicenseRegulatoryBandsTable."  
  3268.       ::= { licenseRegulatoryBandsTableEntry 1 }
  3269.  
  3270.    licenseRegulatoryBandsList OBJECT-TYPE
  3271.       SYNTAX INTEGER {
  3272.                        regInvalid(0),
  3273.                        reg158GHz(1),
  3274.                        reg258GHz(2),
  3275.                        reg358GHz(3),
  3276.                        reg458GHz(4),
  3277.                        reg558GHz(5),
  3278.                        reg658GHz(6),
  3279.                        reg754GHzUnrestrictedEIRPwithDFS(7),
  3280.                        reg854GHzUnrestrictedEIRP(8),
  3281.                        reg9(9),
  3282.                        reg1058GHz(10),
  3283.                        reg1158GHz(11),
  3284.                        reg1254GHzFCCUNII2C(12),
  3285.                        reg1354GHz(13),
  3286.                        reg1449GHzPublicSafety(14),
  3287.                        reg15(15),
  3288.                        reg1659GHz(16),
  3289.                        reg1759GHz(17),
  3290.                        reg1849GHzPublicSafety(18),
  3291.                        reg1958GHz(19),
  3292.                        reg2054GHz(20),
  3293.                        reg2154GHz(21),
  3294.                        reg2258GHz(22),
  3295.                        reg23(23),
  3296.                        reg2458GHz(24),
  3297.                        reg2558GHzETSI(25),
  3298.                        reg2654GHzETSI(26),
  3299.                        reg2758GHz(27),
  3300.                        reg2858GHz(28),
  3301.                        reg2958GHzUnrestrictedEIRPwithDFSandRTTT(29),
  3302.                        reg3054GHz(30),
  3303.                        reg3158GHz(31),
  3304.                        reg3249GHzLicensed(32),
  3305.                        reg3349GHzETSIBroadbandDisasterRelief(33),
  3306.                        reg3458GHz(34),
  3307.                        reg3558GHzUnrestrictedEIRP(35),
  3308.                        reg3654GHz(36),
  3309.                        reg3758GHz(37),
  3310.                        reg3852GHzFCCUNII2A(38),
  3311.                        reg3951GHzETSIBroadbandDisasterRelief(39),
  3312.                        reg4054GHz(40),
  3313.                        reg4154GHz(41),
  3314.                        reg4254GHz(42),
  3315.                        reg4354GHz(43),
  3316.                        reg4458GHz(44),
  3317.                        reg4558GHz(45),
  3318.                        reg4658GHz(46),
  3319.                        reg4758GHz(47),
  3320.                        reg4858GHz(48),
  3321.                        reg4958GHz(49),
  3322.                        reg5058GHz(50),
  3323.                        reg5158GHz(51),
  3324.                        reg5258GHz(52),
  3325.                        reg5358GHz(53),
  3326.                        reg5458GHz(54),
  3327.                        reg5558GHz(55),
  3328.                        reg5654GHz(56),
  3329.                        reg5754GHz(57),
  3330.                        reg5858GHz(58),
  3331.                        reg5958GHz(59),
  3332.                        reg6058GHz(60),
  3333.                        reg6149GHz(61),
  3334.                        reg6252GHz(62),
  3335.                        reg6352GHz(63),
  3336.                        reg6451GHz(64),
  3337.                        reg6551GHz(65),
  3338.                        reg6651GHz(66),
  3339.                        reg6752GHz(67),
  3340.                        reg6852GHz(68),
  3341.                        reg6952GHz(69),
  3342.                        reg7052GHz(70),
  3343.                        reg7152GHz(71),
  3344.                        reg7252GHz(72),
  3345.                        reg7352GHz(73),
  3346.                        reg7452GHz(74),
  3347.                        reg7552GHz(75),
  3348.                        reg7652GHz(76),
  3349.                        reg7752GHz(77),
  3350.                        reg7849GHz(78),
  3351.                        reg7954GHz(79),
  3352.                        reg8049GHz(80),
  3353.                        reg8147GHz(81),
  3354.                        reg8247GHz(82),
  3355.                        reg8352GHz(83),
  3356.                        reg8451GHzFCCUNII1(84),
  3357.                        reg8552GHzFCCUNII12A(85),
  3358.                        reg8654GHzFCCUNII2A2C(86),
  3359.                        reg8758GHz(87),
  3360.                        reg8849GHz(88),
  3361.                        reg8949GHz(89),
  3362.                        reg9054GHzFCCUNII2CParabolicantenna(90),
  3363.                        reg9152GHzFCCUNII2AParabolicantenna(91),
  3364.                        reg9251GHzFCCUNII1Parabolicantenna(92),
  3365.                        reg9349GHz(93),
  3366.                        reg94(94),
  3367.                        reg95(95),
  3368.                        reg96(96),
  3369.                        reg97(97),
  3370.                        reg98(98),
  3371.                        reg99(99),
  3372.                        reg100(100),
  3373.                        reg101(101),
  3374.                        reg102(102),
  3375.                        reg103(103),
  3376.                        reg104(104),
  3377.                        reg105(105),
  3378.                        reg106(106),
  3379.                        reg107(107),
  3380.                        reg108(108),
  3381.                        reg109(109),
  3382.                        reg110(110),
  3383.                        reg111(111),
  3384.                        reg112(112),
  3385.                        reg113(113),
  3386.                        reg114(114),
  3387.                        reg115(115),
  3388.                        reg116(116),
  3389.                        reg117(117),
  3390.                        reg118(118),
  3391.                        reg119(119),
  3392.                        reg120(120),
  3393.                        reg121(121),
  3394.                        reg122(122),
  3395.                        reg123(123),
  3396.                        reg124(124),
  3397.                        reg125(125),
  3398.                        reg126(126),
  3399.                        reg127(127),
  3400.                        reg128(128),
  3401.                        reg129(129),
  3402.                        reg130(130),
  3403.                        reg131(131),
  3404.                        reg132(132),
  3405.                        reg133(133),
  3406.                        reg134(134),
  3407.                        reg135(135),
  3408.                        reg136(136),
  3409.                        reg137(137),
  3410.                        reg138(138),
  3411.                        reg139(139),
  3412.                        reg140(140),
  3413.                        reg141(141),
  3414.                        reg142(142),
  3415.                        reg143(143),
  3416.                        reg144(144),
  3417.                        reg145(145),
  3418.                        reg146(146),
  3419.                        reg147(147),
  3420.                        reg148(148),
  3421.                        reg149(149),
  3422.                        reg150(150),
  3423.                        reg151(151),
  3424.                        reg152(152),
  3425.                        reg153(153),
  3426.                        reg154(154),
  3427.                        reg155(155),
  3428.                        reg156(156),
  3429.                        reg157(157),
  3430.                        reg158(158),
  3431.                        reg159(159),
  3432.                        reg160(160),
  3433.                        reg161(161),
  3434.                        reg162(162),
  3435.                        reg163(163),
  3436.                        reg164(164),
  3437.                        reg165(165),
  3438.                        reg166(166),
  3439.                        reg167(167),
  3440.                        reg168(168),
  3441.                        reg169(169),
  3442.                        reg170(170),
  3443.                        reg171(171),
  3444.                        reg172(172),
  3445.                        reg173(173),
  3446.                        reg174(174),
  3447.                        reg175(175),
  3448.                        reg176(176),
  3449.                        reg177(177),
  3450.                        reg178(178),
  3451.                        reg179(179),
  3452.                        reg180(180),
  3453.                        reg181(181),
  3454.                        reg182(182),
  3455.                        reg183(183),
  3456.                        reg184(184),
  3457.                        reg185(185),
  3458.                        reg186(186),
  3459.                        reg187(187),
  3460.                        reg188(188),
  3461.                        reg189(189),
  3462.                        reg190(190),
  3463.                        reg191(191),
  3464.                        reg192(192),
  3465.                        reg193(193),
  3466.                        reg194(194),
  3467.                        reg195(195),
  3468.                        reg196(196),
  3469.                        reg197(197),
  3470.                        reg198(198),
  3471.                        reg199(199),
  3472.                        reg200(200),
  3473.                        reg201(201),
  3474.                        reg202(202),
  3475.                        reg203(203),
  3476.                        reg204(204),
  3477.                        reg205(205),
  3478.                        reg206(206),
  3479.                        reg207(207),
  3480.                        reg208(208),
  3481.                        reg209(209),
  3482.                        reg210(210),
  3483.                        reg211(211),
  3484.                        reg212(212),
  3485.                        reg213(213),
  3486.                        reg214(214),
  3487.                        reg215(215),
  3488.                        reg216(216),
  3489.                        reg217(217),
  3490.                        reg218(218),
  3491.                        reg219(219),
  3492.                        reg220(220),
  3493.                        reg221(221),
  3494.                        reg222(222),
  3495.                        reg223(223),
  3496.                        reg224(224),
  3497.                        reg225(225),
  3498.                        reg226(226),
  3499.                        reg227(227),
  3500.                        reg228(228),
  3501.                        reg229(229),
  3502.                        reg230(230),
  3503.                        reg231(231),
  3504.                        reg232(232),
  3505.                        reg233(233),
  3506.                        reg234(234),
  3507.                        reg235(235),
  3508.                        reg236(236),
  3509.                        reg237(237),
  3510.                        reg238(238),
  3511.                        reg239(239),
  3512.                        reg240(240),
  3513.                        reg241(241),
  3514.                        reg242(242),
  3515.                        reg243(243),
  3516.                        reg244(244),
  3517.                        reg245(245),
  3518.                        reg246(246),
  3519.                        reg247(247),
  3520.                        reg248(248),
  3521.                        reg249(249),
  3522.                        reg250(250),
  3523.                        reg251(251),
  3524.                        reg252(252),
  3525.                        reg253(253),
  3526.                        reg254(254),
  3527.                        reg255(255)
  3528.                      }
  3529.       MAX-ACCESS read-only
  3530.       STATUS current
  3531.       DESCRIPTION
  3532.              "The list of regulatory bands for which the unit is
  3533.              licensed to operate. A regulatory band prohibits the
  3534.              wireless unit from operating outside the regulated
  3535.              limits. An invalid regulatory band indicates a corrupted
  3536.              license key. NB: a change of state may generate an SNMP
  3537.              trap and/or SMTP email alert."  
  3538.       ::= { licenseRegulatoryBandsTableEntry 2 }
  3539.  
  3540.    -- Management group attribute definitions
  3541.    --
  3542.    targetRange OBJECT-TYPE
  3543.       SYNTAX INTEGER (0..2000)
  3544.       MAX-ACCESS read-only
  3545.       STATUS current
  3546.       DESCRIPTION
  3547.              "Initial target range used in installation +/-1,
  3548.              expressed in tenths of a kilometer. When Auto-Ranging
  3549.              this must be set to 0"  
  3550.       ::= { management 1 }
  3551.  
  3552.    rangingMode OBJECT-TYPE
  3553.       SYNTAX INTEGER {
  3554.                        auto0to40km(0),
  3555.                        auto0to100km(1),
  3556.                        auto0to200km(2),
  3557.                        targetRange(3)
  3558.                      }
  3559.       MAX-ACCESS read-only
  3560.       STATUS current
  3561.       DESCRIPTION
  3562.              "Type of ranging to use during installation, either
  3563.              Auto-Ranging or use a selectable Target Range"  
  3564.       ::= { management 2 }
  3565.  
  3566.    installStatus OBJECT-TYPE
  3567.       SYNTAX INTEGER {
  3568.                        ok(0),
  3569.                        wrongPeer(1)
  3570.                      }
  3571.       MAX-ACCESS read-only
  3572.       STATUS current
  3573.       DESCRIPTION
  3574.              "A non-zero value indicates that signalling was received
  3575.              with the wrong MAC address or a mismatched link name. NB:
  3576.              It is very unusual to detect this, because units with
  3577.              mis-configured Target MAC Address will normally fail to
  3578.              establish a wireless link. However, rare circumstances
  3579.              may establish a partial wireless link and detect this
  3580.              situation. NB: A non-zero value on start-up, or a change
  3581.              of value during operation, may generate an SNMP trap
  3582.              and/or SMTP email alert"  
  3583.       ::= { management 3 }
  3584.  
  3585.    installArmState OBJECT-TYPE
  3586.       SYNTAX INTEGER {
  3587.                        disarmed(0),
  3588.                        armed(1)
  3589.                      }
  3590.       MAX-ACCESS read-only
  3591.       STATUS current
  3592.       DESCRIPTION
  3593.              "Indicates if the unit is being installed. NB: a change
  3594.              of state may generate an SNMP trap and/or SMTP email
  3595.              alert"  
  3596.       ::= { management 4 }
  3597.  
  3598.    tFTPServerPortNumber OBJECT-TYPE
  3599.       SYNTAX INTEGER (0..65535)
  3600.       MAX-ACCESS read-write
  3601.       STATUS current
  3602.       DESCRIPTION
  3603.              "The port number of the TFTP Server from which the TFTP
  3604.              Software Upgrade File Name will be retrieved"  
  3605.       ::= { management 6 }
  3606.  
  3607.    tFTPSoftwareUpgradeFileName OBJECT-TYPE
  3608.       SYNTAX DisplayString (SIZE(0..127))
  3609.       MAX-ACCESS read-write
  3610.       STATUS current
  3611.       DESCRIPTION
  3612.              "Filename of the Software Upgrade to be loaded from the
  3613.              TFTP Server"  
  3614.       ::= { management 7 }
  3615.  
  3616.    tFTPStartSoftwareUpgrade OBJECT-TYPE
  3617.       SYNTAX Integer32
  3618.       MAX-ACCESS read-write
  3619.       STATUS current
  3620.       DESCRIPTION
  3621.              "Write '1' to this attribute to start the TFTP software
  3622.              upgrade process. The attribute will be reset to 0 when
  3623.              the upgrade process has finished. Continuing with the
  3624.              software upgrade will cause spectrum management (DSO)
  3625.              channel metrics collection to stop. The wireless unit
  3626.              will no longer search for the optimal operational radio
  3627.              channel. The performance of this wireless link may
  3628.              deterioate over time. If operating in a regulatory band
  3629.              where RADAR detection is mandatory you must complete the
  3630.              software upgrade and reboot the unit. Channel metrics
  3631.              collection will only be restarted after the wireless unit
  3632.              has been rebooted"  
  3633.       ::= { management 8 }
  3634.  
  3635.    tFTPSoftwareUpgradeStatus OBJECT-TYPE
  3636.       SYNTAX INTEGER {
  3637.                        idle(0),
  3638.                        uploadinprogress(1),
  3639.                        uploadsuccessfulprogrammingFLASH(2),
  3640.                        upgradesuccessfulreboottorunthenewsoftwareimage(3),
  3641.                        upgradefailed(4),
  3642.                        upgradewarning(5)
  3643.                      }
  3644.       MAX-ACCESS read-only
  3645.       STATUS current
  3646.       DESCRIPTION
  3647.              "The current status of the TFTP Software upgrade process"  
  3648.       ::= { management 9 }
  3649.  
  3650.    tFTPSoftwareUpgradeStatusText OBJECT-TYPE
  3651.       SYNTAX DisplayString (SIZE(0..127))
  3652.       MAX-ACCESS read-only
  3653.       STATUS current
  3654.       DESCRIPTION
  3655.              "Descriptive text describing the status of the TFTP
  3656.              Software upgrade process, including any error details"  
  3657.       ::= { management 10 }
  3658.  
  3659.    tFTPSoftwareUpgradeStatusAdditionalText OBJECT-TYPE
  3660.       SYNTAX DisplayString (SIZE(0..127))
  3661.       MAX-ACCESS read-only
  3662.       STATUS current
  3663.       DESCRIPTION
  3664.              "Any additional text describing the status of the TFTP
  3665.              Software upgrade process, including any error details"  
  3666.       ::= { management 11 }
  3667.  
  3668.    hTTPAccessEnabled OBJECT-TYPE
  3669.       SYNTAX INTEGER {
  3670.                        no(0),
  3671.                        yes(1)
  3672.                      }
  3673.       MAX-ACCESS read-write
  3674.       STATUS current
  3675.       DESCRIPTION
  3676.              "This controls whether or not HTTP access is enabled,
  3677.              i.e. if this is disabled (0) then the unit will not
  3678.              respond to any requests on the HTTP port. Remote
  3679.              management via HTTPS is not affected by this setting. Any
  3680.              change in this setting will not take effect until the
  3681.              unit has been rebooted. (Factory default = Enabled)"  
  3682.       ::= { management 12 }
  3683.  
  3684.    telnetAccessEnabled OBJECT-TYPE
  3685.       SYNTAX INTEGER {
  3686.                        no(0),
  3687.                        yes(1)
  3688.                      }
  3689.       MAX-ACCESS read-write
  3690.       STATUS current
  3691.       DESCRIPTION
  3692.              "This controls whether or not Telnet access is enabled,
  3693.              i.e. if this is disabled (0) then the unit will not
  3694.              respond to any requests on the TELNET port. Any change in
  3695.              this setting will not take effect until the unit has been
  3696.              rebooted. (Factory default = Disabled)"  
  3697.       ::= { management 13 }
  3698.  
  3699.    hTTPPortNumber OBJECT-TYPE
  3700.       SYNTAX INTEGER (0..65535)
  3701.       MAX-ACCESS read-write
  3702.       STATUS current
  3703.       DESCRIPTION
  3704.              "This controls the port number for HTTP access. A value
  3705.              of zero will use the default port number. Any change in
  3706.              this setting will not take effect until the unit has been
  3707.              rebooted. (Factory default = 80)"  
  3708.       ::= { management 14 }
  3709.  
  3710.    hTTPSPortNumber OBJECT-TYPE
  3711.       SYNTAX INTEGER (0..65535)
  3712.       MAX-ACCESS read-write
  3713.       STATUS current
  3714.       DESCRIPTION
  3715.              "This controls the port number for HTTPS access. A value
  3716.              of zero will use the default port number. Availability of
  3717.              HTTPS is controlled via the License Key. Any change in
  3718.              this setting will not take effect until the unit has been
  3719.              rebooted. (Factory default = 443)"  
  3720.       ::= { management 15 }
  3721.  
  3722.    telnetPortNumber OBJECT-TYPE
  3723.       SYNTAX INTEGER (0..65535)
  3724.       MAX-ACCESS read-write
  3725.       STATUS current
  3726.       DESCRIPTION
  3727.              "This controls the port number for TELNET access. A value
  3728.              of zero will use the default port number. Any change in
  3729.              this setting will not take effect until the unit has been
  3730.              rebooted. (Factory default = 23)"  
  3731.       ::= { management 16 }
  3732.  
  3733.    hTTPSAccessEnabled OBJECT-TYPE
  3734.       SYNTAX INTEGER {
  3735.                        no(0),
  3736.                        yes(1)
  3737.                      }
  3738.       MAX-ACCESS read-write
  3739.       STATUS current
  3740.       DESCRIPTION
  3741.              "This controls whether or not HTTPS access is enabled,
  3742.              i.e. if this is disabled (0) then the unit will not
  3743.              respond to any requests on the HTTPS port. Remote
  3744.              management via HTTP is not affected by this setting. Any
  3745.              change in this setting will not take effect until the
  3746.              unit has been rebooted. (Factory default = Enabled)"  
  3747.       ::= { management 17 }
  3748.  
  3749.    tFTPServerInternetAddressType OBJECT-TYPE
  3750.       SYNTAX INTEGER {
  3751.                        unknown(0),
  3752.                        ipv4(1),
  3753.                        ipv6(2),
  3754.                        ipv4z(3),
  3755.                        ipv6z(4),
  3756.                        unknown6(5),
  3757.                        unknown7(6),
  3758.                        unknown8(7),
  3759.                        unknown9(8),
  3760.                        unknown10(9),
  3761.                        unknown11(10),
  3762.                        unknown12(11),
  3763.                        unknown13(12),
  3764.                        unknown14(13),
  3765.                        unknown15(14),
  3766.                        unknown16(15),
  3767.                        dns(16)
  3768.                      }
  3769.       MAX-ACCESS read-only
  3770.       STATUS current
  3771.       DESCRIPTION
  3772.              "The type of Internet address specified by the associated
  3773.              tFTPServerInternetAddress."  
  3774.       ::= { management 18 }
  3775.  
  3776.    tFTPServerInternetAddress OBJECT-TYPE
  3777.       SYNTAX InetAddress
  3778.       MAX-ACCESS read-write
  3779.       STATUS current
  3780.       DESCRIPTION
  3781.              "INET address of the TFTP Server from which the TFTP
  3782.              Software Upgrade File Name will be retrieved"  
  3783.       ::= { management 19 }
  3784.  
  3785.    lowestDataModulationMode OBJECT-TYPE
  3786.       SYNTAX INTEGER {
  3787.                        modAcquisition(0),
  3788.                        modBpsk63percent(1),
  3789.                        modQpsk63percentSingle(2),
  3790.                        modTransient1(3),
  3791.                        modQpsk87percentSingle(4),
  3792.                        modTransient2(5),
  3793.                        mod16qam63percentSingleA(6),
  3794.                        modTransient3(7),
  3795.                        mod16qam87percentSingle(8),
  3796.                        modTransient4(9),
  3797.                        mod64qam75percentSingle(10),
  3798.                        modTransient5(11),
  3799.                        mod64qam92percentSingle(12),
  3800.                        modTransient6(13),
  3801.                        mod256qam81percentSingle(14),
  3802.                        mod16qam63percentSingleB(15),
  3803.                        mod16qam63percentDual(16),
  3804.                        modTransient7(17),
  3805.                        mod16qam87percentDual(18),
  3806.                        modTransient8(19),
  3807.                        mod64qam75percentDual(20),
  3808.                        modTransient9(21),
  3809.                        mod64qam92percentDual(22),
  3810.                        modTransient10(23),
  3811.                        mod256qam81percentDual(24)
  3812.                      }
  3813.       MAX-ACCESS read-only
  3814.       STATUS current
  3815.       DESCRIPTION
  3816.              "The lowest modulation mode at which Ethernet Data
  3817.              traffic will be bridged over the wireless link"  
  3818.       ::= { management 20 }
  3819.  
  3820.    lowestSecondDataModulationMode OBJECT-TYPE
  3821.       SYNTAX INTEGER {
  3822.                        modAcquisition(0),
  3823.                        modBpsk63percent(1),
  3824.                        modQpsk63percentSingle(2),
  3825.                        modTransient1(3),
  3826.                        modQpsk87percentSingle(4),
  3827.                        modTransient2(5),
  3828.                        mod16qam63percentSingleA(6),
  3829.                        modTransient3(7),
  3830.                        mod16qam87percentSingle(8),
  3831.                        modTransient4(9),
  3832.                        mod64qam75percentSingle(10),
  3833.                        modTransient5(11),
  3834.                        mod64qam92percentSingle(12),
  3835.                        modTransient6(13),
  3836.                        mod256qam81percentSingle(14),
  3837.                        mod16qam63percentSingleB(15),
  3838.                        mod16qam63percentDual(16),
  3839.                        modTransient7(17),
  3840.                        mod16qam87percentDual(18),
  3841.                        modTransient8(19),
  3842.                        mod64qam75percentDual(20),
  3843.                        modTransient9(21),
  3844.                        mod64qam92percentDual(22),
  3845.                        modTransient10(23),
  3846.                        mod256qam81percentDual(24)
  3847.                      }
  3848.       MAX-ACCESS read-only
  3849.       STATUS current
  3850.       DESCRIPTION
  3851.              "The lowest modulation mode at which Second Data Service
  3852.              Ethernet traffic will be bridged over the wireless link"  
  3853.       ::= { management 21 }
  3854.  
  3855.    -- PhyControl group attribute definitions
  3856.    --
  3857.    linkSymmetry OBJECT-TYPE
  3858.       SYNTAX INTEGER {
  3859.                        symmetryAdaptive(0),
  3860.                        symmetry2to1(1),
  3861.                        symmetry1to1(2),
  3862.                        symmetry1to2(3),
  3863.                        symmetry3to1(4),
  3864.                        symmetry1to3(5),
  3865.                        symmetry5to1(6),
  3866.                        symmetry1to5(7)
  3867.                      }
  3868.       MAX-ACCESS read-only
  3869.       STATUS current
  3870.       DESCRIPTION
  3871.              "Provides configuration options for sharing the available
  3872.              wireless capacity between the transmit and receive
  3873.              directions. Fixed link symmetry is defined by a ratio of
  3874.              the burst duration for the transmit direction to the
  3875.              burst duration for the receive direction. Permitted
  3876.              settings are 5:1, 3:1, 2:1, 1:1, 1:2, 1:3, 1:5. The 1:1
  3877.              option provides fixed symmetric operation. The adaptive
  3878.              option selects transmit and receive burst durations
  3879.              automatically in response to the offered Ethernet traffic
  3880.              in each link direction. This attribute is valid only for
  3881.              a unit configured as a TDD Master"  
  3882.       ::= { phyControl 1 }
  3883.  
  3884.    userConfiguredMaxModulationMode OBJECT-TYPE
  3885.       SYNTAX INTEGER {
  3886.                        modBpsk63percent(0),
  3887.                        modQpsk63percent(1),
  3888.                        modQpsk87percent(2),
  3889.                        mod16qam63percent(3),
  3890.                        mod16qam87percent(4),
  3891.                        mod64qam75percent(5),
  3892.                        mod64qam92percent(6),
  3893.                        mod256qam81percent(7)
  3894.                      }
  3895.       MAX-ACCESS read-write
  3896.       STATUS current
  3897.       DESCRIPTION
  3898.              "The maximum receive modulation mode controls the MAX
  3899.              mode used for adaptive modulation. NOTE: This attribute
  3900.              is automatically disabled when the installation agent is
  3901.              armed. To disarm the installation agent use the
  3902.              installation wizard"  
  3903.       ::= { phyControl 2 }
  3904.  
  3905.    linkModeOptimization OBJECT-TYPE
  3906.       SYNTAX INTEGER {
  3907.                        iPTraffic(0),
  3908.                        tDMTraffic(1)
  3909.                      }
  3910.       MAX-ACCESS read-only
  3911.       STATUS current
  3912.       DESCRIPTION
  3913.              "Optimizes the wireless link behavior for the type of
  3914.              traffic to be carried. In 'IP Traffic' mode, the wireless
  3915.              link will minimize transmission errors by automatically
  3916.              adapting the modulation mode. In 'TDM Traffic' mode, the
  3917.              wireless link will minimize transmission latency and
  3918.              preserve throughput by maintaining a higher modulation
  3919.              mode in the presence of a limited number of errors. The
  3920.              'TDM Traffic' mode is recommended for E1/T1 applications
  3921.              and connectionless protocols."  
  3922.       ::= { phyControl 3 }
  3923.  
  3924.    txColorCode OBJECT-TYPE
  3925.       SYNTAX INTEGER {
  3926.                        a(0),
  3927.                        b(1),
  3928.                        c(2),
  3929.                        d(3),
  3930.                        e(4)
  3931.                      }
  3932.       MAX-ACCESS read-only
  3933.       STATUS current
  3934.       DESCRIPTION
  3935.              "Transmit Color Code. This attribute need only be
  3936.              considered when the unit is installed in a network of PTP
  3937.              units and where some of the units are operating on the
  3938.              same frequency. In this case, the value would normally be
  3939.              derived by a network planner. In all other cases, it is
  3940.              recommended that this attribute is left at the default
  3941.              value. NOTE: For the link to operate, the value of this
  3942.              parameter must in all cases match the value of the Rx
  3943.              Color Code parameter at the far end of the link."  
  3944.       ::= { phyControl 4 }
  3945.  
  3946.    rxColorCode OBJECT-TYPE
  3947.       SYNTAX INTEGER {
  3948.                        a(0),
  3949.                        b(1),
  3950.                        c(2),
  3951.                        d(3),
  3952.                        e(4)
  3953.                      }
  3954.       MAX-ACCESS read-only
  3955.       STATUS current
  3956.       DESCRIPTION
  3957.              "Receive Color Code. This attribute need only be
  3958.              considered when the unit is installed in a network of PTP
  3959.              units and where some of the units are operating on the
  3960.              same frequency. In this case, the value would normally be
  3961.              derived by a network planner. In all other cases, it is
  3962.              recommended that this attribute is left at the default
  3963.              value. NOTE: For the link to operate, the value of this
  3964.              parameter must in all cases match the value of the Tx
  3965.              Color Code parameter at the far end of the link."  
  3966.       ::= { phyControl 5 }
  3967.  
  3968.    remoteMaximumTransmitPower OBJECT-TYPE
  3969.       SYNTAX INTEGER (-15..30)
  3970.       MAX-ACCESS read-only
  3971.       STATUS current
  3972.       DESCRIPTION
  3973.              "Maximum transmit power the remote wireless unit is
  3974.              permitted to use when establishing and maintaining the
  3975.              wireless link"  
  3976.       ::= { phyControl 6 }
  3977.  
  3978.    -- PhyStatus group attribute definitions
  3979.    --
  3980.    linkLoss OBJECT-TYPE
  3981.       SYNTAX INTEGER (-500..500)
  3982.       MAX-ACCESS read-only
  3983.       STATUS current
  3984.       DESCRIPTION
  3985.              "The wireless link loss expressed in tenths of a dB"  
  3986.       ::= { phyStatus 1 }
  3987.  
  3988.    receivePower OBJECT-TYPE
  3989.       SYNTAX Integer32
  3990.       MAX-ACCESS read-only
  3991.       STATUS current
  3992.       DESCRIPTION
  3993.              "Receive power expressed in tenths of a dBm"  
  3994.       ::= { phyStatus 2 }
  3995.  
  3996.    vectorError OBJECT-TYPE
  3997.       SYNTAX Integer32
  3998.       MAX-ACCESS read-only
  3999.       STATUS current
  4000.       DESCRIPTION
  4001.              "The vector error measurement compares the received
  4002.              signal's IQ modulation characteristics to an ideal signal
  4003.              to determine the composite error vector magnitude. The
  4004.              value represented by this attribute is the average vector
  4005.              error over the previous second expressed in tenths of a
  4006.              dB"  
  4007.       ::= { phyStatus 3 }
  4008.  
  4009.    transmitPower OBJECT-TYPE
  4010.       SYNTAX Integer32
  4011.       MAX-ACCESS read-only
  4012.       STATUS current
  4013.       DESCRIPTION
  4014.              "Transmit power expressed in tenths of a dBm"  
  4015.       ::= { phyStatus 4 }
  4016.  
  4017.    receiveChannel OBJECT-TYPE
  4018.       SYNTAX INTEGER (0..63)
  4019.       MAX-ACCESS read-only
  4020.       STATUS current
  4021.       DESCRIPTION
  4022.              "Current active receive channel"  
  4023.       ::= { phyStatus 5 }
  4024.  
  4025.    transmitChannel OBJECT-TYPE
  4026.       SYNTAX INTEGER (0..63)
  4027.       MAX-ACCESS read-only
  4028.       STATUS current
  4029.       DESCRIPTION
  4030.              "Current active transmit channel"  
  4031.       ::= { phyStatus 6 }
  4032.  
  4033.    receiveFreqMHz OBJECT-TYPE
  4034.       SYNTAX INTEGER (0..6050)
  4035.       MAX-ACCESS read-only
  4036.       STATUS current
  4037.       DESCRIPTION
  4038.              "Current receive frequency expressed in integer MHz"  
  4039.       ::= { phyStatus 7 }
  4040.  
  4041.    transmitFreqMHz OBJECT-TYPE
  4042.       SYNTAX INTEGER (0..6050)
  4043.       MAX-ACCESS read-only
  4044.       STATUS current
  4045.       DESCRIPTION
  4046.              "Current transmit frequency expressed in integer MHz"  
  4047.       ::= { phyStatus 8 }
  4048.  
  4049.    signalStrengthRatio OBJECT-TYPE
  4050.       SYNTAX Integer32
  4051.       MAX-ACCESS read-only
  4052.       STATUS current
  4053.       DESCRIPTION
  4054.              "Signal strength ratio (Vertical / Horizontal) : the
  4055.              number of dB larger the Vertical antenna input is than
  4056.              the Horizontal antenna input expressed in tenths of a dB"  
  4057.       ::= { phyStatus 9 }
  4058.  
  4059.    receiveFreqKHz OBJECT-TYPE
  4060.       SYNTAX INTEGER (0..6050000)
  4061.       MAX-ACCESS read-only
  4062.       STATUS current
  4063.       DESCRIPTION
  4064.              "Current receive frequency expressed as KHz"  
  4065.       ::= { phyStatus 10 }
  4066.  
  4067.    transmitFreqKHz OBJECT-TYPE
  4068.       SYNTAX INTEGER (0..6050000)
  4069.       MAX-ACCESS read-only
  4070.       STATUS current
  4071.       DESCRIPTION
  4072.              "Current transmit frequency expressed as KHz"  
  4073.       ::= { phyStatus 11 }
  4074.  
  4075.    rawReceivePower OBJECT-TYPE
  4076.       SYNTAX Integer32
  4077.       MAX-ACCESS read-only
  4078.       STATUS current
  4079.       DESCRIPTION
  4080.              "Raw receive power expressed in tenths of a dBm"  
  4081.       ::= { phyStatus 12 }
  4082.  
  4083.    range OBJECT-TYPE
  4084.       SYNTAX Integer32
  4085.       MAX-ACCESS read-only
  4086.       STATUS current
  4087.       DESCRIPTION
  4088.              "Distance between the two peer wireless units expressed
  4089.              in tenths of a kilometer"  
  4090.       ::= { phyStatus 13 }
  4091.  
  4092.    receiveModulationMode OBJECT-TYPE
  4093.       SYNTAX INTEGER {
  4094.                        modAcquisition(0),
  4095.                        modBpsk63percent(1),
  4096.                        modQpsk63percentSingle(2),
  4097.                        modTransient1(3),
  4098.                        modQpsk87percentSingle(4),
  4099.                        modTransient2(5),
  4100.                        mod16qam63percentSingleA(6),
  4101.                        modTransient3(7),
  4102.                        mod16qam87percentSingle(8),
  4103.                        modTransient4(9),
  4104.                        mod64qam75percentSingle(10),
  4105.                        modTransient5(11),
  4106.                        mod64qam92percentSingle(12),
  4107.                        modTransient6(13),
  4108.                        mod256qam81percentSingle(14),
  4109.                        mod16qam63percentSingleB(15),
  4110.                        mod16qam63percentDual(16),
  4111.                        modTransient7(17),
  4112.                        mod16qam87percentDual(18),
  4113.                        modTransient8(19),
  4114.                        mod64qam75percentDual(20),
  4115.                        modTransient9(21),
  4116.                        mod64qam92percentDual(22),
  4117.                        modTransient10(23),
  4118.                        mod256qam81percentDual(24)
  4119.                      }
  4120.       MAX-ACCESS read-only
  4121.       STATUS current
  4122.       DESCRIPTION
  4123.              "Current active receive modulation mode"  
  4124.       ::= { phyStatus 14 }
  4125.  
  4126.    transmitModulationMode OBJECT-TYPE
  4127.       SYNTAX INTEGER {
  4128.                        modAcquisition(0),
  4129.                        modBpsk63percent(1),
  4130.                        modQpsk63percentSingle(2),
  4131.                        modTransient1(3),
  4132.                        modQpsk87percentSingle(4),
  4133.                        modTransient2(5),
  4134.                        mod16qam63percentSingleA(6),
  4135.                        modTransient3(7),
  4136.                        mod16qam87percentSingle(8),
  4137.                        modTransient4(9),
  4138.                        mod64qam75percentSingle(10),
  4139.                        modTransient5(11),
  4140.                        mod64qam92percentSingle(12),
  4141.                        modTransient6(13),
  4142.                        mod256qam81percentSingle(14),
  4143.                        mod16qam63percentSingleB(15),
  4144.                        mod16qam63percentDual(16),
  4145.                        modTransient7(17),
  4146.                        mod16qam87percentDual(18),
  4147.                        modTransient8(19),
  4148.                        mod64qam75percentDual(20),
  4149.                        modTransient9(21),
  4150.                        mod64qam92percentDual(22),
  4151.                        modTransient10(23),
  4152.                        mod256qam81percentDual(24)
  4153.                      }
  4154.       MAX-ACCESS read-only
  4155.       STATUS current
  4156.       DESCRIPTION
  4157.              "Current active transmit modulation mode"  
  4158.       ::= { phyStatus 15 }
  4159.  
  4160.    searchState OBJECT-TYPE
  4161.       SYNTAX INTEGER {
  4162.                        registering(0),
  4163.                        searching(1),
  4164.                        acquiring(2)
  4165.                      }
  4166.       MAX-ACCESS read-only
  4167.       STATUS current
  4168.       DESCRIPTION
  4169.              "Search status of the wireless modem. 'Registering' means
  4170.              that the modem has locked to an OFDM signal, and the
  4171.              wireless link is up. 'Searching' means that no wireless
  4172.              signal has been detected. 'Acquiring' means that a
  4173.              wireless signal has been detected, but the modem has not
  4174.              locked to an OFDM signal."  
  4175.       ::= { phyStatus 16 }
  4176.  
  4177.    -- Alarms group attribute definitions
  4178.    --
  4179.    unitOutOfCalibration OBJECT-TYPE
  4180.       SYNTAX INTEGER {
  4181.                        calibrated(0),
  4182.                        partialCalibration(1),
  4183.                        invalidCalibration(2),
  4184.                        bandwidthvariantunsupportedPAsShutdown(3),
  4185.                        outOfCalibrationPAsShutdown(4)
  4186.                      }
  4187.       MAX-ACCESS read-only
  4188.       STATUS current
  4189.       DESCRIPTION
  4190.              "The unit is out of calibration"  
  4191.       ::= { alarms 1 }
  4192.  
  4193.    incompatibleRegulatoryBands OBJECT-TYPE
  4194.       SYNTAX INTEGER {
  4195.                        regOK(0),
  4196.                        regIncompatibleLicenseKeys(1)
  4197.                      }
  4198.       MAX-ACCESS read-only
  4199.       STATUS current
  4200.       DESCRIPTION
  4201.              "The master and slave units have incompatible regulatory
  4202.              bands. NB: Both units must have compatible license keys"  
  4203.       ::= { alarms 4 }
  4204.  
  4205.    noWirelessChannelAvailable OBJECT-TYPE
  4206.       SYNTAX INTEGER {
  4207.                        ok(0),
  4208.                        noWirelessChannelAvailable(1)
  4209.                      }
  4210.       MAX-ACCESS read-only
  4211.       STATUS current
  4212.       DESCRIPTION
  4213.              "Spectrum Management was unable to locate a suitable
  4214.              wireless channel to operate on"  
  4215.       ::= { alarms 5 }
  4216.  
  4217.    wirelessLinkDisabledWarning OBJECT-TYPE
  4218.       SYNTAX INTEGER {
  4219.                        ok(0),
  4220.                        disabledBySNMPifAdminStatus(1)
  4221.                      }
  4222.       MAX-ACCESS read-only
  4223.       STATUS current
  4224.       DESCRIPTION
  4225.              "The SNMP ifAdminStatus of the wireless interface has
  4226.              disabled wireless traffic"  
  4227.       ::= { alarms 6 }
  4228.  
  4229.    mainPSUPortDisabledWarning OBJECT-TYPE
  4230.       SYNTAX INTEGER {
  4231.                        ok(0),
  4232.                        disabledBySNMPifAdminStatus(1)
  4233.                      }
  4234.       MAX-ACCESS read-only
  4235.       STATUS current
  4236.       DESCRIPTION
  4237.              "The SNMP ifAdminStatus of the interface has disabled
  4238.              Ethernet traffic"  
  4239.       ::= { alarms 7 }
  4240.  
  4241.    sFPError OBJECT-TYPE
  4242.       SYNTAX INTEGER {
  4243.                        ok(0),
  4244.                        installedSFPNotLicensed(1),
  4245.                        fiberLinkNotEstablishedButLOSNotDetected(2),
  4246.                        fiberLinkNotEstablishedAndLOSDetected(3),
  4247.                        installedSFPNotSupported(4),
  4248.                        sFPInitializationFailed(5)
  4249.                      }
  4250.       MAX-ACCESS read-only
  4251.       STATUS current
  4252.       DESCRIPTION
  4253.              "If the SFP link is not OK, there are five possible
  4254.              causes: Either a SFP has been installed but the license
  4255.              key does not include SFP fiber support, a fiber link
  4256.              could not be established even though no LOS was detected
  4257.              (i.e. an optical carrier was detected, which could be due
  4258.              to a broken TX fiber, or because the link is disabled at
  4259.              the fiber link partner), a fiber link could not be
  4260.              established and LOS is detected (i.e. no optical carrier
  4261.              is detected), the installed SFP is not supported or the
  4262.              installed SFP failed to initialize correctly. NB: a
  4263.              change of status may generate an SNMP trap and/or SMTP
  4264.              email alert"  
  4265.       ::= { alarms 8 }
  4266.  
  4267.    mainPSUPortConfigurationMismatch OBJECT-TYPE
  4268.       SYNTAX INTEGER {
  4269.                        noError(0),
  4270.                        mismatchDetected(1)
  4271.                      }
  4272.       MAX-ACCESS read-only
  4273.       STATUS current
  4274.       DESCRIPTION
  4275.              "The detection of Ethernet fragments (runt packets) when
  4276.              the link is in full duplex is an indication of an
  4277.              auto-negotiation or forced configuration mismatch"  
  4278.       ::= { alarms 9 }
  4279.  
  4280.    incompatibleMasterAndSlave OBJECT-TYPE
  4281.       SYNTAX INTEGER {
  4282.                        ok(0),
  4283.                        incompatibleProductVariants(1),
  4284.                        differentSoftwareVersionsRunning(2)
  4285.                      }
  4286.       MAX-ACCESS read-only
  4287.       STATUS current
  4288.       DESCRIPTION
  4289.              "A non-zero value indicates that the master and slave
  4290.              ends of a link are different hardware products, or have
  4291.              different software versions. NB: It is very unusual to
  4292.              detect this, because incompatible units will normally
  4293.              fail to establish a wireless link. However, some
  4294.              combinations may establish a partial wireless link and
  4295.              detect this situation. NB: A non-zero value may generate
  4296.              an SNMP trap and/or SMTP email alert"  
  4297.       ::= { alarms 10 }
  4298.  
  4299.    tDDSynchronizationStatus OBJECT-TYPE
  4300.       SYNTAX INTEGER {
  4301.                        locked(0),
  4302.                        holdover(1),
  4303.                        holdoverNoGPSSyncIn(2),
  4304.                        notSynchronized(3),
  4305.                        notSynchronizedNoGPSSyncIn(4),
  4306.                        pTPSYNCNotConnected(5),
  4307.                        initialising(6),
  4308.                        clusterTimingMaster(7),
  4309.                        acquiringLock(8),
  4310.                        inactive(9)
  4311.                      }
  4312.       MAX-ACCESS read-only
  4313.       STATUS current
  4314.       DESCRIPTION
  4315.              "An alarm value (displayed in red) indicates that one of
  4316.              the following conditions has not been met (i) An external
  4317.              timing system is connected or internal timing has been
  4318.              configured. (ii) The timing system is providing a useable
  4319.              reference. (iii) The ODU is locked to this reference."  
  4320.       ::= { alarms 11 }
  4321.  
  4322.    auxPortDisabledWarning OBJECT-TYPE
  4323.       SYNTAX INTEGER {
  4324.                        ok(0),
  4325.                        disabledBySNMPifAdminStatus(1)
  4326.                      }
  4327.       MAX-ACCESS read-only
  4328.       STATUS current
  4329.       DESCRIPTION
  4330.              "The SNMP ifAdminStatus of the interface has disabled
  4331.              Ethernet traffic"  
  4332.       ::= { alarms 12 }
  4333.  
  4334.    tDDSynchronizationAlarm OBJECT-TYPE
  4335.       SYNTAX INTEGER {
  4336.                        ok(0),
  4337.                        synchronizationLost(1),
  4338.                        referenceSignalLost(2)
  4339.                      }
  4340.       MAX-ACCESS read-only
  4341.       STATUS current
  4342.       DESCRIPTION
  4343.              "Not Synchronized indicates failure of the external
  4344.              timing system for a period greater than the holdover
  4345.              timer. TDD frame timing will have drifted, and this link
  4346.              may cause interference with other links in a synchronized
  4347.              network. Timing System Failure is an early warning,
  4348.              indicating that 80% of the holdover period has expired."  
  4349.       ::= { alarms 13 }
  4350.  
  4351.    linkModeOptimizationMismatch OBJECT-TYPE
  4352.       SYNTAX INTEGER {
  4353.                        ok(0),
  4354.                        linkModeOptimizationMismatch(1)
  4355.                      }
  4356.       MAX-ACCESS read-only
  4357.       STATUS current
  4358.       DESCRIPTION
  4359.              "The remote node of this link has been configured with a
  4360.              different link mode optimization"  
  4361.       ::= { alarms 14 }
  4362.  
  4363.    auxPortConfigurationMismatch OBJECT-TYPE
  4364.       SYNTAX INTEGER {
  4365.                        noError(0),
  4366.                        mismatchDetected(1)
  4367.                      }
  4368.       MAX-ACCESS read-only
  4369.       STATUS current
  4370.       DESCRIPTION
  4371.              "The detection of Ethernet fragments (runt packets) when
  4372.              the link is in full duplex is an indication of an
  4373.              auto-negotiation or forced configuration mismatch. This
  4374.              alarm is only raised if an Out-of-Band Management Mode
  4375.              has been configured."  
  4376.       ::= { alarms 15 }
  4377.  
  4378.    secureModeAlarm OBJECT-TYPE
  4379.       SYNTAX INTEGER {
  4380.                        secureModeIsActive(0),
  4381.                        secureModeIsNotConfigured(1),
  4382.                        secureModeIsConfiguredButNotActive(2),
  4383.                        secureModeIsNotSupported(3)
  4384.                      }
  4385.       MAX-ACCESS read-only
  4386.       STATUS current
  4387.       DESCRIPTION
  4388.              "The secure mode (e.g. FIPS, UC-APL) state of the unit.
  4389.              The secure mode is not configured(1) state indicates that
  4390.              the unit is capable of secure mode operation, and one or
  4391.              more of the following security materials has not been
  4392.              configured: Key Of Keys, Private Key, Public Certificate,
  4393.              DRNG Entropy Status, Wireless Encryption Key. The secure
  4394.              mode mode is configured but not active(2) state indicates
  4395.              that the unit is capable of secure mode operation, and
  4396.              the security material has been configured, but the
  4397.              configuration of interfaces is not consistent with secure
  4398.              mode operation. The secure mode is not supported(3) state
  4399.              indicates that the unit is not capable of secure mode
  4400.              operation. The secure mode capability requires
  4401.              appropriate hardware compatibility, license key and
  4402.              software image."  
  4403.       ::= { alarms 16 }
  4404.  
  4405.    dataBridgingStatusAlarm OBJECT-TYPE
  4406.       SYNTAX INTEGER {
  4407.                        bridgingEnabled(0),
  4408.                        bridgingDisabled(1)
  4409.                      }
  4410.       MAX-ACCESS read-only
  4411.       STATUS current
  4412.       DESCRIPTION
  4413.              "Ethernet Data traffic bridging is disabled because the
  4414.              wireless link is not operating at the configured Lowest
  4415.              Data Modulation Mode"  
  4416.       ::= { alarms 17 }
  4417.  
  4418.    sFPPortDisabledWarning OBJECT-TYPE
  4419.       SYNTAX INTEGER {
  4420.                        ok(0),
  4421.                        disabledBySNMPifAdminStatus(1)
  4422.                      }
  4423.       MAX-ACCESS read-only
  4424.       STATUS current
  4425.       DESCRIPTION
  4426.              "The SNMP ifAdminStatus of the interface has disabled
  4427.              Ethernet traffic"  
  4428.       ::= { alarms 18 }
  4429.  
  4430.    sFPPortConfigurationMismatch OBJECT-TYPE
  4431.       SYNTAX INTEGER {
  4432.                        noError(0),
  4433.                        mismatchDetected(1)
  4434.                      }
  4435.       MAX-ACCESS read-only
  4436.       STATUS current
  4437.       DESCRIPTION
  4438.              "The detection of Ethernet fragments (runt packets) when
  4439.              the link is in full duplex is an indication of an
  4440.              auto-negotiation or forced configuration mismatch. This
  4441.              alarm is only raised if an Out-of-Band Management Mode
  4442.              has been configured."  
  4443.       ::= { alarms 19 }
  4444.  
  4445.    maxLinkRangeExceeded OBJECT-TYPE
  4446.       SYNTAX INTEGER {
  4447.                        maxLinkRangeOK(0),
  4448.                        maxLinkRangeExceeded(1)
  4449.                      }
  4450.       MAX-ACCESS read-only
  4451.       STATUS current
  4452.       DESCRIPTION
  4453.              "The measured link range is greater than the maximum
  4454.              allowed by the license key. The link will operate at a
  4455.              reduced capacity while this condition applies. This alarm
  4456.              is only raised if the license specifies a maximum link
  4457.              range and the trial license is not active."  
  4458.       ::= { alarms 20 }
  4459.  
  4460.    nIDULanPortDisabledWarning OBJECT-TYPE
  4461.       SYNTAX INTEGER {
  4462.                        ok(0),
  4463.                        disabledBySNMPifAdminStatus(1)
  4464.                      }
  4465.       MAX-ACCESS read-only
  4466.       STATUS current
  4467.       DESCRIPTION
  4468.              "The SNMP ifAdminStatus of the interface has disabled
  4469.              Ethernet traffic"  
  4470.       ::= { alarms 21 }
  4471.  
  4472.    nIDULanPortConfigurationMismatch OBJECT-TYPE
  4473.       SYNTAX INTEGER {
  4474.                        noError(0),
  4475.                        mismatchDetected(1)
  4476.                      }
  4477.       MAX-ACCESS read-only
  4478.       STATUS current
  4479.       DESCRIPTION
  4480.              "The detection of Ethernet fragments (runt packets) when
  4481.              the link is in full duplex is an indication of an
  4482.              auto-negotiation or forced configuration mismatch."  
  4483.       ::= { alarms 22 }
  4484.  
  4485.    portAllocationMismatch OBJECT-TYPE
  4486.       SYNTAX INTEGER {
  4487.                        portAllocationOK(0),
  4488.                        mismatchinSecondDataService(1),
  4489.                        mismatchinOutofBandRemoteManagementService(2)
  4490.                      }
  4491.       MAX-ACCESS read-only
  4492.       STATUS current
  4493.       DESCRIPTION
  4494.              "The local and remote ODUs have different services
  4495.              configured."  
  4496.       ::= { alarms 23 }
  4497.  
  4498.    secondDataBridgingStatusAlarm OBJECT-TYPE
  4499.       SYNTAX INTEGER {
  4500.                        bridgingEnabled(0),
  4501.                        bridgingDisabled(1)
  4502.                      }
  4503.       MAX-ACCESS read-only
  4504.       STATUS current
  4505.       DESCRIPTION
  4506.              "Bridging of Ethernet traffic from Second Data Service
  4507.              has been disabled because the wireless link is not
  4508.              operating at the configured Lowest Second Data Modulation
  4509.              Mode"  
  4510.       ::= { alarms 24 }
  4511.  
  4512.    transparentClockSourcePortAlarm OBJECT-TYPE
  4513.       SYNTAX INTEGER {
  4514.                        ok(0),
  4515.                        invalidTransparentClockSourcePort(1)
  4516.                      }
  4517.       MAX-ACCESS read-only
  4518.       STATUS current
  4519.       DESCRIPTION
  4520.              "Transparent Clock will not function properly because
  4521.              SFP, the selected clock source port is not FIBER"  
  4522.       ::= { alarms 25 }
  4523.  
  4524.    -- Smtp group attribute definitions
  4525.    --
  4526.    sMTPEmailAlert OBJECT-TYPE
  4527.       SYNTAX INTEGER {
  4528.                        disabled(0),
  4529.                        enabled(1)
  4530.                      }
  4531.       MAX-ACCESS read-write
  4532.       STATUS current
  4533.       DESCRIPTION
  4534.              "Simple Mail Transfer Protocol is used to send equipment
  4535.              alerts via email to a specified email address"  
  4536.       ::= { smtp 1 }
  4537.  
  4538.    sMTPServerPortNumber OBJECT-TYPE
  4539.       SYNTAX INTEGER (0..65535)
  4540.       MAX-ACCESS read-write
  4541.       STATUS current
  4542.       DESCRIPTION
  4543.              "Port number of the SMTP server"  
  4544.       ::= { smtp 3 }
  4545.  
  4546.    sMTPSourceEmailAddress OBJECT-TYPE
  4547.       SYNTAX DisplayString (SIZE(0..63))
  4548.       MAX-ACCESS read-write
  4549.       STATUS current
  4550.       DESCRIPTION
  4551.              "The 'from' email address used when constructing the
  4552.              automatically generated e-mail message"  
  4553.       ::= { smtp 4 }
  4554.  
  4555.    sMTPDestinationEmailAddress OBJECT-TYPE
  4556.       SYNTAX DisplayString (SIZE(0..63))
  4557.       MAX-ACCESS read-write
  4558.       STATUS current
  4559.       DESCRIPTION
  4560.              "The 'to' email address used when constructing the
  4561.              automatically generated e-mail message"  
  4562.       ::= { smtp 5 }
  4563.  
  4564.    sMTPEnabledMessages OBJECT-TYPE
  4565.       SYNTAX BITS {
  4566.                     nIDULanPortUpDown(0),
  4567.                     sFPPortUpDown(1),
  4568.                     auxPortUpDown(2),
  4569.                     mainPSUPortUpDown(3),
  4570.                     enabledDiagnosticAlarms(4),
  4571.                     dFSImpulseInterference(5),
  4572.                     channelChange(6),
  4573.                     wirelessLinkUpDown(7)
  4574.                   }
  4575.       MAX-ACCESS read-write
  4576.       STATUS current
  4577.       DESCRIPTION
  4578.              "This controls which SMTP messages the unit will send"  
  4579.       ::= { smtp 6 }
  4580.  
  4581.    sMTPServerInternetAddressType OBJECT-TYPE
  4582.       SYNTAX INTEGER {
  4583.                        unknown(0),
  4584.                        ipv4(1),
  4585.                        ipv6(2),
  4586.                        ipv4z(3),
  4587.                        ipv6z(4),
  4588.                        unknown6(5),
  4589.                        unknown7(6),
  4590.                        unknown8(7),
  4591.                        unknown9(8),
  4592.                        unknown10(9),
  4593.                        unknown11(10),
  4594.                        unknown12(11),
  4595.                        unknown13(12),
  4596.                        unknown14(13),
  4597.                        unknown15(14),
  4598.                        unknown16(15),
  4599.                        dns(16)
  4600.                      }
  4601.       MAX-ACCESS read-only
  4602.       STATUS current
  4603.       DESCRIPTION
  4604.              "The type of Internet address specified by the associated
  4605.              sMTPServerInternetAddress."  
  4606.       ::= { smtp 7 }
  4607.  
  4608.    sMTPServerInternetAddress OBJECT-TYPE
  4609.       SYNTAX InetAddress
  4610.       MAX-ACCESS read-write
  4611.       STATUS current
  4612.       DESCRIPTION
  4613.              "Internet address of the SMTP server"  
  4614.       ::= { smtp 8 }
  4615.  
  4616.    -- SnmpControl group attribute definitions
  4617.    --
  4618.    sNMPPortNumber OBJECT-TYPE
  4619.       SYNTAX INTEGER (0..65535)
  4620.       MAX-ACCESS read-write
  4621.       STATUS current
  4622.       DESCRIPTION
  4623.              "The IP port number used to access the SNMP MIB (i.e.
  4624.              Gets and Sets) (default = 161). NB: A system reboot is
  4625.              required to activate changes to this attribute"  
  4626.       ::= { snmpControl 1 }
  4627.  
  4628.    sNMPCommunityString OBJECT-TYPE
  4629.       SYNTAX DisplayString (SIZE(0..63))
  4630.       MAX-ACCESS read-write
  4631.       STATUS current
  4632.       DESCRIPTION
  4633.              "The SNMP community string. NB: A system reboot is
  4634.              required to activate changes to this attribute"  
  4635.       ::= { snmpControl 2 }
  4636.  
  4637.    sNMPTrapTableNumber OBJECT-TYPE
  4638.       SYNTAX INTEGER (2)
  4639.       MAX-ACCESS read-only
  4640.       STATUS current
  4641.       DESCRIPTION
  4642.              "Number of entries in the sNMPTrapTable."  
  4643.       ::= { snmpControl 3 }
  4644.  
  4645.    sNMPTrapVersion OBJECT-TYPE
  4646.       SYNTAX INTEGER {
  4647.                        v1(0),
  4648.                        v2c(1)
  4649.                      }
  4650.       MAX-ACCESS read-write
  4651.       STATUS current
  4652.       DESCRIPTION
  4653.              "The SNMP protocol version to use for SNMP Traps. NB: A
  4654.              system reboot is required to activate changes to this
  4655.              attribute"  
  4656.       ::= { snmpControl 5 }
  4657.  
  4658.    sNMPEnabledTraps OBJECT-TYPE
  4659.       SYNTAX BITS {
  4660.                     auxPortUpDown(0),
  4661.                     mainPSUPortUpDown(1),
  4662.                     authenticationFailure(2),
  4663.                     enabledDiagnosticAlarms(3),
  4664.                     dFSImpulseInterference(4),
  4665.                     channelChange(5),
  4666.                     wirelessLinkUpDown(6),
  4667.                     coldStart(7),
  4668.                     nIDULanPortUpDown(14),
  4669.                     sFPPortUpDown(15)
  4670.                   }
  4671.       MAX-ACCESS read-write
  4672.       STATUS current
  4673.       DESCRIPTION
  4674.              "This controls which SNMP Traps the unit will send"  
  4675.       ::= { snmpControl 6 }
  4676.  
  4677.    enabledDiagnosticAlarms OBJECT-TYPE
  4678.       SYNTAX BITS {
  4679.                     portState(0),
  4680.                     incompatibleMasterAndSlave(1),
  4681.                     incompatibleRegulatoryBands(2),
  4682.                     maximumLinkRangeExceeded(3),
  4683.                     unitOutOfCalibration(4),
  4684.                     installArmState(5),
  4685.                     installStatus(6),
  4686.                     regulatoryBand(7),
  4687.                     syslogLocalWrapped(8),
  4688.                     syslogLocalNearlyFull(9),
  4689.                     syslogDisabledWarning(10),
  4690.                     linkModeOptimizationMismatch(11),
  4691.                     tDDSynchronizationAlarm(12),
  4692.                     wirelessLinkDisabledWarning(13),
  4693.                     sNTPSynchronizationFailed(14),
  4694.                     noWirelessChannelAvailable(15),
  4695.                     tDMAlarms(18),
  4696.                     capacityVariantMismatch(19),
  4697.                     remainingFullCapacityTrialTime(20),
  4698.                     dataBridgingStatus(21),
  4699.                     unknown18(22),
  4700.                     syslogClientDisabledWarning(23)
  4701.                   }
  4702.       MAX-ACCESS read-write
  4703.       STATUS current
  4704.       DESCRIPTION
  4705.              "Controls which individual diagnostic alarms are enabled.
  4706.              The unit may be configured to generate SNMP traps and/or
  4707.              SMTP email alerts for these enabled alarms by selecting
  4708.              'Enabled Diagnostic Alarms' on the 'SNMP Enabled Traps'
  4709.              and/or 'SMTP Enabled Messages' attributes"  
  4710.       ::= { snmpControl 7 }
  4711.  
  4712.    sNMPSendAllTrapsAtStartup OBJECT-TYPE
  4713.       SYNTAX INTEGER {
  4714.                        disabled(0),
  4715.                        enabled(1)
  4716.                      }
  4717.       MAX-ACCESS read-write
  4718.       STATUS current
  4719.       DESCRIPTION
  4720.              "Controls whether cleared traps are reported at start-up
  4721.              as well as raised traps. Only enabled traps will be
  4722.              reported. NB: Traps corresponding to transient events
  4723.              (i.e. not associated with an alarm or status value) are
  4724.              only sent when required and not at start-up."  
  4725.       ::= { snmpControl 8 }
  4726.  
  4727.    -- SNMPTrapTable group attribute definitions
  4728.    --
  4729.    sNMPTrapTableIndex OBJECT-TYPE
  4730.       SYNTAX INTEGER (1..2)
  4731.       MAX-ACCESS not-accessible
  4732.       STATUS current
  4733.       DESCRIPTION
  4734.              "SNMP trap value, used to index the SNMPTrapTable."  
  4735.       ::= { sNMPTrapTableEntry 1 }
  4736.  
  4737.    sNMPTrapPortNumber OBJECT-TYPE
  4738.       SYNTAX INTEGER (0..65535)
  4739.       MAX-ACCESS read-write
  4740.       STATUS current
  4741.       DESCRIPTION
  4742.              "Destination port for SNMP Traps (default=162). NB: A
  4743.              system reboot is required to activate changes to this
  4744.              attribute."  
  4745.       ::= { sNMPTrapTableEntry 3 }
  4746.  
  4747.    sNMPTrapInternetAddressType OBJECT-TYPE
  4748.       SYNTAX INTEGER {
  4749.                        unknown(0),
  4750.                        ipv4(1),
  4751.                        ipv6(2),
  4752.                        ipv4z(3),
  4753.                        ipv6z(4),
  4754.                        unknown6(5),
  4755.                        unknown7(6),
  4756.                        unknown8(7),
  4757.                        unknown9(8),
  4758.                        unknown10(9),
  4759.                        unknown11(10),
  4760.                        unknown12(11),
  4761.                        unknown13(12),
  4762.                        unknown14(13),
  4763.                        unknown15(14),
  4764.                        unknown16(15),
  4765.                        dns(16)
  4766.                      }
  4767.       MAX-ACCESS read-only
  4768.       STATUS current
  4769.       DESCRIPTION
  4770.              "The type of Internet address specified by the associated
  4771.              sNMPTrapInternetAddress."  
  4772.       ::= { sNMPTrapTableEntry 4 }
  4773.  
  4774.    sNMPTrapInternetAddress OBJECT-TYPE
  4775.       SYNTAX InetAddress
  4776.       MAX-ACCESS read-write
  4777.       STATUS current
  4778.       DESCRIPTION
  4779.              "The Internet address to which all SNMP Traps are sent."  
  4780.       ::= { sNMPTrapTableEntry 5 }
  4781.  
  4782.    sNMPTrapReceiverEnabled OBJECT-TYPE
  4783.       SYNTAX INTEGER {
  4784.                        disabled(0),
  4785.                        enabled(1)
  4786.                      }
  4787.       MAX-ACCESS read-write
  4788.       STATUS current
  4789.       DESCRIPTION
  4790.              "A value of 0 disables the sending of SNMP trap to
  4791.              corresponding receiver. A value of 1 enables the sending
  4792.              of SNMP trap to corresponding receiver."  
  4793.       ::= { sNMPTrapTableEntry 6 }
  4794.  
  4795.    -- Sntp group attribute definitions
  4796.    --
  4797.    sNTPState OBJECT-TYPE
  4798.       SYNTAX INTEGER {
  4799.                        disabled(0),
  4800.                        enabled(1)
  4801.                      }
  4802.       MAX-ACCESS read-write
  4803.       STATUS current
  4804.       DESCRIPTION
  4805.              "SNTP control state"  
  4806.       ::= { sntp 1 }
  4807.  
  4808.    sNTPPollInterval OBJECT-TYPE
  4809.       SYNTAX INTEGER (60..43200)
  4810.       MAX-ACCESS read-write
  4811.       STATUS current
  4812.       DESCRIPTION
  4813.              "The SNTP server polling interval"  
  4814.       ::= { sntp 4 }
  4815.  
  4816.    sNTPSync OBJECT-TYPE
  4817.       SYNTAX INTEGER {
  4818.                        noSync(0),
  4819.                        inSync(1)
  4820.                      }
  4821.       MAX-ACCESS read-only
  4822.       STATUS current
  4823.       DESCRIPTION
  4824.              "If SNTP Sync fails then check the server settings in the
  4825.              Remote Management page, or disable SNTP"  
  4826.       ::= { sntp 5 }
  4827.  
  4828.    sNTPLastSync OBJECT-TYPE
  4829.       SYNTAX Integer32
  4830.       MAX-ACCESS read-only
  4831.       STATUS current
  4832.       DESCRIPTION
  4833.              "Last SNTP sync time"  
  4834.       ::= { sntp 6 }
  4835.  
  4836.    systemClock OBJECT-TYPE
  4837.       SYNTAX Integer32
  4838.       MAX-ACCESS read-only
  4839.       STATUS current
  4840.       DESCRIPTION
  4841.              "System clock presented as local time"  
  4842.       ::= { sntp 7 }
  4843.  
  4844.    timeZone OBJECT-TYPE
  4845.       SYNTAX INTEGER {
  4846.                        gmtMinus1200(0),
  4847.                        gmtMinus1130(1),
  4848.                        gmtMinus1100(2),
  4849.                        gmtMinus1030(3),
  4850.                        gmtMinus1000(4),
  4851.                        gmtMinus0930(5),
  4852.                        gmtMinus0900(6),
  4853.                        gmtMinus0830(7),
  4854.                        gmtMinus0800(8),
  4855.                        gmtMinus0730(9),
  4856.                        gmtMinus0700(10),
  4857.                        gmtMinus0630(11),
  4858.                        gmtMinus0600(12),
  4859.                        gmtMinus0530(13),
  4860.                        gmtMinus0500(14),
  4861.                        gmtMinus0430(15),
  4862.                        gmtMinus0400(16),
  4863.                        gmtMinus0330(17),
  4864.                        gmtMinus0300(18),
  4865.                        gmtMinus0230(19),
  4866.                        gmtMinus0200(20),
  4867.                        gmtMinus0130(21),
  4868.                        gmtMinus0100(22),
  4869.                        gmtMinus0030(23),
  4870.                        gmtZero(24),
  4871.                        gmtPlus0030(25),
  4872.                        gmtPlus0100(26),
  4873.                        gmtPlus0130(27),
  4874.                        gmtPlus0200(28),
  4875.                        gmtPlus0230(29),
  4876.                        gmtPlus0300(30),
  4877.                        gmtPlus0330(31),
  4878.                        gmtPlus0400(32),
  4879.                        gmtPlus0430(33),
  4880.                        gmtPlus0500(34),
  4881.                        gmtPlus0530(35),
  4882.                        gmtPlus0600(36),
  4883.                        gmtPlus0630(37),
  4884.                        gmtPlus0700(38),
  4885.                        gmtPlus0730(39),
  4886.                        gmtPlus0800(40),
  4887.                        gmtPlus0830(41),
  4888.                        gmtPlus0900(42),
  4889.                        gmtPlus0930(43),
  4890.                        gmtPlus1000(44),
  4891.                        gmtPlus1030(45),
  4892.                        gmtPlus1100(46),
  4893.                        gmtPlus1130(47),
  4894.                        gmtPlus1200(48),
  4895.                        gmtPlus1230(49),
  4896.                        gmtPlus1300(50)
  4897.                      }
  4898.       MAX-ACCESS read-write
  4899.       STATUS current
  4900.       DESCRIPTION
  4901.              "Time zone offsets from Greenwich Mean Time (GMT)"  
  4902.       ::= { sntp 8 }
  4903.  
  4904.    daylightSaving OBJECT-TYPE
  4905.       SYNTAX INTEGER {
  4906.                        disabled(0),
  4907.                        enabled(1)
  4908.                      }
  4909.       MAX-ACCESS read-write
  4910.       STATUS current
  4911.       DESCRIPTION
  4912.              "Daylight Saving Time"  
  4913.       ::= { sntp 9 }
  4914.  
  4915.    sNTPPrimaryServer OBJECT-TYPE
  4916.       SYNTAX INTEGER {
  4917.                        server1(0),
  4918.                        server2(1)
  4919.                      }
  4920.       MAX-ACCESS read-write
  4921.       STATUS current
  4922.       DESCRIPTION
  4923.              "Specifies the primary SNTP server, determining the order
  4924.              in which the servers are tried."  
  4925.       ::= { sntp 10 }
  4926.  
  4927.    sNTPPrimaryServerDeadTime OBJECT-TYPE
  4928.       SYNTAX INTEGER (0..86400)
  4929.       MAX-ACCESS read-write
  4930.       STATUS current
  4931.       DESCRIPTION
  4932.              "Time (in seconds) to wait before retrying communications
  4933.              with an unresponsive primary SNTP server. Setting the
  4934.              value to 0 disables the timer."  
  4935.       ::= { sntp 11 }
  4936.  
  4937.    sNTPServerRetries OBJECT-TYPE
  4938.       SYNTAX INTEGER (0..10)
  4939.       MAX-ACCESS read-write
  4940.       STATUS current
  4941.       DESCRIPTION
  4942.              "Number of times the PTP will retry after an SNTP server
  4943.              fails to respond."  
  4944.       ::= { sntp 12 }
  4945.  
  4946.    sNTPServerTimeout OBJECT-TYPE
  4947.       SYNTAX INTEGER (1..15)
  4948.       MAX-ACCESS read-write
  4949.       STATUS current
  4950.       DESCRIPTION
  4951.              "Time (in seconds) the PTP will wait for a response from
  4952.              an SNTP server."  
  4953.       ::= { sntp 13 }
  4954.  
  4955.    sNTPServerTableNumber OBJECT-TYPE
  4956.       SYNTAX INTEGER (2)
  4957.       MAX-ACCESS read-only
  4958.       STATUS current
  4959.       DESCRIPTION
  4960.              "Number of entries in the SNTPServerTable."  
  4961.       ::= { sntp 14 }
  4962.  
  4963.    -- SNTPServerTable group attribute definitions
  4964.    --
  4965.    sNTPServerTableIndex OBJECT-TYPE
  4966.       SYNTAX INTEGER (1..2)
  4967.       MAX-ACCESS not-accessible
  4968.       STATUS current
  4969.       DESCRIPTION
  4970.              "Index range for the SNTPServerTable."  
  4971.       ::= { sNTPServerTableEntry 1 }
  4972.  
  4973.    sNTPServerPortNumber OBJECT-TYPE
  4974.       SYNTAX INTEGER (0..65535)
  4975.       MAX-ACCESS read-write
  4976.       STATUS current
  4977.       DESCRIPTION
  4978.              "The IP port number of the SNTP server. Defaults to port
  4979.              123."  
  4980.       ::= { sNTPServerTableEntry 3 }
  4981.  
  4982.    sNTPServerStatus OBJECT-TYPE
  4983.       SYNTAX DisplayString (SIZE(0..127))
  4984.       MAX-ACCESS read-only
  4985.       STATUS current
  4986.       DESCRIPTION
  4987.              "Status message reflecting the result of communications
  4988.              with the SNTP server when last polled"  
  4989.       ::= { sNTPServerTableEntry 4 }
  4990.  
  4991.    sNTPServerInternetAddressType OBJECT-TYPE
  4992.       SYNTAX INTEGER {
  4993.                        unknown(0),
  4994.                        ipv4(1),
  4995.                        ipv6(2),
  4996.                        ipv4z(3),
  4997.                        ipv6z(4),
  4998.                        unknown6(5),
  4999.                        unknown7(6),
  5000.                        unknown8(7),
  5001.                        unknown9(8),
  5002.                        unknown10(9),
  5003.                        unknown11(10),
  5004.                        unknown12(11),
  5005.                        unknown13(12),
  5006.                        unknown14(13),
  5007.                        unknown15(14),
  5008.                        unknown16(15),
  5009.                        dns(16)
  5010.                      }
  5011.       MAX-ACCESS read-only
  5012.       STATUS current
  5013.       DESCRIPTION
  5014.              "The type of Internet address specified by the associated
  5015.              sNTPServerInternetAddress."  
  5016.       ::= { sNTPServerTableEntry 5 }
  5017.  
  5018.    sNTPServerInternetAddress OBJECT-TYPE
  5019.       SYNTAX InetAddress
  5020.       MAX-ACCESS read-write
  5021.       STATUS current
  5022.       DESCRIPTION
  5023.              "The Internet address of a valid SNTP server"  
  5024.       ::= { sNTPServerTableEntry 6 }
  5025.  
  5026.    -- Reset group attribute definitions
  5027.    --
  5028.    systemReset OBJECT-TYPE
  5029.       SYNTAX INTEGER {
  5030.                        running(0),
  5031.                        consoleReboot(1)
  5032.                      }
  5033.       MAX-ACCESS read-write
  5034.       STATUS current
  5035.       DESCRIPTION
  5036.              "Setting this attribute to '1' will cause a system
  5037.              reboot. NB: a system reboot will apply any pending new
  5038.              settings held in memory"  
  5039.       ::= { reset 1 }
  5040.  
  5041.    -- Versions group attribute definitions
  5042.    --
  5043.    softwareVersion OBJECT-TYPE
  5044.       SYNTAX DisplayString (SIZE(0..63))
  5045.       MAX-ACCESS read-only
  5046.       STATUS current
  5047.       DESCRIPTION
  5048.              "Current software version"  
  5049.       ::= { versions 1 }
  5050.  
  5051.    hardwareVersion OBJECT-TYPE
  5052.       SYNTAX DisplayString (SIZE(0..63))
  5053.       MAX-ACCESS read-only
  5054.       STATUS current
  5055.       DESCRIPTION
  5056.              "Hardware platform version"  
  5057.       ::= { versions 2 }
  5058.  
  5059.    secondarySoftwareVersion OBJECT-TYPE
  5060.       SYNTAX DisplayString (SIZE(0..63))
  5061.       MAX-ACCESS read-only
  5062.       STATUS current
  5063.       DESCRIPTION
  5064.              "Secondary software version, used when the primary
  5065.              software image is invalid or erased"  
  5066.       ::= { versions 3 }
  5067.  
  5068.    bootVersion OBJECT-TYPE
  5069.       SYNTAX DisplayString (SIZE(0..63))
  5070.       MAX-ACCESS read-only
  5071.       STATUS current
  5072.       DESCRIPTION
  5073.              "Boot code software version"  
  5074.       ::= { versions 4 }
  5075.  
  5076.    -- PubStats group attribute definitions
  5077.    --
  5078.    receiveDataRate OBJECT-TYPE
  5079.       SYNTAX Integer32
  5080.       MAX-ACCESS read-only
  5081.       STATUS current
  5082.       DESCRIPTION
  5083.              "Average data rate over the last one second interval
  5084.              (kbps)"  
  5085.       ::= { pubStats 1 }
  5086.  
  5087.    transmitDataRate OBJECT-TYPE
  5088.       SYNTAX Integer32
  5089.       MAX-ACCESS read-only
  5090.       STATUS current
  5091.       DESCRIPTION
  5092.              "Average data rate over the last one second interval
  5093.              (kbps)"  
  5094.       ::= { pubStats 2 }
  5095.  
  5096.    aggregateDataRate OBJECT-TYPE
  5097.       SYNTAX Integer32
  5098.       MAX-ACCESS read-only
  5099.       STATUS current
  5100.       DESCRIPTION
  5101.              "Average data rate over the last one second interval
  5102.              (kbps)"  
  5103.       ::= { pubStats 3 }
  5104.  
  5105.    wirelessLinkAvailability OBJECT-TYPE
  5106.       SYNTAX INTEGER (0..1000000)
  5107.       MAX-ACCESS read-only
  5108.       STATUS current
  5109.       DESCRIPTION
  5110.              "Link availability calculated since the last reset of the
  5111.              system counters, as a percentage multiplied by 10000 to
  5112.              give four decimal places of precision"  
  5113.       ::= { pubStats 4 }
  5114.  
  5115.    wirelessLinkStatus OBJECT-TYPE
  5116.       SYNTAX INTEGER {
  5117.                        up(0),
  5118.                        registering(1),
  5119.                        searching(2),
  5120.                        acquiring(3),
  5121.                        radarCAC(4),
  5122.                        initialising(5)
  5123.                      }
  5124.       MAX-ACCESS read-only
  5125.       STATUS current
  5126.       DESCRIPTION
  5127.              "Current status of the wireless link"  
  5128.       ::= { pubStats 5 }
  5129.  
  5130.    byteErrorRatio OBJECT-TYPE
  5131.       SYNTAX Integer32
  5132.       MAX-ACCESS read-only
  5133.       STATUS current
  5134.       DESCRIPTION
  5135.              "Reciprocal of the byte error ratio calculated since the
  5136.              last reset of the system counters"  
  5137.       ::= { pubStats 6 }
  5138.  
  5139.    receiveModulationModeDetail OBJECT-TYPE
  5140.       SYNTAX INTEGER {
  5141.                        runningAtMaximumReceiveMode(0),
  5142.                        runningAtUserConfiguredMaxModulationMode(1),
  5143.                        restrictedBecauseInstallationIsArmed(2),
  5144.                        restrictedBecauseOfByteErrorsOnTheWirelessLink(3),
  5145.                        restrictedBecauseTheLinkParametersAreUpdating(4),
  5146.                        restrictedBecauseChannelChangeIsInProgress(5),
  5147.                        restrictedDueToTheLowEthernetLinkSpeed(6),
  5148.                        runningAtMaximumReceiveModeForChannelBandwidth(7),
  5149.                        limitedByTheWirelessConditions(8),
  5150.                        restrictedBecauseFullCapabilityTrialLicenseExpired(9)
  5151.                      }
  5152.       MAX-ACCESS read-only
  5153.       STATUS current
  5154.       DESCRIPTION
  5155.              "The reason for the current receive modulation mode"  
  5156.       ::= { pubStats 7 }
  5157.  
  5158.    dataBridgingAvailability OBJECT-TYPE
  5159.       SYNTAX INTEGER (0..1000000)
  5160.       MAX-ACCESS read-only
  5161.       STATUS current
  5162.       DESCRIPTION
  5163.              "Link availability bridging Ethernet Data traffic
  5164.              calculated since the last reset of the system counters,
  5165.              as a percentage multiplied by 10000 to give four decimal
  5166.              places of precision"  
  5167.       ::= { pubStats 8 }
  5168.  
  5169.    -- Encryption group attribute definitions
  5170.    --
  5171.    encryptionAlgorithm OBJECT-TYPE
  5172.       SYNTAX INTEGER {
  5173.                        none(0),
  5174.                        aESRijndael(1),
  5175.                        aES192bitRijndael(2),
  5176.                        aES256bitRijndael(3)
  5177.                      }
  5178.       MAX-ACCESS read-only
  5179.       STATUS current
  5180.       DESCRIPTION
  5181.              "The Encryption Algorithm used by the wireless link. NB:
  5182.              A system reboot is required to activate changes to this
  5183.              attribute. NB: The same Encryption Algorithm must be
  5184.              configured at BOTH ends of the link for it to function
  5185.              correctly"  
  5186.       ::= { encryption 1 }
  5187.  
  5188.    -- TDDControl group attribute definitions
  5189.    --
  5190.    tDDSynchronizationMode OBJECT-TYPE
  5191.       SYNTAX INTEGER {
  5192.                        disabled(0),
  5193.                        enabled(1)
  5194.                      }
  5195.       MAX-ACCESS read-only
  5196.       STATUS current
  5197.       DESCRIPTION
  5198.              "TDD Synchronization Mode selection"  
  5199.       ::= { tDDControl 1 }
  5200.  
  5201.    -- AAAControl group attribute definitions
  5202.    --
  5203.    userTableNumber OBJECT-TYPE
  5204.       SYNTAX INTEGER (1..10)
  5205.       MAX-ACCESS read-only
  5206.       STATUS current
  5207.       DESCRIPTION
  5208.              "Number of entries in the userTable"  
  5209.       ::= { aAAControl 1 }
  5210.  
  5211.    -- UserTable group attribute definitions
  5212.    --
  5213.    userTableIndex OBJECT-TYPE
  5214.       SYNTAX INTEGER (1..10)
  5215.       MAX-ACCESS not-accessible
  5216.       STATUS current
  5217.       DESCRIPTION
  5218.              "used to index values in the userTable."  
  5219.       ::= { userTableEntry 1 }
  5220.  
  5221.    userName OBJECT-TYPE
  5222.       SYNTAX DisplayString (SIZE(0..67))
  5223.       MAX-ACCESS read-only
  5224.       STATUS current
  5225.       DESCRIPTION
  5226.              "User name which must be entered, along with the
  5227.              appropriate password, in order to gain access to the
  5228.              system."  
  5229.       ::= { userTableEntry 2 }
  5230.  
  5231.    userRole OBJECT-TYPE
  5232.       SYNTAX INTEGER {
  5233.                        readOnly(0),
  5234.                        systemAdministrator(1),
  5235.                        securityOfficer(2)
  5236.                      }
  5237.       MAX-ACCESS read-only
  5238.       STATUS current
  5239.       DESCRIPTION
  5240.              "Role of the selected user. A Security Officer has access
  5241.              to and can modify all settings. A System Administrator
  5242.              has access to and can modify all non-security settings. A
  5243.              Read Only user can view settings, but cannot make any
  5244.              changes."  
  5245.       ::= { userTableEntry 3 }
  5246.  
  5247.    userEnabled OBJECT-TYPE
  5248.       SYNTAX INTEGER {
  5249.                        disabled(0),
  5250.                        enabled(1)
  5251.                      }
  5252.       MAX-ACCESS read-only
  5253.       STATUS current
  5254.       DESCRIPTION
  5255.              "Enable / Disable the selected user"  
  5256.       ::= { userTableEntry 4 }
  5257.  
  5258.    userPassword OBJECT-TYPE
  5259.       SYNTAX DisplayString (SIZE(0..67))
  5260.       MAX-ACCESS read-write
  5261.       STATUS current
  5262.       DESCRIPTION
  5263.              "User password, which must be entered in order to gain
  5264.              access to the system."  
  5265.       ::= { userTableEntry 5 }
  5266.  
  5267.    -- SyslogControl group attribute definitions
  5268.    --
  5269.    syslogClient OBJECT-TYPE
  5270.       SYNTAX INTEGER {
  5271.                        disabled(0),
  5272.                        enabled(1)
  5273.                      }
  5274.       MAX-ACCESS read-only
  5275.       STATUS current
  5276.       DESCRIPTION
  5277.              "Enable or disable the syslog client"  
  5278.       ::= { syslogControl 1 }
  5279.  
  5280.    syslogState OBJECT-TYPE
  5281.       SYNTAX INTEGER {
  5282.                        disabled(0),
  5283.                        enabled(1)
  5284.                      }
  5285.       MAX-ACCESS read-only
  5286.       STATUS current
  5287.       DESCRIPTION
  5288.              "The syslog service has been enabled or disabled"  
  5289.       ::= { syslogControl 2 }
  5290.  
  5291.    -- RouterProtocols group attribute definitions
  5292.    --
  5293.    microwaveAdaptiveBandwidth OBJECT-TYPE
  5294.       SYNTAX INTEGER {
  5295.                        disabled(0),
  5296.                        enabled(1)
  5297.                      }
  5298.       MAX-ACCESS read-only
  5299.       STATUS current
  5300.       DESCRIPTION
  5301.              "Enable support of Microwave Adaptive Bandwidth Protocol.
  5302.              MAB is disabled if link symmetry is configured as
  5303.              Adaptive"  
  5304.       ::= { routerProtocols 1 }
  5305.  
  5306.    mABNominalModulationMode OBJECT-TYPE
  5307.       SYNTAX INTEGER {
  5308.                        modAcquisition(0),
  5309.                        modBpsk63percent(1),
  5310.                        modQpsk63percentSingle(2),
  5311.                        modTransient1(3),
  5312.                        modQpsk87percentSingle(4),
  5313.                        modTransient2(5),
  5314.                        mod16qam63percentSingleA(6),
  5315.                        modTransient3(7),
  5316.                        mod16qam87percentSingle(8),
  5317.                        modTransient4(9),
  5318.                        mod64qam75percentSingle(10),
  5319.                        modTransient5(11),
  5320.                        mod64qam92percentSingle(12),
  5321.                        modTransient6(13),
  5322.                        mod256qam81percentSingle(14),
  5323.                        mod16qam63percentSingleB(15),
  5324.                        mod16qam63percentDual(16),
  5325.                        modTransient7(17),
  5326.                        mod16qam87percentDual(18),
  5327.                        modTransient8(19),
  5328.                        mod64qam75percentDual(20),
  5329.                        modTransient9(21),
  5330.                        mod64qam92percentDual(22),
  5331.                        modTransient10(23),
  5332.                        mod256qam81percentDual(24)
  5333.                      }
  5334.       MAX-ACCESS read-only
  5335.       STATUS current
  5336.       DESCRIPTION
  5337.              "The Nominal modulation mode is the desired modulation
  5338.              mode. MAB VSM packets are generated when the current
  5339.              modulation mode falls below the nominal modulation."  
  5340.       ::= { routerProtocols 2 }
  5341.  
  5342.    mABTransmissionInterval OBJECT-TYPE
  5343.       SYNTAX INTEGER {
  5344.                        transmissionInterval1s(0),
  5345.                        transmissionInterval10s(1),
  5346.                        transmissionInterval60s(2)
  5347.                      }
  5348.       MAX-ACCESS read-only
  5349.       STATUS current
  5350.       DESCRIPTION
  5351.              "The minimum interval (in seconds) between successive MAB
  5352.              vendor specific messages (VSM). These VSM are sent when
  5353.              the current transmit capacity falls below the configured
  5354.              MAB Nominal Modulation Mode."  
  5355.       ::= { routerProtocols 3 }
  5356.  
  5357.    mABHoldoffPeriod OBJECT-TYPE
  5358.       SYNTAX INTEGER (10..60)
  5359.       MAX-ACCESS read-only
  5360.       STATUS current
  5361.       DESCRIPTION
  5362.              "The period (in seconds) over which transmit capacity is
  5363.              averaged over to determine when the wireless link has
  5364.              degraded"  
  5365.       ::= { routerProtocols 4 }
  5366.  
  5367.    mABMaintenanceLevel OBJECT-TYPE
  5368.       SYNTAX INTEGER (0..7)
  5369.       MAX-ACCESS read-only
  5370.       STATUS current
  5371.       DESCRIPTION
  5372.              "Maintenance Levels (0-7) determines the destination MAC
  5373.              address of MAB vendor specific messages."  
  5374.       ::= { routerProtocols 5 }
  5375.  
  5376.    useVLANForMABProtocol OBJECT-TYPE
  5377.       SYNTAX INTEGER {
  5378.                        noVLANTagging(0),
  5379.                        iEEE8021QTaggedCTagType8100(1)
  5380.                      }
  5381.       MAX-ACCESS read-only
  5382.       STATUS current
  5383.       DESCRIPTION
  5384.              "This controls whether MAB vendor specific messages (VSM)
  5385.              packets use VLAN tags or not."  
  5386.       ::= { routerProtocols 6 }
  5387.  
  5388.    mABProtocolVID OBJECT-TYPE
  5389.       SYNTAX INTEGER (0..4094)
  5390.       MAX-ACCESS read-only
  5391.       STATUS current
  5392.       DESCRIPTION
  5393.              "This VLAN VID (0-4094) will be included in MAB vendor
  5394.              specific messages (VSM) packets."  
  5395.       ::= { routerProtocols 7 }
  5396.  
  5397.    mABProtocolVLANPriority OBJECT-TYPE
  5398.       SYNTAX INTEGER (0..7)
  5399.       MAX-ACCESS read-only
  5400.       STATUS current
  5401.       DESCRIPTION
  5402.              "This VLAN Priority (0-7) will be included in MAB vendor
  5403.              specific messages (VSM) packets."  
  5404.       ::= { routerProtocols 8 }
  5405.  
  5406.    mABState OBJECT-TYPE
  5407.       SYNTAX INTEGER {
  5408.                        normal(0),
  5409.                        degraded(1)
  5410.                      }
  5411.       MAX-ACCESS read-only
  5412.       STATUS current
  5413.       DESCRIPTION
  5414.              "Current state of MAB Protocol. A state of 'Normal' on a
  5415.              green background indicates that a PTP link is operating
  5416.              at nominal capacity"  
  5417.       ::= { routerProtocols 9 }
  5418.  
  5419.    mABNominalTransmitCapacity OBJECT-TYPE
  5420.       SYNTAX INTEGER (0..1000)
  5421.       MAX-ACCESS read-only
  5422.       STATUS current
  5423.       DESCRIPTION
  5424.              "The nominal Tx capacity used in MAB Vendor Specific
  5425.              Messages for the selected nominal modulation mode "  
  5426.       ::= { routerProtocols 10 }
  5427.  
  5428.    mABCurrentTransmitCapacity OBJECT-TYPE
  5429.       SYNTAX INTEGER (0..1000)
  5430.       MAX-ACCESS read-only
  5431.       STATUS current
  5432.       DESCRIPTION
  5433.              "The current Tx capacity of the wireless link used in the
  5434.              last MAB Vendor Specific Message transmitted."  
  5435.       ::= { routerProtocols 11 }
  5436.  
  5437.    -- CableDiagnostics group attribute definitions
  5438.    --
  5439.    cableDiagnosticsPorts OBJECT-TYPE
  5440.       SYNTAX BITS {
  5441.                     auxPort(6),
  5442.                     mainPSUPort(7)
  5443.                   }
  5444.       MAX-ACCESS read-write
  5445.       STATUS current
  5446.       DESCRIPTION
  5447.              "Select ports on which Cable Diagnostics must be
  5448.              executed"  
  5449.       ::= { cableDiagnostics 1 }
  5450.  
  5451.    cableDiagnosticsControl OBJECT-TYPE
  5452.       SYNTAX INTEGER {
  5453.                        startTest(0),
  5454.                        testInProgress(1)
  5455.                      }
  5456.       MAX-ACCESS read-write
  5457.       STATUS current
  5458.       DESCRIPTION
  5459.              "Set this attribute to 'Test in Progress' to start a
  5460.              Cable Diagnostics test"  
  5461.       ::= { cableDiagnostics 2 }
  5462.  
  5463.    cableDiagnosticsWarning OBJECT-TYPE
  5464.       SYNTAX INTEGER {
  5465.                        idle(0),
  5466.                        testInProgress(1)
  5467.                      }
  5468.       MAX-ACCESS read-only
  5469.       STATUS current
  5470.       DESCRIPTION
  5471.              "Normal Ethernet operation is disrupted when a Cable
  5472.              Diagnostics test is in progress"  
  5473.       ::= { cableDiagnostics 3 }
  5474.  
  5475.    cableDiagnosticsResultTableNumber OBJECT-TYPE
  5476.       SYNTAX INTEGER (1..2)
  5477.       MAX-ACCESS read-only
  5478.       STATUS current
  5479.       DESCRIPTION
  5480.              "Number of rows in the Cable Diagnostics Result Table."  
  5481.       ::= { cableDiagnostics 4 }
  5482.  
  5483.    -- CableDiagnosticsResultTable group attribute definitions
  5484.    --
  5485.    cableDiagnosticsResultTableIndex OBJECT-TYPE
  5486.       SYNTAX INTEGER (1..2)
  5487.       MAX-ACCESS not-accessible
  5488.       STATUS current
  5489.       DESCRIPTION
  5490.              "Cable Diagnostics Port value used to index into the
  5491.              result table."  
  5492.       ::= { cableDiagnosticsResultTableEntry 1 }
  5493.  
  5494.    cableDiagnosticsResultsDateTime OBJECT-TYPE
  5495.       SYNTAX Integer32
  5496.       MAX-ACCESS read-only
  5497.       STATUS current
  5498.       DESCRIPTION
  5499.              "The Date and Time when a Cable Diagnostics test was last
  5500.              executed"  
  5501.       ::= { cableDiagnosticsResultTableEntry 2 }
  5502.  
  5503.    cableDiagPair1Results OBJECT-TYPE
  5504.       SYNTAX INTEGER {
  5505.                        ok(0),
  5506.                        unknown(1),
  5507.                        inProgress(2),
  5508.                        notTested(3),
  5509.                        openCircuit(4),
  5510.                        shortCircuit(5)
  5511.                      }
  5512.       MAX-ACCESS read-only
  5513.       STATUS current
  5514.       DESCRIPTION
  5515.              "The result of the most recent execution of Cable
  5516.              Diagnostics on cable pair 1. According to the T658B
  5517.              wiring scheme, pair 1 is pins 4 & 5 on the RJ45 socket on
  5518.              the ODU. Open Circuit is reported when the impedance is
  5519.              greater than 330 ohms. Short Circuit is reported when the
  5520.              impedance is less than 33 ohms. Unknown is reported when
  5521.              a continuous signal is received from the link partner for
  5522.              125 ms, preventing start of the test."  
  5523.       ::= { cableDiagnosticsResultTableEntry 3 }
  5524.  
  5525.    cableDiagPair1Distance OBJECT-TYPE
  5526.       SYNTAX Integer32
  5527.       MAX-ACCESS read-only
  5528.       STATUS current
  5529.       DESCRIPTION
  5530.              "The distance in meters from the ODU to the fault
  5531.              detected on the cable pair during the most recent
  5532.              execution of Cable Diagnostics. Faults in cables longer
  5533.              than 160 meters (525 feet) may not be detected. The error
  5534.              margin is +/-2 meters (6.5 feet)."  
  5535.       ::= { cableDiagnosticsResultTableEntry 4 }
  5536.  
  5537.    cableDiagPair2Results OBJECT-TYPE
  5538.       SYNTAX INTEGER {
  5539.                        ok(0),
  5540.                        unknown(1),
  5541.                        inProgress(2),
  5542.                        notTested(3),
  5543.                        openCircuit(4),
  5544.                        shortCircuit(5)
  5545.                      }
  5546.       MAX-ACCESS read-only
  5547.       STATUS current
  5548.       DESCRIPTION
  5549.              "The result of the most recent execution of Cable
  5550.              Diagnostics on cable pair 2. According to the T658B
  5551.              wiring scheme, pair 2 is pins 1 & 2 on the RJ45 socket on
  5552.              the ODU. Open Circuit is reported when the impedance is
  5553.              greater than 330 ohms. Short Circuit is reported when the
  5554.              impedance is less than 33 ohms. Unknown is reported when
  5555.              a continuous signal is received from the link partner for
  5556.              125 ms, preventing start of the test."  
  5557.       ::= { cableDiagnosticsResultTableEntry 5 }
  5558.  
  5559.    cableDiagPair2Distance OBJECT-TYPE
  5560.       SYNTAX Integer32
  5561.       MAX-ACCESS read-only
  5562.       STATUS current
  5563.       DESCRIPTION
  5564.              "The distance in meters from the ODU to the fault
  5565.              detected on the cable pair during the most recent
  5566.              execution of Cable Diagnostics. Faults in cables longer
  5567.              than 160 meters (525 feet) may not be detected. The error
  5568.              margin is +/-2 meters (6.5 feet)."  
  5569.       ::= { cableDiagnosticsResultTableEntry 6 }
  5570.  
  5571.    cableDiagPair3Results OBJECT-TYPE
  5572.       SYNTAX INTEGER {
  5573.                        ok(0),
  5574.                        unknown(1),
  5575.                        inProgress(2),
  5576.                        notTested(3),
  5577.                        openCircuit(4),
  5578.                        shortCircuit(5)
  5579.                      }
  5580.       MAX-ACCESS read-only
  5581.       STATUS current
  5582.       DESCRIPTION
  5583.              "The result of the most recent execution of Cable
  5584.              Diagnostics on cable pair 3. According to the T658B
  5585.              wiring scheme, pair 3 is pins 3 & 6 on the RJ45 socket on
  5586.              the ODU. Open Circuit is reported when the impedance is
  5587.              greater than 330 ohms. Short Circuit is reported when the
  5588.              impedance is less than 33 ohms. Unknown is reported when
  5589.              a continuous signal is received from the link partner for
  5590.              125 ms, preventing start of the test."  
  5591.       ::= { cableDiagnosticsResultTableEntry 7 }
  5592.  
  5593.    cableDiagPair3Distance OBJECT-TYPE
  5594.       SYNTAX Integer32
  5595.       MAX-ACCESS read-only
  5596.       STATUS current
  5597.       DESCRIPTION
  5598.              "The distance in meters from the ODU to the fault
  5599.              detected on the cable pair during the most recent
  5600.              execution of Cable Diagnostics. Faults in cables longer
  5601.              than 160 meters (525 feet) may not be detected. The error
  5602.              margin is +/-2 meters (6.5 feet)."  
  5603.       ::= { cableDiagnosticsResultTableEntry 8 }
  5604.  
  5605.    cableDiagPair4Results OBJECT-TYPE
  5606.       SYNTAX INTEGER {
  5607.                        ok(0),
  5608.                        unknown(1),
  5609.                        inProgress(2),
  5610.                        notTested(3),
  5611.                        openCircuit(4),
  5612.                        shortCircuit(5)
  5613.                      }
  5614.       MAX-ACCESS read-only
  5615.       STATUS current
  5616.       DESCRIPTION
  5617.              "The result of the most recent execution of Cable
  5618.              Diagnostics on cable pair 4. According to the T658B
  5619.              wiring scheme, pair 4 is pins 7 & 8 on the RJ45 socket on
  5620.              the ODU. Open Circuit is reported when the impedance is
  5621.              greater than 330 ohms. Short Circuit is reported when the
  5622.              impedance is less than 33 ohms. Unknown is reported when
  5623.              a continuous signal is received from the link partner for
  5624.              125 ms, preventing start of the test."  
  5625.       ::= { cableDiagnosticsResultTableEntry 9 }
  5626.  
  5627.    cableDiagPair4Distance OBJECT-TYPE
  5628.       SYNTAX Integer32
  5629.       MAX-ACCESS read-only
  5630.       STATUS current
  5631.       DESCRIPTION
  5632.              "The distance in meters from the ODU to the fault
  5633.              detected on the cable pair during the most recent
  5634.              execution of Cable Diagnostics. Faults in cables longer
  5635.              than 160 meters (525 feet) may not be detected. The error
  5636.              margin is +/-2 meters (6.5 feet)."  
  5637.       ::= { cableDiagnosticsResultTableEntry 10 }
  5638.  
  5639.    -- Supplementary group attribute definitions
  5640.    --
  5641.    longitude OBJECT-TYPE
  5642.       SYNTAX DisplayString (SIZE(0..19))
  5643.       MAX-ACCESS read-write
  5644.       STATUS current
  5645.       DESCRIPTION
  5646.              "The longitude of the unit, measured in decimal degrees.
  5647.              This object is set by the SNMP manager and has no
  5648.              internal function."  
  5649.       ::= { supplementary 1 }
  5650.  
  5651.    latitude OBJECT-TYPE
  5652.       SYNTAX DisplayString (SIZE(0..19))
  5653.       MAX-ACCESS read-write
  5654.       STATUS current
  5655.       DESCRIPTION
  5656.              "The latitude of the unit, measured in decimal degrees.
  5657.              This object is set by the SNMP manager and has no
  5658.              internal function."  
  5659.       ::= { supplementary 2 }
  5660.  
  5661.    altitude OBJECT-TYPE
  5662.       SYNTAX Integer32
  5663.       MAX-ACCESS read-write
  5664.       STATUS current
  5665.       DESCRIPTION
  5666.              "The altitude of the unit, measured in meters. This
  5667.              object is set by the SNMP manager and has no internal
  5668.              function."  
  5669.       ::= { supplementary 3 }
  5670.  
  5671.    -- Enterprise NOTIFICATION definitions
  5672.    --
  5673.  
  5674.    channelChangeTrap NOTIFICATION-TYPE
  5675.       OBJECTS { receiveChannel }
  5676.       STATUS current
  5677.       DESCRIPTION "The PTP radio has changed wireless channel.
  5678.                  This has been caused by either
  5679.                  i) mandatory radar avoidance,
  5680.                     a DFS impulsive interference event will also be
  5681.                     detected,
  5682.                  or
  5683.                  ii) Dynamic Spectrum Optimization, (DSO)
  5684.                      DSO improves link performance by selecting the
  5685.                      most appropriate transmit and receive channels
  5686.                      with the lowest level of interference."
  5687.       ::= { ptpTrapPrefix 1 }
  5688.  
  5689.    dfsImpulsiveInterferenceTrap NOTIFICATION-TYPE
  5690.       OBJECTS { receiveChannel }
  5691.       STATUS current
  5692.       DESCRIPTION "DFS impulsive interference detected event"
  5693.       ::= { ptpTrapPrefix 2 }
  5694.  
  5695.    mainPSUPortStatusTrap NOTIFICATION-TYPE
  5696.       OBJECTS { mainPSUPortStatus }
  5697.       STATUS current
  5698.       DESCRIPTION
  5699.              "Current status of the Main PSU Ethernet link. NB: a
  5700.              change of state may generate an SNMP trap and/or SMTP
  5701.              email alert"  
  5702.       ::= { ptpTrapPrefix 3 }
  5703.  
  5704.    mainPSUPortDisabledWarningTrap NOTIFICATION-TYPE
  5705.       OBJECTS { mainPSUPortDisabledWarning }
  5706.       STATUS current
  5707.       DESCRIPTION
  5708.              "The SNMP ifAdminStatus of the interface has disabled
  5709.              Ethernet traffic"  
  5710.       ::= { ptpTrapPrefix 4 }
  5711.  
  5712.    mainPSUPortConfigurationMismatchTrap NOTIFICATION-TYPE
  5713.       OBJECTS { mainPSUPortConfigurationMismatch }
  5714.       STATUS current
  5715.       DESCRIPTION
  5716.              "The detection of Ethernet fragments (runt packets) when
  5717.              the link is in full duplex is an indication of an
  5718.              auto-negotiation or forced configuration mismatch"  
  5719.       ::= { ptpTrapPrefix 5 }
  5720.  
  5721.    auxPortStatusTrap NOTIFICATION-TYPE
  5722.       OBJECTS { auxPortStatus }
  5723.       STATUS current
  5724.       DESCRIPTION
  5725.              "Current status of the Aux Ethernet link. NB: a change of
  5726.              state may generate an SNMP trap and/or SMTP email alert"  
  5727.       ::= { ptpTrapPrefix 6 }
  5728.  
  5729.    auxPortDisabledWarningTrap NOTIFICATION-TYPE
  5730.       OBJECTS { auxPortDisabledWarning }
  5731.       STATUS current
  5732.       DESCRIPTION
  5733.              "The SNMP ifAdminStatus of the interface has disabled
  5734.              Ethernet traffic"  
  5735.       ::= { ptpTrapPrefix 7 }
  5736.  
  5737.    regulatoryBandTrap NOTIFICATION-TYPE
  5738.       OBJECTS { regulatoryBand }
  5739.       STATUS current
  5740.       DESCRIPTION
  5741.              "The Regulatory Band prohibits the wireless unit from
  5742.              operating outside the regulated limits. An invalid
  5743.              Regulatory Band may be caused by a missing or incorrect
  5744.              License Key, a corrupt MAC Address or an attempt to
  5745.              configure a Regulatory Band not allowed by the License
  5746.              Key. NB: a change of state may generate an SNMP trap
  5747.              and/or SMTP email alert."  
  5748.       ::= { ptpTrapPrefix 8 }
  5749.  
  5750.    installStatusTrap NOTIFICATION-TYPE
  5751.       OBJECTS { installStatus }
  5752.       STATUS current
  5753.       DESCRIPTION
  5754.              "A non-zero value indicates that signalling was received
  5755.              with the wrong MAC address or a mismatched link name. NB:
  5756.              It is very unusual to detect this, because units with
  5757.              mis-configured Target MAC Address will normally fail to
  5758.              establish a wireless link. However, rare circumstances
  5759.              may establish a partial wireless link and detect this
  5760.              situation. NB: A non-zero value on start-up, or a change
  5761.              of value during operation, may generate an SNMP trap
  5762.              and/or SMTP email alert"  
  5763.       ::= { ptpTrapPrefix 9 }
  5764.  
  5765.    installArmStateTrap NOTIFICATION-TYPE
  5766.       OBJECTS { installArmState }
  5767.       STATUS current
  5768.       DESCRIPTION
  5769.              "Indicates if the unit is being installed. NB: a change
  5770.              of state may generate an SNMP trap and/or SMTP email
  5771.              alert"  
  5772.       ::= { ptpTrapPrefix 10 }
  5773.  
  5774.    unitOutOfCalibrationTrap NOTIFICATION-TYPE
  5775.       OBJECTS { unitOutOfCalibration }
  5776.       STATUS current
  5777.       DESCRIPTION
  5778.              "The unit is out of calibration"  
  5779.       ::= { ptpTrapPrefix 11 }
  5780.  
  5781.    auxPortPowerOverEthernetOutputStatusTrap NOTIFICATION-TYPE
  5782.       OBJECTS { auxPortPowerOverEthernetOutputStatus }
  5783.       STATUS current
  5784.       DESCRIPTION
  5785.              "Current status of the Power Over Ethernet (PoE) output
  5786.              of the Aux port"  
  5787.       ::= { ptpTrapPrefix 12 }
  5788.  
  5789.    incompatibleRegulatoryBandsTrap NOTIFICATION-TYPE
  5790.       OBJECTS { incompatibleRegulatoryBands }
  5791.       STATUS current
  5792.       DESCRIPTION
  5793.              "The master and slave units have incompatible regulatory
  5794.              bands. NB: Both units must have compatible license keys"  
  5795.       ::= { ptpTrapPrefix 14 }
  5796.  
  5797.    noWirelessChannelAvailableTrap NOTIFICATION-TYPE
  5798.       OBJECTS { noWirelessChannelAvailable }
  5799.       STATUS current
  5800.       DESCRIPTION
  5801.              "Spectrum Management was unable to locate a suitable
  5802.              wireless channel to operate on"  
  5803.       ::= { ptpTrapPrefix 15 }
  5804.  
  5805.    wirelessLinkDisabledWarningTrap NOTIFICATION-TYPE
  5806.       OBJECTS { wirelessLinkDisabledWarning }
  5807.       STATUS current
  5808.       DESCRIPTION
  5809.              "The SNMP ifAdminStatus of the wireless interface has
  5810.              disabled wireless traffic"  
  5811.       ::= { ptpTrapPrefix 16 }
  5812.  
  5813.    auxPortConfigurationMismatchTrap NOTIFICATION-TYPE
  5814.       OBJECTS { auxPortConfigurationMismatch }
  5815.       STATUS current
  5816.       DESCRIPTION
  5817.              "The detection of Ethernet fragments (runt packets) when
  5818.              the link is in full duplex is an indication of an
  5819.              auto-negotiation or forced configuration mismatch. This
  5820.              alarm is only raised if an Out-of-Band Management Mode
  5821.              has been configured."  
  5822.       ::= { ptpTrapPrefix 17 }
  5823.  
  5824.    sFPErrorTrap NOTIFICATION-TYPE
  5825.       OBJECTS { sFPError }
  5826.       STATUS current
  5827.       DESCRIPTION
  5828.              "If the SFP link is not OK, there are five possible
  5829.              causes: Either a SFP has been installed but the license
  5830.              key does not include SFP fiber support, a fiber link
  5831.              could not be established even though no LOS was detected
  5832.              (i.e. an optical carrier was detected, which could be due
  5833.              to a broken TX fiber, or because the link is disabled at
  5834.              the fiber link partner), a fiber link could not be
  5835.              established and LOS is detected (i.e. no optical carrier
  5836.              is detected), the installed SFP is not supported or the
  5837.              installed SFP failed to initialize correctly. NB: a
  5838.              change of status may generate an SNMP trap and/or SMTP
  5839.              email alert"  
  5840.       ::= { ptpTrapPrefix 18 }
  5841.  
  5842.    sFPPortStatusTrap NOTIFICATION-TYPE
  5843.       OBJECTS { sFPPortStatus }
  5844.       STATUS current
  5845.       DESCRIPTION
  5846.              "Current status of the SFP Ethernet link. NB: a change of
  5847.              state may generate an SNMP trap and/or SMTP email alert"  
  5848.       ::= { ptpTrapPrefix 19 }
  5849.  
  5850.    incompatibleMasterAndSlaveTrap NOTIFICATION-TYPE
  5851.       OBJECTS { incompatibleMasterAndSlave }
  5852.       STATUS current
  5853.       DESCRIPTION
  5854.              "A non-zero value indicates that the master and slave
  5855.              ends of a link are different hardware products, or have
  5856.              different software versions. NB: It is very unusual to
  5857.              detect this, because incompatible units will normally
  5858.              fail to establish a wireless link. However, some
  5859.              combinations may establish a partial wireless link and
  5860.              detect this situation. NB: A non-zero value may generate
  5861.              an SNMP trap and/or SMTP email alert"  
  5862.       ::= { ptpTrapPrefix 20 }
  5863.  
  5864.    sNTPSyncTrap NOTIFICATION-TYPE
  5865.       OBJECTS { sNTPSync }
  5866.       STATUS current
  5867.       DESCRIPTION
  5868.              "If SNTP Sync fails then check the server settings in the
  5869.              Remote Management page, or disable SNTP"  
  5870.       ::= { ptpTrapPrefix 21 }
  5871.  
  5872.    tDDSynchronizationAlarmTrap NOTIFICATION-TYPE
  5873.       OBJECTS { tDDSynchronizationAlarm }
  5874.       STATUS current
  5875.       DESCRIPTION
  5876.              "Not Synchronized indicates failure of the external
  5877.              timing system for a period greater than the holdover
  5878.              timer. TDD frame timing will have drifted, and this link
  5879.              may cause interference with other links in a synchronized
  5880.              network. Timing System Failure is an early warning,
  5881.              indicating that 80% of the holdover period has expired."  
  5882.       ::= { ptpTrapPrefix 22 }
  5883.  
  5884.    sFPPortDisabledWarningTrap NOTIFICATION-TYPE
  5885.       OBJECTS { sFPPortDisabledWarning }
  5886.       STATUS current
  5887.       DESCRIPTION
  5888.              "The SNMP ifAdminStatus of the interface has disabled
  5889.              Ethernet traffic"  
  5890.       ::= { ptpTrapPrefix 23 }
  5891.  
  5892.    sFPPortConfigurationMismatchTrap NOTIFICATION-TYPE
  5893.       OBJECTS { sFPPortConfigurationMismatch }
  5894.       STATUS current
  5895.       DESCRIPTION
  5896.              "The detection of Ethernet fragments (runt packets) when
  5897.              the link is in full duplex is an indication of an
  5898.              auto-negotiation or forced configuration mismatch. This
  5899.              alarm is only raised if an Out-of-Band Management Mode
  5900.              has been configured."  
  5901.       ::= { ptpTrapPrefix 24 }
  5902.  
  5903.    linkModeOptimizationMismatchTrap NOTIFICATION-TYPE
  5904.       OBJECTS { linkModeOptimizationMismatch }
  5905.       STATUS current
  5906.       DESCRIPTION
  5907.              "The remote node of this link has been configured with a
  5908.              different link mode optimization"  
  5909.       ::= { ptpTrapPrefix 25 }
  5910.  
  5911.    tDMInterfaceStatusTrap NOTIFICATION-TYPE
  5912.       OBJECTS { tDMInterfaceStatus }
  5913.       STATUS current
  5914.       DESCRIPTION
  5915.              "@Current status of the connection to the TDM Box. A
  5916.              state of 'Up' on a green background indicates that the
  5917.              TDM Box is connected OK. When connecting a TDM Box only
  5918.              the Main Ethernet port should be used"  
  5919.       ::= { ptpTrapPrefix 26 }
  5920.  
  5921.    tDMChannelStatusTrap NOTIFICATION-TYPE
  5922.       OBJECTS { tDMChannelStatus }
  5923.       STATUS current
  5924.       DESCRIPTION
  5925.              "Current status of the TDM channels. A value of 0
  5926.              indicates that a TDM channel is established"  
  5927.       ::= { ptpTrapPrefix 27 }
  5928.  
  5929.    tDMChannelLoopbackTrap NOTIFICATION-TYPE
  5930.       OBJECTS { tDMChannelLoopback }
  5931.       STATUS current
  5932.       DESCRIPTION
  5933.              "The loopback status of TDM channels. This is intended
  5934.              for installation testing and should be set to 'None' for
  5935.              normal operation. The wire connections to a unit can be
  5936.              tested by applying a 'Copper' loopback to the local unit.
  5937.              The wireless connection to the remote unit can be tested
  5938.              by applying a 'Wireless' loopback to the remote unit with
  5939.              no loopback on the local unit. NB: a change of state may
  5940.              generate an SNMP trap and/or SMTP email alert"  
  5941.       ::= { ptpTrapPrefix 28 }
  5942.  
  5943.    nIDULanPortStatusTrap NOTIFICATION-TYPE
  5944.       OBJECTS { nIDULanPortStatus }
  5945.       STATUS current
  5946.       DESCRIPTION
  5947.              "Current status of the NIDU LAN Ethernet link. NB: a
  5948.              change of state may generate an SNMP trap and/or SMTP
  5949.              email alert"  
  5950.       ::= { ptpTrapPrefix 29 }
  5951.  
  5952.    syslogStateTrap NOTIFICATION-TYPE
  5953.       OBJECTS { syslogState }
  5954.       STATUS current
  5955.       DESCRIPTION
  5956.              "The syslog service has been enabled or disabled"  
  5957.       ::= { ptpTrapPrefix 30 }
  5958.  
  5959.    syslogLocalNearlyFullTrap NOTIFICATION-TYPE
  5960.       STATUS current
  5961.       DESCRIPTION "The syslog local log is nearly full (90%)"
  5962.       ::= { ptpTrapPrefix 31 }
  5963.  
  5964.    syslogLocalWrappedTrap NOTIFICATION-TYPE
  5965.       STATUS current
  5966.       DESCRIPTION "The syslog local log has wrapped"
  5967.       ::= { ptpTrapPrefix 32 }
  5968.  
  5969.    syslogClientTrap NOTIFICATION-TYPE
  5970.       OBJECTS { syslogClient }
  5971.       STATUS current
  5972.       DESCRIPTION
  5973.              "Enable or disable the syslog client"  
  5974.       ::= { ptpTrapPrefix 33 }
  5975.  
  5976.    secureModeAlarmTrap NOTIFICATION-TYPE
  5977.       OBJECTS { secureModeAlarm }
  5978.       STATUS current
  5979.       DESCRIPTION
  5980.              "The secure mode (e.g. FIPS, UC-APL) state of the unit.
  5981.              The secure mode is not configured(1) state indicates that
  5982.              the unit is capable of secure mode operation, and one or
  5983.              more of the following security materials has not been
  5984.              configured: Key Of Keys, Private Key, Public Certificate,
  5985.              DRNG Entropy Status, Wireless Encryption Key. The secure
  5986.              mode mode is configured but not active(2) state indicates
  5987.              that the unit is capable of secure mode operation, and
  5988.              the security material has been configured, but the
  5989.              configuration of interfaces is not consistent with secure
  5990.              mode operation. The secure mode is not supported(3) state
  5991.              indicates that the unit is not capable of secure mode
  5992.              operation. The secure mode capability requires
  5993.              appropriate hardware compatibility, license key and
  5994.              software image."  
  5995.       ::= { ptpTrapPrefix 34 }
  5996.  
  5997.    dataBridgingStatusAlarmTrap NOTIFICATION-TYPE
  5998.       OBJECTS { dataBridgingStatusAlarm }
  5999.       STATUS current
  6000.       DESCRIPTION
  6001.              "Ethernet Data traffic bridging is disabled because the
  6002.              wireless link is not operating at the configured Lowest
  6003.              Data Modulation Mode"  
  6004.       ::= { ptpTrapPrefix 35 }
  6005.  
  6006.    licenseRemainingTrialPeriodAlarmTrap NOTIFICATION-TYPE
  6007.       OBJECTS { licenseRemainingTrialPeriodAlarm }
  6008.       STATUS current
  6009.       DESCRIPTION
  6010.              "If the full capability trial license period is about to
  6011.              expire then purchase a license upgrade from your
  6012.              reseller."  
  6013.       ::= { ptpTrapPrefix 36 }
  6014.  
  6015.    capacityVariantMismatchTrap NOTIFICATION-TYPE
  6016.       OBJECTS { capacityVariantMismatch }
  6017.       STATUS current
  6018.       DESCRIPTION
  6019.              "The remote node of this link has a lower link capacity.
  6020.              Operating with a reduced effective link capacity."  
  6021.       ::= { ptpTrapPrefix 37 }
  6022.  
  6023.    maxLinkRangeExceededTrap NOTIFICATION-TYPE
  6024.       OBJECTS { maxLinkRangeExceeded }
  6025.       STATUS current
  6026.       DESCRIPTION
  6027.              "The measured link range is greater than the maximum
  6028.              allowed by the license key. The link will operate at a
  6029.              reduced capacity while this condition applies. This alarm
  6030.              is only raised if the license specifies a maximum link
  6031.              range and the trial license is not active."  
  6032.       ::= { ptpTrapPrefix 38 }
  6033.  
  6034.    tDMConfigurationMismatchTrap NOTIFICATION-TYPE
  6035.       OBJECTS { tDMConfigurationMismatch }
  6036.       STATUS current
  6037.       DESCRIPTION
  6038.              "Current status of the configuration of the TDM Box. A
  6039.              state of 'Ok' on a green background indicates that the
  6040.              TDM Box configuration is matched OK with the remote end."  
  6041.       ::= { ptpTrapPrefix 39 }
  6042.  
  6043.    nIDULanPortDisabledWarningTrap NOTIFICATION-TYPE
  6044.       OBJECTS { nIDULanPortDisabledWarning }
  6045.       STATUS current
  6046.       DESCRIPTION
  6047.              "The SNMP ifAdminStatus of the interface has disabled
  6048.              Ethernet traffic"  
  6049.       ::= { ptpTrapPrefix 40 }
  6050.  
  6051.    nIDULanPortConfigurationMismatchTrap NOTIFICATION-TYPE
  6052.       OBJECTS { nIDULanPortConfigurationMismatch }
  6053.       STATUS current
  6054.       DESCRIPTION
  6055.              "The detection of Ethernet fragments (runt packets) when
  6056.              the link is in full duplex is an indication of an
  6057.              auto-negotiation or forced configuration mismatch."  
  6058.       ::= { ptpTrapPrefix 41 }
  6059.  
  6060.    secondDataBridgingStatusAlarmTrap NOTIFICATION-TYPE
  6061.       OBJECTS { secondDataBridgingStatusAlarm }
  6062.       STATUS current
  6063.       DESCRIPTION
  6064.              "Bridging of Ethernet traffic from Second Data Service
  6065.              has been disabled because the wireless link is not
  6066.              operating at the configured Lowest Second Data Modulation
  6067.              Mode"  
  6068.       ::= { ptpTrapPrefix 42 }
  6069.  
  6070.    transparentClockSourcePortAlarmTrap NOTIFICATION-TYPE
  6071.       OBJECTS { transparentClockSourcePortAlarm }
  6072.       STATUS current
  6073.       DESCRIPTION
  6074.              "Transparent Clock will not function properly because
  6075.              SFP, the selected clock source port is not FIBER"  
  6076.       ::= { ptpTrapPrefix 43 }
  6077.  
  6078.    portAllocationMismatchTrap NOTIFICATION-TYPE
  6079.       OBJECTS { portAllocationMismatch }
  6080.       STATUS current
  6081.       DESCRIPTION
  6082.              "The local and remote ODUs have different services
  6083.              configured."  
  6084.       ::= { ptpTrapPrefix 44 }
  6085.  
  6086.    END