-- Private MIB definition for Trango Systems -- Access 58xx series wireless broadband Access Point M5800S-AP-60 and M5830S-AP-60 -- Version: 1.0 -- Date: Feb 28, 2003 -- -- Copyright 2003: Trango Systems, Inc. All Rights Reserved. -- Trango Systems, Inc. 15070 Avenue Of Science Suite 200 San Diego CA 92128 USA. -- -- Reproduction of this document is authorized on condition that the -- foregoing copyright notice is included. TRANGOM5800S-MIB DEFINITIONS ::= BEGIN -- MIB module for enterprise trango wireless broadband -- of management of M5800S AP and SU units IMPORTS enterprises, IpAddress, Counter FROM RFC1155-SMI TRAP-TYPE FROM RFC-1215 OBJECT-TYPE FROM RFC-1212; -- textual conventions DisplayString ::= OCTET STRING -- This data type is used to model textual information taken -- from the NVT ASCII character set. By convention, objects -- with this syntax are declared as having -- -- SIZE (0..255) -- trango wireless broadband MIB registration id assigned to 5454. -- customer needs to change this value based on their OEM value. trango OBJECT IDENTIFIER ::= { enterprises 5454 } tbw OBJECT IDENTIFIER ::= { trango 1 } m5800sap OBJECT IDENTIFIER ::= { tbw 10 } -- modules branched from m5800sap apsystem OBJECT IDENTIFIER ::= { m5800sap 1 } aprf OBJECT IDENTIFIER ::= { m5800sap 2 } su OBJECT IDENTIFIER ::= { m5800sap 3 } trapconfig OBJECT IDENTIFIER ::= { m5800sap 4 } mibinfo OBJECT IDENTIFIER ::= { m5800sap 5 } m5800straps OBJECT IDENTIFIER ::= { m5800sap 16} apversion OBJECT IDENTIFIER ::= { apsystem 1 } apswitches OBJECT IDENTIFIER ::= { apsystem 13} aptraffic OBJECT IDENTIFIER ::= { apsystem 15} aprftable OBJECT IDENTIFIER ::= { aprf 3 } apism OBJECT IDENTIFIER ::= { aprf 4 } apunii OBJECT IDENTIFIER ::= { aprf 5 } sudb OBJECT IDENTIFIER ::= { su 5 } -- MIB objects defined below -- apsystem objects apsysHW OBJECT-TYPE SYNTAX OCTET STRING (SIZE(2)) ACCESS read-only STATUS mandatory DESCRIPTION "Hardware version." ::= { apversion 1 } apsysFW OBJECT-TYPE SYNTAX DisplayString (SIZE (0..80)) ACCESS read-only STATUS mandatory DESCRIPTION "Main firmware version. Format: HD." ::= { apversion 2 } apsysFPGA OBJECT-TYPE SYNTAX OCTET STRING (SIZE(4)) ACCESS read-only STATUS mandatory DESCRIPTION "FPGA firmware version." ::= { apversion 3 } apsysChecksum OBJECT-TYPE SYNTAX OCTET STRING (SIZE(4)) ACCESS read-only STATUS mandatory DESCRIPTION "AP firmware checksum." ::= { apversion 4 } apsysDeviceId OBJECT-TYPE SYNTAX OCTET STRING (SIZE(6)) ACCESS read-only STATUS mandatory DESCRIPTION "MAC address." ::= { apsystem 2 } apsysBaseId OBJECT-TYPE SYNTAX INTEGER (0..127) ACCESS read-write STATUS mandatory DESCRIPTION "Cluster that the AP belongs to. All APs and SUs in the same cluster shall have the same Base ID." ::= { apsystem 3 } apsysAPId OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "AP ID. Each AP in a cluster shall have unique AP ID." ::= { apsystem 4 } apsysDefOpMode OBJECT-TYPE SYNTAX INTEGER { ap(1), off(0) } ACCESS read-write STATUS mandatory DESCRIPTION "The operation mode (ap or off) the radio is on after reboot/power cycle." ::= { apsystem 5 } apsysCurOpMode OBJECT-TYPE SYNTAX INTEGER { ap(1), off(0) } ACCESS read-only STATUS mandatory DESCRIPTION "Radio's current operation mode." ::= { apsystem 6 } apsysActivateOpmode OBJECT-TYPE SYNTAX INTEGER { deactivated(0), activateapmode(1) } ACCESS read-write STATUS mandatory DESCRIPTION "Engage AP unit to ap operation mode." DEFVAL { deactivated } ::= { apsystem 7 } apsysIPAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "IP address." ::= { apsystem 8 } apsysSubnet OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "Subnet mask." ::= { apsystem 9 } apsysDefaultGateway OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "Default gateway." ::= { apsystem 10 } apsysReadCommStr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) ACCESS read-write STATUS mandatory DESCRIPTION "SNMP agent read community string. It is used for authentication purpose." ::= { apsystem 11 } apsysWriteCommStr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) ACCESS read-write STATUS mandatory DESCRIPTION "SNMP agent write community string. It is used for authentication purpose." ::= { apsystem 12 } apsysBlockBroadcastMulticast OBJECT-TYPE SYNTAX INTEGER { passed(0), blocked(1) } ACCESS read-write STATUS mandatory DESCRIPTION "This switch enables or disables the blocking of Ethernet control packet except ICMP and ARP to reduce the amount of uneccessary overhead introduced to the wireless link." ::= { apswitches 1 } apsysSUtoSU OBJECT-TYPE SYNTAX INTEGER { disabled(0), enabled(1) } ACCESS read-write STATUS mandatory DESCRIPTION "This switch enables or disables the peer-to-peer feature among SUs through the AP. Before this switch is turned on, all SUs that want to communicate with each other have to be assigned to the same group." ::= { apswitches 2 } apsysTFTPD OBJECT-TYPE SYNTAX INTEGER { disabled(0), enabled(1) } ACCESS read-write STATUS mandatory DESCRIPTION "This switch enables or disables the TFTP operation. When it is turned on, then the AP will be ready for code download." ::= { apswitches 4 } apsysHTTPD OBJECT-TYPE SYNTAX INTEGER { disabled(0), enabled(1) } ACCESS read-write STATUS mandatory DESCRIPTION "When it is turned on, then the AP is accessible for configuring via web browser (e.g. IE or Nescape)." ::= { apswitches 5 } apsysMIRThreshold OBJECT-TYPE SYNTAX INTEGER { disabled(0), fourmbps(4), fivembps(5), sixmbps(6), sevenmbps(7), eightmbps(8) } ACCESS read-write STATUS mandatory DESCRIPTION "Maximum Information Rate (in Kbps), the AP allows the network to utilize before enforcing CIR on each subscriber." ::= { apsystem 14 } apsysEthRxAvgThroughputLog OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Average payload data throughput (in Kbits/sec) received on Ethernet port over the last 60 seconds." ::= { aptraffic 1 } apsysEthTxAvgThroughputLog OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Average payload data throughput (in Kbits/sec) transmitted on Ethernet port over the last 60 seconds." ::= { aptraffic 2 } apsysRfRxAvgThroughputLog OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Average payload data throughput (in Kbits/sec) received on RF port over the last 60 seconds." ::= { aptraffic 3 } apsysRfTxAvgThroughputLog OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Average payload data throughput (in Kbits/sec) transmitted on RF port over the last 60 seconds." ::= { aptraffic 4 } apsysEthInOctets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of payload octets received on Ethernet port." ::= { aptraffic 5 } apsysEthOutOctets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of payload octets transmitted on Ethernet port." ::= { aptraffic 6 } apsysRfInOctets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of octets of SUs payload received from RF port." ::= { aptraffic 7 } apsysRfOutOctets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of octets of SUs payload transmitted to RF port." ::= { aptraffic 8 } apsysTemperature OBJECT-TYPE SYNTAX INTEGER (-128..127) ACCESS read-only STATUS mandatory DESCRIPTION "Current AP temperature value (in Celsius)." ::= {apsystem 16 } apsysUpdateFlashAndActivate OBJECT-TYPE SYNTAX INTEGER { no(0), yes(1) } ACCESS read-write STATUS mandatory DESCRIPTION "Save system setting values to Flash and activate the settings." DEFVAL {no} ::= { apsystem 17 } apsysReboot OBJECT-TYPE SYNTAX INTEGER { deactivated(0), activated(1) } ACCESS read-write STATUS mandatory DESCRIPTION "Reboot the radio." DEFVAL { deactivated } ::= { apsystem 18 } -- aprf objects aprfActiveChannel OBJECT-TYPE SYNTAX INTEGER (1..30) ACCESS read-write STATUS mandatory DESCRIPTION "It specifies the current channel number the radio operates on." ::= { aprf 1 } aprfActivePolarization OBJECT-TYPE SYNTAX DisplayString (SIZE (1)) ACCESS read-write STATUS mandatory DESCRIPTION "It specifies the current polarization the radio operates on." ::= { aprf 2 } aprfChannel1 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 1 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 1 } aprfChannel2 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 2 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 2 } aprfChannel3 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 3 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 3 } aprfChannel4 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 4 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 4 } aprfChannel5 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 5 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 5 } aprfChannel6 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 6 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 6 } aprfChannel7 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 7 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 7 } aprfChannel8 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 8 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 8 } aprfChannel9 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 9 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 9 } aprfChannel10 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 10 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 10 } aprfChannel11 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 11 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 11 } aprfChannel12 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 12 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 12 } aprfChannel13 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 13 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 13 } aprfChannel14 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 14 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 14 } aprfChannel15 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 15 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 15 } aprfChannel16 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 16 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 16 } aprfChannel17 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 17 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 17 } aprfChannel18 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 18 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 18 } aprfChannel19 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 19 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 19 } aprfChannel20 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 20 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 20 } aprfChannel21 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 21 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 21 } aprfChannel22 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 22 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 22 } aprfChannel23 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 23 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 23 } aprfChannel24 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 24 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 24 } aprfChannel25 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 25 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 25 } aprfChannel26 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 26 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 26 } aprfChannel27 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 27 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 27 } aprfChannel28 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 28 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 28 } aprfChannel29 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 29 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 29 } aprfChannel30 OBJECT-TYPE SYNTAX INTEGER (5260..5340 | 5736..5836) ACCESS read-write STATUS mandatory DESCRIPTION "RF channel 30 frequency (in MHz). It allows you to create your own channel instead of the manufacturing defaults in the AP. Keep in mind that channel width is 20MHz, and the frequency specified here is the center frequency. Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio." ::= { aprftable 30 } aprfismTxPowerMax OBJECT-TYPE SYNTAX INTEGER (-128..127) ACCESS read-only STATUS mandatory DESCRIPTION "The maximum ISM Tx power value can be set (in dBm)." ::= { apism 1 } aprfismTxPowerMin OBJECT-TYPE SYNTAX INTEGER (-128..127) ACCESS read-only STATUS mandatory DESCRIPTION "The minimum ISM Tx power value can be set (in dBm)." ::= { apism 2 } aprfismTxPower OBJECT-TYPE SYNTAX INTEGER (-128..127) ACCESS read-write STATUS mandatory DESCRIPTION "ISM RF tx power (in dBm). It specifies the power output of the radio, excluding the antenna gain. Check parameters aprfismTxPowerMax and aprfismTxPowerMin for power setting range." ::= { apism 3 } aprfismServiceRadius OBJECT-TYPE SYNTAX INTEGER { threemiles(3), tenmiles(10), thirtymiles(20) } ACCESS read-write STATUS mandatory DESCRIPTION "ISM RF service radius (in mile). It specifies the distance of the furthest SU the AP will serve. Based on this information, the AP will determine the maximum wait time for a SU to response to a poll before it starts to poll the next one." ::= { apism 4 } aprfismRxThreshold OBJECT-TYPE SYNTAX INTEGER (-90 | -85 | -80 | -75 | -70 | -65) ACCESS read-write STATUS mandatory DESCRIPTION "ISM RF rx threshold (in dBm). It specifies the receiver sensitivity of the AP. By default, the radio's sensitivity is -82dBm. The higher the threshold is, the less sensitive the radio will be. In M5800S, the value -90 represents the rfrxthreshold is disabled." ::= { apism 5 } aprfismTargetRSSI OBJECT-TYPE SYNTAX INTEGER (-85..-45) ACCESS read-write STATUS mandatory DESCRIPTION "ISM RF target RSSI (in dBm). It specifies the target RSSI from all SUs to the AP. Based on this parameter, the AP can power level each SU so that it receives same level of signal strength from all SUs, regardless far or near. Note that when you set the Target RSSI from SU, you need to consider AP's RF Rx Threshold value. The Target RSSI from SU must be 5dB higher than the RF Rx Threshold. When the RF Rx Threshold is disabled, the setting of the Target RSSI from SU shall be no less than -75dBm." ::= { apism 6 } aprfuniiTxPowerMax OBJECT-TYPE SYNTAX INTEGER (-128..127) ACCESS read-only STATUS mandatory DESCRIPTION "This object is only applicable to M5830S radio. The maximum UNII Tx power value can be set (in dBm)." ::= { apunii 1 } aprfuniiTxPowerMin OBJECT-TYPE SYNTAX INTEGER (-128..127) ACCESS read-only STATUS mandatory DESCRIPTION "This object is only applicable to M5830S radio. The minimum UNII Tx power value can be set (in dBm)." ::= { apunii 2 } aprfuniiTxPower OBJECT-TYPE SYNTAX INTEGER (-128..127) ACCESS read-write STATUS mandatory DESCRIPTION "This object is only applicable to M5830S radio. UNII RF tx power (in dBm). It specifies the power output of the radio, excluding the antenna gain. Check parameters aprfuniiTxPowerMax and aprfuniiTxPowerMin for power setting range." ::= { apunii 3 } aprfuniiServiceRadius OBJECT-TYPE SYNTAX INTEGER { twomiles(2), threemiles(3), fourmiles(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is only applicable to M5830S radio. UNII RF service radius (in mile). It specifies the distance of the furthest SU the AP will serve. Based on this information, the AP will determine the maximum wait time for a SU to response to a poll before it starts to poll the next one." ::= { apunii 4 } aprfuniiRxThreshold OBJECT-TYPE SYNTAX INTEGER (-90 | -85 | -80 | -75 | -70 | -65) ACCESS read-write STATUS mandatory DESCRIPTION "This object is only applicable to M5830S radio. UNII RF rx threshold (in dBm). It specifies the receiver sensitivity of the AP." ::= { apunii 5 } aprfuniiTargetRSSI OBJECT-TYPE SYNTAX INTEGER (-85..-45) ACCESS read-write STATUS mandatory DESCRIPTION "This object is only applicable to M5830S radio. UNII RF target RSSI (in dBm). It specifies the target RSSI from all SUs to the AP. Based on this parameter, the AP can power level each SU so that it receives same level of signal strength from all SUs, regardless far or near. Note that when you set the Target RSSI from SU, you need to consider AP's RF Rx Threshold value. The Target RSSI from SU must be 5dB higher than the RF Rx Threshold." ::= { apunii 6 } -- SU objects suSUCount OBJECT-TYPE SYNTAX INTEGER (0..500) ACCESS read-only STATUS mandatory DESCRIPTION "Number of subscriber units in the subscriber database." ::= { su 1 } suPowerLvlAll OBJECT-TYPE SYNTAX INTEGER { deactivated(0), activated(1) } ACCESS read-write STATUS mandatory DESCRIPTION "It is a feature that is typically found in more elaborate mobile systems such as cellular CDMA networks. Using this feature, all SUs have their RF power output adjusted until the signal strength for each SU as received in the AP is roughly the same." DEFVAL {deactivated} ::= { su 2 } suStatisticsSamplePeriod OBJECT-TYPE SYNTAX INTEGER (1..60) ACCESS read-write STATUS mandatory DESCRIPTION "A period (in minute) AP requests update on SU Info Table from all associated SUs." ::= { su 3 } suRebootAll OBJECT-TYPE SYNTAX INTEGER { deactivated(0), activated(1) } ACCESS read-write STATUS mandatory DESCRIPTION "AP broadcasts reboot command to all subscriber units." DEFVAL { deactivated } ::= { su 4 } suAddOrDeleteID OBJECT-TYPE SYNTAX INTEGER (1..8190) ACCESS read-write STATUS mandatory DESCRIPTION "Subscriber unit ID (1..8190). Each subscriber in a sector shall have a unique ID." ::= { sudb 1 } suAddMAC OBJECT-TYPE SYNTAX OCTET STRING (SIZE(6)) ACCESS read-write STATUS mandatory DESCRIPTION "It is the MAC address of the subscriber unit, which can be found on the back of the SU." ::= { sudb 2 } suAddPolling OBJECT-TYPE SYNTAX INTEGER { regular(1), priority(5) } ACCESS read-write STATUS mandatory DESCRIPTION "It is service level value, regular or priority, of a SU. The AP will poll priority user more often, thus better network latency as the result. As the network latency varies based on the number of subscriber units the AP serves, priority user is guaranteed that the latency is NOT greater than 100ms regardless of the size of the network." DEFVAL {regular} ::= { sudb 3 } suAddSUtoSU OBJECT-TYPE SYNTAX INTEGER { nullgroup(0), group1(1), group2(2), group3(3), group4(4), group5(5), group6(6), group7(7), group8(8), group9(9), groupA(10), groupB(11), groupC(12), groupD(13), groupE(14), groupF(15) } ACCESS read-write STATUS mandatory DESCRIPTION "It is peer-to-peer group this SU belongs to. With the SU to SU switch is turned on, SUs in the same peer-to-peer group can communicate to each other via the AP. There are totally 15 groups available. Note that the SU shall be set to priority user for this feature to improve latency." DEFVAL {nullgroup} ::= { sudb 4 } suAddCIR OBJECT-TYPE SYNTAX INTEGER (0..9999) ACCESS read-write STATUS mandatory DESCRIPTION "It is the Committed Information Rate (in Kbps) the AP allocates to SU." DEFVAL { 128 } ::= { sudb 5 } suAddMIR OBJECT-TYPE SYNTAX INTEGER (0..9999) ACCESS read-write STATUS mandatory DESCRIPTION "It is the Maximum Information Rate (in Kbps) the AP allocates to SU." DEFVAL { 9999 } ::= { sudb 6 } suAdd OBJECT-TYPE SYNTAX INTEGER { deactivated(0), add(1) } ACCESS read-write STATUS mandatory DESCRIPTION "Add a subscriber (specified in object suAddOrDeleteID) to the subscriber database." DEFVAL {deactivated} ::= { sudb 7 } suDelete OBJECT-TYPE SYNTAX INTEGER { deactivated(0), delete(1) } ACCESS read-write STATUS mandatory DESCRIPTION "Delete a subscriber (specified in object suAddOrDeleteID) from the subscriber database." DEFVAL {deactivated} ::= { sudb 8 } suInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF SuInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains subscriber unit entities." ::= { su 6 } suInfoEntry OBJECT-TYPE SYNTAX SuInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a specific subscriber unit retrieved by its ID number." INDEX { suID } ::= { suInfoTable 1 } SuInfoEntry ::= SEQUENCE { suID INTEGER, suMAC OCTET STRING, suPolling INTEGER, suSUtoSU INTEGER, suCIR INTEGER, suMIR INTEGER, suIPAddr IpAddress, suRemarks DisplayString, suHWVer OCTET STRING, suFWVer DisplayString, suFPGAVer OCTET STRING, suChecksum OCTET STRING, suAssociation INTEGER, suDIstance INTEGER, suRSSIFromSU INTEGER, suRSSIFromAP INTEGER, suTxPower INTEGER, suEthRxAvgThroughputLog INTEGER, suEthTxAvgThroughputLog INTEGER, suRfRxAvgThroughputLog INTEGER, suRfTxAvgThroughputLog INTEGER, suRfInOctets Counter, suRfOutOctets Counter, suPowerLevel INTEGER, suTemperature INTEGER, suReboot INTEGER } suID OBJECT-TYPE SYNTAX INTEGER (1..8190) ACCESS read-only STATUS mandatory DESCRIPTION "Subscriber unit ID. Each subscriber in a sector shall have a unique ID." ::= { suInfoEntry 1 } suMAC OBJECT-TYPE SYNTAX OCTET STRING (SIZE(6)) ACCESS read-only STATUS mandatory DESCRIPTION "Subscriber unit MAC Address. Format: 00 01 DE xx xx xx." ::= { suInfoEntry 2 } suPolling OBJECT-TYPE SYNTAX INTEGER { regular(1), priority(5) } ACCESS read-only STATUS mandatory DESCRIPTION "It is service level value, regular or priority, of a SU. The AP will poll priority user more often, thus better network latency as the result. As the network latency varies based on the number of subscriber units the AP serves, priority user is guaranteed that the latency is NOT greater than 100ms regardless of the size of the network." DEFVAL {regular} ::= { suInfoEntry 3 } suSUtoSU OBJECT-TYPE SYNTAX INTEGER { nullgroup(0), group1(1), group2(2), group3(3), group4(4), group5(5), group6(6), group7(7), group8(8), group9(9), groupA(10), groupB(11), groupC(12), groupD(13), groupE(14), groupF(15) } ACCESS read-only STATUS mandatory DESCRIPTION "It is peer-to-peer group this SU belongs to. With the SU to SU switch is turned on, SUs in the same peer-to-peer group can communicate to each other via the AP. There are totally 15 groups available. Note that the SU shall be set to priority user for this feature to improve latency." DEFVAL {nullgroup} ::= { suInfoEntry 4 } suCIR OBJECT-TYPE SYNTAX INTEGER (0..9999) ACCESS read-only STATUS mandatory DESCRIPTION "It is the Committed Information Rate (in Kbps) the AP allocates to SU." ::= { suInfoEntry 5 } suMIR OBJECT-TYPE SYNTAX INTEGER (0..9999) ACCESS read-only STATUS mandatory DESCRIPTION "It is the Maximum Information Rate (in Kbps) the AP allocates to SU." ::= { suInfoEntry 6 } suIPAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "Subscriber unit IP Address." ::= { suInfoEntry 7 } suRemarks OBJECT-TYPE SYNTAX DisplayString (SIZE (0..30)) ACCESS read-only STATUS mandatory DESCRIPTION "Subscriber unit Remark." ::= { suInfoEntry 8 } suHWVer OBJECT-TYPE SYNTAX OCTET STRING (SIZE(2)) ACCESS read-only STATUS mandatory DESCRIPTION "Subscriber unit Hardware Version." ::= { suInfoEntry 9 } suFWVer OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "Subscriber unit main firmware version." ::= { suInfoEntry 10 } suFPGAVer OBJECT-TYPE SYNTAX OCTET STRING (SIZE(4)) ACCESS read-only STATUS mandatory DESCRIPTION "Subscriber unit FPGA firmware version." ::= { suInfoEntry 11 } suChecksum OBJECT-TYPE SYNTAX OCTET STRING (SIZE(4)) ACCESS read-only STATUS mandatory DESCRIPTION "Subscriber unit firmware checksum." ::= { suInfoEntry 12 } suAssociation OBJECT-TYPE SYNTAX INTEGER { associated(1), notAssociated(0) } ACCESS read-only STATUS mandatory DESCRIPTION "Subscriber unit association status." ::= { suInfoEntry 13 } suDIstance OBJECT-TYPE SYNTAX INTEGER (0..40) ACCESS read-only STATUS mandatory DESCRIPTION "Distance of SU (in mile)." ::= { suInfoEntry 14 } suRSSIFromSU OBJECT-TYPE SYNTAX INTEGER (-128..127) ACCESS read-only STATUS mandatory DESCRIPTION "Subscriber unit RSSI from SU (in dBm)." ::= { suInfoEntry 15 } suRSSIFromAP OBJECT-TYPE SYNTAX INTEGER (-128..127) ACCESS read-only STATUS mandatory DESCRIPTION "Subscriber unit RSSI from AP (in dBm)." ::= { suInfoEntry 16 } suTxPower OBJECT-TYPE SYNTAX INTEGER (-128..127) ACCESS read-only STATUS mandatory DESCRIPTION "Subscriber unit Tx Power Level (in dBm)." ::= { suInfoEntry 17 } suEthRxAvgThroughputLog OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Average payload data throughput (in Kbits/sec) received on the Ethernet port over the period specified by suStatisticsSamplePeriod." ::= { suInfoEntry 18 } suEthTxAvgThroughputLog OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Average payload data throughput (in Kbits/sec) transmitted on the Ethernet port over the period specified by suStatisticsSamplePeriod." ::= { suInfoEntry 19 } suRfRxAvgThroughputLog OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Average payload data throughput (in Kbits/sec) received on the RF port over the period specified by suStatisticsSamplePeriod." ::= { suInfoEntry 20 } suRfTxAvgThroughputLog OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Average payload data throughput (in Kbits/sec) transmitted on the RF port over the period specified by suStatisticsSamplePeriod." ::= { suInfoEntry 21 } suRfInOctets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of payload octets received on the RF port." ::= { suInfoEntry 22 } suRfOutOctets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of payload octets transmitted on the RF port." ::= { suInfoEntry 23 } suPowerLevel OBJECT-TYPE SYNTAX INTEGER { deactivated(0), activated(1) } ACCESS read-write STATUS mandatory DESCRIPTION "It is a feature that is typically found in more elaborate mobile systems such as cellular CDMA networks. Using this feature, the SU has its RF power output adjusted until its signal strength received in the AP is roughly the same." ::= { suInfoEntry 24 } suTemperature OBJECT-TYPE SYNTAX INTEGER (-128..127) ACCESS read-only STATUS mandatory DESCRIPTION "Subscriber Unit temperature reading value (in Celsius)." ::= { suInfoEntry 25 } suReboot OBJECT-TYPE SYNTAX INTEGER { deactivated(0), activated(1) } ACCESS read-write STATUS mandatory DESCRIPTION "AP issues reboot command to a specific subscriber unit." DEFVAL { deactivated } ::= { suInfoEntry 26 } -- trapconfig objects aptrpCount OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Types of trap." ::= { trapconfig 1 } aptrpDest1IPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "Trap destination 1 IP address." ::= { trapconfig 2 } aptrpDest2IPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "Trap destination 2 IP address." ::= { trapconfig 3 } aptrpTable OBJECT-TYPE SYNTAX SEQUENCE OF AptrpEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains information of Trango trap events ." ::= { trapconfig 4 } aptrpEntry OBJECT-TYPE SYNTAX AptrpEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a specific Trango trap event." INDEX { aptrpIndex } ::= { aptrpTable 1 } AptrpEntry ::= SEQUENCE { aptrpIndex INTEGER, aptrpID INTEGER, aptrpCommStr DisplayString, aptrpEnable INTEGER } aptrpIndex OBJECT-TYPE SYNTAX INTEGER (1..5) ACCESS read-only STATUS mandatory DESCRIPTION "Trap index." ::= { aptrpEntry 1 } aptrpID OBJECT-TYPE SYNTAX INTEGER (7..255) ACCESS read-only STATUS mandatory DESCRIPTION "Specific trap ID." ::= { aptrpEntry 2 } aptrpCommStr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) ACCESS read-write STATUS mandatory DESCRIPTION "Specific trap community string." ::= { aptrpEntry 3 } aptrpEnable OBJECT-TYPE SYNTAX INTEGER { disabled(0), enabled(1) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable a specific Trango trap event or not." DEFVAL {disabled} ::= { aptrpEntry 4 } -- MIB version object mibinfoVersion OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "Trango MIB Version." ::= { mibinfo 1 } -- Trap objects suLinkUp TRAP-TYPE ENTERPRISE m5800straps VARIABLES { suID } DESCRIPTION "The SNMP trap that is generated when a specific SU Associated." ::= 7 suLinkDown TRAP-TYPE ENTERPRISE m5800straps VARIABLES { suID } DESCRIPTION "The SNMP trap that is generated when a specific SU Powered Off." ::= 8 apOpModeFailure TRAP-TYPE ENTERPRISE m5800straps VARIABLES { apsysBaseId } DESCRIPTION "The SNMP trap that is generated when a specific AP not being in ap mode during boot up sequence." ::= 9 -- End of file END