1   CAMBIUM-PTP600-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 "201403041414Z"
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 300Mbps non-line-of-sight (NLOS) wireless ethernet bridge."
32      REVISION "201403041414Z"
33      DESCRIPTION
34         "PTP600-10-07:
35         Reinstated incompatibleRegionCodesTrap.
36         Reinstated incompatibleMasterAndSlaveTrap.
37         Reinstated encryptionEnabledMismatchTrap."
38      REVISION "201309142338Z"
39      DESCRIPTION
40         "PTP600-10-06:
41         Removed incompatibleRegionCodesTrap.
42         Removed incompatibleMasterAndSlaveTrap.
43         Removed encryptionEnabledMismatchTrap."
44      REVISION "201208131812Z"
45      DESCRIPTION
46         "PTP600-10-04:
47         Added ethernetBridgingStatus, ethernetBridgingAvailability.
48         Added ethernetBridgingStatusAlarm, ethernetBridgingStatusAlarmTrap."
49      REVISION "201205011158Z"
50      DESCRIPTION
51         "PTP600-10-03: make linkName & groupID read-write."
52      REVISION "201202131238Z"
53      DESCRIPTION
54         "PTP600-10-01: Updated ORGANIZATION and CONTACT-INFO."
55      REVISION "201111081347Z"
56      DESCRIPTION
57         "PTP600-10-00:
58         Added new SNTP attributes, replace syslogLocalLog with syslogState. Add L2/L3 QoS attributes.
59         Added securityLevel. Renamed vLANPriorityQueueMapping with ethernetPriorityQueueMapping.
60         Added syslogClient and secureModeAlarm traps."
61      REVISION "201012071328Z"
62      DESCRIPTION "PTP600-09-10: Added searchState, accessMethod and groupID."
63      REVISION "201011021333Z"
64      DESCRIPTION "PTP600-09-02: Added latitude, longitude, altitude."
65      REVISION "201007161541Z"
66      DESCRIPTION
67         "PTP600-09-01:
68         Changed root OID.
69         Renamed ethernet & fiber attributes & traps.
70         Replaced vLANManagementVIDValidation with managementMode.
71         Added linkName, siteName, hTTPSAccessEnabled, tDDSynchronizationMode.
72         Added syslog attributes & traps.
73         Added SNMPTrapTable for dual trap receivers."
74      REVISION "201004231007Z"
75      DESCRIPTION "PTP600-08-50: Security enhancements."
76      REVISION "201002191855Z"
77      DESCRIPTION "PTP600-08-04: Added SNMPv3 support, DFS Table, Automatic Tx Power Control. BIT STRING types now OCTET STRING."
78      REVISION "200907101520Z"
79      DESCRIPTION "PTP600-08-03: Added VLAN Priority Table, more read-only attributes, plus alarm tidy-up."
80      REVISION "200902271711Z"
81      DESCRIPTION "PTP600-08-01: Improve TDD Synchronization status and alarms."
82      REVISION "200812151219Z"
83      DESCRIPTION "PTP600-08-00: Support 4.8 & 4.9 GHz variant & 20 MHz bandwidth, Link Symmetry, TDD Synchronization."
84      REVISION "200806301016Z"
85      DESCRIPTION "PTP600-07-00: Added IEEE 802.1q & 802.1ad VLAN support."
86      REVISION "200802290942Z"
87      DESCRIPTION "PTP600-06-00: Added OOB, HTTP & telnet access controls."
88      REVISION "200707311839Z"
89      DESCRIPTION "PTP600-05-00: Added groups, attributes and notifications for diagnostic alarms."
90      REVISION "200611231436Z"
91      DESCRIPTION "PTP600-04-00: Converted to SMIv2."
92      REVISION "200607241008Z"
93      DESCRIPTION "PTP600-03-01"
94      ::= { enterprises 17713 }
95
96   -- Groups in cambium
97   ptp                OBJECT IDENTIFIER ::= { cambium 1 }
98   ptmp               OBJECT IDENTIFIER ::= { cambium 2 }
99   ptp600             OBJECT IDENTIFIER ::= { cambium 6 }
100
101   -- Groups in ptp600
102   dfs                OBJECT IDENTIFIER ::= { ptp600 3 }
103   bridge             OBJECT IDENTIFIER ::= { ptp600 4 }
104   configuration      OBJECT IDENTIFIER ::= { ptp600 5 }
105   ethernet           OBJECT IDENTIFIER ::= { ptp600 6 }
106   telecom            OBJECT IDENTIFIER ::= { ptp600 7 }
107   licence            OBJECT IDENTIFIER ::= { ptp600 8 }
108   management         OBJECT IDENTIFIER ::= { ptp600 9 }
109   phyControl         OBJECT IDENTIFIER ::= { ptp600 10 }
110   phyStatus          OBJECT IDENTIFIER ::= { ptp600 12 }
111   alarms             OBJECT IDENTIFIER ::= { ptp600 13 }
112   smtp               OBJECT IDENTIFIER ::= { ptp600 15 }
113   snmpControl        OBJECT IDENTIFIER ::= { ptp600 16 }
114   sntp               OBJECT IDENTIFIER ::= { ptp600 17 }
115   reset              OBJECT IDENTIFIER ::= { ptp600 18 }
116   versions           OBJECT IDENTIFIER ::= { ptp600 19 }
117   pubStats           OBJECT IDENTIFIER ::= { ptp600 20 }
118   encryption         OBJECT IDENTIFIER ::= { ptp600 22 }
119   tDDControl         OBJECT IDENTIFIER ::= { ptp600 23 }
120   aAAControl         OBJECT IDENTIFIER ::= { ptp600 25 }
121   syslogControl      OBJECT IDENTIFIER ::= { ptp600 24 }
122   supplementary      OBJECT IDENTIFIER ::= { ptp600 96 }
123   ptpGroups          OBJECT IDENTIFIER ::= { ptp600 98 }
124   ptpTraps           OBJECT IDENTIFIER ::= { ptp600 99 }
125   ptpTrapPrefix      OBJECT IDENTIFIER ::= { ptpTraps 0 }
126
127   -- Compliance information
128   --
129   ptpCompliance MODULE-COMPLIANCE
130      STATUS current
131      DESCRIPTION
132         "The compliance statement for the Cambium PTP MIB"
133      MODULE -- this module
134         MANDATORY-GROUPS { dfsGroup
135                          , bridgeGroup
136                          , configurationGroup
137                          , ethernetGroup
138                          , telecomGroup
139                          , licenceGroup
140                          , managementGroup
141                          , phyControlGroup
142                          , phyStatusGroup
143                          , alarmsGroup
144                          , smtpGroup
145                          , snmpControlGroup
146                          , sntpGroup
147                          , resetGroup
148                          , versionsGroup
149                          , pubStatsGroup
150                          , encryptionGroup
151                          , tDDControlGroup
152                          , aAAControlGroup
153                          , syslogControlGroup
154                          , supplementaryGroup
155                          , notificationsGroup
156                          }
157         ::= { ptp600 97 }
158
159   dfsGroup OBJECT-GROUP
160      OBJECTS { dfsTableNumber
161              , dfsMeans
162              , dfsNineNinePointNinePercentiles
163              , dfsPeaks
164              }
165      STATUS  current
166      DESCRIPTION "The dfs object group."
167      ::= { ptpGroups 3 }
168
169   bridgeGroup OBJECT-GROUP
170      OBJECTS { localPacketFiltering
171              }
172      STATUS  current
173      DESCRIPTION "The bridge object group."
174      ::= { ptpGroups 4 }
175
176   configurationGroup OBJECT-GROUP
177      OBJECTS { iPv4Address
178              , subnetMask
179              , gatewayIPAddress
180              , targetMACAddress
181              , masterSlaveMode
182              , maximumTransmitPower
183              , antennaGain
184              , cableLoss
185              , eIRP
186              , ethernetCappedMaxWirelessSpeed
187              , channelBandwidth
188              , remoteIPAddress
189              , linkName
190              , siteName
191              , accessMethod
192              , groupID
193              , iPv6Address
194              , iPVersion
195              , iPv6AutoConfiguredLinkLocalAddress
196              , iPv6PrefixLength
197              , iPv6GatewayAddress
198              , remoteInternetAddressType
199              , remoteInternetAddress
200              }
201      STATUS  current
202      DESCRIPTION "The configuration object group."
203      ::= { ptpGroups 5 }
204
205   ethernetGroup OBJECT-GROUP
206      OBJECTS { dataPortAutoNegotiation
207              , dataPortAutoNegAdvertisement
208              , dataPortAutoMdix
209              , dataPortStatus
210              , dataPortSpeedAndDuplex
211              , dataPortWirelessDownAlert
212              , useVLANForManagementInterfaces
213              , vLANManagementPriority
214              , vLANManagementVID
215              , managementPortStatus
216              , managementPortSpeedAndDuplex
217              , ethernetPriorityTableNumber
218              , l2CPPriorityTableNumber
219              , iPDSCPPriorityTableNumber
220              , mPLSTCPriorityTableNumber
221              , managementMode
222              , managementPortWirelessDownAlert
223              , qOSPriorityScheme
224              , unknownNetworkPriorityQueueMapping
225              , dSCPManagementPriority
226              , ethernetBridgingStatus
227              , ethernetPriorityQueueMapping
228              , l2CPPriorityQueueMapping
229              , iPDSCPPriorityQueueMapping
230              , mPLSTCPriorityQueueMapping
231              }
232      STATUS  current
233      DESCRIPTION "The ethernet object group."
234      ::= { ptpGroups 6 }
235
236   telecomGroup OBJECT-GROUP
237      OBJECTS { telecomsInterface
238              , telecomsChannelAStatus
239              , telecomsChannelBStatus
240              , channelALineCode
241              , channelBLineCode
242              , channelACableLength
243              , channelBCableLength
244              , channelALoopback
245              , channelBLoopback
246              , telecomsChannelSelection
247              }
248      STATUS  current
249      DESCRIPTION "The telecom object group."
250      ::= { ptpGroups 7 }
251
252   licenceGroup OBJECT-GROUP
253      OBJECTS { regionCode
254              , productVariant
255              , productName
256              , ethernetFiberSupport
257              , frequencyVariant
258              , bandwidthVariant
259              , constantPowerSpectralDensity
260              , sNMPv3Enable
261              , hAZLOCConfiguration
262              , securityLevel
263              }
264      STATUS  current
265      DESCRIPTION "The licence object group."
266      ::= { ptpGroups 8 }
267
268   managementGroup OBJECT-GROUP
269      OBJECTS { targetRange
270              , rangingMode
271              , installStatus
272              , installArmState
273              , tFTPServerIPAddress
274              , tFTPServerPortNumber
275              , tFTPSoftwareUpgradeFileName
276              , tFTPStartSoftwareUpgrade
277              , tFTPSoftwareUpgradeStatus
278              , tFTPSoftwareUpgradeStatusText
279              , tFTPSoftwareUpgradeStatusAdditionalText
280              , hTTPAccessEnabled
281              , telnetAccessEnabled
282              , hTTPPortNumber
283              , hTTPSPortNumber
284              , telnetPortNumber
285              , hTTPSAccessEnabled
286              , tFTPServerInternetAddressType
287              , tFTPServerInternetAddress
288              }
289      STATUS  current
290      DESCRIPTION "The management object group."
291      ::= { ptpGroups 9 }
292
293   phyControlGroup OBJECT-GROUP
294      OBJECTS { linkSymmetry
295              , linkModeOptimisation
296              , userConfiguredMaxModulationMode
297              , remoteMaximumTransmitPower
298              , txColorCode
299              , rxColorCode
300              , automaticTxPowerControl
301              , remoteRxTargetPower
302              }
303      STATUS  current
304      DESCRIPTION "The phyControl object group."
305      ::= { ptpGroups 10 }
306
307   phyStatusGroup OBJECT-GROUP
308      OBJECTS { receivePower
309              , vectorError
310              , transmitPower
311              , range
312              , linkLoss
313              , receiveChannel
314              , transmitChannel
315              , receiveModulationMode
316              , transmitModulationMode
317              , receiveFreqMHz
318              , transmitFreqMHz
319              , signalStrengthRatio
320              , receiveFreqKHz
321              , transmitFreqKHz
322              , searchState
323              , rawReceivePower
324              }
325      STATUS  current
326      DESCRIPTION "The phyStatus object group."
327      ::= { ptpGroups 12 }
328
329   alarmsGroup OBJECT-GROUP
330      OBJECTS { unitOutOfCalibration
331              , incompatibleRegionCodes
332              , noWirelessChannelAvailable
333              , wirelessLinkDisabledWarning
334              , dataPortDisabledWarning
335              , dataPortFiberStatus
336              , dataPortConfigurationMismatch
337              , incompatibleMasterAndSlave
338              , tDDSynchronizationStatus
339              , managementPortDisabledWarning
340              , tDDSynchronizationAlarm
341              , linkModeOptimizationMismatch
342              , managementPortConfigurationMismatch
343              , secureModeAlarm
344              , ethernetBridgingStatusAlarm
345              }
346      STATUS  current
347      DESCRIPTION "The alarms object group."
348      ::= { ptpGroups 13 }
349
350   smtpGroup OBJECT-GROUP
351      OBJECTS { sMTPEmailAlert
352              , sMTPServerIPAddress
353              , sMTPServerPortNumber
354              , sMTPSourceEmailAddress
355              , sMTPDestinationEmailAddress
356              , sMTPEnabledMessages
357              , sMTPServerInternetAddressType
358              , sMTPServerInternetAddress
359              }
360      STATUS  current
361      DESCRIPTION "The smtp object group."
362      ::= { ptpGroups 15 }
363
364   snmpControlGroup OBJECT-GROUP
365      OBJECTS { sNMPPortNumber
366              , sNMPCommunityString
367              , sNMPTrapTableNumber
368              , sNMPTrapVersion
369              , sNMPEnabledTraps
370              , enabledDiagnosticAlarms
371              , sNMPSendAllTrapsAtStartup
372              , sNMPTrapIPAddress
373              , sNMPTrapPortNumber
374              , sNMPTrapInternetAddressType
375              , sNMPTrapInternetAddress
376              , sNMPTrapReceiverEnabled
377              }
378      STATUS  current
379      DESCRIPTION "The snmpControl object group."
380      ::= { ptpGroups 16 }
381
382   sntpGroup OBJECT-GROUP
383      OBJECTS { sNTPState
384              , sNTPPollInterval
385              , sNTPSync
386              , sNTPLastSync
387              , systemClock
388              , timeZone
389              , daylightSaving
390              , sNTPPrimaryServer
391              , sNTPPrimaryServerDeadTime
392              , sNTPServerRetries
393              , sNTPServerTimeout
394              , sNTPServerTableNumber
395              , sNTPServerIPAddress
396              , sNTPServerPortNumber
397              , sNTPServerStatus
398              , sNTPServerInternetAddressType
399              , sNTPServerInternetAddress
400              }
401      STATUS  current
402      DESCRIPTION "The sntp object group."
403      ::= { ptpGroups 17 }
404
405   resetGroup OBJECT-GROUP
406      OBJECTS { systemReset
407              }
408      STATUS  current
409      DESCRIPTION "The reset object group."
410      ::= { ptpGroups 18 }
411
412   versionsGroup OBJECT-GROUP
413      OBJECTS { softwareVersion
414              , hardwareVersion
415              , secondarySoftwareVersion
416              , bootVersion
417              }
418      STATUS  current
419      DESCRIPTION "The versions object group."
420      ::= { ptpGroups 19 }
421
422   pubStatsGroup OBJECT-GROUP
423      OBJECTS { receiveDataRate
424              , transmitDataRate
425              , aggregateDataRate
426              , wirelessLinkAvailability
427              , wirelessLinkStatus
428              , byteErrorRatio
429              , receiveModulationModeDetail
430              , ethernetBridgingAvailability
431              }
432      STATUS  current
433      DESCRIPTION "The pubStats object group."
434      ::= { ptpGroups 20 }
435
436   encryptionGroup OBJECT-GROUP
437      OBJECTS { encryptionAlgorithm
438              }
439      STATUS  current
440      DESCRIPTION "The encryption object group."
441      ::= { ptpGroups 22 }
442
443   tDDControlGroup OBJECT-GROUP
444      OBJECTS { tDDSynchronizationMode
445              }
446      STATUS  current
447      DESCRIPTION "The tDDControl object group."
448      ::= { ptpGroups 23 }
449
450   aAAControlGroup OBJECT-GROUP
451      OBJECTS { userTableNumber
452              , userName
453              , userRole
454              , userEnabled
455              , userPassword
456              }
457      STATUS  current
458      DESCRIPTION "The aAAControl object group."
459      ::= { ptpGroups 25 }
460
461   syslogControlGroup OBJECT-GROUP
462      OBJECTS { syslogClient
463              , syslogState
464              }
465      STATUS  current
466      DESCRIPTION "The syslogControl object group."
467      ::= { ptpGroups 24 }
468
469   supplementaryGroup OBJECT-GROUP
470      OBJECTS { longitude
471              , latitude
472              , altitude
473              }
474      STATUS  current
475      DESCRIPTION "The supplementary object group."
476      ::= { ptpGroups 96 }
477
478   notificationsGroup NOTIFICATION-GROUP
479      NOTIFICATIONS { channelChangeTrap
480                    , dfsImpulsiveInterferenceTrap
481                    , dataPortStatusTrap
482                    , telecomsChannelAStatusTrap
483                    , telecomsChannelBStatusTrap
484                    , channelALoopbackTrap
485                    , channelBLoopbackTrap
486                    , regionCodeTrap
487                    , installStatusTrap
488                    , installArmStateTrap
489                    , unitOutOfCalibrationTrap
490                    , incompatibleRegionCodesTrap
491                    , noWirelessChannelAvailableTrap
492                    , wirelessLinkDisabledWarningTrap
493                    , dataPortDisabledWarningTrap
494                    , dataPortFiberStatusTrap
495                    , dataPortConfigurationMismatchTrap
496                    , incompatibleMasterAndSlaveTrap
497                    , sNTPSyncTrap
498                    , tDDSynchronizationAlarmTrap
499                    , managementPortStatusTrap
500                    , managementPortDisabledWarningTrap
501                    , linkModeOptimizationMismatchTrap
502                    , managementPortConfigurationMismatchTrap
503                    , syslogStateTrap
504                    , syslogLocalNearlyFullTrap
505                    , syslogLocalWrappedTrap
506                    , syslogClientTrap
507                    , secureModeAlarmTrap
508                    , ethernetBridgingStatusAlarmTrap
509                    }
510      STATUS current
511      DESCRIPTION "The notifications group."
512      ::= { ptpGroups 99 }
513
514
515   DfsTableEntry ::=
516      SEQUENCE { dfsTableIndex INTEGER
517               , dfsMeans Integer32
518               , dfsNineNinePointNinePercentiles Integer32
519               , dfsPeaks Integer32
520      }
521
522   dfsTable OBJECT-TYPE
523      SYNTAX SEQUENCE OF DfsTableEntry
524      MAX-ACCESS not-accessible
525      STATUS current
526      DESCRIPTION
527        " A table storing a snapshot of various DFS measurements for each channel"
528      ::= { dfs 2 }
529
530   dfsTableEntry OBJECT-TYPE
531      SYNTAX DfsTableEntry
532      MAX-ACCESS not-accessible
533      STATUS current
534      DESCRIPTION
535        "Table DfsTable"
536      INDEX { dfsTableIndex }
537      ::= { dfsTable 1 }
538
539   EthernetPriorityTableEntry ::=
540      SEQUENCE { ethernetPriorityTableIndex INTEGER
541               , ethernetPriorityQueueMapping INTEGER
542      }
543
544   ethernetPriorityTable OBJECT-TYPE
545      SYNTAX SEQUENCE OF EthernetPriorityTableEntry
546      MAX-ACCESS not-accessible
547      STATUS current
548      DESCRIPTION
549        " A priority queue mapping table. This is a list of packet queues indexed by Ethernet priority."
550      ::= { ethernet 15 }
551
552   ethernetPriorityTableEntry OBJECT-TYPE
553      SYNTAX EthernetPriorityTableEntry
554      MAX-ACCESS not-accessible
555      STATUS current
556      DESCRIPTION
557        "Table EthernetPriorityTable"
558      INDEX { ethernetPriorityTableIndex }
559      ::= { ethernetPriorityTable 1 }
560
561   L2CPPriorityTableEntry ::=
562      SEQUENCE { l2CPPriorityTableIndex INTEGER
563               , l2CPPriorityQueueMapping INTEGER
564      }
565
566   l2CPPriorityTable OBJECT-TYPE
567      SYNTAX SEQUENCE OF L2CPPriorityTableEntry
568      MAX-ACCESS not-accessible
569      STATUS current
570      DESCRIPTION
571        " A priority queue mapping table. This is a list of packet queues indexed by L2CP priority."
572      ::= { ethernet 17 }
573
574   l2CPPriorityTableEntry OBJECT-TYPE
575      SYNTAX L2CPPriorityTableEntry
576      MAX-ACCESS not-accessible
577      STATUS current
578      DESCRIPTION
579        "Table L2CPPriorityTable"
580      INDEX { l2CPPriorityTableIndex }
581      ::= { l2CPPriorityTable 1 }
582
583   IPDSCPPriorityTableEntry ::=
584      SEQUENCE { iPDSCPPriorityTableIndex INTEGER
585               , iPDSCPPriorityQueueMapping INTEGER
586      }
587
588   iPDSCPPriorityTable OBJECT-TYPE
589      SYNTAX SEQUENCE OF IPDSCPPriorityTableEntry
590      MAX-ACCESS not-accessible
591      STATUS current
592      DESCRIPTION
593        " A priority queue mapping table. This is a list of packet queues indexed by L3 IP DSCP priority."
594      ::= { ethernet 19 }
595
596   iPDSCPPriorityTableEntry OBJECT-TYPE
597      SYNTAX IPDSCPPriorityTableEntry
598      MAX-ACCESS not-accessible
599      STATUS current
600      DESCRIPTION
601        "Table IPDSCPPriorityTable"
602      INDEX { iPDSCPPriorityTableIndex }
603      ::= { iPDSCPPriorityTable 1 }
604
605   MPLSTCPriorityTableEntry ::=
606      SEQUENCE { mPLSTCPriorityTableIndex INTEGER
607               , mPLSTCPriorityQueueMapping INTEGER
608      }
609
610   mPLSTCPriorityTable OBJECT-TYPE
611      SYNTAX SEQUENCE OF MPLSTCPriorityTableEntry
612      MAX-ACCESS not-accessible
613      STATUS current
614      DESCRIPTION
615        " A priority queue mapping table. This is a list of priority queues indexed by MPLS TC priority."
616      ::= { ethernet 21 }
617
618   mPLSTCPriorityTableEntry OBJECT-TYPE
619      SYNTAX MPLSTCPriorityTableEntry
620      MAX-ACCESS not-accessible
621      STATUS current
622      DESCRIPTION
623        "Table MPLSTCPriorityTable"
624      INDEX { mPLSTCPriorityTableIndex }
625      ::= { mPLSTCPriorityTable 1 }
626
627   SNMPTrapTableEntry ::=
628      SEQUENCE { sNMPTrapTableIndex INTEGER
629               , sNMPTrapIPAddress IpAddress
630               , sNMPTrapPortNumber INTEGER
631               , sNMPTrapInternetAddressType INTEGER
632               , sNMPTrapInternetAddress InetAddress
633               , sNMPTrapReceiverEnabled INTEGER
634      }
635
636   sNMPTrapTable OBJECT-TYPE
637      SYNTAX SEQUENCE OF SNMPTrapTableEntry
638      MAX-ACCESS not-accessible
639      STATUS current
640      DESCRIPTION
641        " SNMP trap configuration table."
642      ::= { snmpControl 4 }
643
644   sNMPTrapTableEntry OBJECT-TYPE
645      SYNTAX SNMPTrapTableEntry
646      MAX-ACCESS not-accessible
647      STATUS current
648      DESCRIPTION
649        "Table SNMPTrapTable"
650      INDEX { sNMPTrapTableIndex }
651      ::= { sNMPTrapTable 1 }
652
653   SNTPServerTableEntry ::=
654      SEQUENCE { sNTPServerTableIndex INTEGER
655               , sNTPServerIPAddress IpAddress
656               , sNTPServerPortNumber INTEGER
657               , sNTPServerStatus DisplayString
658               , sNTPServerInternetAddressType INTEGER
659               , sNTPServerInternetAddress InetAddress
660      }
661
662   sNTPServerTable OBJECT-TYPE
663      SYNTAX SEQUENCE OF SNTPServerTableEntry
664      MAX-ACCESS not-accessible
665      STATUS current
666      DESCRIPTION
667        ""
668      ::= { sntp 15 }
669
670   sNTPServerTableEntry OBJECT-TYPE
671      SYNTAX SNTPServerTableEntry
672      MAX-ACCESS not-accessible
673      STATUS current
674      DESCRIPTION
675        "Table SNTPServerTable"
676      INDEX { sNTPServerTableIndex }
677      ::= { sNTPServerTable 1 }
678
679   UserTableEntry ::=
680      SEQUENCE { userTableIndex INTEGER
681               , userName OCTET STRING
682               , userRole INTEGER
683               , userEnabled INTEGER
684               , userPassword OCTET STRING
685      }
686
687   userTable OBJECT-TYPE
688      SYNTAX SEQUENCE OF UserTableEntry
689      MAX-ACCESS not-accessible
690      STATUS current
691      DESCRIPTION
692        " The User Table Control group contains objects specifically for user account management."
693      ::= { aAAControl 2 }
694
695   userTableEntry OBJECT-TYPE
696      SYNTAX UserTableEntry
697      MAX-ACCESS not-accessible
698      STATUS current
699      DESCRIPTION
700        "Table UserTable"
701      INDEX { userTableIndex }
702      ::= { userTable 1 }
703
704   -- Dfs group attribute definitions
705   --
706   dfsTableNumber OBJECT-TYPE
707      SYNTAX INTEGER (1..63)
708      MAX-ACCESS read-only
709      STATUS current
710      DESCRIPTION
711             "Number of entries in the dfsTable"
712      ::= { dfs 1 }
713
714   -- DfsTable group attribute definitions
715   --
716   dfsTableIndex OBJECT-TYPE
717      SYNTAX INTEGER (1..63)
718      MAX-ACCESS not-accessible
719      STATUS current
720      DESCRIPTION
721             "used to index values in the dfsTable."
722      ::= { dfsTableEntry 1 }
723
724   dfsMeans OBJECT-TYPE
725      SYNTAX Integer32
726      MAX-ACCESS read-only
727      STATUS current
728      DESCRIPTION
729             "Snapshot of DFS means"
730      ::= { dfsTableEntry 2 }
731
732   dfsNineNinePointNinePercentiles OBJECT-TYPE
733      SYNTAX Integer32
734      MAX-ACCESS read-only
735      STATUS current
736      DESCRIPTION
737             "Snapshot of DFS 99.9 percentiles"
738      ::= { dfsTableEntry 3 }
739
740   dfsPeaks OBJECT-TYPE
741      SYNTAX Integer32
742      MAX-ACCESS read-only
743      STATUS current
744      DESCRIPTION
745             "Snapshot of DFS peaks"
746      ::= { dfsTableEntry 4 }
747
748   -- Bridge group attribute definitions
749   --
750   localPacketFiltering OBJECT-TYPE
751      SYNTAX INTEGER {
752                       disabled(0),
753                       enabled(1)
754                     }
755      MAX-ACCESS read-write
756      STATUS current
757      DESCRIPTION
758             "When Local Packet Filtering is Enabled, the bridge
759             learns the source MAC addresses of devices transmitting
760             Ethernet packets on the local Ethernet network, and only
761             bridges packets to the remote unit if the destination MAC
762             address has not been learnt as a 'local' device. When
763             Local Packet Filtering is Disabled then the bridge does
764             not learn the source MAC addresses of devices
765             transmitting Ethernet packets on the local Ethernet
766             network, and bridges ALL Ethernet packets received to the
767             remote unit. Local Packet Filtering should be enabled if
768             no external routing hardware is present"
769      ::= { bridge 1 }
770
771   -- Configuration group attribute definitions
772   --
773   iPv4Address OBJECT-TYPE
774      SYNTAX IpAddress
775      MAX-ACCESS read-write
776      STATUS current
777      DESCRIPTION
778             "Internet protocol (IPv4) address. This address is used
779             by the family of Internet protocols to uniquely identify
780             the unit on a network. NB: A system reboot is required to
781             activate changes to this attribute."
782      ::= { configuration 1 }
783
784   subnetMask OBJECT-TYPE
785      SYNTAX IpAddress
786      MAX-ACCESS read-write
787      STATUS current
788      DESCRIPTION
789             "A subnet allows the flow of network traffic between
790             hosts to be segregated based on a network configuration.
791             By organizing hosts into logical groups, subnetting can
792             improve network security and performance. NB: A system
793             reboot is required to activate changes to this attribute"
794      ::= { configuration 2 }
795
796   gatewayIPAddress OBJECT-TYPE
797      SYNTAX IpAddress
798      MAX-ACCESS read-write
799      STATUS current
800      DESCRIPTION
801             "The IPv4 address of a computer on the current network
802             that is currently acting as an IPv4 network gateway. A
803             gateway acts as an entrance / exit to packets from / to
804             other networks. NB: A system reboot is required to
805             activate changes to this attribute"
806      ::= { configuration 3 }
807
808   targetMACAddress OBJECT-TYPE
809      SYNTAX OCTET STRING (SIZE(6))
810      MAX-ACCESS read-only
811      STATUS current
812      DESCRIPTION
813             "MAC address of the PTP wireless unit forming the other
814             end of the PTP link"
815      ::= { configuration 4 }
816
817   masterSlaveMode OBJECT-TYPE
818      SYNTAX INTEGER {
819                       master(0),
820                       slave(1)
821                     }
822      MAX-ACCESS read-write
823      STATUS current
824      DESCRIPTION
825             "The PTP wireless link operates using a master and slave
826             relationship"
827      ::= { configuration 5 }
828
829   maximumTransmitPower OBJECT-TYPE
830      SYNTAX INTEGER (-15..27)
831      MAX-ACCESS read-only
832      STATUS current
833      DESCRIPTION
834             "Maximum transmit power the wireless unit is permitted to
835             use when establishing and maintaining the wireless link"
836      ::= { configuration 6 }
837
838   antennaGain OBJECT-TYPE
839      SYNTAX INTEGER (0..610)
840      MAX-ACCESS read-write
841      STATUS current
842      DESCRIPTION
843             "Antenna Gain. Expressed in 10ths of dBi. NB: This
844             attribute is ignored for variants with an integral
845             antenna."
846      ::= { configuration 7 }
847
848   cableLoss OBJECT-TYPE
849      SYNTAX INTEGER (0..255)
850      MAX-ACCESS read-write
851      STATUS current
852      DESCRIPTION
853             "Loss in the cable between the ODU and the antenna.
854             Expressed in 10ths of dB. NB: This attribute is ignored
855             for variants with an integral antenna."
856      ::= { configuration 8 }
857
858   eIRP OBJECT-TYPE
859      SYNTAX Integer32
860      MAX-ACCESS read-only
861      STATUS current
862      DESCRIPTION
863             "Effective Isotropic Radiated Power (EIRP) describes the
864             strength of the radio signal leaving the wireless unit.
865             Expressed in 10ths of dBm"
866      ::= { configuration 9 }
867
868   ethernetCappedMaxWirelessSpeed OBJECT-TYPE
869      SYNTAX INTEGER {
870                       disabled(0),
871                       enabled(1)
872                     }
873      MAX-ACCESS read-write
874      STATUS current
875      DESCRIPTION
876             "Ethernet frames will be discarded in the ODU if the data
877             rate over the wireless link exceeds the Ethernet link
878             speed at the local or remote Data port. The Ethernet
879             Capped Max Wireless Speed control limits the wireless
880             data rate based on the local and remote Ethernet link
881             speed. Set this control to Enabled if either ODU is
882             connected to an Ethernet link operating at less than 1000
883             Mbps. NB: This attribute is automatically disabled when
884             the installation agent is armed. To disarm the
885             installation agent use the installation wizard."
886      ::= { configuration 10 }
887
888   channelBandwidth OBJECT-TYPE
889      SYNTAX INTEGER {
890                       bw30MHz(0),
891                       bw15MHz(1),
892                       bw10MHz(2),
893                       bw5MHz(3),
894                       bw20MHz(4)
895                     }
896      MAX-ACCESS read-only
897      STATUS current
898      DESCRIPTION
899             "This control sets the bandwidth of the transmit and
900             receive radio channels"
901      ::= { configuration 11 }
902
903   remoteIPAddress OBJECT-TYPE
904      SYNTAX IpAddress
905      MAX-ACCESS read-only
906      STATUS current
907      DESCRIPTION
908             "IP Address of the peer wireless unit"
909      ::= { configuration 12 }
910
911   linkName OBJECT-TYPE
912      SYNTAX DisplayString (SIZE(0..63))
913      MAX-ACCESS read-write
914      STATUS current
915      DESCRIPTION
916             "Name of the PTP link allocated by the System
917             Administrator. Used to establish a connection with the
918             correct PTP wireless unit at the other end of the link.
919             NOTE: The link name MUST be the same at both ends of the
920             PTP link."
921      ::= { configuration 14 }
922
923   siteName OBJECT-TYPE
924      SYNTAX DisplayString (SIZE(0..63))
925      MAX-ACCESS read-write
926      STATUS current
927      DESCRIPTION
928             "This field contains a user-provided description of the
929             site name together with any additional notes"
930      ::= { configuration 15 }
931
932   accessMethod OBJECT-TYPE
933      SYNTAX INTEGER {
934                       linkAccess(0),
935                       linkNameAccess(1),
936                       groupAccess(2)
937                     }
938      MAX-ACCESS read-only
939      STATUS current
940      DESCRIPTION
941             "ODUs must be configured in pairs before a link can be
942             established. The Access Method attribute determines how
943             the paired ODUs will recognise each other. For the Link
944             Access method, each ODU must be configured with Target
945             MAC Address equal to the MAC Address of the other unit.
946             For the Link Name Access method, both units must be
947             configured with the same Link Name. For the Group Access
948             method, both units must be configured with the same Group
949             ID."
950      ::= { configuration 16 }
951
952   groupID OBJECT-TYPE
953      SYNTAX INTEGER (0..255)
954      MAX-ACCESS read-write
955      STATUS current
956      DESCRIPTION
957             "When Access Method is set to Group Access, the Group ID
958             identifies all the units belonging to the same group"
959      ::= { configuration 17 }
960
961   iPv6Address OBJECT-TYPE
962      SYNTAX DisplayString (SIZE(0..39))
963      MAX-ACCESS read-write
964      STATUS current
965      DESCRIPTION
966             "Internet protocol (IPv6) address. This address is used
967             by the family of Internet protocols to uniquely identify
968             the unit on a network. NB: A system reboot is required to
969             activate changes to this attribute."
970      ::= { configuration 18 }
971
972   iPVersion OBJECT-TYPE
973      SYNTAX INTEGER {
974                       iPv4(0),
975                       iPv6(1),
976                       dualIPv4andIPv6(2)
977                     }
978      MAX-ACCESS read-write
979      STATUS current
980      DESCRIPTION
981             "IP protocol selection. Choice of IPv4, IPv6 or Dual."
982      ::= { configuration 20 }
983
984   iPv6AutoConfiguredLinkLocalAddress OBJECT-TYPE
985      SYNTAX DisplayString (SIZE(0..39))
986      MAX-ACCESS read-only
987      STATUS current
988      DESCRIPTION
989             "The auto configured link local IPv6 address"
990      ::= { configuration 21 }
991
992   iPv6PrefixLength OBJECT-TYPE
993      SYNTAX INTEGER (0..128)
994      MAX-ACCESS read-write
995      STATUS current
996      DESCRIPTION
997             "IPv6 prefix length"
998      ::= { configuration 22 }
999
1000   iPv6GatewayAddress OBJECT-TYPE
1001      SYNTAX DisplayString (SIZE(0..39))
1002      MAX-ACCESS read-write
1003      STATUS current
1004      DESCRIPTION
1005             "The IPv6 address of a computer on the current network
1006             that is currently acting as an IPv6 network gateway. A
1007             gateway acts as an entrance / exit to packets from / to
1008             other networks. Note that it is usual to use the
1009             link-local address of the gateway. NB: A system reboot is
1010             required to activate changes to this attribute"
1011      ::= { configuration 23 }
1012
1013   remoteInternetAddressType OBJECT-TYPE
1014      SYNTAX INTEGER {
1015                       unknown(0),
1016                       ipv4(1),
1017                       ipv6(2),
1018                       ipv4z(3),
1019                       ipv6z(4),
1020                       unknown6(5),
1021                       unknown7(6),
1022                       unknown8(7),
1023                       unknown9(8),
1024                       unknown10(9),
1025                       unknown11(10),
1026                       unknown12(11),
1027                       unknown13(12),
1028                       unknown14(13),
1029                       unknown15(14),
1030                       unknown16(15),
1031                       dns(16)
1032                     }
1033      MAX-ACCESS read-only
1034      STATUS current
1035      DESCRIPTION
1036             "The type of Internet address specified by the associated
1037             remoteInternetAddressType."
1038      ::= { configuration 24 }
1039
1040   remoteInternetAddress OBJECT-TYPE
1041      SYNTAX InetAddress
1042      MAX-ACCESS read-only
1043      STATUS current
1044      DESCRIPTION
1045             "INET address used to identify the peer wireless unit"
1046      ::= { configuration 25 }
1047
1048   -- Ethernet group attribute definitions
1049   --
1050   dataPortAutoNegotiation OBJECT-TYPE
1051      SYNTAX INTEGER {
1052                       disabled(0),
1053                       enabled(1)
1054                     }
1055      MAX-ACCESS read-write
1056      STATUS current
1057      DESCRIPTION
1058             "This controls whether the local Ethernet interface
1059             configuration is automatically negotiated or forced. Do
1060             not use a forced setting together with auto negotiation
1061             at the Ethernet link partner. If you want to run your
1062             Ethernet link at a fixed speed and duplex then you would
1063             normally leave auto negotiation enabled and only enable
1064             the single Auto Neg Advertisement option that you want
1065             the link to run in - FORCING ETHERNET CONFIGURATION IS A
1066             LAST RESORT WHICH SHOULD ONLY BE PERFORMED IF YOU ARE
1067             HAVING PROBLEMS WITH AUTO NEGOTIATION - AND YOU MUST
1068             ENSURE THAT YOU CONFIGURE BOTH THIS UNIT AND THE ETHERNET
1069             LINK PARTNER TO WHICH IT IS CONNECTED IDENTICALLY (THE
1070             LINK PARTNER MUST NOT HAVE AUTO NEGOTIATION ENABLED
1071             EITHER, OTHERWISE A DUPLEX MISMATCH WILL OCCUR). NB: The
1072             new setting will only take effect after a system reboot."
1073      ::= { ethernet 1 }
1074
1075   dataPortAutoNegAdvertisement OBJECT-TYPE
1076      SYNTAX BITS {
1077                    negInvalid(2),
1078                    neg10MbpsHalfDuplex(3),
1079                    neg10MbpsFullDuplex(4),
1080                    neg100MbpsHalfDuplex(5),
1081                    neg100MbpsFullDuplex(6),
1082                    neg1000MbpsFullDuplex(7)
1083                  }
1084      MAX-ACCESS read-write
1085      STATUS current
1086      DESCRIPTION
1087             "This sets the different Ethernet configurations that
1088             will be advertised during auto negotiation. Note the new
1089             setting will only take effect after a system reboot.
1090             WARNING: Duplex mismatch may result if both ends of the
1091             Ethernet link do not have the same settings. Do not auto
1092             negotiation together with a fixed setting at the Ethernet
1093             link partner. WARNING: Make sure that you select
1094             option(s) that you know your connected equipment can
1095             cater for!"
1096      ::= { ethernet 2 }
1097
1098   dataPortAutoMdix OBJECT-TYPE
1099      SYNTAX INTEGER {
1100                       disabled(0),
1101                       enabled(1)
1102                     }
1103      MAX-ACCESS read-write
1104      STATUS current
1105      DESCRIPTION
1106             "This enables/disables the Auto MDI/MDIX capability. NB:
1107             The new setting will only take effect after a system
1108             reboot"
1109      ::= { ethernet 3 }
1110
1111   dataPortStatus OBJECT-TYPE
1112      SYNTAX INTEGER {
1113                       down(0),
1114                       copperLinkUp(1),
1115                       fiberLinkUp(2)
1116                     }
1117      MAX-ACCESS read-only
1118      STATUS current
1119      DESCRIPTION
1120             "Current status of the Ethernet link. NB: a change of
1121             state may generate an SNMP trap and/or SMTP email alert"
1122      ::= { ethernet 4 }
1123
1124   dataPortSpeedAndDuplex OBJECT-TYPE
1125      SYNTAX INTEGER {
1126                       speed1000MbpsFullDuplex(0),
1127                       speed100MbpsFullDuplex(1),
1128                       speed100MbpsHalfDuplex(2),
1129                       speed10MbpsFullDuplex(3),
1130                       speed10MbpsHalfDuplex(4),
1131                       speedUnknown6(5)
1132                     }
1133      MAX-ACCESS read-only
1134      STATUS current
1135      DESCRIPTION
1136             "The current speed and duplex of the Ethernet link"
1137      ::= { ethernet 5 }
1138
1139   dataPortWirelessDownAlert OBJECT-TYPE
1140      SYNTAX INTEGER {
1141                       disabled(0),
1142                       enabled(1)
1143                     }
1144      MAX-ACCESS read-write
1145      STATUS current
1146      DESCRIPTION
1147             "When enabled, this causes the Ethernet link to be
1148             dropped briefly when the wireless link drops. This is so
1149             that spanning tree algorithms can quickly detect that
1150             there is a problem."
1151      ::= { ethernet 6 }
1152
1153   useVLANForManagementInterfaces OBJECT-TYPE
1154      SYNTAX INTEGER {
1155                       noVLANTagging(0),
1156                       iEEE8021QTaggedCTagType8100(1),
1157                       iEEE8021adTaggedSTagorBTagType88a8(2)
1158                     }
1159      MAX-ACCESS read-write
1160      STATUS current
1161      DESCRIPTION
1162             "This controls whether the management interfaces
1163             (WWW/SNMP/SMTP/SNTP) use VLAN tags or not. NB: The new
1164             setting will only take effect after a system reboot"
1165      ::= { ethernet 7 }
1166
1167   vLANManagementPriority OBJECT-TYPE
1168      SYNTAX INTEGER {
1169                       p0(0),
1170                       p1(1),
1171                       p2(2),
1172                       p3(3),
1173                       p4(4),
1174                       p5(5),
1175                       p6(6),
1176                       p7(7)
1177                     }
1178      MAX-ACCESS read-write
1179      STATUS current
1180      DESCRIPTION
1181             "This VLAN Priority (0-7) will be included in packets
1182             generated by the management interfaces. NB: The new
1183             setting will only take effect after a system reboot"
1184      ::= { ethernet 8 }
1185
1186   vLANManagementVID OBJECT-TYPE
1187      SYNTAX INTEGER (0..4094)
1188      MAX-ACCESS read-write
1189      STATUS current
1190      DESCRIPTION
1191             "This VLAN VID (0-4094) will be included in packets
1192             generated by the management interfaces. Note the new
1193             setting will only take effect after a system reboot"
1194      ::= { ethernet 11 }
1195
1196   managementPortStatus OBJECT-TYPE
1197      SYNTAX INTEGER {
1198                       down(0),
1199                       copperLinkUp(1)
1200                     }
1201      MAX-ACCESS read-only
1202      STATUS current
1203      DESCRIPTION
1204             "Current status of the out-of-band management link. NB: a
1205             change of state may generate an SNMP trap and/or SMTP
1206             email alert"
1207      ::= { ethernet 12 }
1208
1209   managementPortSpeedAndDuplex OBJECT-TYPE
1210      SYNTAX INTEGER {
1211                       speed100MbpsFullDuplex(1),
1212                       speed100MbpsHalfDuplex(2),
1213                       speed10MbpsFullDuplex(3),
1214                       speed10MbpsHalfDuplex(4),
1215                       speedUnknown6(5)
1216                     }
1217      MAX-ACCESS read-only
1218      STATUS current
1219      DESCRIPTION
1220             "The current speed and duplex of the out-of-band
1221             management link"
1222      ::= { ethernet 13 }
1223
1224   ethernetPriorityTableNumber OBJECT-TYPE
1225      SYNTAX INTEGER (9)
1226      MAX-ACCESS read-only
1227      STATUS current
1228      DESCRIPTION
1229             "Number of entries in the vLANPriorityTable."
1230      ::= { ethernet 14 }
1231
1232   l2CPPriorityTableNumber OBJECT-TYPE
1233      SYNTAX INTEGER (5)
1234      MAX-ACCESS read-only
1235      STATUS current
1236      DESCRIPTION
1237             "Number of entries in the l2CPPriorityTable."
1238      ::= { ethernet 16 }
1239
1240   iPDSCPPriorityTableNumber OBJECT-TYPE
1241      SYNTAX INTEGER (64)
1242      MAX-ACCESS read-only
1243      STATUS current
1244      DESCRIPTION
1245             "Number of entries in the iPDSCPPriorityTable."
1246      ::= { ethernet 18 }
1247
1248   mPLSTCPriorityTableNumber OBJECT-TYPE
1249      SYNTAX INTEGER (8)
1250      MAX-ACCESS read-only
1251      STATUS current
1252      DESCRIPTION
1253             "Number of entries in the mPLSTCPriorityTable."
1254      ::= { ethernet 20 }
1255
1256   managementMode OBJECT-TYPE
1257      SYNTAX INTEGER {
1258                       outofBandLocal(0),
1259                       outofBand(1),
1260                       inBand(2),
1261                       inBandLocal(3)
1262                     }
1263      MAX-ACCESS read-only
1264      STATUS current
1265      DESCRIPTION
1266             "Out-of-Band Management (only available on certain
1267             hardware models): End-to-end out-of-band mode in which
1268             the management agent can be reached from the management
1269             port at the local ODU and (assuming that the wireless
1270             link is established) the management port at the remote
1271             ODU. Out-of-Band Local Management (only available on
1272             certain hardware models): Similar to the standard
1273             Out-of-Band mode, except that management frames are not
1274             forwarded over the wireless link. In-Band Management
1275             (default): The management agent can be reached from the
1276             data port at the local ODU and (assuming that the
1277             wireless link is established) the data port at the remote
1278             ODU. In this mode the management port is disabled.
1279             In-Band Local Management (only available when 'Use VLAN
1280             For Management Interfaces' configures a VLAN tag):
1281             Similar to the standard In-Band mode, except that
1282             management frames are not forwarded over the wireless
1283             link."
1284      ::= { ethernet 22 }
1285
1286   managementPortWirelessDownAlert OBJECT-TYPE
1287      SYNTAX INTEGER {
1288                       disabled(0),
1289                       enabled(1)
1290                     }
1291      MAX-ACCESS read-only
1292      STATUS current
1293      DESCRIPTION
1294             "When enabled, this causes the management link to be
1295             dropped briefly when the wireless link drops. This is so
1296             that spanning tree algorithms can quickly detect that
1297             there is a problem."
1298      ::= { ethernet 23 }
1299
1300   qOSPriorityScheme OBJECT-TYPE
1301      SYNTAX INTEGER {
1302                       ethernet(0),
1303                       iPMPLS(1)
1304                     }
1305      MAX-ACCESS read-write
1306      STATUS current
1307      DESCRIPTION
1308             "Selects classification based on fields in the Ethernet
1309             header (Layer 2) or in the Network header (Layer 3). The
1310             unit recognises two network layer protocols: IP and MPLS"
1311      ::= { ethernet 24 }
1312
1313   unknownNetworkPriorityQueueMapping OBJECT-TYPE
1314      SYNTAX INTEGER {
1315                       q0(0),
1316                       q1(1),
1317                       q2(2),
1318                       q3(3),
1319                       q4(4),
1320                       q5(5),
1321                       q6(6),
1322                       q7(7)
1323                     }
1324      MAX-ACCESS read-write
1325      STATUS current
1326      DESCRIPTION
1327             "Configures the classification of unknown network
1328             protocols to an egress queue at the wireless port.
1329             Unknown means something other than IP and MPLS"
1330      ::= { ethernet 25 }
1331
1332   dSCPManagementPriority OBJECT-TYPE
1333      SYNTAX INTEGER (0..63)
1334      MAX-ACCESS read-only
1335      STATUS current
1336      DESCRIPTION
1337             "This Differentiated Services Code Point value will be
1338             inserted in the IP Header of all IP Datagrams transmitted
1339             by the management interfaces"
1340      ::= { ethernet 26 }
1341
1342   ethernetBridgingStatus OBJECT-TYPE
1343      SYNTAX INTEGER {
1344                       disabled(0),
1345                       enabled(1)
1346                     }
1347      MAX-ACCESS read-only
1348      STATUS current
1349      DESCRIPTION
1350             "Current status of Ethernet packet bridging over the
1351             wireless link"
1352      ::= { ethernet 27 }
1353
1354   -- EthernetPriorityTable group attribute definitions
1355   --
1356   ethernetPriorityTableIndex OBJECT-TYPE
1357      SYNTAX INTEGER {
1358                       p0(1),
1359                       p1(2),
1360                       p2(3),
1361                       p3(4),
1362                       p4(5),
1363                       p5(6),
1364                       p6(7),
1365                       p7(8),
1366                       untagged(9)
1367                     }
1368      MAX-ACCESS not-accessible
1369      STATUS current
1370      DESCRIPTION
1371             "Ethernet priority flag, used to index values in the
1372             ethernetPriorityTable"
1373      ::= { ethernetPriorityTableEntry 1 }
1374
1375   ethernetPriorityQueueMapping OBJECT-TYPE
1376      SYNTAX INTEGER {
1377                       q0(0),
1378                       q1(1),
1379                       q2(2),
1380                       q3(3),
1381                       q4(4),
1382                       q5(5),
1383                       q6(6),
1384                       q7(7)
1385                     }
1386      MAX-ACCESS read-write
1387      STATUS current
1388      DESCRIPTION
1389             "Configures the classification of this Ethernet priority
1390             (also known as IEEE 802.1p value) to an egress queue at
1391             the wireless port"
1392      ::= { ethernetPriorityTableEntry 2 }
1393
1394   -- L2CPPriorityTable group attribute definitions
1395   --
1396   l2CPPriorityTableIndex OBJECT-TYPE
1397      SYNTAX INTEGER {
1398                       bridge(1),
1399                       mRP(2),
1400                       cFM(3),
1401                       rAPS(4),
1402                       eAPS(5)
1403                     }
1404      MAX-ACCESS not-accessible
1405      STATUS current
1406      DESCRIPTION
1407             "L2CP priority flag, used to index values in the
1408             l2CPPriorityTable"
1409      ::= { l2CPPriorityTableEntry 1 }
1410
1411   l2CPPriorityQueueMapping OBJECT-TYPE
1412      SYNTAX INTEGER {
1413                       q0(0),
1414                       q1(1),
1415                       q2(2),
1416                       q3(3),
1417                       q4(4),
1418                       q5(5),
1419                       q6(6),
1420                       q7(7)
1421                     }
1422      MAX-ACCESS read-write
1423      STATUS current
1424      DESCRIPTION
1425             "Configures the classification of this layer two control
1426             protocol (L2CP) to an egress queue at the wireless port"
1427      ::= { l2CPPriorityTableEntry 2 }
1428
1429   -- IPDSCPPriorityTable group attribute definitions
1430   --
1431   iPDSCPPriorityTableIndex OBJECT-TYPE
1432      SYNTAX INTEGER (1..64)
1433      MAX-ACCESS not-accessible
1434      STATUS current
1435      DESCRIPTION
1436             "IP DSCP priority flag, used to index values in the
1437             iPDSCPPriorityTable"
1438      ::= { iPDSCPPriorityTableEntry 1 }
1439
1440   iPDSCPPriorityQueueMapping OBJECT-TYPE
1441      SYNTAX INTEGER {
1442                       q0(0),
1443                       q1(1),
1444                       q2(2),
1445                       q3(3),
1446                       q4(4),
1447                       q5(5),
1448                       q6(6),
1449                       q7(7)
1450                     }
1451      MAX-ACCESS read-write
1452      STATUS current
1453      DESCRIPTION
1454             "Configures the classification of this IP differentiated
1455             services code point (DSCP) value to an egress queue at
1456             the wireless port"
1457      ::= { iPDSCPPriorityTableEntry 2 }
1458
1459   -- MPLSTCPriorityTable group attribute definitions
1460   --
1461   mPLSTCPriorityTableIndex OBJECT-TYPE
1462      SYNTAX INTEGER (1..8)
1463      MAX-ACCESS not-accessible
1464      STATUS current
1465      DESCRIPTION
1466             "MPLS TC priority flag, used to index values in the
1467             mPLSTCPriorityTable"
1468      ::= { mPLSTCPriorityTableEntry 1 }
1469
1470   mPLSTCPriorityQueueMapping OBJECT-TYPE
1471      SYNTAX INTEGER {
1472                       q0(0),
1473                       q1(1),
1474                       q2(2),
1475                       q3(3),
1476                       q4(4),
1477                       q5(5),
1478                       q6(6),
1479                       q7(7)
1480                     }
1481      MAX-ACCESS read-write
1482      STATUS current
1483      DESCRIPTION
1484             "Configures the classification of this MPLS traffic class
1485             (the field formerly known as EXP) to an egress queue at
1486             the wireless port"
1487      ::= { mPLSTCPriorityTableEntry 2 }
1488
1489   -- Telecom group attribute definitions
1490   --
1491   telecomsInterface OBJECT-TYPE
1492      SYNTAX INTEGER {
1493                       none(0),
1494                       e1(1),
1495                       t1(2)
1496                     }
1497      MAX-ACCESS read-only
1498      STATUS current
1499      DESCRIPTION
1500             "The line interface type. If this is set to 'None' then
1501             the telecoms interfaces are disabled, and the telecom
1502             group attributes will be ignored."
1503      ::= { telecom 1 }
1504
1505   telecomsChannelAStatus OBJECT-TYPE
1506      SYNTAX INTEGER {
1507                       disabled(0),
1508                       noSignalLocal(1),
1509                       noSignalRemote(2),
1510                       noSignalLocalandRemote(3),
1511                       up(4),
1512                       remoteTiming(5),
1513                       noSignalLocalandRemoteTiming(6)
1514                     }
1515      MAX-ACCESS read-only
1516      STATUS current
1517      DESCRIPTION
1518             "Current status of telecoms channel A. NB: a change of
1519             state may generate an SNMP trap and/or SMTP email alert"
1520      ::= { telecom 2 }
1521
1522   telecomsChannelBStatus OBJECT-TYPE
1523      SYNTAX INTEGER {
1524                       disabled(0),
1525                       noSignalLocal(1),
1526                       noSignalRemote(2),
1527                       noSignalLocalandRemote(3),
1528                       up(4),
1529                       remoteTiming(5),
1530                       noSignalLocalandRemoteTiming(6)
1531                     }
1532      MAX-ACCESS read-only
1533      STATUS current
1534      DESCRIPTION
1535             "Current status of telecoms channel B. NB: a change of
1536             state may generate an SNMP trap and/or SMTP email alert"
1537      ::= { telecom 3 }
1538
1539   channelALineCode OBJECT-TYPE
1540      SYNTAX INTEGER {
1541                       aMI(0),
1542                       b8ZSHDB3(1)
1543                     }
1544      MAX-ACCESS read-only
1545      STATUS current
1546      DESCRIPTION
1547             "The line code setting of the telecoms interface. This
1548             must match the setting of the device connected to this
1549             interface"
1550      ::= { telecom 4 }
1551
1552   channelBLineCode OBJECT-TYPE
1553      SYNTAX INTEGER {
1554                       aMI(0),
1555                       b8ZSHDB3(1)
1556                     }
1557      MAX-ACCESS read-only
1558      STATUS current
1559      DESCRIPTION
1560             "The line code setting of the telecoms interface. This
1561             must match the setting of the device connected to this
1562             interface"
1563      ::= { telecom 5 }
1564
1565   channelACableLength OBJECT-TYPE
1566      SYNTAX INTEGER {
1567                       feet133(0),
1568                       feet266(1),
1569                       feet399(2),
1570                       feet533(3),
1571                       feet655(4)
1572                     }
1573      MAX-ACCESS read-only
1574      STATUS current
1575      DESCRIPTION
1576             "The length of the cable connected to the telecoms
1577             interface, measured in feet"
1578      ::= { telecom 6 }
1579
1580   channelBCableLength OBJECT-TYPE
1581      SYNTAX INTEGER {
1582                       feet133(0),
1583                       feet266(1),
1584                       feet399(2),
1585                       feet533(3),
1586                       feet655(4)
1587                     }
1588      MAX-ACCESS read-only
1589      STATUS current
1590      DESCRIPTION
1591             "The length of the cable connected to the telecoms
1592             interface, measured in feet"
1593      ::= { telecom 7 }
1594
1595   channelALoopback OBJECT-TYPE
1596      SYNTAX INTEGER {
1597                       none(0),
1598                       copper(1),
1599                       wireless(2)
1600                     }
1601      MAX-ACCESS read-only
1602      STATUS current
1603      DESCRIPTION
1604             "The loopback status of telecoms channel A. This is
1605             intended for installation testing and should be set to
1606             'None' for normal operation. The wire connections to a
1607             unit can be tested by applying a 'Copper' loopback to the
1608             local unit. The wireless connection to the remote unit
1609             can be tested by applying a 'Wireless' loopback to the
1610             remote unit with no loopback on the local unit. NB: a
1611             change of state may generate an SNMP trap and/or SMTP
1612             email alert"
1613      ::= { telecom 8 }
1614
1615   channelBLoopback OBJECT-TYPE
1616      SYNTAX INTEGER {
1617                       none(0),
1618                       copper(1),
1619                       wireless(2)
1620                     }
1621      MAX-ACCESS read-only
1622      STATUS current
1623      DESCRIPTION
1624             "The loopback status of telecoms channel B. This is
1625             intended for installation testing and should be set to
1626             'None' for normal operation. The wire connections to a
1627             unit can be tested by applying a 'Copper' loopback to the
1628             local unit. The wireless connection to the remote unit
1629             can be tested by applying a 'Wireless' loopback to the
1630             remote unit with no loopback on the local unit. NB: a
1631             change of state may generate an SNMP trap and/or SMTP
1632             email alert"
1633      ::= { telecom 9 }
1634
1635   telecomsChannelSelection OBJECT-TYPE
1636      SYNTAX INTEGER {
1637                       channelAOnly(0),
1638                       channelsAandB(1)
1639                     }
1640      MAX-ACCESS read-only
1641      STATUS current
1642      DESCRIPTION
1643             "Indicates which telecoms channels have been enabled. If
1644             only Channel A has been enabled, then the Channel B
1645             attributes will be ignored."
1646      ::= { telecom 10 }
1647
1648   -- Licence group attribute definitions
1649   --
1650   regionCode OBJECT-TYPE
1651      SYNTAX INTEGER {
1652                       regionCodeInvalid(0),
1653                       regionCode1(1),
1654                       regionCode2(2),
1655                       regionCode3(3),
1656                       regionCode4(4),
1657                       regionCode5(5),
1658                       regionCode6(6),
1659                       regionCode7(7),
1660                       regionCode8(8),
1661                       regionCode9(9),
1662                       regionCode10(10),
1663                       regionCode11(11),
1664                       regionCode12(12),
1665                       regionCode13(13),
1666                       regionCode14(14),
1667                       regionCode15(15),
1668                       regionCode16(16),
1669                       regionCode17(17),
1670                       regionCode18(18),
1671                       regionCode19(19),
1672                       regionCode20(20),
1673                       regionCode21(21),
1674                       regionCode22(22),
1675                       regionCode23(23),
1676                       regionCode24(24),
1677                       regionCode25(25),
1678                       regionCode26(26),
1679                       regionCode27(27),
1680                       regionCode28(28),
1681                       regionCode29(29),
1682                       regionCode30(30),
1683                       regionCode31(31)
1684                     }
1685      MAX-ACCESS read-only
1686      STATUS current
1687      DESCRIPTION
1688             "The region code prohibits the wireless unit from
1689             operating outside the regulated limits. An invalid region
1690             code indicates a corrupted license key. NB: a change of
1691             state may generate an SNMP trap and/or SMTP email alert"
1692      ::= { licence 1 }
1693
1694   productVariant OBJECT-TYPE
1695      SYNTAX INTEGER {
1696                       pTPxx400Full(0),
1697                       pTPxx400Deprecated1(1),
1698                       pTPxx400Deprecated2(2),
1699                       pTPxx400Lite(3),
1700                       spare1(4),
1701                       pTPxx300(5),
1702                       spare2(6),
1703                       spare3(7),
1704                       pTPxx500FullDeprecated(8),
1705                       pTPxx500LiteDeprecated(9),
1706                       pTPxx500(10),
1707                       pTPxx600Lite(11),
1708                       pTPxx600Full(12),
1709                       spare5(13),
1710                       spare6(14),
1711                       pTP800(15)
1712                     }
1713      MAX-ACCESS read-only
1714      STATUS current
1715      DESCRIPTION
1716             "The product variant"
1717      ::= { licence 2 }
1718
1719   productName OBJECT-TYPE
1720      SYNTAX DisplayString (SIZE(0..63))
1721      MAX-ACCESS read-only
1722      STATUS current
1723      DESCRIPTION
1724             "Name of the product variant"
1725      ::= { licence 3 }
1726
1727   ethernetFiberSupport OBJECT-TYPE
1728      SYNTAX INTEGER {
1729                       disabled(0),
1730                       enabled(1)
1731                     }
1732      MAX-ACCESS read-only
1733      STATUS current
1734      DESCRIPTION
1735             "Ethernet fiber support availability on this wireless
1736             unit"
1737      ::= { licence 4 }
1738
1739   frequencyVariant OBJECT-TYPE
1740      SYNTAX INTEGER {
1741                       freq5800MHz(0),
1742                       freq5400MHz(1),
1743                       freq4900MHz(2),
1744                       freq2500MHz(3),
1745                       freq5800MHz2(4),
1746                       freq5400MHz2(5),
1747                       freq4500MHz(6),
1748                       freq5900MHz(7),
1749                       freq5200MHz(8),
1750                       freq5100MHz(9),
1751                       freq4800MHz(10)
1752                     }
1753      MAX-ACCESS read-only
1754      STATUS current
1755      DESCRIPTION
1756             "Frequency variant of the wireless unit"
1757      ::= { licence 5 }
1758
1759   bandwidthVariant OBJECT-TYPE
1760      SYNTAX INTEGER {
1761                       bw30MHz(0),
1762                       bw15MHz(1),
1763                       bw10MHz(2),
1764                       bw5MHz(3),
1765                       bw20MHz(4)
1766                     }
1767      MAX-ACCESS read-only
1768      STATUS current
1769      DESCRIPTION
1770             "Bandwidth variant of the wireless unit"
1771      ::= { licence 6 }
1772
1773   constantPowerSpectralDensity OBJECT-TYPE
1774      SYNTAX INTEGER {
1775                       constant(0),
1776                       fullPower(1)
1777                     }
1778      MAX-ACCESS read-only
1779      STATUS current
1780      DESCRIPTION
1781             "Constant power spectral density mode control"
1782      ::= { licence 7 }
1783
1784   sNMPv3Enable OBJECT-TYPE
1785      SYNTAX INTEGER {
1786                       disabled(0),
1787                       enabled(1)
1788                     }
1789      MAX-ACCESS read-only
1790      STATUS current
1791      DESCRIPTION
1792             "SNMPv3 availability control"
1793      ::= { licence 9 }
1794
1795   hAZLOCConfiguration OBJECT-TYPE
1796      SYNTAX INTEGER {
1797                       nonHAZLOCUnit(0),
1798                       gasGroupA(1),
1799                       gasGroupB(2),
1800                       gasGroupC(3),
1801                       gasGroupD(4)
1802                     }
1803      MAX-ACCESS read-only
1804      STATUS current
1805      DESCRIPTION
1806             "The HAZLOC/ATEX Configuration of this unit. The Gas
1807             Group is configured by the license key."
1808      ::= { licence 10 }
1809
1810   securityLevel OBJECT-TYPE
1811      SYNTAX INTEGER {
1812                       normal(0),
1813                       fIPS(1),
1814                       uCAPL(2)
1815                     }
1816      MAX-ACCESS read-only
1817      STATUS current
1818      DESCRIPTION
1819             "The maximum configurable security level"
1820      ::= { licence 11 }
1821
1822   -- Management group attribute definitions
1823   --
1824   targetRange OBJECT-TYPE
1825      SYNTAX INTEGER (0..2000)
1826      MAX-ACCESS read-only
1827      STATUS current
1828      DESCRIPTION
1829             "Initial target range used in installation +/-1,
1830             expressed in tenths of a kilometer. When Auto-Ranging
1831             this must be set to 0"
1832      ::= { management 1 }
1833
1834   rangingMode OBJECT-TYPE
1835      SYNTAX INTEGER {
1836                       auto0to40km(0),
1837                       auto0to100km(1),
1838                       auto0to200km(2),
1839                       targetRange(3)
1840                     }
1841      MAX-ACCESS read-only
1842      STATUS current
1843      DESCRIPTION
1844             "Type of ranging to use during installation, either
1845             Auto-Ranging or use a selectable Target Range"
1846      ::= { management 2 }
1847
1848   installStatus OBJECT-TYPE
1849      SYNTAX INTEGER {
1850                       ok(0),
1851                       wrongPeer(1)
1852                     }
1853      MAX-ACCESS read-only
1854      STATUS current
1855      DESCRIPTION
1856             "A non-zero value indicates that signalling was received
1857             with the wrong MAC address or a mismatched link name. NB:
1858             It is very unusual to detect this, because units with
1859             mis-configured Target MAC Address will normally fail to
1860             establish a wireless link. However, rare circumstances
1861             may establish a partial wireless link and detect this
1862             situation. NB: A non-zero value on start-up, or a change
1863             of value during operation, may generate an SNMP trap
1864             and/or SMTP email alert"
1865      ::= { management 3 }
1866
1867   installArmState OBJECT-TYPE
1868      SYNTAX INTEGER {
1869                       disarmed(0),
1870                       armed(1)
1871                     }
1872      MAX-ACCESS read-only
1873      STATUS current
1874      DESCRIPTION
1875             "Indicates if the unit is being installed. NB: a change
1876             of state may generate an SNMP trap and/or SMTP email
1877             alert"
1878      ::= { management 4 }
1879
1880   tFTPServerIPAddress OBJECT-TYPE
1881      SYNTAX IpAddress
1882      MAX-ACCESS read-write
1883      STATUS current
1884      DESCRIPTION
1885             "IP address of the TFTP Server from which the TFTP
1886             Software Upgrade File Name will be retrieved"
1887      ::= { management 5 }
1888
1889   tFTPServerPortNumber OBJECT-TYPE
1890      SYNTAX INTEGER (0..65535)
1891      MAX-ACCESS read-write
1892      STATUS current
1893      DESCRIPTION
1894             "The port number of the TFTP Server from which the TFTP
1895             Software Upgrade File Name will be retrieved"
1896      ::= { management 6 }
1897
1898   tFTPSoftwareUpgradeFileName OBJECT-TYPE
1899      SYNTAX DisplayString (SIZE(0..127))
1900      MAX-ACCESS read-write
1901      STATUS current
1902      DESCRIPTION
1903             "Filename of the Software Upgrade to be loaded from the
1904             TFTP Server"
1905      ::= { management 7 }
1906
1907   tFTPStartSoftwareUpgrade OBJECT-TYPE
1908      SYNTAX Integer32
1909      MAX-ACCESS read-write
1910      STATUS current
1911      DESCRIPTION
1912             "Write '1' to this attribute to start the TFTP software
1913             upgrade process. The attribute will be reset to 0 when
1914             the upgrade process has finished. Continuing with the
1915             software upgrade will cause spectrum management (DSO)
1916             channel metrics collection to stop. The wireless unit
1917             will no longer search for the optimal operational radio
1918             channel. The performance of this wireless link may
1919             deterioate over time. If operating in a region where
1920             RADAR detection is mandatory you must complete the
1921             software upgrade and reboot the unit. Channel metrics
1922             collection will only be restarted after the wireless unit
1923             has been rebooted"
1924      ::= { management 8 }
1925
1926   tFTPSoftwareUpgradeStatus OBJECT-TYPE
1927      SYNTAX INTEGER {
1928                       idle(0),
1929                       uploadinprogress(1),
1930                       uploadsuccessfulprogrammingFLASH(2),
1931                       upgradesuccessfulreboottorunthenewsoftwareimage(3),
1932                       upgradefailed(4)
1933                     }
1934      MAX-ACCESS read-only
1935      STATUS current
1936      DESCRIPTION
1937             "The current status of the TFTP Software upgrade process"
1938      ::= { management 9 }
1939
1940   tFTPSoftwareUpgradeStatusText OBJECT-TYPE
1941      SYNTAX DisplayString (SIZE(0..127))
1942      MAX-ACCESS read-only
1943      STATUS current
1944      DESCRIPTION
1945             "Descriptive text describing the status of the TFTP
1946             Software upgrade process, including any error details"
1947      ::= { management 10 }
1948
1949   tFTPSoftwareUpgradeStatusAdditionalText OBJECT-TYPE
1950      SYNTAX DisplayString (SIZE(0..127))
1951      MAX-ACCESS read-only
1952      STATUS current
1953      DESCRIPTION
1954             "Any additional text describing the status of the TFTP
1955             Software upgrade process, including any error details"
1956      ::= { management 11 }
1957
1958   hTTPAccessEnabled OBJECT-TYPE
1959      SYNTAX INTEGER {
1960                       no(0),
1961                       yes(1)
1962                     }
1963      MAX-ACCESS read-write
1964      STATUS current
1965      DESCRIPTION
1966             "This controls whether or not HTTP access is enabled,
1967             i.e. if this is disabled (0) then the unit will not
1968             respond to any requests on the HTTP port. Remote
1969             management via HTTPS is not affected by this setting. Any
1970             change in this setting will not take effect until the
1971             unit has been rebooted. (Factory default = Enabled)"
1972      ::= { management 12 }
1973
1974   telnetAccessEnabled OBJECT-TYPE
1975      SYNTAX INTEGER {
1976                       no(0),
1977                       yes(1)
1978                     }
1979      MAX-ACCESS read-write
1980      STATUS current
1981      DESCRIPTION
1982             "This controls whether or not Telnet access is enabled,
1983             i.e. if this is disabled (0) then the unit will not
1984             respond to any requests on the TELNET port. Any change in
1985             this setting will not take effect until the unit has been
1986             rebooted. (Factory default = Disabled)"
1987      ::= { management 13 }
1988
1989   hTTPPortNumber OBJECT-TYPE
1990      SYNTAX INTEGER (0..65535)
1991      MAX-ACCESS read-write
1992      STATUS current
1993      DESCRIPTION
1994             "This controls the port number for HTTP access. A value
1995             of zero will use the default port number. Any change in
1996             this setting will not take effect until the unit has been
1997             rebooted. (Factory default = 80)"
1998      ::= { management 14 }
1999
2000   hTTPSPortNumber OBJECT-TYPE
2001      SYNTAX INTEGER (0..65535)
2002      MAX-ACCESS read-write
2003      STATUS current
2004      DESCRIPTION
2005             "This controls the port number for HTTPS access. A value
2006             of zero will use the default port number. Availability of
2007             HTTPS is controlled via the License Key. Any change in
2008             this setting will not take effect until the unit has been
2009             rebooted. (Factory default = 443)"
2010      ::= { management 15 }
2011
2012   telnetPortNumber OBJECT-TYPE
2013      SYNTAX INTEGER (0..65535)
2014      MAX-ACCESS read-write
2015      STATUS current
2016      DESCRIPTION
2017             "This controls the port number for TELNET access. A value
2018             of zero will use the default port number. Any change in
2019             this setting will not take effect until the unit has been
2020             rebooted. (Factory default = 23)"
2021      ::= { management 16 }
2022
2023   hTTPSAccessEnabled OBJECT-TYPE
2024      SYNTAX INTEGER {
2025                       no(0),
2026                       yes(1)
2027                     }
2028      MAX-ACCESS read-write
2029      STATUS current
2030      DESCRIPTION
2031             "This controls whether or not HTTPS access is enabled,
2032             i.e. if this is disabled (0) then the unit will not
2033             respond to any requests on the HTTPS port. Remote
2034             management via HTTP is not affected by this setting. Any
2035             change in this setting will not take effect until the
2036             unit has been rebooted. (Factory default = Enabled)"
2037      ::= { management 17 }
2038
2039   tFTPServerInternetAddressType OBJECT-TYPE
2040      SYNTAX INTEGER {
2041                       unknown(0),
2042                       ipv4(1),
2043                       ipv6(2),
2044                       ipv4z(3),
2045                       ipv6z(4),
2046                       unknown6(5),
2047                       unknown7(6),
2048                       unknown8(7),
2049                       unknown9(8),
2050                       unknown10(9),
2051                       unknown11(10),
2052                       unknown12(11),
2053                       unknown13(12),
2054                       unknown14(13),
2055                       unknown15(14),
2056                       unknown16(15),
2057                       dns(16)
2058                     }
2059      MAX-ACCESS read-only
2060      STATUS current
2061      DESCRIPTION
2062             "The type of Internet address specified by the associated
2063             tFTPServerInternetAddress."
2064      ::= { management 18 }
2065
2066   tFTPServerInternetAddress OBJECT-TYPE
2067      SYNTAX InetAddress
2068      MAX-ACCESS read-write
2069      STATUS current
2070      DESCRIPTION
2071             "INET address of the TFTP Server from which the TFTP
2072             Software Upgrade File Name will be retrieved"
2073      ::= { management 19 }
2074
2075   -- PhyControl group attribute definitions
2076   --
2077   linkSymmetry OBJECT-TYPE
2078      SYNTAX INTEGER {
2079                       symmetryAdaptive(0),
2080                       symmetry2to1(1),
2081                       symmetry1to1(2),
2082                       symmetry1to2(3)
2083                     }
2084      MAX-ACCESS read-only
2085      STATUS current
2086      DESCRIPTION
2087             "Link Symmetry: in fixed symmetric mode the master spends
2088             an equal amount of time transmitting and receiving; in
2089             fixed asymmetric modes the master transmit and receive
2090             times have a fixed ratio; in adaptive mode the transmit
2091             and receive periods adjust with applied load."
2092      ::= { phyControl 1 }
2093
2094   linkModeOptimisation OBJECT-TYPE
2095      SYNTAX INTEGER {
2096                       iPTraffic(0),
2097                       tDMTraffic(1)
2098                     }
2099      MAX-ACCESS read-only
2100      STATUS current
2101      DESCRIPTION
2102             "Optimises the wireless link behavior for the type of
2103             traffic to be carried. In 'IP Traffic' mode, the wireless
2104             link will minimise transmission errors by automatically
2105             adapting the modulation mode. In 'TDM Traffic' mode, the
2106             wireless link will minimise transmission latency and
2107             preserve throughput by maintaining a higher modulation
2108             mode in the presence of a limited number of errors. The
2109             'TDM Traffic' mode is recommended for E1/T1 applications
2110             and connectionless protocols."
2111      ::= { phyControl 2 }
2112
2113   userConfiguredMaxModulationMode OBJECT-TYPE
2114      SYNTAX INTEGER {
2115                       modBpsk63percent(0),
2116                       modQpsk63percent(1),
2117                       modQpsk87percent(2),
2118                       mod16qam63percent(3),
2119                       mod16qam87percent(4),
2120                       mod64qam75percent(5),
2121                       mod64qam92percent(6),
2122                       mod256qam81percent(7)
2123                     }
2124      MAX-ACCESS read-write
2125      STATUS current
2126      DESCRIPTION
2127             "The maximum receive modulation mode controls the MAX
2128             mode used for adaptive modulation. NOTE: This attribute
2129             is automatically disabled when the installation agent is
2130             armed. To disarm the installation agent use the
2131             installation wizard"
2132      ::= { phyControl 3 }
2133
2134   remoteMaximumTransmitPower OBJECT-TYPE
2135      SYNTAX INTEGER (-15..27)
2136      MAX-ACCESS read-only
2137      STATUS current
2138      DESCRIPTION
2139             "Maximum transmit power the remote wireless unit is
2140             permitted to use when establishing and maintaining the
2141             wireless link"
2142      ::= { phyControl 4 }
2143
2144   txColorCode OBJECT-TYPE
2145      SYNTAX INTEGER {
2146                       a(0),
2147                       b(1),
2148                       c(2),
2149                       d(3),
2150                       e(4)
2151                     }
2152      MAX-ACCESS read-only
2153      STATUS current
2154      DESCRIPTION
2155             "Transmit Color Code. This attribute need only be
2156             considered when the unit is installed in a network of
2157             PTP600 units and where some of the units are operating on
2158             the same frequency. In this case, the value would
2159             normally be derived by a network planner. In all other
2160             cases, it is recommended that this attribute is left at
2161             the default value. NOTE: For the link to operate, the
2162             value of this parameter must in all cases match the value
2163             of the Rx Color Code parameter at the far end of the
2164             link."
2165      ::= { phyControl 5 }
2166
2167   rxColorCode OBJECT-TYPE
2168      SYNTAX INTEGER {
2169                       a(0),
2170                       b(1),
2171                       c(2),
2172                       d(3),
2173                       e(4)
2174                     }
2175      MAX-ACCESS read-only
2176      STATUS current
2177      DESCRIPTION
2178             "Receive Color Code. This attribute need only be
2179             considered when the unit is installed in a network of
2180             PTP600 units and where some of the units are operating on
2181             the same frequency. In this case, the value would
2182             normally be derived by a network planner. In all other
2183             cases, it is recommended that this attribute is left at
2184             the default value. NOTE: For the link to operate, the
2185             value of this parameter must in all cases match the value
2186             of the Tx Color Code parameter at the far end of the
2187             link."
2188      ::= { phyControl 6 }
2189
2190   automaticTxPowerControl OBJECT-TYPE
2191      SYNTAX INTEGER {
2192                       disabled(0),
2193                       enabled(1),
2194                       enabledwithinitialestimate(2)
2195                     }
2196      MAX-ACCESS read-only
2197      STATUS current
2198      DESCRIPTION
2199             "When enabled, the transmit power of the local end is
2200             automatically adjusted to maintain a configurable target
2201             receive signal level at the remote end of the link. When
2202             set to Enable with initial estimate, the Slave estimates
2203             the optional transmit power before it responds to the
2204             Master."
2205      ::= { phyControl 8 }
2206
2207   remoteRxTargetPower OBJECT-TYPE
2208      SYNTAX INTEGER (-600..-400)
2209      MAX-ACCESS read-only
2210      STATUS current
2211      DESCRIPTION
2212             "This is the target receive level for the end of the link
2213             which is remote from the end being configured. When
2214             Automatic Power Control is enabled, the transmit power of
2215             the local end is automatically adjusted in order to
2216             maintain the receive signal level at the remote end
2217             within a range centered on this value"
2218      ::= { phyControl 9 }
2219
2220   -- PhyStatus group attribute definitions
2221   --
2222   receivePower OBJECT-TYPE
2223      SYNTAX Integer32
2224      MAX-ACCESS read-only
2225      STATUS current
2226      DESCRIPTION
2227             "Receive power expressed in tenths of a dBm"
2228      ::= { phyStatus 1 }
2229
2230   vectorError OBJECT-TYPE
2231      SYNTAX Integer32
2232      MAX-ACCESS read-only
2233      STATUS current
2234      DESCRIPTION
2235             "The vector error measurement compares the received
2236             signal's IQ modulation characteristics to an ideal signal
2237             to determine the composite error vector magnitude. The
2238             value represented by this attribute is the average vector
2239             error over the previous second expressed in tenths of a
2240             dB"
2241      ::= { phyStatus 2 }
2242
2243   transmitPower OBJECT-TYPE
2244      SYNTAX Integer32
2245      MAX-ACCESS read-only
2246      STATUS current
2247      DESCRIPTION
2248             "Transmit power expressed in tenths of a dBm"
2249      ::= { phyStatus 3 }
2250
2251   range OBJECT-TYPE
2252      SYNTAX Integer32
2253      MAX-ACCESS read-only
2254      STATUS current
2255      DESCRIPTION
2256             "Distance between the two peer wireless units expressed
2257             in tenths of a kilometer"
2258      ::= { phyStatus 4 }
2259
2260   linkLoss OBJECT-TYPE
2261      SYNTAX INTEGER (-500..500)
2262      MAX-ACCESS read-only
2263      STATUS current
2264      DESCRIPTION
2265             "The wireless link loss expressed in tenths of a dB"
2266      ::= { phyStatus 5 }
2267
2268   receiveChannel OBJECT-TYPE
2269      SYNTAX INTEGER (0..63)
2270      MAX-ACCESS read-only
2271      STATUS current
2272      DESCRIPTION
2273             "Current active receive channel"
2274      ::= { phyStatus 6 }
2275
2276   transmitChannel OBJECT-TYPE
2277      SYNTAX INTEGER (0..63)
2278      MAX-ACCESS read-only
2279      STATUS current
2280      DESCRIPTION
2281             "Current active transmit channel"
2282      ::= { phyStatus 7 }
2283
2284   receiveModulationMode OBJECT-TYPE
2285      SYNTAX INTEGER {
2286                       modAcquisition(0),
2287                       modBpsk63percent(1),
2288                       modQpsk63percentSingle(2),
2289                       modTransient1(3),
2290                       modQpsk87percentSingle(4),
2291                       modTransient2(5),
2292                       mod16qam63percentSingleA(6),
2293                       modTransient3(7),
2294                       mod16qam87percentSingle(8),
2295                       modTransient4(9),
2296                       mod64qam75percentSingle(10),
2297                       modTransient5(11),
2298                       mod64qam92percentSingle(12),
2299                       modTransient6(13),
2300                       mod256qam81percentSingle(14),
2301                       mod16qam63percentSingleB(15),
2302                       mod16qam63percentDual(16),
2303                       modTransient7(17),
2304                       mod16qam87percentDual(18),
2305                       modTransient8(19),
2306                       mod64qam75percentDual(20),
2307                       modTransient9(21),
2308                       mod64qam92percentDual(22),
2309                       modTransient10(23),
2310                       mod256qam81percentDual(24)
2311                     }
2312      MAX-ACCESS read-only
2313      STATUS current
2314      DESCRIPTION
2315             "Current active receive modulation mode"
2316      ::= { phyStatus 8 }
2317
2318   transmitModulationMode OBJECT-TYPE
2319      SYNTAX INTEGER {
2320                       modAcquisition(0),
2321                       modBpsk63percent(1),
2322                       modQpsk63percentSingle(2),
2323                       modTransient1(3),
2324                       modQpsk87percentSingle(4),
2325                       modTransient2(5),
2326                       mod16qam63percentSingleA(6),
2327                       modTransient3(7),
2328                       mod16qam87percentSingle(8),
2329                       modTransient4(9),
2330                       mod64qam75percentSingle(10),
2331                       modTransient5(11),
2332                       mod64qam92percentSingle(12),
2333                       modTransient6(13),
2334                       mod256qam81percentSingle(14),
2335                       mod16qam63percentSingleB(15),
2336                       mod16qam63percentDual(16),
2337                       modTransient7(17),
2338                       mod16qam87percentDual(18),
2339                       modTransient8(19),
2340                       mod64qam75percentDual(20),
2341                       modTransient9(21),
2342                       mod64qam92percentDual(22),
2343                       modTransient10(23),
2344                       mod256qam81percentDual(24)
2345                     }
2346      MAX-ACCESS read-only
2347      STATUS current
2348      DESCRIPTION
2349             "Current active transmit modulation mode"
2350      ::= { phyStatus 9 }
2351
2352   receiveFreqMHz OBJECT-TYPE
2353      SYNTAX INTEGER (0..5925)
2354      MAX-ACCESS read-only
2355      STATUS current
2356      DESCRIPTION
2357             "Current receive frequency expressed in integer MHz"
2358      ::= { phyStatus 11 }
2359
2360   transmitFreqMHz OBJECT-TYPE
2361      SYNTAX INTEGER (0..5925)
2362      MAX-ACCESS read-only
2363      STATUS current
2364      DESCRIPTION
2365             "Current transmit frequency expressed in integer MHz"
2366      ::= { phyStatus 12 }
2367
2368   signalStrengthRatio OBJECT-TYPE
2369      SYNTAX Integer32
2370      MAX-ACCESS read-only
2371      STATUS current
2372      DESCRIPTION
2373             "Signal strength ratio (Vertical / Horizontal) : the
2374             number of dB larger the Vertical antenna input is than
2375             the Horizontal antenna input expressed in tenths of a dB"
2376      ::= { phyStatus 13 }
2377
2378   receiveFreqKHz OBJECT-TYPE
2379      SYNTAX INTEGER (0..5925000)
2380      MAX-ACCESS read-only
2381      STATUS current
2382      DESCRIPTION
2383             "Current receive frequency expressed as KHz"
2384      ::= { phyStatus 14 }
2385
2386   transmitFreqKHz OBJECT-TYPE
2387      SYNTAX INTEGER (0..5925000)
2388      MAX-ACCESS read-only
2389      STATUS current
2390      DESCRIPTION
2391             "Current transmit frequency expressed as KHz"
2392      ::= { phyStatus 15 }
2393
2394   searchState OBJECT-TYPE
2395      SYNTAX INTEGER {
2396                       registering(0),
2397                       searching(1),
2398                       acquiring(2)
2399                     }
2400      MAX-ACCESS read-only
2401      STATUS current
2402      DESCRIPTION
2403             "Search status of the wireless modem. 'Registering' means
2404             that the modem has locked to an OFDM signal, and the
2405             wireless link is up. 'Searching' means that no wireless
2406             signal has been detected. 'Acquiring' means that a
2407             wireless signal has been detected, but the modem has not
2408             locked to an OFDM signal."
2409      ::= { phyStatus 16 }
2410
2411   rawReceivePower OBJECT-TYPE
2412      SYNTAX Integer32
2413      MAX-ACCESS read-only
2414      STATUS current
2415      DESCRIPTION
2416             "Raw receive power expressed in tenths of a dBm"
2417      ::= { phyStatus 17 }
2418
2419   -- Alarms group attribute definitions
2420   --
2421   unitOutOfCalibration OBJECT-TYPE
2422      SYNTAX INTEGER {
2423                       calibrated(0),
2424                       outOfCalibration(1),
2425                       outOfCalibrationPAsShutdown(2)
2426                     }
2427      MAX-ACCESS read-only
2428      STATUS current
2429      DESCRIPTION
2430             "The unit is out of calibration"
2431      ::= { alarms 1 }
2432
2433   incompatibleRegionCodes OBJECT-TYPE
2434      SYNTAX INTEGER {
2435                       ok(0),
2436                       incompatibleLicenceKeys(1)
2437                     }
2438      MAX-ACCESS read-only
2439      STATUS current
2440      DESCRIPTION
2441             "The master and slave units have incompatible region
2442             codes. NB: Both units must have compatible license keys"
2443      ::= { alarms 4 }
2444
2445   noWirelessChannelAvailable OBJECT-TYPE
2446      SYNTAX INTEGER {
2447                       ok(0),
2448                       noWirelessChannelAvailable(1)
2449                     }
2450      MAX-ACCESS read-only
2451      STATUS current
2452      DESCRIPTION
2453             "Spectrum Management was unable to locate a suitable
2454             wireless channel to operate on"
2455      ::= { alarms 5 }
2456
2457   wirelessLinkDisabledWarning OBJECT-TYPE
2458      SYNTAX INTEGER {
2459                       ok(0),
2460                       disabledBySNMPifAdminStatus(1)
2461                     }
2462      MAX-ACCESS read-only
2463      STATUS current
2464      DESCRIPTION
2465             "The SNMP ifAdminStatus of the wireless interface has
2466             disabled wireless traffic"
2467      ::= { alarms 6 }
2468
2469   dataPortDisabledWarning OBJECT-TYPE
2470      SYNTAX INTEGER {
2471                       ok(0),
2472                       disabledBySNMPifAdminStatus(1)
2473                     }
2474      MAX-ACCESS read-only
2475      STATUS current
2476      DESCRIPTION
2477             "The SNMP ifAdminStatus of the Ethernet interface has
2478             disabled Ethernet traffic"
2479      ::= { alarms 7 }
2480
2481   dataPortFiberStatus OBJECT-TYPE
2482      SYNTAX INTEGER {
2483                       ok(0),
2484                       installedFiberNotLicensed(1),
2485                       fiberLinkNotEstablishedButLOSNotDetected(2),
2486                       fiberLinkNotEstablishedAndLOSDetected(3)
2487                     }
2488      MAX-ACCESS read-only
2489      STATUS current
2490      DESCRIPTION
2491             "If the fiber link is not OK, there are three possible
2492             causes: Either the fiber link has been installed but
2493             disabled (because the license key does not include fiber
2494             support), the link could not be established even though
2495             no LOS was detected (i.e. an optical carrier was
2496             detected, which could be due to a broken TX fiber, or
2497             because the link is disabled at the fiber link partner),
2498             or the link could not be established and LOS is detected
2499             (i.e. no optical carrier is detected). NB: a change of
2500             status may generate an SNMP trap and/or SMTP email alert"
2501      ::= { alarms 8 }
2502
2503   dataPortConfigurationMismatch OBJECT-TYPE
2504      SYNTAX INTEGER {
2505                       noError(0),
2506                       mismatchDetected(1)
2507                     }
2508      MAX-ACCESS read-only
2509      STATUS current
2510      DESCRIPTION
2511             "The detection of Ethernet fragments (runt packets) when
2512             the link is in full duplex is an indication of an
2513             auto-negotiation or forced configuration mismatch"
2514      ::= { alarms 9 }
2515
2516   incompatibleMasterAndSlave OBJECT-TYPE
2517      SYNTAX INTEGER {
2518                       ok(0),
2519                       incompatibleProductVariants(1),
2520                       differentSoftwareVersionsRunning(2)
2521                     }
2522      MAX-ACCESS read-only
2523      STATUS current
2524      DESCRIPTION
2525             "A non-zero value indicates that the master and slave
2526             ends of a link are different hardware products, or have
2527             different software versions. NB: It is very unusual to
2528             detect this, because incompatible units will normally
2529             fail to establish a wireless link. However, some
2530             combinations may establish a partial wireless link and
2531             detect this situation. NB: A non-zero value may generate
2532             an SNMP trap and/or SMTP email alert"
2533      ::= { alarms 10 }
2534
2535   tDDSynchronizationStatus OBJECT-TYPE
2536      SYNTAX INTEGER {
2537                       locked(0),
2538                       holdover(1),
2539                       holdoverNotConnected(2),
2540                       acquiringLock(3),
2541                       noTimingReference(4),
2542                       timingSystemNotConnected(5),
2543                       initialising(6),
2544                       clusterTimingMaster(7),
2545                       tDDSyncNotActive(8)
2546                     }
2547      MAX-ACCESS read-only
2548      STATUS current
2549      DESCRIPTION
2550             "An alarm value (displayed in red) indicates that one of
2551             the following conditions has not been met (i) An external
2552             timing system is connected or internal timing has been
2553             configured. (ii) The timing system is providing a useable
2554             reference. (iii) The ODU is locked to this reference."
2555      ::= { alarms 11 }
2556
2557   managementPortDisabledWarning OBJECT-TYPE
2558      SYNTAX INTEGER {
2559                       ok(0),
2560                       disabledBySNMPifAdminStatus(1)
2561                     }
2562      MAX-ACCESS read-only
2563      STATUS current
2564      DESCRIPTION
2565             "The SNMP ifAdminStatus of the out-of-band management
2566             interface has disabled Ethernet traffic"
2567      ::= { alarms 12 }
2568
2569   tDDSynchronizationAlarm OBJECT-TYPE
2570      SYNTAX INTEGER {
2571                       ok(0),
2572                       notSynchronized(1),
2573                       timingSystemFailure(2)
2574                     }
2575      MAX-ACCESS read-only
2576      STATUS current
2577      DESCRIPTION
2578             "Not Synchronized indicates failure of the external
2579             timing system for a period greater than the holdover
2580             timer. TDD frame timing will have drifted, and this link
2581             may cause interference with other links in a synchronized
2582             network. Timing System Failure is an early warning,
2583             indicating that 80% of the holdover period has expired."
2584      ::= { alarms 13 }
2585
2586   linkModeOptimizationMismatch OBJECT-TYPE
2587      SYNTAX INTEGER {
2588                       ok(0),
2589                       linkModeOptimizationMismatch(1)
2590                     }
2591      MAX-ACCESS read-only
2592      STATUS current
2593      DESCRIPTION
2594             "The remote node of this link has been configured with a
2595             different link mode optimization"
2596      ::= { alarms 14 }
2597
2598   managementPortConfigurationMismatch OBJECT-TYPE
2599      SYNTAX INTEGER {
2600                       noError(0),
2601                       mismatchDetected(1)
2602                     }
2603      MAX-ACCESS read-only
2604      STATUS current
2605      DESCRIPTION
2606             "The detection of Ethernet fragments (runt packets) when
2607             the link is in full duplex is an indication of an
2608             auto-negotiation or forced configuration mismatch. This
2609             alarm is only raised if an Out-of-Band Management Mode
2610             has been configured."
2611      ::= { alarms 15 }
2612
2613   secureModeAlarm OBJECT-TYPE
2614      SYNTAX INTEGER {
2615                       secureModeIsActive(0),
2616                       secureModeIsNotConfigured(1),
2617                       secureModeIsConfiguredButNotActive(2),
2618                       secureModeIsNotSupported(3)
2619                     }
2620      MAX-ACCESS read-only
2621      STATUS current
2622      DESCRIPTION
2623             "The secure mode (e.g. FIPS, UC-APL) state of the unit.
2624             The secure mode is not configured(1) state indicates that
2625             the unit is capable of secure mode operation, and one or
2626             more of the following security materials has not been
2627             configured: Key Of Keys, Private Key, Public Certificate,
2628             DRNG Entropy Status, Wireless Encryption Key. The secure
2629             mode mode is configured but not active(2) state indicates
2630             that the unit is capable of secure mode operation, and
2631             the security material has been configured, but the
2632             configuration of interfaces is not consistent with secure
2633             mode operation. The secure mode is not supported(3) state
2634             indicates that the unit is not capable of secure mode
2635             operation. The secure mode capability requires
2636             appropriate hardware compatibility, license key and
2637             software image."
2638      ::= { alarms 16 }
2639
2640   ethernetBridgingStatusAlarm OBJECT-TYPE
2641      SYNTAX INTEGER {
2642                       ethernetBridgingEnabled(0),
2643                       ethernetBridgingDisabled(1)
2644                     }
2645      MAX-ACCESS read-only
2646      STATUS current
2647      DESCRIPTION
2648             "Ethernet traffic bridging is disabled because the
2649             wireless link is not operating at the configured Lowest
2650             Ethernet Modulation Mode"
2651      ::= { alarms 17 }
2652
2653   -- Smtp group attribute definitions
2654   --
2655   sMTPEmailAlert OBJECT-TYPE
2656      SYNTAX INTEGER {
2657                       disabled(0),
2658                       enabled(1)
2659                     }
2660      MAX-ACCESS read-write
2661      STATUS current
2662      DESCRIPTION
2663             "Simple Mail Transfer Protocol is used to send equipment
2664             alerts via email to a specified email address"
2665      ::= { smtp 1 }
2666
2667   sMTPServerIPAddress OBJECT-TYPE
2668      SYNTAX IpAddress
2669      MAX-ACCESS read-write
2670      STATUS current
2671      DESCRIPTION
2672             "IP address of the SMTP server"
2673      ::= { smtp 2 }
2674
2675   sMTPServerPortNumber OBJECT-TYPE
2676      SYNTAX INTEGER (0..65535)
2677      MAX-ACCESS read-write
2678      STATUS current
2679      DESCRIPTION
2680             "Port number of the SMTP server"
2681      ::= { smtp 3 }
2682
2683   sMTPSourceEmailAddress OBJECT-TYPE
2684      SYNTAX DisplayString (SIZE(0..63))
2685      MAX-ACCESS read-write
2686      STATUS current
2687      DESCRIPTION
2688             "The 'from' email address used when constructing the
2689             automatically generated e-mail message"
2690      ::= { smtp 4 }
2691
2692   sMTPDestinationEmailAddress OBJECT-TYPE
2693      SYNTAX DisplayString (SIZE(0..63))
2694      MAX-ACCESS read-write
2695      STATUS current
2696      DESCRIPTION
2697             "The 'to' email address used when constructing the
2698             automatically generated e-mail message"
2699      ::= { smtp 5 }
2700
2701   sMTPEnabledMessages OBJECT-TYPE
2702      SYNTAX BITS {
2703                    telecomsChannelUpDown(1),
2704                    managementPortUpDown(2),
2705                    dataPortUpDown(3),
2706                    enabledDiagnosticAlarms(4),
2707                    dFSImpulseInterference(5),
2708                    channelChange(6),
2709                    wirelessLinkUpDown(7)
2710                  }
2711      MAX-ACCESS read-write
2712      STATUS current
2713      DESCRIPTION
2714             "This controls which SMTP messages the unit will send"
2715      ::= { smtp 6 }
2716
2717   sMTPServerInternetAddressType OBJECT-TYPE
2718      SYNTAX INTEGER {
2719                       unknown(0),
2720                       ipv4(1),
2721                       ipv6(2),
2722                       ipv4z(3),
2723                       ipv6z(4),
2724                       unknown6(5),
2725                       unknown7(6),
2726                       unknown8(7),
2727                       unknown9(8),
2728                       unknown10(9),
2729                       unknown11(10),
2730                       unknown12(11),
2731                       unknown13(12),
2732                       unknown14(13),
2733                       unknown15(14),
2734                       unknown16(15),
2735                       dns(16)
2736                     }
2737      MAX-ACCESS read-only
2738      STATUS current
2739      DESCRIPTION
2740             "The type of Internet address specified by the associated
2741             sMTPServerInternetAddress."
2742      ::= { smtp 7 }
2743
2744   sMTPServerInternetAddress OBJECT-TYPE
2745      SYNTAX InetAddress
2746      MAX-ACCESS read-write
2747      STATUS current
2748      DESCRIPTION
2749             "Internet address of the SMTP server"
2750      ::= { smtp 8 }
2751
2752   -- SnmpControl group attribute definitions
2753   --
2754   sNMPPortNumber OBJECT-TYPE
2755      SYNTAX INTEGER (0..65535)
2756      MAX-ACCESS read-write
2757      STATUS current
2758      DESCRIPTION
2759             "The IP port number used to access the SNMP MIB (i.e.
2760             Gets and Sets) (default = 161). NB: A system reboot is
2761             required to activate changes to this attribute"
2762      ::= { snmpControl 1 }
2763
2764   sNMPCommunityString OBJECT-TYPE
2765      SYNTAX DisplayString (SIZE(0..63))
2766      MAX-ACCESS read-write
2767      STATUS current
2768      DESCRIPTION
2769             "The SNMP community string. NB: A system reboot is
2770             required to activate changes to this attribute"
2771      ::= { snmpControl 2 }
2772
2773   sNMPTrapTableNumber OBJECT-TYPE
2774      SYNTAX INTEGER (2)
2775      MAX-ACCESS read-only
2776      STATUS current
2777      DESCRIPTION
2778             "Number of entries in the sNMPTrapTable."
2779      ::= { snmpControl 3 }
2780
2781   sNMPTrapVersion OBJECT-TYPE
2782      SYNTAX INTEGER {
2783                       v1(0),
2784                       v2c(1)
2785                     }
2786      MAX-ACCESS read-write
2787      STATUS current
2788      DESCRIPTION
2789             "The SNMP protocol version to use for SNMP Traps. NB: A
2790             system reboot is required to activate changes to this
2791             attribute"
2792      ::= { snmpControl 5 }
2793
2794   sNMPEnabledTraps OBJECT-TYPE
2795      SYNTAX BITS {
2796                    managementPortUpDown(0),
2797                    dataPortUpDown(1),
2798                    authenticationFailure(2),
2799                    enabledDiagnosticAlarms(3),
2800                    dFSImpulseInterference(4),
2801                    channelChange(5),
2802                    wirelessLinkUpDown(6),
2803                    coldStart(7),
2804                    telecomsChannelUpDown(15)
2805                  }
2806      MAX-ACCESS read-write
2807      STATUS current
2808      DESCRIPTION
2809             "This controls which SNMP Traps the unit will send"
2810      ::= { snmpControl 6 }
2811
2812   enabledDiagnosticAlarms OBJECT-TYPE
2813      SYNTAX BITS {
2814                    incompatibleMasterAndSlave(0),
2815                    incompatibleRegionCodes(1),
2816                    unknown6(2),
2817                    unknown5(3),
2818                    unitOutOfCalibration(4),
2819                    installArmState(5),
2820                    installStatus(6),
2821                    regionCode(7),
2822                    telecomsChannelAStatus(8),
2823                    dataPortFiberStatus(9),
2824                    dataPortStatus(10),
2825                    dataPortDisabledWarning(11),
2826                    wirelessLinkDisabledWarning(12),
2827                    sNTPSynchronizationFailed(13),
2828                    noWirelessChannelAvailable(14),
2829                    dataPortConfigurationMismatch(15),
2830                    syslogDisabledWarning(16),
2831                    linkModeOptimizationMismatch(17),
2832                    managementPortStatus(18),
2833                    managementPortDisabledWarning(19),
2834                    tDDSynchronizationAlarm(20),
2835                    telecomsChannelBLoopback(21),
2836                    telecomsChannelALoopback(22),
2837                    telecomsChannelBStatus(23),
2838                    ethernetBridgingStatus(26),
2839                    secureMode(27),
2840                    syslogClientDisabledWarning(28),
2841                    managementPortConfigurationMismatch(29),
2842                    syslogLocalWrapped(30),
2843                    syslogLocalNearlyFull(31)
2844                  }
2845      MAX-ACCESS read-write
2846      STATUS current
2847      DESCRIPTION
2848             "Controls which individual diagnostic alarms are enabled.
2849             The unit may be configured to generate SNMP traps and/or
2850             SMTP email alerts for these enabled alarms by selecting
2851             'Enabled Diagnostic Alarms' on the 'SNMP Enabled Traps'
2852             and/or 'SMTP Enabled Messages' attributes"
2853      ::= { snmpControl 7 }
2854
2855   sNMPSendAllTrapsAtStartup OBJECT-TYPE
2856      SYNTAX INTEGER {
2857                       disabled(0),
2858                       enabled(1)
2859                     }
2860      MAX-ACCESS read-write
2861      STATUS current
2862      DESCRIPTION
2863             "Controls whether or not all the enabled traps and alarms
2864             (including cleared alarms) are reported at start-up."
2865      ::= { snmpControl 8 }
2866
2867   -- SNMPTrapTable group attribute definitions
2868   --
2869   sNMPTrapTableIndex OBJECT-TYPE
2870      SYNTAX INTEGER (1..2)
2871      MAX-ACCESS not-accessible
2872      STATUS current
2873      DESCRIPTION
2874             "SNMP trap value, used to index the SNMPTrapTable."
2875      ::= { sNMPTrapTableEntry 1 }
2876
2877   sNMPTrapIPAddress OBJECT-TYPE
2878      SYNTAX IpAddress
2879      MAX-ACCESS read-write
2880      STATUS current
2881      DESCRIPTION
2882             "The IP address to which all SNMP Traps are sent. NB: A
2883             system reboot is required to activate changes to this
2884             attribute."
2885      ::= { sNMPTrapTableEntry 2 }
2886
2887   sNMPTrapPortNumber OBJECT-TYPE
2888      SYNTAX INTEGER (0..65535)
2889      MAX-ACCESS read-write
2890      STATUS current
2891      DESCRIPTION
2892             "Destination port for SNMP Traps (default=162). NB: A
2893             system reboot is required to activate changes to this
2894             attribute."
2895      ::= { sNMPTrapTableEntry 3 }
2896
2897   sNMPTrapInternetAddressType OBJECT-TYPE
2898      SYNTAX INTEGER {
2899                       unknown(0),
2900                       ipv4(1),
2901                       ipv6(2),
2902                       ipv4z(3),
2903                       ipv6z(4),
2904                       unknown6(5),
2905                       unknown7(6),
2906                       unknown8(7),
2907                       unknown9(8),
2908                       unknown10(9),
2909                       unknown11(10),
2910                       unknown12(11),
2911                       unknown13(12),
2912                       unknown14(13),
2913                       unknown15(14),
2914                       unknown16(15),
2915                       dns(16)
2916                     }
2917      MAX-ACCESS read-only
2918      STATUS current
2919      DESCRIPTION
2920             "The type of Internet address specified by the associated
2921             sNMPTrapInternetAddress."
2922      ::= { sNMPTrapTableEntry 4 }
2923
2924   sNMPTrapInternetAddress OBJECT-TYPE
2925      SYNTAX InetAddress
2926      MAX-ACCESS read-write
2927      STATUS current
2928      DESCRIPTION
2929             "The Internet address to which all SNMP Traps are sent."
2930      ::= { sNMPTrapTableEntry 5 }
2931
2932   sNMPTrapReceiverEnabled OBJECT-TYPE
2933      SYNTAX INTEGER {
2934                       disabled(0),
2935                       enabled(1)
2936                     }
2937      MAX-ACCESS read-write
2938      STATUS current
2939      DESCRIPTION
2940             "A value of 0 disables the sending of SNMP trap to
2941             corresponding receiver. A value of 1 enables the sending
2942             of SNMP trap to corresponding receiver."
2943      ::= { sNMPTrapTableEntry 6 }
2944
2945   -- Sntp group attribute definitions
2946   --
2947   sNTPState OBJECT-TYPE
2948      SYNTAX INTEGER {
2949                       disabled(0),
2950                       enabled(1)
2951                     }
2952      MAX-ACCESS read-write
2953      STATUS current
2954      DESCRIPTION
2955             "SNTP control state"
2956      ::= { sntp 1 }
2957
2958   sNTPPollInterval OBJECT-TYPE
2959      SYNTAX INTEGER (60..43200)
2960      MAX-ACCESS read-write
2961      STATUS current
2962      DESCRIPTION
2963             "The SNTP server polling interval"
2964      ::= { sntp 4 }
2965
2966   sNTPSync OBJECT-TYPE
2967      SYNTAX INTEGER {
2968                       noSync(0),
2969                       inSync(1)
2970                     }
2971      MAX-ACCESS read-only
2972      STATUS current
2973      DESCRIPTION
2974             "If SNTP Sync fails then check the server settings in the
2975             Remote Management page, or disable SNTP"
2976      ::= { sntp 5 }
2977
2978   sNTPLastSync OBJECT-TYPE
2979      SYNTAX Integer32
2980      MAX-ACCESS read-only
2981      STATUS current
2982      DESCRIPTION
2983             "Last SNTP sync time"
2984      ::= { sntp 6 }
2985
2986   systemClock OBJECT-TYPE
2987      SYNTAX Integer32
2988      MAX-ACCESS read-only
2989      STATUS current
2990      DESCRIPTION
2991             "System clock presented as local time"
2992      ::= { sntp 7 }
2993
2994   timeZone OBJECT-TYPE
2995      SYNTAX INTEGER {
2996                       gmtMinus1200(0),
2997                       gmtMinus1130(1),
2998                       gmtMinus1100(2),
2999                       gmtMinus1030(3),
3000                       gmtMinus1000(4),
3001                       gmtMinus0930(5),
3002                       gmtMinus0900(6),
3003                       gmtMinus0830(7),
3004                       gmtMinus0800(8),
3005                       gmtMinus0730(9),
3006                       gmtMinus0700(10),
3007                       gmtMinus0630(11),
3008                       gmtMinus0600(12),
3009                       gmtMinus0530(13),
3010                       gmtMinus0500(14),
3011                       gmtMinus0430(15),
3012                       gmtMinus0400(16),
3013                       gmtMinus0330(17),
3014                       gmtMinus0300(18),
3015                       gmtMinus0230(19),
3016                       gmtMinus0200(20),
3017                       gmtMinus0130(21),
3018                       gmtMinus0100(22),
3019                       gmtMinus0030(23),
3020                       gmtZero(24),
3021                       gmtPlus0030(25),
3022                       gmtPlus0100(26),
3023                       gmtPlus0130(27),
3024                       gmtPlus0200(28),
3025                       gmtPlus0230(29),
3026                       gmtPlus0300(30),
3027                       gmtPlus0330(31),
3028                       gmtPlus0400(32),
3029                       gmtPlus0430(33),
3030                       gmtPlus0500(34),
3031                       gmtPlus0530(35),
3032                       gmtPlus0600(36),
3033                       gmtPlus0630(37),
3034                       gmtPlus0700(38),
3035                       gmtPlus0730(39),
3036                       gmtPlus0800(40),
3037                       gmtPlus0830(41),
3038                       gmtPlus0900(42),
3039                       gmtPlus0930(43),
3040                       gmtPlus1000(44),
3041                       gmtPlus1030(45),
3042                       gmtPlus1100(46),
3043                       gmtPlus1130(47),
3044                       gmtPlus1200(48),
3045                       gmtPlus1230(49),
3046                       gmtPlus1300(50)
3047                     }
3048      MAX-ACCESS read-write
3049      STATUS current
3050      DESCRIPTION
3051             "Time zone offsets from Greenwich Mean Time (GMT)"
3052      ::= { sntp 8 }
3053
3054   daylightSaving OBJECT-TYPE
3055      SYNTAX INTEGER {
3056                       disabled(0),
3057                       enabled(1)
3058                     }
3059      MAX-ACCESS read-write
3060      STATUS current
3061      DESCRIPTION
3062             "Daylight Saving Time"
3063      ::= { sntp 9 }
3064
3065   sNTPPrimaryServer OBJECT-TYPE
3066      SYNTAX INTEGER {
3067                       server1(0),
3068                       server2(1)
3069                     }
3070      MAX-ACCESS read-write
3071      STATUS current
3072      DESCRIPTION
3073             "Specifies the primary SNTP server, determining the order
3074             in which the servers are tried."
3075      ::= { sntp 10 }
3076
3077   sNTPPrimaryServerDeadTime OBJECT-TYPE
3078      SYNTAX INTEGER (0..86400)
3079      MAX-ACCESS read-write
3080      STATUS current
3081      DESCRIPTION
3082             "Time (in seconds) to wait before retrying communications
3083             with an unresponsive primary SNTP server. Setting the
3084             value to 0 disables the timer."
3085      ::= { sntp 11 }
3086
3087   sNTPServerRetries OBJECT-TYPE
3088      SYNTAX INTEGER (0..10)
3089      MAX-ACCESS read-write
3090      STATUS current
3091      DESCRIPTION
3092             "Number of times the PTP will retry after an SNTP server
3093             fails to respond."
3094      ::= { sntp 12 }
3095
3096   sNTPServerTimeout OBJECT-TYPE
3097      SYNTAX INTEGER (1..15)
3098      MAX-ACCESS read-write
3099      STATUS current
3100      DESCRIPTION
3101             "Time (in seconds) the PTP will wait for a response from
3102             an SNTP server."
3103      ::= { sntp 13 }
3104
3105   sNTPServerTableNumber OBJECT-TYPE
3106      SYNTAX INTEGER (2)
3107      MAX-ACCESS read-only
3108      STATUS current
3109      DESCRIPTION
3110             "Number of entries in the SNTPServerTable."
3111      ::= { sntp 14 }
3112
3113   -- SNTPServerTable group attribute definitions
3114   --
3115   sNTPServerTableIndex OBJECT-TYPE
3116      SYNTAX INTEGER (1..2)
3117      MAX-ACCESS not-accessible
3118      STATUS current
3119      DESCRIPTION
3120             "Index range for the SNTPServerTable."
3121      ::= { sNTPServerTableEntry 1 }
3122
3123   sNTPServerIPAddress OBJECT-TYPE
3124      SYNTAX IpAddress
3125      MAX-ACCESS read-write
3126      STATUS current
3127      DESCRIPTION
3128             "The IP address of a valid SNTP server"
3129      ::= { sNTPServerTableEntry 2 }
3130
3131   sNTPServerPortNumber OBJECT-TYPE
3132      SYNTAX INTEGER (0..65535)
3133      MAX-ACCESS read-write
3134      STATUS current
3135      DESCRIPTION
3136             "The IP port number of the SNTP server. Defaults to port
3137             123."
3138      ::= { sNTPServerTableEntry 3 }
3139
3140   sNTPServerStatus OBJECT-TYPE
3141      SYNTAX DisplayString (SIZE(0..127))
3142      MAX-ACCESS read-only
3143      STATUS current
3144      DESCRIPTION
3145             "Status message reflecting the result of communications
3146             with the SNTP server when last polled"
3147      ::= { sNTPServerTableEntry 4 }
3148
3149   sNTPServerInternetAddressType OBJECT-TYPE
3150      SYNTAX INTEGER {
3151                       unknown(0),
3152                       ipv4(1),
3153                       ipv6(2),
3154                       ipv4z(3),
3155                       ipv6z(4),
3156                       unknown6(5),
3157                       unknown7(6),
3158                       unknown8(7),
3159                       unknown9(8),
3160                       unknown10(9),
3161                       unknown11(10),
3162                       unknown12(11),
3163                       unknown13(12),
3164                       unknown14(13),
3165                       unknown15(14),
3166                       unknown16(15),
3167                       dns(16)
3168                     }
3169      MAX-ACCESS read-only
3170      STATUS current
3171      DESCRIPTION
3172             "The type of Internet address specified by the associated
3173             sNTPServerInternetAddress."
3174      ::= { sNTPServerTableEntry 5 }
3175
3176   sNTPServerInternetAddress OBJECT-TYPE
3177      SYNTAX InetAddress
3178      MAX-ACCESS read-write
3179      STATUS current
3180      DESCRIPTION
3181             "The Internet address of a valid SNTP server"
3182      ::= { sNTPServerTableEntry 6 }
3183
3184   -- Reset group attribute definitions
3185   --
3186   systemReset OBJECT-TYPE
3187      SYNTAX INTEGER {
3188                       running(0),
3189                       consoleReboot(1)
3190                     }
3191      MAX-ACCESS read-write
3192      STATUS current
3193      DESCRIPTION
3194             "Setting this attribute to '1' will cause a system
3195             reboot. NB: a system reboot will apply any pending new
3196             settings held in memory"
3197      ::= { reset 1 }
3198
3199   -- Versions group attribute definitions
3200   --
3201   softwareVersion OBJECT-TYPE
3202      SYNTAX DisplayString (SIZE(0..63))
3203      MAX-ACCESS read-only
3204      STATUS current
3205      DESCRIPTION
3206             "Current software version"
3207      ::= { versions 1 }
3208
3209   hardwareVersion OBJECT-TYPE
3210      SYNTAX DisplayString (SIZE(0..63))
3211      MAX-ACCESS read-only
3212      STATUS current
3213      DESCRIPTION
3214             "Hardware platform version"
3215      ::= { versions 2 }
3216
3217   secondarySoftwareVersion OBJECT-TYPE
3218      SYNTAX DisplayString (SIZE(0..63))
3219      MAX-ACCESS read-only
3220      STATUS current
3221      DESCRIPTION
3222             "Secondary software version, used when the primary
3223             software image is invalid or erased"
3224      ::= { versions 3 }
3225
3226   bootVersion OBJECT-TYPE
3227      SYNTAX DisplayString (SIZE(0..63))
3228      MAX-ACCESS read-only
3229      STATUS current
3230      DESCRIPTION
3231             "Boot code software version"
3232      ::= { versions 4 }
3233
3234   -- PubStats group attribute definitions
3235   --
3236   receiveDataRate OBJECT-TYPE
3237      SYNTAX Integer32
3238      MAX-ACCESS read-only
3239      STATUS current
3240      DESCRIPTION
3241             "Average data rate over the last one second interval
3242             (kbps)"
3243      ::= { pubStats 1 }
3244
3245   transmitDataRate OBJECT-TYPE
3246      SYNTAX Integer32
3247      MAX-ACCESS read-only
3248      STATUS current
3249      DESCRIPTION
3250             "Average data rate over the last one second interval
3251             (kbps)"
3252      ::= { pubStats 2 }
3253
3254   aggregateDataRate OBJECT-TYPE
3255      SYNTAX Integer32
3256      MAX-ACCESS read-only
3257      STATUS current
3258      DESCRIPTION
3259             "Average data rate over the last one second interval
3260             (kbps)"
3261      ::= { pubStats 3 }
3262
3263   wirelessLinkAvailability OBJECT-TYPE
3264      SYNTAX INTEGER (0..1000000)
3265      MAX-ACCESS read-only
3266      STATUS current
3267      DESCRIPTION
3268             "Link availability calculated since the last reset of the
3269             system counters, as a percentage multiplied by 10000 to
3270             give four decimal places of precision"
3271      ::= { pubStats 4 }
3272
3273   wirelessLinkStatus OBJECT-TYPE
3274      SYNTAX INTEGER {
3275                       up(0),
3276                       registering(1),
3277                       searching(2),
3278                       acquiring(3),
3279                       radarCAC(4),
3280                       initialising(5)
3281                     }
3282      MAX-ACCESS read-only
3283      STATUS current
3284      DESCRIPTION
3285             "Current status of the wireless link"
3286      ::= { pubStats 5 }
3287
3288   byteErrorRatio OBJECT-TYPE
3289      SYNTAX Integer32
3290      MAX-ACCESS read-only
3291      STATUS current
3292      DESCRIPTION
3293             "Reciprocal of the byte error ratio calculated since the
3294             last reset of the system counters"
3295      ::= { pubStats 6 }
3296
3297   receiveModulationModeDetail OBJECT-TYPE
3298      SYNTAX INTEGER {
3299                       runningAtMaximumReceiveMode(0),
3300                       runningAtUserConfiguredMaxModulationMode(1),
3301                       restrictedBecauseInstallationIsArmed(2),
3302                       restrictedBecauseOfByteErrorsOnTheWirelessLink(3),
3303                       restrictedBecauseTheLinkParametersAreUpdating(4),
3304                       restrictedBecauseChannelChangeIsInProgress(5),
3305                       restrictedDueToTheLowEthernetLinkSpeed(6),
3306                       runningAtMaximumReceiveModeForChannelBandwidth(7),
3307                       limitedByTheWirelessConditions(8)
3308                     }
3309      MAX-ACCESS read-only
3310      STATUS current
3311      DESCRIPTION
3312             "The reason for the current receive modulation mode"
3313      ::= { pubStats 7 }
3314
3315   ethernetBridgingAvailability OBJECT-TYPE
3316      SYNTAX INTEGER (0..1000000)
3317      MAX-ACCESS read-only
3318      STATUS current
3319      DESCRIPTION
3320             "Link availability bridging Ethernet traffic calculated
3321             since the last reset of the system counters, as a
3322             percentage multiplied by 10000 to give four decimal
3323             places of precision"
3324      ::= { pubStats 8 }
3325
3326   -- Encryption group attribute definitions
3327   --
3328   encryptionAlgorithm OBJECT-TYPE
3329      SYNTAX INTEGER {
3330                       none(0),
3331                       aESRijndael(1),
3332                       aES256bitRijndael(2)
3333                     }
3334      MAX-ACCESS read-only
3335      STATUS current
3336      DESCRIPTION
3337             "The Encryption Algorithm used by the wireless link. NB:
3338             A system reboot is required to activate changes to this
3339             attribute. NB: The same Encryption Algorithm must be
3340             configured at BOTH ends of the link for it to function
3341             correctly"
3342      ::= { encryption 1 }
3343
3344   -- TDDControl group attribute definitions
3345   --
3346   tDDSynchronizationMode OBJECT-TYPE
3347      SYNTAX INTEGER {
3348                       disabled(0),
3349                       enabled(1)
3350                     }
3351      MAX-ACCESS read-only
3352      STATUS current
3353      DESCRIPTION
3354             "TDD Synchronization Mode selection"
3355      ::= { tDDControl 1 }
3356
3357   -- AAAControl group attribute definitions
3358   --
3359   userTableNumber OBJECT-TYPE
3360      SYNTAX INTEGER (1..10)
3361      MAX-ACCESS read-only
3362      STATUS current
3363      DESCRIPTION
3364             "Number of entries in the userTable"
3365      ::= { aAAControl 1 }
3366
3367   -- UserTable group attribute definitions
3368   --
3369   userTableIndex OBJECT-TYPE
3370      SYNTAX INTEGER (1..10)
3371      MAX-ACCESS not-accessible
3372      STATUS current
3373      DESCRIPTION
3374             "used to index values in the userTable."
3375      ::= { userTableEntry 1 }
3376
3377   userName OBJECT-TYPE
3378      SYNTAX OCTET STRING
3379      MAX-ACCESS read-only
3380      STATUS current
3381      DESCRIPTION
3382             "User name which must be entered, along with the
3383             appropriate password, in order to gain access to the
3384             system."
3385      ::= { userTableEntry 2 }
3386
3387   userRole OBJECT-TYPE
3388      SYNTAX INTEGER {
3389                       readOnly(0),
3390                       systemAdministrator(1),
3391                       securityOfficer(2)
3392                     }
3393      MAX-ACCESS read-only
3394      STATUS current
3395      DESCRIPTION
3396             "Role of the selected user. A Security Officer has access
3397             to and can modify all settings. A System Administrator
3398             has access to and can modify all non-security settings. A
3399             Read Only user can view settings, but cannot make any
3400             changes."
3401      ::= { userTableEntry 3 }
3402
3403   userEnabled OBJECT-TYPE
3404      SYNTAX INTEGER {
3405                       disabled(0),
3406                       enabled(1)
3407                     }
3408      MAX-ACCESS read-only
3409      STATUS current
3410      DESCRIPTION
3411             "Enable / Disable the selected user"
3412      ::= { userTableEntry 4 }
3413
3414   userPassword OBJECT-TYPE
3415      SYNTAX OCTET STRING
3416      MAX-ACCESS read-write
3417      STATUS current
3418      DESCRIPTION
3419             "User password, which must be entered in order to gain
3420             access to the system."
3421      ::= { userTableEntry 5 }
3422
3423   -- SyslogControl group attribute definitions
3424   --
3425   syslogClient OBJECT-TYPE
3426      SYNTAX INTEGER {
3427                       disabled(0),
3428                       enabled(1)
3429                     }
3430      MAX-ACCESS read-only
3431      STATUS current
3432      DESCRIPTION
3433             "Enable or disable the syslog client"
3434      ::= { syslogControl 1 }
3435
3436   syslogState OBJECT-TYPE
3437      SYNTAX INTEGER {
3438                       disabled(0),
3439                       enabled(1)
3440                     }
3441      MAX-ACCESS read-only
3442      STATUS current
3443      DESCRIPTION
3444             "The syslog service has been enabled or disabled"
3445      ::= { syslogControl 2 }
3446
3447   -- Supplementary group attribute definitions
3448   --
3449   longitude OBJECT-TYPE
3450      SYNTAX DisplayString (SIZE(0..19))
3451      MAX-ACCESS read-write
3452      STATUS current
3453      DESCRIPTION
3454             "The longitude of the unit, measured in decimal degrees.
3455             This object is set by the SNMP manager and has no
3456             internal function."
3457      ::= { supplementary 1 }
3458
3459   latitude OBJECT-TYPE
3460      SYNTAX DisplayString (SIZE(0..19))
3461      MAX-ACCESS read-write
3462      STATUS current
3463      DESCRIPTION
3464             "The latitude of the unit, measured in decimal degrees.
3465             This object is set by the SNMP manager and has no
3466             internal function."
3467      ::= { supplementary 2 }
3468
3469   altitude OBJECT-TYPE
3470      SYNTAX Integer32
3471      MAX-ACCESS read-write
3472      STATUS current
3473      DESCRIPTION
3474             "The altitude of the unit, measured in metres. This
3475             object is set by the SNMP manager and has no internal
3476             function."
3477      ::= { supplementary 3 }
3478
3479   -- Enterprise NOTIFICATION definitions
3480   --
3481
3482   channelChangeTrap NOTIFICATION-TYPE
3483      OBJECTS { receiveChannel }
3484      STATUS current
3485      DESCRIPTION "The PTP radio has changed wireless channel.
3486                 This has been caused by either
3487                 i) mandatory radar avoidance,
3488                    a DFS impulsive interference event will also be
3489                    detected,
3490                 or
3491                 ii) Dynamic Spectrum Optimization, (DSO)
3492                     DSO improves link performance by selecting the
3493                     most appropriate transmit and receive channels
3494                     with the lowest level of interference."
3495      ::= { ptpTrapPrefix 1 }
3496
3497   dfsImpulsiveInterferenceTrap NOTIFICATION-TYPE
3498      OBJECTS { receiveChannel }
3499      STATUS current
3500      DESCRIPTION "DFS impulsive interference detected event"
3501      ::= { ptpTrapPrefix 2 }
3502
3503   dataPortStatusTrap NOTIFICATION-TYPE
3504      OBJECTS { dataPortStatus }
3505      STATUS current
3506      DESCRIPTION
3507             "Current status of the Ethernet link. NB: a change of
3508             state may generate an SNMP trap and/or SMTP email alert"
3509      ::= { ptpTrapPrefix 3 }
3510
3511   telecomsChannelAStatusTrap NOTIFICATION-TYPE
3512      OBJECTS { telecomsChannelAStatus }
3513      STATUS current
3514      DESCRIPTION
3515             "Current status of telecoms channel A. NB: a change of
3516             state may generate an SNMP trap and/or SMTP email alert"
3517      ::= { ptpTrapPrefix 4 }
3518
3519   telecomsChannelBStatusTrap NOTIFICATION-TYPE
3520      OBJECTS { telecomsChannelBStatus }
3521      STATUS current
3522      DESCRIPTION
3523             "Current status of telecoms channel B. NB: a change of
3524             state may generate an SNMP trap and/or SMTP email alert"
3525      ::= { ptpTrapPrefix 5 }
3526
3527   channelALoopbackTrap NOTIFICATION-TYPE
3528      OBJECTS { channelALoopback }
3529      STATUS current
3530      DESCRIPTION
3531             "The loopback status of telecoms channel A. This is
3532             intended for installation testing and should be set to
3533             'None' for normal operation. The wire connections to a
3534             unit can be tested by applying a 'Copper' loopback to the
3535             local unit. The wireless connection to the remote unit
3536             can be tested by applying a 'Wireless' loopback to the
3537             remote unit with no loopback on the local unit. NB: a
3538             change of state may generate an SNMP trap and/or SMTP
3539             email alert"
3540      ::= { ptpTrapPrefix 6 }
3541
3542   channelBLoopbackTrap NOTIFICATION-TYPE
3543      OBJECTS { channelBLoopback }
3544      STATUS current
3545      DESCRIPTION
3546             "The loopback status of telecoms channel B. This is
3547             intended for installation testing and should be set to
3548             'None' for normal operation. The wire connections to a
3549             unit can be tested by applying a 'Copper' loopback to the
3550             local unit. The wireless connection to the remote unit
3551             can be tested by applying a 'Wireless' loopback to the
3552             remote unit with no loopback on the local unit. NB: a
3553             change of state may generate an SNMP trap and/or SMTP
3554             email alert"
3555      ::= { ptpTrapPrefix 7 }
3556
3557   regionCodeTrap NOTIFICATION-TYPE
3558      OBJECTS { regionCode }
3559      STATUS current
3560      DESCRIPTION
3561             "The region code prohibits the wireless unit from
3562             operating outside the regulated limits. An invalid region
3563             code indicates a corrupted license key. NB: a change of
3564             state may generate an SNMP trap and/or SMTP email alert"
3565      ::= { ptpTrapPrefix 8 }
3566
3567   installStatusTrap NOTIFICATION-TYPE
3568      OBJECTS { installStatus }
3569      STATUS current
3570      DESCRIPTION
3571             "A non-zero value indicates that signalling was received
3572             with the wrong MAC address or a mismatched link name. NB:
3573             It is very unusual to detect this, because units with
3574             mis-configured Target MAC Address will normally fail to
3575             establish a wireless link. However, rare circumstances
3576             may establish a partial wireless link and detect this
3577             situation. NB: A non-zero value on start-up, or a change
3578             of value during operation, may generate an SNMP trap
3579             and/or SMTP email alert"
3580      ::= { ptpTrapPrefix 9 }
3581
3582   installArmStateTrap NOTIFICATION-TYPE
3583      OBJECTS { installArmState }
3584      STATUS current
3585      DESCRIPTION
3586             "Indicates if the unit is being installed. NB: a change
3587             of state may generate an SNMP trap and/or SMTP email
3588             alert"
3589      ::= { ptpTrapPrefix 10 }
3590
3591   unitOutOfCalibrationTrap NOTIFICATION-TYPE
3592      OBJECTS { unitOutOfCalibration }
3593      STATUS current
3594      DESCRIPTION
3595             "The unit is out of calibration"
3596      ::= { ptpTrapPrefix 11 }
3597
3598   incompatibleRegionCodesTrap NOTIFICATION-TYPE
3599      OBJECTS { incompatibleRegionCodes }
3600      STATUS current
3601      DESCRIPTION
3602             "The master and slave units have incompatible region
3603             codes. NB: Both units must have compatible license keys"
3604      ::= { ptpTrapPrefix 14 }
3605
3606   noWirelessChannelAvailableTrap NOTIFICATION-TYPE
3607      OBJECTS { noWirelessChannelAvailable }
3608      STATUS current
3609      DESCRIPTION
3610             "Spectrum Management was unable to locate a suitable
3611             wireless channel to operate on"
3612      ::= { ptpTrapPrefix 15 }
3613
3614   wirelessLinkDisabledWarningTrap NOTIFICATION-TYPE
3615      OBJECTS { wirelessLinkDisabledWarning }
3616      STATUS current
3617      DESCRIPTION
3618             "The SNMP ifAdminStatus of the wireless interface has
3619             disabled wireless traffic"
3620      ::= { ptpTrapPrefix 16 }
3621
3622   dataPortDisabledWarningTrap NOTIFICATION-TYPE
3623      OBJECTS { dataPortDisabledWarning }
3624      STATUS current
3625      DESCRIPTION
3626             "The SNMP ifAdminStatus of the Ethernet interface has
3627             disabled Ethernet traffic"
3628      ::= { ptpTrapPrefix 17 }
3629
3630   dataPortFiberStatusTrap NOTIFICATION-TYPE
3631      OBJECTS { dataPortFiberStatus }
3632      STATUS current
3633      DESCRIPTION
3634             "If the fiber link is not OK, there are three possible
3635             causes: Either the fiber link has been installed but
3636             disabled (because the license key does not include fiber
3637             support), the link could not be established even though
3638             no LOS was detected (i.e. an optical carrier was
3639             detected, which could be due to a broken TX fiber, or
3640             because the link is disabled at the fiber link partner),
3641             or the link could not be established and LOS is detected
3642             (i.e. no optical carrier is detected). NB: a change of
3643             status may generate an SNMP trap and/or SMTP email alert"
3644      ::= { ptpTrapPrefix 18 }
3645
3646   dataPortConfigurationMismatchTrap NOTIFICATION-TYPE
3647      OBJECTS { dataPortConfigurationMismatch }
3648      STATUS current
3649      DESCRIPTION
3650             "The detection of Ethernet fragments (runt packets) when
3651             the link is in full duplex is an indication of an
3652             auto-negotiation or forced configuration mismatch"
3653      ::= { ptpTrapPrefix 19 }
3654
3655   incompatibleMasterAndSlaveTrap NOTIFICATION-TYPE
3656      OBJECTS { incompatibleMasterAndSlave }
3657      STATUS current
3658      DESCRIPTION
3659             "A non-zero value indicates that the master and slave
3660             ends of a link are different hardware products, or have
3661             different software versions. NB: It is very unusual to
3662             detect this, because incompatible units will normally
3663             fail to establish a wireless link. However, some
3664             combinations may establish a partial wireless link and
3665             detect this situation. NB: A non-zero value may generate
3666             an SNMP trap and/or SMTP email alert"
3667      ::= { ptpTrapPrefix 20 }
3668
3669   sNTPSyncTrap NOTIFICATION-TYPE
3670      OBJECTS { sNTPSync }
3671      STATUS current
3672      DESCRIPTION
3673             "If SNTP Sync fails then check the server settings in the
3674             Remote Management page, or disable SNTP"
3675      ::= { ptpTrapPrefix 21 }
3676
3677   tDDSynchronizationAlarmTrap NOTIFICATION-TYPE
3678      OBJECTS { tDDSynchronizationAlarm }
3679      STATUS current
3680      DESCRIPTION
3681             "Not Synchronized indicates failure of the external
3682             timing system for a period greater than the holdover
3683             timer. TDD frame timing will have drifted, and this link
3684             may cause interference with other links in a synchronized
3685             network. Timing System Failure is an early warning,
3686             indicating that 80% of the holdover period has expired."
3687      ::= { ptpTrapPrefix 22 }
3688
3689   managementPortStatusTrap NOTIFICATION-TYPE
3690      OBJECTS { managementPortStatus }
3691      STATUS current
3692      DESCRIPTION
3693             "Current status of the out-of-band management link. NB: a
3694             change of state may generate an SNMP trap and/or SMTP
3695             email alert"
3696      ::= { ptpTrapPrefix 23 }
3697
3698   managementPortDisabledWarningTrap NOTIFICATION-TYPE
3699      OBJECTS { managementPortDisabledWarning }
3700      STATUS current
3701      DESCRIPTION
3702             "The SNMP ifAdminStatus of the out-of-band management
3703             interface has disabled Ethernet traffic"
3704      ::= { ptpTrapPrefix 24 }
3705
3706   linkModeOptimizationMismatchTrap NOTIFICATION-TYPE
3707      OBJECTS { linkModeOptimizationMismatch }
3708      STATUS current
3709      DESCRIPTION
3710             "The remote node of this link has been configured with a
3711             different link mode optimization"
3712      ::= { ptpTrapPrefix 25 }
3713
3714   managementPortConfigurationMismatchTrap NOTIFICATION-TYPE
3715      OBJECTS { managementPortConfigurationMismatch }
3716      STATUS current
3717      DESCRIPTION
3718             "The detection of Ethernet fragments (runt packets) when
3719             the link is in full duplex is an indication of an
3720             auto-negotiation or forced configuration mismatch. This
3721             alarm is only raised if an Out-of-Band Management Mode
3722             has been configured."
3723      ::= { ptpTrapPrefix 28 }
3724
3725   syslogStateTrap NOTIFICATION-TYPE
3726      OBJECTS { syslogState }
3727      STATUS current
3728      DESCRIPTION
3729             "The syslog service has been enabled or disabled"
3730      ::= { ptpTrapPrefix 30 }
3731
3732   syslogLocalNearlyFullTrap NOTIFICATION-TYPE
3733      STATUS current
3734      DESCRIPTION "The syslog local log is nearly full (90%)"
3735      ::= { ptpTrapPrefix 31 }
3736
3737   syslogLocalWrappedTrap NOTIFICATION-TYPE
3738      STATUS current
3739      DESCRIPTION "The syslog local log has wrapped"
3740      ::= { ptpTrapPrefix 32 }
3741
3742   syslogClientTrap NOTIFICATION-TYPE
3743      OBJECTS { syslogClient }
3744      STATUS current
3745      DESCRIPTION
3746             "Enable or disable the syslog client"
3747      ::= { ptpTrapPrefix 33 }
3748
3749   secureModeAlarmTrap NOTIFICATION-TYPE
3750      OBJECTS { secureModeAlarm }
3751      STATUS current
3752      DESCRIPTION
3753             "The secure mode (e.g. FIPS, UC-APL) state of the unit.
3754             The secure mode is not configured(1) state indicates that
3755             the unit is capable of secure mode operation, and one or
3756             more of the following security materials has not been
3757             configured: Key Of Keys, Private Key, Public Certificate,
3758             DRNG Entropy Status, Wireless Encryption Key. The secure
3759             mode mode is configured but not active(2) state indicates
3760             that the unit is capable of secure mode operation, and
3761             the security material has been configured, but the
3762             configuration of interfaces is not consistent with secure
3763             mode operation. The secure mode is not supported(3) state
3764             indicates that the unit is not capable of secure mode
3765             operation. The secure mode capability requires
3766             appropriate hardware compatibility, license key and
3767             software image."
3768      ::= { ptpTrapPrefix 34 }
3769
3770   ethernetBridgingStatusAlarmTrap NOTIFICATION-TYPE
3771      OBJECTS { ethernetBridgingStatusAlarm }
3772      STATUS current
3773      DESCRIPTION
3774             "Ethernet traffic bridging is disabled because the
3775             wireless link is not operating at the configured Lowest
3776             Ethernet Modulation Mode"
3777      ::= { ptpTrapPrefix 35 }
3778
3779   END
3780