home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 April / PCpro_2007_04.ISO / files / dsl / ManageEngineWiFiManager.exe / Disk1 / data1.cab / SourceFiles / WiFiManager.exe / mibs / symbol.mib < prev    next >
Encoding:
Text File  |  2007-01-17  |  124.4 KB  |  3,778 lines

  1.  
  2.  
  3. SYMBOL-FHSS-ENTERPRISE-PRIVATE-MIB  DEFINITIONS ::= BEGIN 
  4.  
  5.         IMPORTS
  6.         enterprises, IpAddress, Counter, Gauge, TimeTicks   
  7.                             FROM RFC1155-SMI
  8.                 OBJECT-TYPE                 FROM RFC-1212 
  9.         snmp, DisplayString, PhysAddress    FROM RFC1213-MIB
  10.                 TRAP-TYPE                 FROM RFC-1215;
  11.         
  12.              symbol          OBJECT IDENTIFIER ::= { enterprises 388 }
  13.  
  14.               spectrum24      OBJECT IDENTIFIER ::= { symbol 1 }
  15.  
  16.                ap80211         OBJECT IDENTIFIER ::= { spectrum24 3 }
  17.  
  18.         apConfigMgmt    OBJECT IDENTIFIER ::= { ap80211 1 }
  19.         apPerformMgmt   OBJECT IDENTIFIER ::= { ap80211 2 }
  20.         apFaultMgmt     OBJECT IDENTIFIER ::= { ap80211 3 }
  21.         apSecurityMgmt  OBJECT IDENTIFIER ::= { ap80211 4 }
  22.  
  23.           apManufactureInfo      OBJECT IDENTIFIER ::= { apConfigMgmt 1 }
  24.           apSystemConfig         OBJECT IDENTIFIER ::= { apConfigMgmt 2 }
  25.           apSNMPInfo             OBJECT IDENTIFIER ::= { apConfigMgmt 3 }
  26.           apRFConfig             OBJECT IDENTIFIER ::= { apConfigMgmt 4 }
  27.           apSerialPortConfig     OBJECT IDENTIFIER ::= { apConfigMgmt 5 }
  28.  
  29.               apEthernetStatistics   OBJECT IDENTIFIER ::= { apPerformMgmt 3 }
  30.               apRFStatistics         OBJECT IDENTIFIER ::= { apPerformMgmt 4 }
  31.                 apSerialPortStatistics OBJECT IDENTIFIER ::= { apPerformMgmt 6 }
  32.                apWNMPStatistics       OBJECT IDENTIFIER ::= { apPerformMgmt 7 }
  33.          apMUInfo               OBJECT IDENTIFIER ::= { apPerformMgmt 8 }
  34.          apFilterStatistics     OBJECT IDENTIFIER ::= { apPerformMgmt 10}
  35.              apWLAPInfo             OBJECT IDENTIFIER ::= { apPerformMgmt 11}
  36.         apMobileIPStatistics   OBJECT IDENTIFIER ::= { apPerformMgmt 13}
  37.  
  38.  
  39.  
  40.  
  41.      coldStart        TRAP-TYPE
  42.         ENTERPRISE snmp
  43.         VARIABLES  { apMyMacAddr }
  44.         DESCRIPTION
  45.             "Access Point cold boot. 
  46.              - apMyMacAddr is the MAC address of the Access Point 
  47.                sending this trap message."
  48.         ::= 0
  49.  
  50.      authenticationFailure    TRAP-TYPE
  51.         ENTERPRISE snmp
  52.         VARIABLES  { apMyMacAddr, apAPMacAddr }
  53.         DESCRIPTION
  54.             "Invalid SNMP Community string.
  55.              - apMyMacAddr is the MAC address of the Access Point 
  56.                sending this trap message.
  57.              - apAPMacAddr is the MAC address of the remote host 
  58.                sending SNMP packet with invalid community."
  59.         ::= 4
  60.  
  61.      ap80211RFStartUpTrap        TRAP-TYPE
  62.         ENTERPRISE ap80211
  63.         VARIABLES  { apMyMacAddr }
  64.         DESCRIPTION
  65.             "RF Driver is up.
  66.              - apMyMacAddr is the MAC address of the Access Point 
  67.                sending this trap message."
  68.         ::= 101
  69.  
  70.      ap80211ACLViolationTrap    TRAP-TYPE
  71.         ENTERPRISE ap80211
  72.         VARIABLES  { apMyMacAddr, muMacAddr }
  73.         DESCRIPTION
  74.             "Mobile Unit MAC address not in the Access control 
  75.              Table.
  76.              - apMyMacAddr is the MAC address of the Access Point 
  77.                sending this trap message.
  78.              - muMacAddr is the MAC address of the Mobile Unit 
  79.                not in the Access Control Table."
  80.         ::= 102
  81.  
  82.      ap80211MUAssocTrap    TRAP-TYPE
  83.         ENTERPRISE ap80211
  84.         VARIABLES  { apMyMacAddr, muMacAddr, apCurrentMUs }
  85.         DESCRIPTION
  86.             "Indicates that there is one Mobile Unit associating
  87.              with this Access Point.
  88.              - apMyMacAddr is the MAC address of the Access Point 
  89.                sending this trap message.
  90.              - muMacAddr is the MAC address of the Mobile Unit.
  91.                Note : If two or more Mobile Units associate with the
  92.                   Access Point at the same time, muMacAddr 
  93.                   belongs to the last Mobile Unit.
  94.              - apCurrentMUs is the number of Mobile Units currently 
  95.                associating with this Access Point."
  96.         ::= 111
  97.  
  98.      ap80211MUUnAssocTrap    TRAP-TYPE
  99.         ENTERPRISE ap80211
  100.         VARIABLES  { apMyMacAddr, muMacAddr, apCurrentMUs }
  101.         DESCRIPTION
  102.             "Indicates that there is one Mobile Unit no longer 
  103.              associating with this Access Point anymore.
  104.              - apMyMacAddr is the MAC address of the Access Point 
  105.                sending this trap message.
  106.              - muMacAddr is the MAC address of the Mobile Unit.
  107.                Note : If two or more Mobile Units un-associate with
  108.                   the Access Point at the same time, muMacAddr 
  109.                   belongs to the last Mobile Unit.
  110.              - apCurrentMUs is the number of Mobile Units currently 
  111.                associating with this Access Point."
  112.         ::= 112
  113.  
  114.      ap80211MUToCAMTrap    TRAP-TYPE
  115.         ENTERPRISE ap80211
  116.         VARIABLES  { apMyMacAddr, muMacAddr, apCurrentMUs }
  117.         DESCRIPTION
  118.             "Indicates that the Mobile Unit changes from PSP mode
  119.              to CAM mode.
  120.              - apMyMacAddr is the MAC address of the Access Point 
  121.                sending this trap message.
  122.              - muMacAddr is the MAC address of the Mobile Unit.
  123.                Note : If two or more Mobile Units change their mode
  124.                   at the same time, muMacAddr belongs to the 
  125.                   last Mobile Unit.
  126.              - apCurrentMUs is the number of Mobile Units currently 
  127.                associating with this Access Point."
  128.         ::= 113
  129.  
  130.      ap80211MUToPSPTrap    TRAP-TYPE
  131.         ENTERPRISE ap80211
  132.         VARIABLES  { apMyMacAddr, muMacAddr, apCurrentMUs }
  133.         DESCRIPTION
  134.             "Indicates that the Mobile Unit changes from CAM mode
  135.              to PSP mode.
  136.              - apMyMacAddr is the MAC address of the Access Point 
  137.                sending this trap message.
  138.              - muMacAddr is the MAC address of the Mobile Unit.
  139.                Note : If two or more Mobile Units change their mode
  140.                   at the same time, muMacAddr belongs to the 
  141.                   last Mobile Unit.
  142.              - apCurrentMUs is the number of Mobile Units currently 
  143.                associating with this Access Point."
  144.         ::= 114
  145.  
  146.     ap80211MUMaxAssocTrap    TRAP-TYPE
  147.         ENTERPRISE  ap80211
  148.         VARIABLES  { apMyMacAddr, apCurrentMUs }
  149.         DESCRIPTION
  150.             "Indicates that the number of MUs associated with this 
  151.             Access Point is at the threshold set by apMaxMUTrigger.
  152.              - apMyMacAddr is the MAC address of the Access Point 
  153.                sending this trap message.
  154.              - apCurrentMUs is the number of Mobile Units currently 
  155.                associating with this Access Point."
  156.         ::= 116
  157.  
  158.      ap80211RootWLAPUpTrap    TRAP-TYPE
  159.         ENTERPRISE ap80211
  160.         VARIABLES  { apMyMacAddr, apAPMacAddr, apNbrOfWLAPItfs }
  161.         DESCRIPTION
  162.             "Indicates that the Root AP connection is setup and
  163.              is ready to forward data.
  164.              - apMyMacAddr is the MAC address of the Access Point 
  165.                sending this trap message.
  166.              - apAPMacAddr is the MAC address of the Root AP.
  167.              - apNbrOfWLAPItfs is the number of current WLAP 
  168.                Interfaces established."
  169.         ::= 121
  170.  
  171.      ap80211RootWLAPLostTrap    TRAP-TYPE
  172.         ENTERPRISE ap80211
  173.         VARIABLES  { apMyMacAddr, apAPMacAddr, apNbrOfWLAPItfs }
  174.         DESCRIPTION
  175.             "If the current wireless AP  does not receive Beacon 
  176.              packet from its Root AP within one second, it will 
  177.              consider the Root AP is lost. The wireless AP will 
  178.              eventually reset itself to re-establish the network 
  179.              topology.
  180.              - apMyMacAddr is the MAC address of the Access Point 
  181.                sending this trap message.
  182.              - apAPMacAddr is the MAC address of the Root AP.
  183.              - apNbrOfWLAPItfs is the number of current WLAP 
  184.                Interfaces established."
  185.         ::= 122
  186.  
  187.      ap80211DsgntedWLAPUpTrap    TRAP-TYPE
  188.         ENTERPRISE ap80211
  189.         VARIABLES  { apMyMacAddr, apAPMacAddr, apNbrOfWLAPItfs }
  190.         DESCRIPTION
  191.             "Indicates that the Designated WLAP connection is setup
  192.              and is ready to forward data.
  193.              - apMyMacAddr is the MAC address of the Access Point 
  194.                sending this trap message.
  195.              - apAPMacAddr is the MAC address of the Designated 
  196.                WLAP. 
  197.              - apNbrOfWLAPItfs is the number of current WLAP 
  198.                Interfaces established."
  199.         ::= 123
  200.  
  201.      ap80211DsgnatedWLAPLostTrap    TRAP-TYPE
  202.         ENTERPRISE ap80211
  203.         VARIABLES  { apMyMacAddr, apAPMacAddr, apNbrOfWLAPItfs }
  204.         DESCRIPTION
  205.             "If the current wireless AP does not receive Config BPDU
  206.              (Bridge Protocol Data Unit) packet from its Designated
  207.              WLAP for MAX AGE time, it will consider that the 
  208.              Designated WLAP is lost. 
  209.              - apMyMacAddr is the MAC address of the Access Point 
  210.                sending this trap message.
  211.              - apAPMacAddr is the MAC address of the Designated 
  212.                WLAP.
  213.              - apNbrOfWLAPItfs is the number of current WLAP 
  214.                Interfaces established."
  215.         ::= 124
  216.  
  217.     ap80211DHCPConfigChgTrap    TRAP-TYPE
  218.         ENTERPRISE ap80211
  219.         VARIABLES  { apMyMacAddr }
  220.         DESCRIPTION
  221.             "If there are any DHCP network configuration
  222.              change, This trap will be issued.
  223.              - apMyMacAddr is the MAC address of the Access Point 
  224.                sending this trap message.
  225.             "
  226.         ::= 130
  227.  
  228.     ap80211DHCPLeaseUpTrap    TRAP-TYPE
  229.         ENTERPRISE ap80211
  230.         VARIABLES  { apMyMacAddr }
  231.         DESCRIPTION
  232.             "If the Access point(Client) is unable to renew the DHCP 
  233.              lease before the lease is expired, this trap is generated.
  234.              - apMyMacAddr is the MAC address of the Access Point 
  235.                sending this trap message.
  236.              "
  237.         ::= 131
  238.  
  239.  
  240.     
  241.         apModelnumber OBJECT-TYPE
  242.             SYNTAX  DisplayString (SIZE (1..32))
  243.                ACCESS  read-only
  244.                    STATUS  mandatory
  245.                    DESCRIPTION
  246.                     "The Model Number of the Access Point device."
  247.                 ::= { apManufactureInfo 1 }
  248.  
  249.          apSerialnumber OBJECT-TYPE
  250.              SYNTAX  DisplayString (SIZE (1..16))
  251.                ACCESS  read-only
  252.                STATUS  mandatory
  253.                    DESCRIPTION
  254.                          "The Serial Number of the Access Point system."
  255.                ::= { apManufactureInfo 2 }
  256.  
  257.          apHardwareRev OBJECT-TYPE
  258.                    SYNTAX DisplayString (SIZE (1..8))
  259.                 ACCESS  read-only
  260.                    STATUS  mandatory
  261.                    DESCRIPTION
  262.                          "The current revision of the Access Point hardware."
  263.                    ::= { apManufactureInfo 3 }
  264.  
  265.           apMyMacAddr OBJECT-TYPE
  266.              SYNTAX  PhysAddress
  267.                  ACCESS  read-only
  268.                    STATUS  mandatory
  269.                    DESCRIPTION
  270.                          "The MAC address of the Access Point."
  271.                    ::= { apManufactureInfo 4 }
  272.  
  273.          apAPFirmwareRev OBJECT-TYPE
  274.                 SYNTAX  DisplayString (SIZE (1..16))
  275.                ACCESS  read-only
  276.                    STATUS  mandatory
  277.                    DESCRIPTION
  278.                          "The current revision of the Access Point firmware."
  279.                 ::= { apManufactureInfo 5 }
  280.  
  281.     apMfgDate OBJECT-TYPE
  282.                  SYNTAX  DisplayString (SIZE (1..32))
  283.                ACCESS  read-only
  284.                    STATUS  mandatory
  285.                    DESCRIPTION
  286.                          "The Date this Access Point was manufactured."
  287.               ::= { apManufactureInfo 7 }
  288.  
  289.     apHTMLFileRev OBJECT-TYPE
  290.                  SYNTAX  DisplayString (SIZE (1..8))
  291.                ACCESS  read-only
  292.                    STATUS  mandatory
  293.                    DESCRIPTION
  294.                          "The current revision of the Access Point HTML file."
  295.               ::= { apManufactureInfo 8 }
  296.  
  297.     
  298.      apUnitName    OBJECT-TYPE
  299.                  SYNTAX  DisplayString (SIZE (1..31))
  300.              ACCESS  read-write
  301.                   STATUS  mandatory
  302.                    DESCRIPTION
  303.                          "An ASCII string to identify this Access Point (up to 
  304.              31 characters)."
  305.  
  306.               ::= { apSystemConfig  1 }
  307.  
  308.      apMyIPAddr    OBJECT-TYPE
  309.                  SYNTAX  IpAddress
  310.              ACCESS  read-write
  311.                   STATUS  mandatory
  312.                    DESCRIPTION
  313.                          "The IP address for the AP."
  314.               ::= { apSystemConfig  2 }
  315.  
  316.      apSubnetMask    OBJECT-TYPE
  317.                  SYNTAX  IpAddress
  318.              ACCESS  read-write
  319.                   STATUS  mandatory
  320.                    DESCRIPTION
  321.                          "The IP subnet mask for the AP."
  322.               ::= { apSystemConfig  3 }
  323.  
  324.      apGatewayIPAddr    OBJECT-TYPE
  325.                  SYNTAX  IpAddress
  326.              ACCESS  read-write
  327.                   STATUS  mandatory
  328.                    DESCRIPTION
  329.                          "The IP address for the default gateway."
  330.               ::= { apSystemConfig  4 }
  331.  
  332.      apDefaultInterface     OBJECT-TYPE
  333.                 SYNTAX  INTEGER {
  334.                         ethernet(1),      
  335.                     ppp(2),  
  336.                     wlap(3)  
  337.                 }
  338.                    ACCESS  read-write
  339.                   STATUS  mandatory
  340.                    DESCRIPTION
  341.                          "Specifies the default interface (Ethernet, PPP
  342.              or WLAP) for the AP to forward an unknown packet.
  343.              Default is ethernet(1)."
  344.                  ::= { apSystemConfig  5 } 
  345.  
  346.        apEnetPortState    OBJECT-TYPE
  347.                 SYNTAX  INTEGER {
  348.                      up(1),     
  349.                     down(2)    
  350.                   }
  351.                    ACCESS  read-write
  352.                   STATUS  mandatory
  353.                    DESCRIPTION
  354.                          "Specifies the state of the Ethernet interface.
  355.              Default is up(1)." 
  356.                    ::= { apSystemConfig  6 }
  357.  
  358.        apEthernetTimeOut OBJECT-TYPE
  359.                 SYNTAX  INTEGER 
  360.                    ACCESS  read-write
  361.                   STATUS  mandatory
  362.                    DESCRIPTION
  363.             "If the value is:
  364.              - 0: the Ethernet Time Out function is disabled.
  365.              - 1: detect Ethernet timeout by hardware circuitry.
  366.              - 30-255: Ethernet timeout is detected by software 
  367.                    algorithm.
  368.  
  369.               When the Ethernet connection is broken and the WLAP
  370.              mode is either enabled or disabled, the AP will clear
  371.              the MU table and disable the RF interface until the
  372.              Etherent connection is up.
  373.              The following values are only valid when WLAP mode is
  374.              enabled and it does not matter whetehr WLAP associates
  375.              with the root AP or not. 
  376.  
  377.              - 2: send WLAP Alive BPDU on Ethernet interface to let
  378.                   other WLAP on the same Ethernet segment to detect
  379.                   it's existence.
  380.              - 3: keep track of WLAP Alive BPDU on Ethernet inter-
  381.                   face. If the BPDU is missing for 'WLAP Hello Time'
  382.                   seconds, both Ethernet Attached and Activity LEDs
  383.                   will flash and the RF interface is disabled until
  384.                   the WLAP Alive BPDU is received again, then the
  385.                   AP will reset itself.
  386.              - 4: Keep track of WLAP alive BPDU on Ethernet interface.
  387.                   If the BPDU is missing for 'WLAP Hello Time' Seconds
  388.                   WLAP will reset.  
  389.              The default value is 0." 
  390.                    ::= { apSystemConfig  7 }
  391.  
  392.         apTelnetEnable    OBJECT-TYPE
  393.                   SYNTAX  INTEGER {
  394.                            enabled(1),    
  395.                            disabled(2)    
  396.                   }
  397.                    ACCESS  read-write
  398.                   STATUS  mandatory
  399.                    DESCRIPTION
  400.                          "Enables/Disables Telnet access to the AP. Default is 
  401.              enabled(1)."
  402.                ::= { apSystemConfig  8 }
  403.  
  404.     apAccCtrlEnable    OBJECT-TYPE
  405.                  SYNTAX  INTEGER {
  406.               disabled(1), 
  407.                   allowed(2),
  408.             disallowed(3)
  409.                   }
  410.                    ACCESS  read-write
  411.                   STATUS  mandatory
  412.                    DESCRIPTION
  413.                          "Controls the Access Control function.
  414.              If the setting is:
  415.             - disabled   The Access Control function is disabled. Default.
  416.             - allowed    Only the Mobil Units with their MAC address listed
  417.                      on the allowed list will associate with this AP.
  418.             - disallowed Only the Mobil Units with their MAC address listed 
  419.                          on the disallowed list will be prevented from 
  420.                      associating with this AP."
  421.               ::= { apSystemConfig 9 }
  422.  
  423.      apTypeFilterEnable    OBJECT-TYPE
  424.                  SYNTAX  INTEGER { 
  425.                           disabled(1),  
  426.                            forward(2),    
  427.                         discard(3)        
  428.                   }
  429.                    ACCESS  read-write
  430.                   STATUS  mandatory
  431.                    DESCRIPTION
  432.                          "Specifies the type of Access Point Type Filtering 
  433.              operation, i.e.  Disabled/Forward/Discard. Default is 
  434.              disabled(1)."
  435.                   ::= { apSystemConfig 10 }
  436.  
  437.      apAutoCfgEnable    OBJECT-TYPE
  438.               SYNTAX  INTEGER {
  439.                       enabled(1),     
  440.                            disabled(2)  
  441.                   }
  442.                    ACCESS  read-write
  443.                   STATUS  mandatory
  444.                    DESCRIPTION
  445.                          "Enables/Disables Access Point auto configuration. When
  446.              enabled, the Access Point will automatically select 
  447.              unique BSSs and hopping sequences by negotiating with 
  448.              one another. Default is enabled(1)."
  449.              ::= { apSystemConfig 12 }
  450.  
  451.         apWNMPEnable    OBJECT-TYPE
  452.                  SYNTAX  INTEGER {
  453.                        enabled(1),    
  454.                  disabled(2)   
  455.                   }
  456.                    ACCESS  read-write
  457.                   STATUS  mandatory
  458.                    DESCRIPTION
  459.                     "Enables/Disables Use of the WNMP agent. Default is 
  460.              enabled(1)."
  461.                 ::= { apSystemConfig  13 }
  462.  
  463.         apAPStateXchgEnable    OBJECT-TYPE
  464.                  SYNTAX  INTEGER {
  465.                        enabled(1),    
  466.                  disabled(2)   
  467.                   }
  468.                    ACCESS  read-write
  469.                   STATUS  mandatory
  470.                    DESCRIPTION
  471.                     "Enables/Disables exchanging Access Point to Access 
  472.              Point state information by using WNMP protocol. Default
  473.              is enabled(1)."
  474.                 ::= { apSystemConfig  14 }
  475.  
  476.         apS24MobileIPEnable    OBJECT-TYPE
  477.                  SYNTAX  INTEGER {
  478.                        enabled(1),    
  479.                  disabled(2)   
  480.                   }
  481.                    ACCESS  read-write
  482.                   STATUS  mandatory
  483.                    DESCRIPTION
  484.                     "Enables/Disables Spectrum24 Mobile IP support, i.e. AP
  485.              will act as Mobility Agent. Default is disabled(2)."
  486.                 ::= { apSystemConfig  15 }
  487.  
  488.         apAgentAdInterval    OBJECT-TYPE
  489.                  SYNTAX  INTEGER 
  490.                    ACCESS  read-write
  491.                   STATUS  mandatory
  492.                    DESCRIPTION
  493.                     "Interval in second at which Mobility Agent Advertise-
  494.              ments are sent by the Third Party Mobility Agent(s). 
  495.              AP will cache the Third Party Advertisement and pass 
  496.              it to MU at association time. If AP does not receive 
  497.              the Advertisement within the interval seconds, the 
  498.              cached Advertisement will be deleted. If the interval 
  499.              is 0 or apS24MobileIPEnable is enabled, caching of 
  500.              the Advertisement will not occur. Default is 0."
  501.                 ::= { apSystemConfig  16 }
  502.  
  503.     apWebServerEnable    OBJECT-TYPE
  504.                  SYNTAX  INTEGER{
  505.                       enabled(1),     
  506.                            disabled(2)  
  507.                   } 
  508.                    ACCESS  read-write
  509.                   STATUS  mandatory
  510.                    DESCRIPTION
  511.                     "Enables/Disables Access Point Web Server. When
  512.              enabled, the Access Point will serve Web clients.
  513.              Default is enabled(1)"
  514.                 ::= { apSystemConfig  17 }
  515.  
  516.     apMobileHomeMD5Key OBJECT-TYPE
  517.                 SYNTAX  DisplayString (SIZE (1..13))
  518.                 ACCESS  read-write
  519.                   STATUS  mandatory
  520.                    DESCRIPTION
  521.                          "The MD5 key is a secret key shared between home agent
  522.             and the mobile unit. This is used to generate  a MD5 
  523.             checksum, which is used for packet authentication.
  524.             Length of this variable should not exceed 13 characters."
  525.                 ::= { apSystemConfig  18 }
  526.  
  527.        apAdditionalGatewaysTable OBJECT-TYPE
  528.                   SYNTAX  SEQUENCE OF ApAdditionalGatewaysEntry
  529.                  ACCESS  not-accessible
  530.               STATUS  mandatory
  531.                    DESCRIPTION
  532.                          "A table of information for additional Gateways.
  533.              The current number of entries is 7."
  534.              ::= { apSystemConfig 19 }
  535.  
  536.          apAdditionalGatewaysEntry OBJECT-TYPE
  537.                   SYNTAX  ApAdditionalGatewaysEntry
  538.              ACCESS  not-accessible
  539.               STATUS  mandatory
  540.                    DESCRIPTION
  541.                          "An entry in the table of information for additional
  542.              gateways for this access point.
  543.              A row in this table cannot be created or deleted by
  544.              SNMP operations on columns of the table."
  545.               INDEX { additionalGatewaysIndex }
  546.                ::= { apAdditionalGatewaysTable 1}
  547.  
  548.         ApAdditionalGatewaysEntry ::= SEQUENCE {
  549.         additionalGatewaysIndex
  550.             INTEGER,
  551.               apAdditionalGatewaysIPAddr
  552.                          IpAddress
  553.            }
  554.  
  555.           additionalGatewaysIndex OBJECT-TYPE
  556.                  SYNTAX  INTEGER (1..8) 
  557.                 ACCESS  read-only
  558.                    STATUS  mandatory
  559.                    DESCRIPTION
  560.                          "Specific Gateway information Table index."
  561.                ::= { apAdditionalGatewaysEntry 1 }
  562.  
  563.           apAdditionalGatewaysIPAddr OBJECT-TYPE
  564.              SYNTAX  IpAddress
  565.                  ACCESS  read-write
  566.                    STATUS  mandatory
  567.                    DESCRIPTION
  568.                          "The IP address of the Gateway used for this AP."
  569.                   ::= { apAdditionalGatewaysEntry 2 }
  570.  
  571.     apMUMUDisallowed      OBJECT-TYPE
  572.                  SYNTAX  INTEGER {
  573.                           on(1),  
  574.             off(2)   
  575.               }
  576.                    ACCESS  read-write
  577.                   STATUS  mandatory
  578.                    DESCRIPTION
  579.                          "Controls inter-MU communication. When enabled(on), 
  580.              it will disallow one MU to talk to another MU 
  581.              through RF only."
  582.                 ::= { apSystemConfig 20 }
  583.  
  584.     apDNSServer  OBJECT-TYPE
  585.                  SYNTAX  IpAddress
  586.              ACCESS  read-write
  587.                   STATUS  mandatory
  588.                    DESCRIPTION
  589.                          "The IP address for the default DNS."
  590.               ::= { apSystemConfig  21 }
  591.  
  592.     
  593.         apSNMPMode      OBJECT-TYPE
  594.                  SYNTAX  INTEGER {
  595.                           disabled(1),  
  596.                          readonly(2),
  597.                        readwrite(3)   
  598.               }
  599.                    ACCESS  read-write
  600.                   STATUS  mandatory
  601.                    DESCRIPTION
  602.                          "Specifies the mode of the SNMP Agent operation, i.e.
  603.              Disabled/Readonly/ReadWrite. Default is readwrite(3)."
  604.                 ::= { apSNMPInfo 1 }
  605.  
  606.         apROCommunityName OBJECT-TYPE
  607.                 SYNTAX  DisplayString (SIZE (1..31))
  608.                 ACCESS  read-write
  609.                   STATUS  mandatory
  610.                    DESCRIPTION
  611.                          "The Read-Only community name of the SNMP command for 
  612.              management station accessing this Access Point (up to 
  613.              31 characters)."
  614.                  ::= { apSNMPInfo 2 }
  615.  
  616.         apRWCommunityName OBJECT-TYPE
  617.                 SYNTAX  DisplayString (SIZE (1..31))
  618.                 ACCESS  read-write
  619.                   STATUS  mandatory
  620.                    DESCRIPTION
  621.                          "The Read-Write community name of the SNMP command for 
  622.              management station accessing this Access Point (up to 
  623.              31 characters). For security purpose, if the management
  624.              station uses the READ-ONLY community name to access
  625.              this object, a string of 'xxxxx' will be returned."
  626.                  ::= { apSNMPInfo 3 }
  627.  
  628.            apTrapHost1IpAdr OBJECT-TYPE
  629.                   SYNTAX  IpAddress
  630.                   ACCESS  read-write
  631.                   STATUS  obsolete
  632.                    DESCRIPTION
  633.                          "Note: This object is replaced with apTrapHost1Name 
  634.              in AP firmware releases 4.02-12 and beyond. The new
  635.              object will allow entering IP Address or DNS name.
  636.              Trap receiver's (i.e. Network Manager's) IP address."
  637.               ::= { apSNMPInfo 4 }
  638.  
  639.        apAllTrapsEnable OBJECT-TYPE
  640.                 SYNTAX  INTEGER {
  641.                         enabled(1),   
  642.                       disabled(2)  
  643.                   }
  644.                    ACCESS  read-write
  645.                   STATUS  mandatory
  646.                    DESCRIPTION
  647.                          "Enables/Disables all SNMP traps. Default is disabled
  648.              (2)."
  649.                    ::= { apSNMPInfo 5 }
  650.  
  651.      apColdBootTrapEnable OBJECT-TYPE
  652.                 SYNTAX  INTEGER {
  653.                       disabled(1),     
  654.                            trapHost1(2),
  655.                       trapHost2(3),     
  656.                       all-TrapHosts(4)                      
  657.                   }
  658.                    ACCESS  read-write
  659.                   STATUS  mandatory
  660.                    DESCRIPTION
  661.                          "Enables/Disables Access Point Cold Boot trap. Default 
  662.              is disabled(1). This is a generic-trap and the trap 
  663.              code is 0.
  664.              When not disabled the trap could be directed to TrapHost1,
  665.              TrapHost2 or all TrapHosts. 
  666.              The apAllTrapsEnable flag should be enabled for this trap 
  667.              to be issued."
  668.                   ::= { apSNMPInfo 6 }
  669.  
  670.      apAuthenFailureTrapEnable OBJECT-TYPE
  671.                 SYNTAX  INTEGER {
  672.                     disabled(1),     
  673.                            trapHost1(2),
  674.                       trapHost2(3),     
  675.                       all-TrapHosts(4)                      
  676.                   }
  677.                    ACCESS  read-write
  678.                   STATUS  mandatory
  679.                    DESCRIPTION
  680.                          "Enables/Disables authentication failure trap. Default
  681.              is disabled(2). This is a generic-trap and the trap 
  682.              code is 4.
  683.              When not disabled the trap could be directed to TrapHost1,
  684.              TrapHost2 or all TrapHosts. 
  685.              The apAllTrapsEnable flag should be enabled for this trap 
  686.              to be issued."
  687.                   ::= { apSNMPInfo 7 }
  688.  
  689.        apRFTrapEnable OBJECT-TYPE
  690.               SYNTAX  INTEGER {
  691.                       disabled(1),     
  692.                            trapHost1(2),
  693.                       trapHost2(3),     
  694.                       all-TrapHosts(4)                      
  695.                   }
  696.                   ACCESS  read-write
  697.                   STATUS  mandatory
  698.                    DESCRIPTION
  699.                          "Enables/Disables Access Point RF driver startup trap. 
  700.              Default is disabled(2). This is an enterprise-specific
  701.              trap and the trap code is 101.
  702.              When not disabled the trap could be directed to TrapHost1,
  703.              TrapHost2 or all TrapHosts. 
  704.              The apAllTrapsEnable flag should be enabled for this trap 
  705.              to be issued."
  706.                   ::= { apSNMPInfo 8 }
  707.  
  708.        apACLTrapEnable OBJECT-TYPE
  709.              SYNTAX  INTEGER {
  710.                       disabled(1),     
  711.                            trapHost1(2),
  712.                       trapHost2(3),     
  713.                       all-TrapHosts(4)                      
  714.                   }
  715.                    ACCESS  read-write
  716.                   STATUS  mandatory
  717.                    DESCRIPTION
  718.                          "Enables/Disables Access Control violation trap. Default
  719.              is disabled(2). This is an enterprise-specific trap 
  720.              and the trap code is 102.
  721.              When not disabled the trap could be directed to TrapHost1,
  722.              TrapHost2 or all TrapHosts. 
  723.              The apAllTrapsEnable flag should be enabled for this trap 
  724.              to be issued."
  725.                 ::= { apSNMPInfo 9 }
  726.  
  727.       apMUStateChngTrapEnable  OBJECT-TYPE
  728.                 SYNTAX  INTEGER {
  729.                       disabled(1),     
  730.                            trapHost1(2),
  731.                       trapHost2(3),     
  732.                       all-TrapHosts(4)   
  733.                   }
  734.                    ACCESS  read-write
  735.                   STATUS  mandatory
  736.                    DESCRIPTION
  737.                          "Enables/Disables Mobile Unit State Change trap. 
  738.              Default is disabled(1). When not disabled, the
  739.              following four (4) enterprise-specific traps will
  740.              be generated and directed to trapHost1,
  741.              TrapHost2 or all traphosts.:
  742.              - MU Association Trap, the trap code is 111.
  743.              - MU Un-association Trap, the trap code is 112.
  744.              - MU To CAM Trap, the trap code is 113.
  745.              - MU To PSP Trap, the trap code is 114.
  746.              The enabled/disabled state of this trap depends on the
  747.              state of apAllTrapsEnable."
  748.                   ::= { apSNMPInfo 10 }
  749.  
  750.       apWLAPConnChngTrapEnable  OBJECT-TYPE
  751.                 SYNTAX  INTEGER {
  752.                       disabled(1),     
  753.                            trapHost1(2),
  754.                       trapHost2(3),     
  755.                       all-TrapHosts(4)                      
  756.                   }
  757.                    ACCESS  read-write
  758.                   STATUS  mandatory
  759.                    DESCRIPTION
  760.                          "When Enabled, if there are any WLAP Connection Change,
  761.              one of four (4) following enterprise-specific traps  
  762.              will be issued.
  763.              - Root AP Up Trap, the trap code is 121. 
  764.              - Root AP Lost Trap, the trap code is 122. 
  765.              - Designated WLAP Up Trap, the trap code is 123.
  766.              - Designated WLAP Lost Trap, the trap code is 124.
  767.              Default is disabled(2).
  768.              When not disabled the trap could be directed to TrapHost1,
  769.              TrapHost2 or all TrapHosts. 
  770.              The apAllTrapsEnable flag should be enabled for this trap 
  771.              to be issued."
  772.                   ::= { apSNMPInfo 11 }
  773.  
  774.     apDHCPChangeEnable  OBJECT-TYPE
  775.                 SYNTAX  INTEGER {
  776.                       disabled(1),     
  777.                            trapHost1(2),
  778.                       trapHost2(3),     
  779.                       all-TrapHosts(4)                      
  780.                   }
  781.                    ACCESS  read-write
  782.                   STATUS  mandatory
  783.                    DESCRIPTION
  784.                          "When Enabled, if there are any DHCP network configuration
  785.              change, a trap will be issued. Default is disabled(2).
  786.              When not disabled the trap could be directed to TrapHost1,
  787.              TrapHost2 or all TrapHosts. 
  788.              The apAllTrapsEnable flag should be enabled for this trap 
  789.              to be issued."
  790.                   ::= { apSNMPInfo 12 }
  791.  
  792.      apSNMPRequests OBJECT-TYPE
  793.              SYNTAX  Counter
  794.               ACCESS  read-only
  795.                    STATUS  mandatory
  796.                    DESCRIPTION
  797.                          "Indicates the number of SNMP requests to 
  798.             this SNMP Agent."
  799.                   ::= { apSNMPInfo 13 }
  800.  
  801.         apSNMPTraps OBJECT-TYPE
  802.              SYNTAX  Counter
  803.               ACCESS  read-only
  804.                    STATUS  mandatory
  805.                    DESCRIPTION
  806.                          "Indicates the number of Traps that were generated 
  807.             by this SNMP Agent."
  808.                   ::= { apSNMPInfo 14 }
  809.  
  810.            apTrapHost2IpAdr OBJECT-TYPE
  811.                   SYNTAX  IpAddress
  812.                   ACCESS  read-write
  813.                   STATUS  obsolete
  814.                    DESCRIPTION
  815.                          "Note: This object is replaced with apTrapHost2Name 
  816.              in AP firmware release 4.02-12 and beyond. The new
  817.              object will allow entering IP Address or DNS name.
  818.              Trap receiver's (i.e. Network Manager's) IP address."
  819.               ::= { apSNMPInfo 15 }
  820.  
  821.     apTrapHost1Name   OBJECT-TYPE
  822.             SYNTAX  DisplayString (SIZE (1..50))
  823.                  ACCESS  read-write
  824.                   STATUS  mandatory 
  825.                   DESCRIPTION
  826.                          "The DNS entry for the Trap host name. The name 
  827.              can have up to 49 alphanumerical characters."
  828.                 ::= { apSNMPInfo 16 }
  829.  
  830.      apTrapHost2Name OBJECT-TYPE
  831.             SYNTAX  DisplayString (SIZE (1..50))
  832.                  ACCESS  read-write
  833.                   STATUS  mandatory 
  834.                   DESCRIPTION
  835.                          "The DNS entry for the Trap host name. The name 
  836.              can have up to 49 alphanumerical characters."
  837.                 ::= { apSNMPInfo 17 }
  838.  
  839.     
  840.        apRFPortState OBJECT-TYPE
  841.                   SYNTAX  INTEGER {
  842.                           up(1),  
  843.                            down(2) 
  844.                   }
  845.                    ACCESS  read-write
  846.                   STATUS  mandatory
  847.                    DESCRIPTION
  848.                          "Specifies the state of the RF Interface. Default is 
  849.              up(1)."
  850.                   ::= { apRFConfig 1 }
  851.  
  852.        apNetID OBJECT-TYPE
  853.             SYNTAX  DisplayString (SIZE (1..32))
  854.                  ACCESS  read-write
  855.                   STATUS  mandatory 
  856.                   DESCRIPTION
  857.                          "The current RF Network ID for the AP. The Network 
  858.              name can have up to 32 alphanumerical characters."
  859.                 ::= { apRFConfig 2 }
  860.  
  861.         apHopSet OBJECT-TYPE
  862.                    SYNTAX  INTEGER
  863.                    ACCESS  read-write
  864.                  STATUS  mandatory
  865.                    DESCRIPTION
  866.                          "The current hopping sequence set for this Access 
  867.              Point. This value ranges from 1 to 3."
  868.                    ::= { apRFConfig 3 }
  869.  
  870.        apHopSequence OBJECT-TYPE
  871.                    SYNTAX  INTEGER
  872.              ACCESS  read-write
  873.                   STATUS  mandatory
  874.                    DESCRIPTION
  875.                          "The hopping sequence, also known as hopping pattern in
  876.              IEEE 802.11, is defined in the system configuration 
  877.              table for this AP. If WLAP mode is enabled, this 
  878.              Access Point will follow the hopping sequence 
  879.              (recorded in apWLAPHopSequence) of the Root AP. 
  880.              Writing a value will force this Access Point to use 
  881.              that value as hopping sequence, unless it conflicts 
  882.              with that used by another AP. In that case this Access
  883.              Point will select its own value. The Access Point will
  884.              always insure that the hopping sequence is unique 
  885.              (given that there are fewer Access Points than the 
  886.              maximum number of hopping sequences). 
  887.              - 1 through 26 for the United States
  888.              - 1 through 11 for France and Israel
  889.              - 1 through  9 for Spain
  890.              - 1 through  4 for Japan and South Korea
  891.              "
  892.               ::= { apRFConfig 4 }
  893.  
  894.         apCountryName OBJECT-TYPE
  895.                    SYNTAX  DisplayString 
  896.                    ACCESS  read-only
  897.                    STATUS  mandatory
  898.                    DESCRIPTION
  899.                          "The country for which the Access Point radio is 
  900.              configured. It is set at the factory and may not be 
  901.              altered."
  902.                 ::= { apRFConfig 5 }
  903.  
  904.        apAntennaSelect     OBJECT-TYPE
  905.                   SYNTAX  INTEGER {
  906.                           primary-and-secondary(1),  
  907.                            primary-only(2) 
  908.                   }
  909.                    ACCESS  read-write
  910.                   STATUS  mandatory
  911.                    DESCRIPTION
  912.                          "Select either Primary antenna only (i.e. Disable 
  913.              antenna diversity) or both Primary and Secondary 
  914.              antennas (i.e. Enable antenna diversity). Default is 
  915.              primary-only(2)."
  916.                   ::= { apRFConfig 6 }
  917.  
  918.         apDTIMInterval OBJECT-TYPE
  919.                 SYNTAX  INTEGER (0..32)
  920.                    ACCESS  read-write
  921.                   STATUS  mandatory
  922.                    DESCRIPTION
  923.                          "The frequency of DTIM packets as a multiple of beacon 
  924.              packets. The DTIM interval indicates how many beacons
  925.              equal one cycle. Range (0..32). Default is 10."
  926.                   ::= { apRFConfig 7 }
  927.  
  928.         apBCMCQMax OBJECT-TYPE
  929.                 SYNTAX  INTEGER (0..100)
  930.                    ACCESS  read-write
  931.                   STATUS  mandatory
  932.                    DESCRIPTION
  933.                          "The maximum size of broadcast/multicast queue.
  934.              Range (0..100). Default is 10."
  935.                   ::= { apRFConfig 8 }
  936.  
  937.         apReassemblyTimeOut OBJECT-TYPE
  938.                 SYNTAX  INTEGER (0..9999)
  939.                    ACCESS  read-write
  940.                   STATUS  mandatory
  941.                    DESCRIPTION
  942.             "Sets the time in 0.5 ms units before a timeout occurs
  943.              during a packet re-assembly. Packet re-assemblies 
  944.              occur when a large Ethernet packet is fragmented into
  945.              smaller wireless network packets. Range : 0...9999.
  946.              Default is 9000."
  947.                   ::= { apRFConfig 9 }
  948.  
  949.         apMaxRetries OBJECT-TYPE
  950.                 SYNTAX  INTEGER (0..32)
  951.                    ACCESS  read-write
  952.                   STATUS  mandatory
  953.                    DESCRIPTION
  954.                          "The maximum number of allowed retries before aborting
  955.              a single transmission. Range (0..32). Default is 15."
  956.                   ::= { apRFConfig 10 }
  957.  
  958.         apMulticastMask OBJECT-TYPE
  959.                  SYNTAX  OCTET STRING (SIZE(1..4))
  960.                    ACCESS  read-write
  961.                   STATUS  mandatory
  962.                    DESCRIPTION
  963.             "Supports broadcast download protocol for Point-of-Sale
  964.              terminals that load a new operating image over the 
  965.              network instead of using a local non-volatile drive.
  966.              The multicast mask is the top 32 bits of the MAC 
  967.              address and allows for a series of MAC addresses to
  968.              receive multicast messages. These messages are 
  969.              transmitted by the AP immediately and not queued for 
  970.              processing at DTIM intervals."
  971.                   ::= { apRFConfig 11 }
  972.  
  973.         apHopDwellTime OBJECT-TYPE
  974.                  SYNTAX  INTEGER (20..390)
  975.                    ACCESS  read-write
  976.                   STATUS  mandatory
  977.                    DESCRIPTION
  978.                          "The dwell time on each hop in kilo-microseconds (K-us)
  979.              (i.e. 1024 microseconds.) Range (20..390). 
  980.              Default is 100 K-us."
  981.                   ::= { apRFConfig 12 }
  982.  
  983.         apBeaconInterval OBJECT-TYPE
  984.                  SYNTAX  INTEGER (20..1000)
  985.                    ACCESS  read-write
  986.                   STATUS  mandatory
  987.                    DESCRIPTION
  988.                          "The time between beacons in kilo-microseconds (K-us)
  989.              (i.e. 1024 microseconds.) Range (20..1000).
  990.              Default is 100 K-us."
  991.                   ::= { apRFConfig 13 }
  992.  
  993.         apAcceptBCESSID    OBJECT-TYPE
  994.                  SYNTAX  INTEGER {
  995.                        enabled(1),    
  996.                  disabled(2)   
  997.                   }
  998.                    ACCESS  read-write
  999.                   STATUS  mandatory
  1000.                    DESCRIPTION
  1001.                     "Enables/Disables the function to accept Broadcast ESS
  1002.              ID. Enabling this feature is NOT recommended. See 
  1003.              manual for details. Default is disabled(2)."
  1004.                 ::= { apRFConfig 14 }
  1005.  
  1006.         apMUInactivityTimeOut OBJECT-TYPE
  1007.                  SYNTAX  INTEGER (3..600)
  1008.                    ACCESS  read-write
  1009.                   STATUS  mandatory
  1010.                    DESCRIPTION
  1011.                          "Allowable Mobile Unit inactivity time in minutes. The
  1012.              time out limit is from 3 to 600 minutes. Default is
  1013.              60 minutes."
  1014.                   ::= { apRFConfig 15 }
  1015.  
  1016.         apWLAPMode    OBJECT-TYPE
  1017.                  SYNTAX  INTEGER {
  1018.                        enabled(1),    
  1019.                  disabled(2),
  1020.             link-required(3)   
  1021.                   }
  1022.                    ACCESS  read-write
  1023.                   STATUS  mandatory
  1024.                    DESCRIPTION
  1025.                     "Enables/Disables Wireless AP capability and set link
  1026.              required option to wireless AP.
  1027.              Once in link-required mode, upon power-up, Root AP 
  1028.              requires connection to the Ethernet cable and WLAP 
  1029.              requires association with the Root AP and WLAP will 
  1030.              keep probing forever.                
  1031.               Default is disabled(2)."
  1032.                 ::= { apRFConfig 16 }
  1033.  
  1034.         apWLAPPriority    OBJECT-TYPE
  1035.                  SYNTAX  OCTET STRING (SIZE(1..2))
  1036.                    ACCESS  read-write
  1037.                   STATUS  mandatory
  1038.                    DESCRIPTION
  1039.             "Provides a user with the influence to determine the 
  1040.              Root AP in wireless operation. The priority value is
  1041.              added as the most significant portion of the MAC 
  1042.              address to form the WLAP ID. A WLAP with a lower 
  1043.              numerical value for priority is more likely to become 
  1044.              the Root AP. 
  1045.              Priority 0xFFFF is special. It grants the WLAP with 
  1046.              roaming capability.
  1047.              Default is 8000 hex from the 0 - 0xFFFF 
  1048.              range. Reset AP for value to take effect."
  1049.                 ::= { apRFConfig 17 }
  1050.  
  1051.         apWLAPManualBSSID    OBJECT-TYPE
  1052.              SYNTAX  PhysAddress
  1053.                    ACCESS  read-write
  1054.                   STATUS  mandatory
  1055.                    DESCRIPTION
  1056.             "Specifies the BSS-ID of a particular WLAP and forces 
  1057.              the current WLAP to associate only with that WLAP. 
  1058.              When WLAP Manaul BSS ID is set to the current WLAP MAC
  1059.              address, the current WLAP jumps into Functional state 
  1060.              immediately and waits for an Association Request from 
  1061.              the other WLAP. Reset AP for value to take effect."
  1062.                 ::= { apRFConfig 18 }
  1063.  
  1064.         apWLAPHelloTime    OBJECT-TYPE
  1065.                  SYNTAX  INTEGER 
  1066.                    ACCESS  read-write
  1067.                   STATUS  mandatory
  1068.                    DESCRIPTION
  1069.             "Sets the time lapse, in seconds, between Configuration
  1070.              BPDUs (Bridge Protocol Data Unit) sent to the Root AP 
  1071.              by a designated WLAP to indicate that it is still 
  1072.              alive. Default is 20 seconds. Reset AP for value 
  1073.              to take effect."
  1074.                 ::= { apRFConfig 19 }
  1075.  
  1076.         apWLAPMaxAge    OBJECT-TYPE
  1077.                  SYNTAX  INTEGER 
  1078.                    ACCESS  read-write
  1079.                   STATUS  mandatory
  1080.                    DESCRIPTION
  1081.             "Specifies how long, in seconds, a Configuration BPDU
  1082.              (Bridge Protocol Data Unit) is kept by the Root AP 
  1083.              before it is judged too old and discarded. 
  1084.              Consequently, the interface is considered to be 
  1085.              disconnected. Default is 100 seconds. Recommended 
  1086.              value is multiple of the WLAP Hello Time. Reset AP for
  1087.              value to take effect."
  1088.                 ::= { apRFConfig 20 }
  1089.  
  1090.         apWLAPFwdDelay    OBJECT-TYPE
  1091.                  SYNTAX  INTEGER 
  1092.                    ACCESS  read-write
  1093.                   STATUS  mandatory
  1094.                    DESCRIPTION
  1095.             "Specifies how long, in seconds, an WLAP is prevented 
  1096.              from forwarding data packets to an interface.
  1097.              This delay is to allow the spread of news of a topology
  1098.              change to all parts of a network. Default is 5 seconds.
  1099.              Reset AP for value to take effect."
  1100.                 ::= { apRFConfig 21 }
  1101.  
  1102.         apRFRateControl    OBJECT-TYPE
  1103.                  SYNTAX  INTEGER {
  1104.                        one-Megabit-only(1),    
  1105.                        one-Megabit-required-and-two-Megabit-optional(2),    
  1106.                        two-Megabit-only(3),    
  1107.                        one-and-two-Megabit-required(4)    
  1108.                   }
  1109.                    ACCESS  read-write
  1110.                   STATUS  mandatory
  1111.                    DESCRIPTION
  1112.             "Specifies the data transfer rate (in Megabit per                  
  1113.             second) used by the AP and the MU(s). There are four 
  1114.              options:
  1115.                 - 1 Mb/s only(1)
  1116.                 - 1 Mb/s required, 2 Mb/s optional(2)
  1117.                 - 2 Mb/s only(3)
  1118.                 - 1 & 2 Mb/s required(4)
  1119.              Default is 1 Mb/s required, 2 Mb/s optional(2).
  1120.              See User Manual for detailed explanation of these 
  1121.              options."
  1122.                 ::= { apRFConfig 22 }
  1123.  
  1124.         apFragThreshold    OBJECT-TYPE
  1125.                  SYNTAX  INTEGER (256..2346)
  1126.                    ACCESS  read-write
  1127.                   STATUS  mandatory
  1128.                    DESCRIPTION
  1129.             "Specifies the data fragment size. The size ranges from
  1130.              256 bytes to 2346 bytes. Default is 572 bytes."
  1131.                 ::= { apRFConfig 23 }
  1132.  
  1133.           apMaxMUTrigger  OBJECT-TYPE
  1134.                    SYNTAX  INTEGER (1..255)
  1135.              ACCESS  read-write
  1136.                    STATUS  mandatory
  1137.                    DESCRIPTION
  1138.                          "Indicates the trigger point for sending  
  1139.             apMUMaxAssocTrap trap.The default value of
  1140.             this attribute shall be 255. Range(1..255)."
  1141.                 ::= { apRFConfig 24 }
  1142.  
  1143.     apMaxRetriesVoice    OBJECT-TYPE
  1144.                    SYNTAX  INTEGER
  1145.              ACCESS  read-write
  1146.                    STATUS  mandatory
  1147.                    DESCRIPTION
  1148.                          "The maximum number of allowed retries before aborting
  1149.              a single transmission. Default is 3."
  1150.                 ::= { apRFConfig 25 }
  1151.  
  1152.     apMcastMaskVoice    OBJECT-TYPE
  1153.                    SYNTAX  OCTET STRING (SIZE(1..4))
  1154.              ACCESS  read-write
  1155.                    STATUS  mandatory
  1156.                    DESCRIPTION
  1157.                          "This is used for Spectrum 24 telephone for intercomm
  1158.              function.
  1159.              The multicast mask is the top 32 bits of the MAC 
  1160.              address and allows for a series of MAC addresses to
  1161.              receive multicast messages. These messages are 
  1162.              transmitted by the AP immediately and not queued for 
  1163.              processing at DTIM intervals.."
  1164.                 ::= { apRFConfig 26 }
  1165.  
  1166.          apRTSThreshold    OBJECT-TYPE
  1167.                    SYNTAX  INTEGER (0..2347)
  1168.              ACCESS  read-write
  1169.                    STATUS  mandatory
  1170.                    DESCRIPTION
  1171.                          "This attribute shall indicate the number of octets in an MPDU,
  1172.                 below which an RTS/CTS handshake shall not be performed.
  1173.             The default is 2347. Range(0..2347)."
  1174.                 ::= { apRFConfig 27 }
  1175.  
  1176.  
  1177.         apIntelligentQueue    OBJECT-TYPE
  1178.                  SYNTAX  INTEGER {
  1179.                        enabled(1),    
  1180.                  disabled(2)   
  1181.                   }
  1182.                    ACCESS  read-write
  1183.                   STATUS  mandatory
  1184.                    DESCRIPTION
  1185.                     "Enables/Disables Intelligent queueing in the Access Point.            
  1186.              When enabled, Access Point provides higher priority for 
  1187.              handeling Audio/Video type packets over data packets.            
  1188.               Default is enabled(1)."
  1189.                 ::= { apRFConfig 28 }
  1190.  
  1191.  
  1192.     
  1193.         apPPPState OBJECT-TYPE
  1194.                SYNTAX  INTEGER {
  1195.                         up(1),    
  1196.                       down(2)  
  1197.                       }
  1198.                    ACCESS  read-write
  1199.                   STATUS  mandatory
  1200.                    DESCRIPTION
  1201.                          "Indicates the current state of the PPP connection
  1202.              machine. Default is down(2)."
  1203.                 ::= { apSerialPortConfig 1 }
  1204.  
  1205.          apSerialPortUse OBJECT-TYPE
  1206.             SYNTAX  INTEGER {
  1207.                         ppp(1),        
  1208.                        ui(2)  
  1209.              }
  1210.                    ACCESS  read-write
  1211.                   STATUS  mandatory
  1212.                    DESCRIPTION
  1213.             "Specifies whether the Serial Interface is to be used 
  1214.              as User Interface(UI) or PPP. Default is ui(2)."
  1215.                  ::= { apSerialPortConfig  2 }
  1216.  
  1217.         apModemConnected OBJECT-TYPE
  1218.                 SYNTAX  INTEGER {
  1219.                      yes(1),  
  1220.                         no(2)     
  1221.                 }
  1222.                    ACCESS  read-write
  1223.                   STATUS  mandatory
  1224.                    DESCRIPTION
  1225.             "Specifies whether the Serial Interface has a modem 
  1226.              attached to it. Default is no(2)."
  1227.                 ::= { apSerialPortConfig  3 }
  1228.  
  1229.         apConnectMode OBJECT-TYPE
  1230.                SYNTAX  INTEGER {
  1231.                         originate(1), 
  1232.                       answer(2)
  1233.                  }
  1234.             ACCESS  read-write
  1235.                   STATUS  mandatory
  1236.                    DESCRIPTION
  1237.             "Specifies the Modem connection mode:
  1238.               - originate(1): AP sends dial-out information.
  1239.               - answer(2): AP waits for dial-in information.
  1240.              Default is answer(2)."
  1241.              ::= { apSerialPortConfig  4 }
  1242.  
  1243.         apDialOutNumber OBJECT-TYPE
  1244.                  SYNTAX  DisplayString (SIZE (1..32))
  1245.                   ACCESS  read-write
  1246.                   STATUS  mandatory
  1247.                    DESCRIPTION
  1248.             "Specifies the number to be dialed by the modem."
  1249.                   ::= { apSerialPortConfig  5  }
  1250.  
  1251.        apDialOutMode OBJECT-TYPE
  1252.               SYNTAX  INTEGER {
  1253.                      auto(1),
  1254.                       manual(2)
  1255.               }
  1256.                    ACCESS  read-write
  1257.                   STATUS  mandatory
  1258.                    DESCRIPTION
  1259.             "Specifies the dialout mode: 
  1260.               - auto(1): Modem dial out during startup time.
  1261.               - manual(2): Modem dial out by manned intervention
  1262.              Default is auto(1)."
  1263.              ::= { apSerialPortConfig  6 }
  1264.  
  1265.         apAnswerWaitTime OBJECT-TYPE
  1266.         SYNTAX  INTEGER
  1267.                    ACCESS  read-write
  1268.                   STATUS  mandatory
  1269.                    DESCRIPTION
  1270.             "Specifies the period (in seconds) the AP will wait for 
  1271.              the remote unit to answer the call. Default is 60 
  1272.              seconds."
  1273.             ::= { apSerialPortConfig  7 }
  1274.  
  1275.         apModemSpeaker OBJECT-TYPE
  1276.               SYNTAX  INTEGER {
  1277.                           on(1),    
  1278.                     off(2)   
  1279.                  }
  1280.                    ACCESS  read-write
  1281.                   STATUS  mandatory
  1282.                    DESCRIPTION
  1283.                          "Specifies if modem speaker is turned on(1) or off(2).
  1284.              Default is on(1)."
  1285.                    ::= { apSerialPortConfig  8 }
  1286.  
  1287.        apInactivityTimeout OBJECT-TYPE
  1288.              SYNTAX  INTEGER
  1289.                    ACCESS  read-write
  1290.                   STATUS  mandatory
  1291.                    DESCRIPTION
  1292.                          "Specifies the User Interface inactivity timeout in 
  1293.              minutes. 0 means no timeout. Default is 5 minutes."
  1294.                   ::= { apSerialPortConfig  9 }
  1295.  
  1296.        apPPPTimeout OBJECT-TYPE
  1297.               SYNTAX  INTEGER
  1298.                    ACCESS  read-write
  1299.                   STATUS  mandatory
  1300.                    DESCRIPTION
  1301.                          "Specifies the PPP event timeout in seconds. Default is
  1302.              3 seconds."
  1303.                   ::= { apSerialPortConfig  10 }
  1304.  
  1305.         apPPPTerminates OBJECT-TYPE
  1306.                  SYNTAX  Counter
  1307.             ACCESS  read-write
  1308.                   STATUS  mandatory
  1309.                    DESCRIPTION
  1310.                          "Specifies the maximum number of PPP terminate requests.
  1311.              Default is 10."
  1312.             ::= { apSerialPortConfig  11 }
  1313.  
  1314.  
  1315.     
  1316.            apAddrFilterTable OBJECT-TYPE
  1317.                 SYNTAX  SEQUENCE OF ApAddrFilterEntry
  1318.              ACCESS  not-accessible
  1319.               STATUS  mandatory
  1320.                    DESCRIPTION
  1321.             "A table of MAC addresses not allowed to associate with
  1322.              the Access Point.
  1323.              The maximum number of entries in the table is 512."
  1324.                    ::= { apConfigMgmt 6 }
  1325.  
  1326.            apAddrFilterEntry OBJECT-TYPE
  1327.                   SYNTAX  ApAddrFilterEntry
  1328.                  ACCESS  not-accessible
  1329.               STATUS  mandatory
  1330.                    DESCRIPTION
  1331.                          "An entry in the table of Address Filter. 
  1332.              A row in this table is created by setting the value of
  1333.              disallowedMU to the MAC address of the MU not allowed 
  1334.              to associate with the Access Point. 
  1335.              A row in this table is deleted by setting the value of
  1336.              disallowedMU to '000000000000'."
  1337.                   INDEX { disallowedIndex }
  1338.               ::= { apAddrFilterTable 1 }
  1339.  
  1340.           ApAddrFilterEntry ::= SEQUENCE {
  1341.         disallowedIndex
  1342.             INTEGER,
  1343.                   disallowedMU
  1344.                         PhysAddress
  1345.                  }
  1346.  
  1347.            disallowedIndex  OBJECT-TYPE
  1348.               SYNTAX  INTEGER (1..512)
  1349.                   ACCESS  read-only
  1350.                   STATUS  mandatory
  1351.                    DESCRIPTION
  1352.                          "Address Filter Table index."
  1353.                 ::= { apAddrFilterEntry 1 }
  1354.  
  1355.            disallowedMU  OBJECT-TYPE
  1356.                    SYNTAX  PhysAddress
  1357.                   ACCESS  read-write
  1358.                  STATUS  mandatory
  1359.                    DESCRIPTION
  1360.                          "MU MAC address which is not allowed to be associated 
  1361.              with this Access Point." 
  1362.                 ::= { apAddrFilterEntry 2 }
  1363.  
  1364.        
  1365.     
  1366.           apTypeFilterTable  OBJECT-TYPE
  1367.                SYNTAX  SEQUENCE OF ApTypeFilterEntry
  1368.                ACCESS  not-accessible
  1369.               STATUS  mandatory
  1370.                    DESCRIPTION
  1371.             "A table of Ethernet types (i.e. 16-bit DIX Ethernet
  1372.              type), which are entered by the user and supported for
  1373.              the type filtering function.
  1374.              The maximum number of entries in the table is 16."
  1375.                  ::= { apConfigMgmt 7 }
  1376.  
  1377.            apTypeFilterEntry OBJECT-TYPE
  1378.                SYNTAX  ApTypeFilterEntry
  1379.                    ACCESS  not-accessible
  1380.               STATUS  mandatory
  1381.                    DESCRIPTION
  1382.                         "An entry in the table of Type Filter. 
  1383.              A row in this table is created by setting the value of
  1384.              etherType to Ethernet packet type in hexadecimal.
  1385.              A row in this table is deleted by setting the value of
  1386.              etherType to 00"
  1387.                 INDEX { typeIndex }
  1388.                  ::= { apTypeFilterTable 1 }
  1389.  
  1390.           ApTypeFilterEntry ::= SEQUENCE {
  1391.                 typeIndex
  1392.                            INTEGER,
  1393.                 etherType
  1394.                         OCTET STRING 
  1395.              }
  1396.  
  1397.            typeIndex OBJECT-TYPE
  1398.                SYNTAX INTEGER (1..16)
  1399.               ACCESS read-only
  1400.                 STATUS mandatory
  1401.                 DESCRIPTION
  1402.                          "Filter Type Table index."
  1403.                  ::= { apTypeFilterEntry 1 }     
  1404.  
  1405.            etherType  OBJECT-TYPE
  1406.         SYNTAX    OCTET STRING (SIZE(1..2))
  1407.                    ACCESS  read-write
  1408.                   STATUS  mandatory
  1409.                    DESCRIPTION
  1410.                          "A 16-bit Ethernet Protocol Type in hexadecimal.
  1411.              Range of valid Entries: 0X05DD .. 0XFFFE" 
  1412.                 ::= { apTypeFilterEntry 2 }
  1413.  
  1414.     
  1415.     apAdditionalDNSTable OBJECT-TYPE
  1416.                   SYNTAX  SEQUENCE OF ApAdditionalDNSEntry
  1417.                  ACCESS  not-accessible
  1418.               STATUS  mandatory
  1419.                    DESCRIPTION
  1420.                          "A table of information for additional DNS Servers.
  1421.              The current number of entries is 2."
  1422.              ::= { apConfigMgmt  8 }
  1423.  
  1424.          apAdditionalDNSEntry OBJECT-TYPE
  1425.                   SYNTAX  ApAdditionalDNSEntry
  1426.              ACCESS  not-accessible
  1427.               STATUS  mandatory
  1428.                    DESCRIPTION
  1429.                          "An entry in the table of information for additional
  1430.              DNS for this access point.
  1431.              A row in this table cannot be created or deleted by
  1432.              SNMP operations on columns of the table."
  1433.               INDEX { additionalDNSIndex }
  1434.                ::= { apAdditionalDNSTable 1}
  1435.  
  1436.         ApAdditionalDNSEntry ::= SEQUENCE {
  1437.         additionalDNSIndex
  1438.             INTEGER,
  1439.               apAdditionalDNSIPAddr
  1440.                          IpAddress
  1441.            }
  1442.  
  1443.           additionalDNSIndex OBJECT-TYPE
  1444.                  SYNTAX  INTEGER (1..8) 
  1445.                 ACCESS  read-only
  1446.                    STATUS  mandatory
  1447.                    DESCRIPTION
  1448.                          "Specific DNS information Table index."
  1449.                ::= { apAdditionalDNSEntry 1 }
  1450.  
  1451.           apAdditionalDNSIPAddr OBJECT-TYPE
  1452.              SYNTAX  IpAddress
  1453.                  ACCESS  read-write
  1454.                    STATUS  mandatory
  1455.                    DESCRIPTION
  1456.                          "The IP address of the DNS used for this AP."
  1457.                   ::= { apAdditionalDNSEntry 2 }    
  1458.  
  1459.  
  1460.  
  1461.     
  1462.        apTrafficMatrixTable OBJECT-TYPE
  1463.                SYNTAX  SEQUENCE OF ApTrafficMatrixEntry
  1464.                ACCESS  not-accessible
  1465.               STATUS  mandatory
  1466.                    DESCRIPTION
  1467.                        "A table of Access Point Traffic Matrix which provides 
  1468.              information on packets transmitted from one interface 
  1469.              to another (Ethernet, PPP, radio, AP). The table also 
  1470.              displays the number of broadcast packets transmitted 
  1471.              from the Access Point.
  1472.              The current number of entries is 5."
  1473.                   ::= { apPerformMgmt 1 }
  1474.  
  1475.         apTrafficMatrixEntry OBJECT-TYPE
  1476.                SYNTAX  ApTrafficMatrixEntry
  1477.                ACCESS  not-accessible
  1478.              STATUS  mandatory
  1479.                    DESCRIPTION
  1480.                          "An entry in the table of Access Point Traffic Matrix.
  1481.              A row in this table cannot be created or deleted by
  1482.              SNMP operations on columns of the table."
  1483.             INDEX { apTMTableIndex }
  1484.                   ::= { apTrafficMatrixTable 1}
  1485.  
  1486.        ApTrafficMatrixEntry ::= SEQUENCE {
  1487.         apTMTableIndex
  1488.             INTEGER,
  1489.                  apProtoItfName
  1490.                     DisplayString,
  1491.                apNPktsToEnets
  1492.                         Counter,
  1493.                apNPktsToPpps
  1494.                          Counter,
  1495.               apNPktsToRfs
  1496.                         Counter,
  1497.                apNPktsToAPStks
  1498.                        Counter
  1499.             }
  1500.  
  1501.     apTMTableIndex OBJECT-TYPE
  1502.         SYNTAX    INTEGER (1..5)
  1503.                   ACCESS  read-only
  1504.                    STATUS  mandatory
  1505.                    DESCRIPTION
  1506.                    "Access Point Traffic Matrix Table index."
  1507.                ::= { apTrafficMatrixEntry 1 }
  1508.  
  1509.        apProtoItfName OBJECT-TYPE
  1510.                SYNTAX  DisplayString (SIZE (1..12))
  1511.                   ACCESS  read-only
  1512.                    STATUS  mandatory
  1513.                    DESCRIPTION
  1514.                    "Access Point Protocol Interface Name (i.e. Ethernet, PPP, 
  1515.          Radio, AP)."
  1516.                ::= { apTrafficMatrixEntry 2 }
  1517.  
  1518.          apNPktsToEnets OBJECT-TYPE
  1519.             SYNTAX  Counter
  1520.                ACCESS  read-only
  1521.                    STATUS  mandatory
  1522.                    DESCRIPTION
  1523.                          "Indicates the number of packets sent from the Access 
  1524.              Point Protocol Interface to the Ethernet Interface.
  1525.              This field should always be zero if the Access Point 
  1526.              Protocol Interface is Ethernet."
  1527.                ::= { apTrafficMatrixEntry 3 }
  1528.  
  1529.         apNPktsToPpps OBJECT-TYPE
  1530.              SYNTAX  Counter
  1531.             ACCESS  read-only
  1532.                    STATUS  mandatory
  1533.                    DESCRIPTION
  1534.                          "Indicates the number of packets sent from the Access 
  1535.              Point Protocol Interface to the PPP Interface. 
  1536.              This field is meaningful only if the PPP interface is 
  1537.              enabled. "
  1538.                ::= { apTrafficMatrixEntry 4 }
  1539.  
  1540.          apNPktsToRfs OBJECT-TYPE
  1541.               SYNTAX  Counter
  1542.             ACCESS  read-only
  1543.                  STATUS  mandatory
  1544.                    DESCRIPTION
  1545.                          "Indicates the number of packets sent from the Access 
  1546.              Point Protocol Interface to the RF Interface. If the 
  1547.              Access Point Protocol Interface is RF, these are 
  1548.              frames from one MU to another."
  1549.                 ::= { apTrafficMatrixEntry  5 }
  1550.  
  1551.        apNPktsToAPStks OBJECT-TYPE
  1552.                 SYNTAX  Counter
  1553.             ACCESS  read-only
  1554.                  STATUS  mandatory
  1555.                    DESCRIPTION
  1556.                        "Indicates the number of packets sent from the Access 
  1557.              Point Protocol Interface to the internal Access Point 
  1558.              stack.  This field should always be zero if the Access
  1559.              Point Protocol Interface is Access Point Stack."
  1560.                 ::= { apTrafficMatrixEntry  6 }
  1561.  
  1562.  
  1563.     
  1564.       apItfStatTable OBJECT-TYPE
  1565.                SYNTAX  SEQUENCE OF ApItfStatEntry
  1566.                   ACCESS  not-accessible
  1567.               STATUS  mandatory
  1568.                    DESCRIPTION
  1569.                        "A table of Access Point Interfaces Statistics, which 
  1570.              provides packets forwarding statistics for each inter-
  1571.              face (Ethernet, PPP, RF, AP stack). 
  1572.              Interface statistics also provide performance informa-
  1573.              tion for each interface in Packets-per-second (PPS) and
  1574.              Bytes- per-second (BPS).
  1575.              The AP interface indicates packets sent to the AP stack
  1576.              (e.g. configuration requests, SNMP, Telnet etc.).
  1577.              The current number of entries is 4."
  1578.              ::= { apPerformMgmt 2 }
  1579.  
  1580.        apItfStatEntry OBJECT-TYPE
  1581.                   SYNTAX  ApItfStatEntry
  1582.               ACCESS  not-accessible
  1583.               STATUS  mandatory
  1584.                    DESCRIPTION
  1585.                        "An entry in the table of Access Point Interface 
  1586.              Statistics.
  1587.              A row in this table cannot be created or deleted by
  1588.              SNMP operations on columns of the table."
  1589.                  INDEX { apItfStatIndex }
  1590.                    ::= { apItfStatTable 1 }
  1591.  
  1592.          ApItfStatEntry ::= SEQUENCE { 
  1593.         apItfStatIndex
  1594.             INTEGER,
  1595.               apInterfaceName
  1596.                      DisplayString,
  1597.                apPacketsIns
  1598.                          Counter,
  1599.                 apPacketsOuts
  1600.                         Counter,
  1601.                 apOctetsIns
  1602.                           Counter,
  1603.                 apOctetsOuts
  1604.                          Counter,
  1605.                 apPktsInPerSec
  1606.                         Gauge,
  1607.               apPktsOutPerSec
  1608.                        Gauge,
  1609.               apOctInPerSec
  1610.                          Gauge,
  1611.               apOctOutPerSec
  1612.                         Gauge
  1613.        }
  1614.  
  1615.           apItfStatIndex OBJECT-TYPE
  1616.                  SYNTAX  INTEGER (1..4) 
  1617.                 ACCESS  read-only
  1618.                    STATUS  mandatory
  1619.                    DESCRIPTION
  1620.                          "Access Point Interface Statistics Table index."
  1621.                ::= { apItfStatEntry 1 }
  1622.  
  1623.           apInterfaceName OBJECT-TYPE
  1624.                  SYNTAX  DisplayString (SIZE (1..12))
  1625.                 ACCESS  read-only
  1626.                    STATUS  mandatory
  1627.                    DESCRIPTION
  1628.                          "Access Point Interface Name (Ethernet, PPP, RF, 
  1629.              AP)."
  1630.                ::= { apItfStatEntry 2 }
  1631.  
  1632.            apPacketsIns OBJECT-TYPE
  1633.              SYNTAX  Counter
  1634.               ACCESS  read-only
  1635.                    STATUS  mandatory
  1636.                    DESCRIPTION
  1637.                          "Indicates the number of good packets received on the 
  1638.              specified interface."
  1639.               ::= { apItfStatEntry 3 }
  1640.  
  1641.         apPacketsOuts OBJECT-TYPE
  1642.                 SYNTAX  Counter
  1643.               ACCESS  read-only
  1644.                    STATUS  mandatory
  1645.                    DESCRIPTION
  1646.                          "Indicates the number of packets successfully 
  1647.              transmitted on the specified interface."
  1648.               ::= { apItfStatEntry 4 }
  1649.  
  1650.         apOctetsIns OBJECT-TYPE
  1651.               SYNTAX  Counter
  1652.               ACCESS  read-only
  1653.                    STATUS  mandatory
  1654.                    DESCRIPTION
  1655.                          "Indicates the number of good bytes received on the 
  1656.              specified interface."
  1657.                ::= { apItfStatEntry 5 }
  1658.  
  1659.         apOctetsOuts OBJECT-TYPE
  1660.              SYNTAX  Counter
  1661.               ACCESS  read-only
  1662.                    STATUS  mandatory
  1663.                    DESCRIPTION
  1664.                          "Indicates the number of bytes successfully transmitted
  1665.              on the specified interface."
  1666.                ::= { apItfStatEntry 6 }
  1667.  
  1668.            apPktsInPerSec OBJECT-TYPE
  1669.                   SYNTAX  Gauge
  1670.                 ACCESS  read-only
  1671.                    STATUS  mandatory
  1672.                    DESCRIPTION
  1673.                          "Indicates the number of good packets per second 
  1674.              received on the specified Interface."
  1675.                 ::= { apItfStatEntry 7 }
  1676.  
  1677.         apPktsOutPerSec OBJECT-TYPE
  1678.                  SYNTAX  Gauge
  1679.                 ACCESS  read-only
  1680.                    STATUS  mandatory
  1681.                    DESCRIPTION
  1682.                          "Indicates the number of packets per second successfully
  1683.              transmitted on the specified interface."
  1684.               ::= { apItfStatEntry 8 }
  1685.  
  1686.            apOctInPerSec OBJECT-TYPE
  1687.                    SYNTAX  Gauge
  1688.                 ACCESS  read-only
  1689.                    STATUS  mandatory
  1690.                    DESCRIPTION
  1691.                          "Indicates the number of good bytes per second 
  1692.              received on the specified Interface."
  1693.                ::= { apItfStatEntry 9 }
  1694.  
  1695.            apOctOutPerSec OBJECT-TYPE
  1696.                   SYNTAX  Gauge
  1697.                 ACCESS  read-only
  1698.                    STATUS  mandatory
  1699.                    DESCRIPTION
  1700.                          "Indicates the number of bytes per second successfully
  1701.              transmitted on the specified interface."
  1702.                ::= { apItfStatEntry 10 }
  1703.  
  1704.  
  1705.     
  1706.       apEPktsSeens OBJECT-TYPE
  1707.                SYNTAX  Counter
  1708.              ACCESS  read-only
  1709.                    STATUS  mandatory
  1710.                    DESCRIPTION
  1711.                          "Indicates the number of packets that have been seen on
  1712.              the Ethernet interface. Most of these packets are for
  1713.              stations other than those associated with this AP."
  1714.               ::= { apEthernetStatistics 1 }
  1715.  
  1716.       apEPktsForwardeds OBJECT-TYPE
  1717.                SYNTAX  Counter
  1718.              ACCESS  read-only
  1719.                    STATUS  mandatory
  1720.                    DESCRIPTION
  1721.                          "Indicates the number of Ethernet packets forwarded
  1722.              from the Ethernet interface to other interfaces."
  1723.              ::= { apEthernetStatistics 2 }
  1724.  
  1725.        apEPktsDiscNoMatchs OBJECT-TYPE
  1726.              SYNTAX  Counter
  1727.              ACCESS  read-only
  1728.                    STATUS  mandatory
  1729.                    DESCRIPTION
  1730.                          "Indicates the number of packets discarded due to 
  1731.              unknown destination (i.e. no database entry)."
  1732.                  ::= { apEthernetStatistics 3 }
  1733.  
  1734.        apEPktsDiscForceds OBJECT-TYPE
  1735.               SYNTAX  Counter
  1736.              ACCESS  read-only
  1737.                    STATUS  mandatory
  1738.                    DESCRIPTION
  1739.                          "Indicates the number of packets discarded due to Type
  1740.              or Address filters applied."
  1741.              ::= { apEthernetStatistics 4 }
  1742.  
  1743.       apEPktsDiscBuffers OBJECT-TYPE
  1744.               SYNTAX  Counter
  1745.              ACCESS  read-only
  1746.                    STATUS  mandatory
  1747.                    DESCRIPTION
  1748.                        "Indicates the number of packets discarded due to lack 
  1749.              of available buffers in AP."
  1750.               ::= { apEthernetStatistics 5 }
  1751.  
  1752.       apEPktsDiscCRCs OBJECT-TYPE
  1753.                  SYNTAX  Counter
  1754.              ACCESS  read-only
  1755.                    STATUS  mandatory
  1756.                    DESCRIPTION
  1757.                          "Indicates the number of packets discarded due to CRC 
  1758.              errors."
  1759.                 ::= { apEthernetStatistics 6 }
  1760.  
  1761.       apEPktsSents OBJECT-TYPE
  1762.                 SYNTAX  Counter
  1763.              ACCESS  read-only
  1764.                    STATUS  mandatory
  1765.                    DESCRIPTION
  1766.                          "Indicates the number of packets sent by this Ethernet 
  1767.              Port."
  1768.              ::= { apEthernetStatistics 7 }
  1769.  
  1770.       apEAnyCollisions OBJECT-TYPE
  1771.                 SYNTAX  Counter
  1772.              ACCESS  read-only
  1773.                    STATUS  mandatory
  1774.                    DESCRIPTION
  1775.                          "Indicates the number of packets that suffer at least 
  1776.              one collision."
  1777.                  ::= { apEthernetStatistics 8 }
  1778.  
  1779.        apE1orMoreColls OBJECT-TYPE
  1780.                  SYNTAX  Counter
  1781.              ACCESS  read-only
  1782.                    STATUS  mandatory
  1783.                    DESCRIPTION
  1784.                          "Indicates the number of packets that suffer more than
  1785.              one collision."
  1786.                ::= { apEthernetStatistics 9 }
  1787.  
  1788.      apEMaxCollisions OBJECT-TYPE
  1789.                 SYNTAX  Counter
  1790.              ACCESS  read-only
  1791.                    STATUS  mandatory
  1792.                    DESCRIPTION
  1793.                          "Indicates the number of packets that suffer more than
  1794.              the maximum number of collisions."
  1795.                 ::= { apEthernetStatistics 10 }
  1796.  
  1797.      apELateCollisions OBJECT-TYPE
  1798.                SYNTAX  Counter
  1799.              ACCESS  read-only 
  1800.                   STATUS  mandatory
  1801.                    DESCRIPTION
  1802.                          "Indicates the number of packets that suffer late 
  1803.              collisions."
  1804.              ::= { apEthernetStatistics 11 }
  1805.  
  1806.      apEPktsDefers OBJECT-TYPE
  1807.                   SYNTAX  Counter
  1808.              ACCESS  read-only
  1809.                    STATUS  mandatory
  1810.                    DESCRIPTION
  1811.                          "Indicates the times AP had to defer transmit requests
  1812.              on Ethernet due to busy medium."
  1813.                 ::= { apEthernetStatistics 12 }
  1814.  
  1815.       apEBcMcPkts OBJECT-TYPE
  1816.                   SYNTAX  Counter
  1817.              ACCESS  read-only
  1818.                    STATUS  mandatory
  1819.                    DESCRIPTION
  1820.                          "Indicates the number of broadcast/multicast packets 
  1821.              that have been transmitted."
  1822.                 ::= { apEthernetStatistics 13 }    
  1823.  
  1824.     apEIndividualAddrs OBJECT-TYPE
  1825.                   SYNTAX  Counter
  1826.              ACCESS  read-only
  1827.                    STATUS  mandatory
  1828.                    DESCRIPTION
  1829.                          "Indicates the number of individual address (unicast)
  1830.               packets that have been received."
  1831.                 ::= { apEthernetStatistics 14 }
  1832.  
  1833.     
  1834.          rfBcMcPktsSents OBJECT-TYPE
  1835.                  SYNTAX  Counter
  1836.               ACCESS  read-only
  1837.                    STATUS  mandatory
  1838.                    DESCRIPTION
  1839.                          "Indicates the number of broadcast/multicast packets 
  1840.              that have been successfully transmitted."
  1841.                 ::= { apRFStatistics 1 }
  1842.  
  1843.         rfBcMcPktsRcvds OBJECT-TYPE
  1844.                  SYNTAX  Counter
  1845.               ACCESS  read-only
  1846.                    STATUS  mandatory
  1847.                    DESCRIPTION
  1848.                          "Indicates the number of broadcast/multicast packets 
  1849.              that have been successfully received."
  1850.                ::= { apRFStatistics 2 }
  1851.  
  1852.          rfBcMcOctSents OBJECT-TYPE
  1853.                SYNTAX Counter
  1854.               ACCESS  read-only
  1855.                    STATUS  mandatory
  1856.                    DESCRIPTION
  1857.                          "Indicates the number of broadcast/multicast bytes that
  1858.               have been successfully transmitted."
  1859.                 ::= { apRFStatistics 3 }
  1860.  
  1861.         rfBcMcOctRcvds OBJECT-TYPE
  1862.                SYNTAX Counter
  1863.               ACCESS  read-only
  1864.                    STATUS  mandatory
  1865.                    DESCRIPTION
  1866.                          "Indicates the number of broadcast/multicast bytes that
  1867.              have been successfully received."
  1868.                ::= { apRFStatistics 4 }
  1869.  
  1870.         rfSysPktsSents OBJECT-TYPE
  1871.                 SYNTAX  Counter
  1872.              ACCESS  read-only
  1873.                    STATUS  mandatory
  1874.                    DESCRIPTION
  1875.                          "Indicates the number of system packets (includes probe
  1876.              operations packets) that have been successfully 
  1877.              transmitted."
  1878.                ::= { apRFStatistics 5 }
  1879.  
  1880.          rfSysPktsRcvds OBJECT-TYPE
  1881.                 SYNTAX  Counter
  1882.              ACCESS  read-only
  1883.                    STATUS  mandatory
  1884.                    DESCRIPTION
  1885.                          "Indicates the number of system packets (includes probes
  1886.              /associate packets) that have been successfully 
  1887.              received."
  1888.                   ::= { apRFStatistics 6 }
  1889.  
  1890.         rfSBcMcPktsSents OBJECT-TYPE
  1891.                 SYNTAX  Counter
  1892.               ACCESS  read-only 
  1893.                   STATUS  mandatory
  1894.                    DESCRIPTION
  1895.                          "Indicates the number of system broadcast/multicast 
  1896.              packets (includes beacons) that have been successfully 
  1897.              transmitted."
  1898.                 ::= { apRFStatistics 7 }
  1899.  
  1900.          rfSBcMcPktsRcvds OBJECT-TYPE
  1901.                 SYNTAX  Counter
  1902.               ACCESS  read-only
  1903.                    STATUS  mandatory
  1904.                    DESCRIPTION
  1905.                          "Indicates the number of system broadcast/multicast 
  1906.              (includes beacons) packets that have been successfully
  1907.              received."
  1908.                 ::= { apRFStatistics 8 }
  1909.  
  1910.          rfSuccFragPkts OBJECT-TYPE
  1911.                   SYNTAX Counter
  1912.               ACCESS  read-only
  1913.                    STATUS  mandatory
  1914.                    DESCRIPTION
  1915.                     "Indicates the number of packets that were fragmented 
  1916.              and for which all fragments were acked."
  1917.                  ::= { apRFStatistics 9 }
  1918.  
  1919.        rfUnsuccFragPkts OBJECT-TYPE
  1920.                 SYNTAX Counter
  1921.               ACCESS  read-only
  1922.                    STATUS  mandatory
  1923.                    DESCRIPTION 
  1924.                         "Indicates the number of packets that were fragmented 
  1925.              but for which one or more fragments were not acked."
  1926.              ::= {apRFStatistics 10 }
  1927.  
  1928.         rfTotalFragSents  OBJECT-TYPE
  1929.                 SYNTAX  Counter
  1930.               ACCESS  read-only
  1931.                    STATUS  mandatory
  1932.                    DESCRIPTION
  1933.                          "Indicates the number of packets fragments that have 
  1934.              been sent."
  1935.                  ::= { apRFStatistics 11 }
  1936.  
  1937.         rfTotalFragRcvds OBJECT-TYPE
  1938.                  SYNTAX  Counter
  1939.               ACCESS  read-only
  1940.                    STATUS  mandatory
  1941.                    DESCRIPTION
  1942.                          "Indicates the number of packets fragments that have 
  1943.              been received."
  1944.              ::= { apRFStatistics 12 }
  1945.  
  1946.        rfSuccReassPkts OBJECT-TYPE
  1947.                 SYNTAX  Counter
  1948.               ACCESS  read-only
  1949.                    STATUS  mandatory
  1950.                    DESCRIPTION
  1951.                          "Indicates the number of packets that were reassigned 
  1952.              and successfully reassembled."
  1953.                   ::= { apRFStatistics 13 }
  1954.  
  1955.        rfUnsuccReassPkts OBJECT-TYPE
  1956.                SYNTAX  Counter
  1957.               ACCESS  read-only
  1958.                    STATUS  mandatory
  1959.                    DESCRIPTION
  1960.                          "Indicates the number of packets that were 
  1961.              unsuccessfully reassembled."
  1962.                ::= { apRFStatistics 14 }
  1963.  
  1964.        rfAssocMUs OBJECT-TYPE
  1965.                SYNTAX  Counter
  1966.               ACCESS  read-only
  1967.                    STATUS  mandatory
  1968.                    DESCRIPTION
  1969.                          "Indicates the number of MUs currently associated with 
  1970.              this AP."
  1971.               ::= { apRFStatistics 15 }
  1972.  
  1973.        rfRcvdCRCErrors OBJECT-TYPE
  1974.                  SYNTAX  Counter
  1975.               ACCESS  read-only
  1976.                    STATUS  mandatory
  1977.                    DESCRIPTION
  1978.                          "Indicates the number of packets that were received but
  1979.              had the CRC errors."
  1980.               ::= { apRFStatistics 16 }
  1981.  
  1982.        rfRcvdDupPkts    OBJECT-TYPE
  1983.                  SYNTAX  Counter
  1984.               ACCESS  read-only
  1985.                    STATUS  mandatory
  1986.                    DESCRIPTION
  1987.                          "Indicates the number of packets that were received but
  1988.              were duplicates of previously received. This is usually
  1989.              an indication that an ACK was not received by the 
  1990.              sending unit."
  1991.                 ::= { apRFStatistics 17 }
  1992.  
  1993.        rfTotalCollisions    OBJECT-TYPE
  1994.                  SYNTAX  Counter
  1995.               ACCESS  read-only
  1996.                    STATUS  mandatory
  1997.                    DESCRIPTION
  1998.                          "Indicates the number of collisions that have occured on
  1999.              the interface. A collision on the RF interface means 
  2000.              that an ack was not received or that a RTS was not 
  2001.              answered by a CTS." 
  2002.               ::= { apRFStatistics 18 }
  2003.  
  2004.        rfPktsWithoutColls OBJECT-TYPE
  2005.                SYNTAX  Counter
  2006.               ACCESS  read-only
  2007.                    STATUS  mandatory
  2008.                    DESCRIPTION
  2009.                          "Indicates the number of packets without any collision."
  2010.                 ::= { apRFStatistics 19 }
  2011.  
  2012.        rfPktsWithMaxColls  OBJECT-TYPE
  2013.               SYNTAX  Counter
  2014.               ACCESS  read-only
  2015.                    STATUS  mandatory
  2016.                    DESCRIPTION
  2017.                          "Indicates the number of packets that suffered the 
  2018.              maximum number of collisions."
  2019.                ::= { apRFStatistics 20 }
  2020.  
  2021.        rfPktsWithColls OBJECT-TYPE
  2022.                   SYNTAX  Counter
  2023.               ACCESS  read-only
  2024.                    STATUS  mandatory
  2025.                    DESCRIPTION
  2026.                          "Indicates the number of packets that suffered at least
  2027.              one collision."
  2028.                   ::= { apRFStatistics 21 }
  2029.  
  2030.        rfDataPktsSents OBJECT-TYPE
  2031.                   SYNTAX  Counter
  2032.               ACCESS  read-only
  2033.                    STATUS  mandatory
  2034.                    DESCRIPTION
  2035.                          "Indicates the number of packets transmitted."
  2036.                   ::= { apRFStatistics 22 }
  2037.  
  2038.        rfDataPktsRcvds OBJECT-TYPE
  2039.                   SYNTAX  Counter
  2040.               ACCESS  read-only
  2041.                    STATUS  mandatory
  2042.                    DESCRIPTION
  2043.                          "Indicates the number of packets that were successfully
  2044.              received."
  2045.                   ::= { apRFStatistics 23 }
  2046.  
  2047.        rfDataOctetsSents OBJECT-TYPE
  2048.                   SYNTAX  Counter
  2049.               ACCESS  read-only
  2050.                    STATUS  mandatory
  2051.                    DESCRIPTION
  2052.                          "Indicates the number of octets transmitted."
  2053.                   ::= { apRFStatistics 24 }
  2054.  
  2055.        rfDataOctetsRcvds OBJECT-TYPE
  2056.                   SYNTAX  Counter
  2057.               ACCESS  read-only
  2058.                    STATUS  mandatory
  2059.                    DESCRIPTION
  2060.                          "Indicates the number of octets that were successfully
  2061.              received."
  2062.                   ::= { apRFStatistics 25 }
  2063.  
  2064.     rfEncrypPktsSents  OBJECT-TYPE
  2065.                   SYNTAX  Counter
  2066.               ACCESS  read-only
  2067.                    STATUS  mandatory
  2068.                    DESCRIPTION
  2069.                          "Indicates the number of Encrypted packets transmitted."
  2070.                   ::= { apRFStatistics 26 }
  2071.  
  2072.     rfEncrypPktsRcvds OBJECT-TYPE
  2073.                   SYNTAX  Counter
  2074.               ACCESS  read-only
  2075.                    STATUS  mandatory
  2076.                    DESCRIPTION
  2077.                          "Indicates the number of Encrypted packets that were successfully
  2078.              received."
  2079.                   ::= { apRFStatistics 27 }
  2080.  
  2081.  
  2082.     
  2083.           apPerFreqStatTable OBJECT-TYPE
  2084.               SYNTAX SEQUENCE OF ApPerFreqStatEntry
  2085.                ACCESS not-accessible
  2086.                STATUS mandatory
  2087.                 DESCRIPTION
  2088.                          "A table of Radio Per Frequency statistics, which is 
  2089.              based on the historical frequency records used by this
  2090.              Access Point.
  2091.              The current number of entries is 78."
  2092.                 ::= { apPerformMgmt 5 }
  2093.  
  2094.       apPerFreqStatEntry OBJECT-TYPE
  2095.                 SYNTAX ApPerFreqStatEntry
  2096.                    ACCESS not-accessible
  2097.                STATUS mandatory
  2098.                 DESCRIPTION
  2099.                          "An entry in the table of Radio per frequency 
  2100.              statistics.
  2101.              A row in this table cannot be created or deleted by
  2102.              SNMP operations on columns of the table."
  2103.                 INDEX { rfPerFqChannel}
  2104.                 ::= { apPerFreqStatTable 1 }
  2105.  
  2106.        ApPerFreqStatEntry ::= SEQUENCE {
  2107.                    rfPerFqChannel         
  2108.             INTEGER,
  2109.                   rfPerFqPktsSents      
  2110.             Counter,
  2111.                 rfPerFqPktsRcvds      
  2112.             Counter,
  2113.                 rfPerFqRetries       
  2114.             Counter
  2115.        }
  2116.  
  2117.           rfPerFqChannel OBJECT-TYPE
  2118.                    SYNTAX  INTEGER (2..79)
  2119.               ACCESS  read-only
  2120.                 STATUS  mandatory
  2121.                 DESCRIPTION
  2122.                          "Radio Frequency channel number."
  2123.                 ::= { apPerFreqStatEntry 1 }
  2124.  
  2125.           rfPerFqPktsSents OBJECT-TYPE
  2126.                 SYNTAX  Counter
  2127.               ACCESS  read-only
  2128.                 STATUS  mandatory
  2129.                 DESCRIPTION
  2130.                          "Counter for the packets sent per frequency." 
  2131.                  ::= { apPerFreqStatEntry 2 }
  2132.  
  2133.           rfPerFqPktsRcvds OBJECT-TYPE
  2134.                 SYNTAX  Counter
  2135.               ACCESS  read-only
  2136.                 STATUS  mandatory
  2137.                 DESCRIPTION
  2138.                          "Counter for the packets received per frequency." 
  2139.                  ::= { apPerFreqStatEntry 3 }
  2140.  
  2141.           rfPerFqRetries OBJECT-TYPE
  2142.                 SYNTAX  Counter
  2143.               ACCESS  read-only
  2144.                 STATUS  mandatory
  2145.                 DESCRIPTION
  2146.                          "Counter for the retries per frequency." 
  2147.                  ::= { apPerFreqStatEntry 4 }
  2148.  
  2149.  
  2150.     
  2151.       apNbrOfDialouts OBJECT-TYPE
  2152.                  SYNTAX  Counter
  2153.               ACCESS  read-only
  2154.                    STATUS  mandatory
  2155.                    DESCRIPTION 
  2156.                         "Indicates the number of dialout attempts by the AP."
  2157.                ::= { apSerialPortStatistics 1 }
  2158.  
  2159.        apDialoutFailures  OBJECT-TYPE
  2160.                    SYNTAX  Counter
  2161.               ACCESS  read-only
  2162.                    STATUS  mandatory
  2163.                    DESCRIPTION
  2164.                          "Indicates the number of dialout failures by the AP."
  2165.              ::= { apSerialPortStatistics 2 }
  2166.  
  2167.        apNbrOfAnswers  OBJECT-TYPE
  2168.                 SYNTAX  Counter
  2169.               ACCESS  read-only
  2170.                    STATUS  mandatory
  2171.                    DESCRIPTION
  2172.                          "Indicates the number of answer attempts by the AP."
  2173.                ::= { apSerialPortStatistics 3 }
  2174.  
  2175.        apCurrCallTime  OBJECT-TYPE
  2176.                  SYNTAX  TimeTicks
  2177.                 ACCESS  read-only
  2178.                    STATUS  mandatory
  2179.                    DESCRIPTION
  2180.                          "Indicates the length in seconds of current connection
  2181.              session. Note: the time is relative to the boot time 
  2182.              of this AP."
  2183.                 ::= { apSerialPortStatistics 4 }
  2184.  
  2185.        apLastCallTime  OBJECT-TYPE
  2186.                  SYNTAX  TimeTicks
  2187.                 ACCESS  read-only
  2188.                    STATUS  mandatory
  2189.                    DESCRIPTION
  2190.                          "Indicates the length in seconds of last connection 
  2191.              session. Note: the time is relative to the boot time 
  2192.              of this AP."
  2193.                 ::= { apSerialPortStatistics 5 }
  2194.  
  2195.  
  2196.     
  2197.      apWNMPCfgPkts OBJECT-TYPE
  2198.                 SYNTAX  Counter
  2199.               ACCESS  read-only
  2200.                    STATUS  mandatory
  2201.                    DESCRIPTION
  2202.                        "Indicates the number of WNMP configuration requests 
  2203.              received from NetVision."
  2204.                 ::= { apWNMPStatistics 1 }
  2205.  
  2206.         wEchoRequests OBJECT-TYPE
  2207.                SYNTAX  Counter
  2208.               ACCESS  read-only
  2209.                    STATUS  mandatory
  2210.                    DESCRIPTION
  2211.                          "Indicates the number of WNMP Echo Requests received 
  2212.              by this AP."
  2213.                    ::= { apWNMPStatistics 2 }
  2214.  
  2215.         wPingRequests OBJECT-TYPE 
  2216.               SYNTAX  Counter
  2217.               ACCESS  read-only
  2218.                    STATUS  mandatory
  2219.                    DESCRIPTION
  2220.                          "Indicates the number of WNMP ping requests received by
  2221.              this AP."
  2222.                 ::= { apWNMPStatistics 3 }
  2223.  
  2224.         wPktsFromNVs OBJECT-TYPE
  2225.                   SYNTAX  Counter
  2226.               ACCESS  read-only
  2227.                    STATUS  mandatory
  2228.                    DESCRIPTION
  2229.                          "Indicates the number of WNMP packets that were received
  2230.              from NetVision via this AP."
  2231.               ::= { apWNMPStatistics 4 }
  2232.  
  2233.         wPPktsToNVs OBJECT-TYPE
  2234.                 SYNTAX  Counter
  2235.               ACCESS  read-only
  2236.                    STATUS  mandatory
  2237.                    DESCRIPTION
  2238.                          "Indicates the number of WNMP packets that were sent to
  2239.              the NetVision via this AP."
  2240.                    ::= { apWNMPStatistics 5 }
  2241.  
  2242.         wPassThruEchoes  OBJECT-TYPE
  2243.                  SYNTAX  Counter
  2244.               ACCESS  read-only
  2245.                    STATUS  mandatory
  2246.                    DESCRIPTION 
  2247.                          "Indicates the number of WNMP packets for other stations
  2248.              that passed through this AP."
  2249.                    ::= { apWNMPStatistics 6 }
  2250.  
  2251.  
  2252.     
  2253.           apCurrentMUs  OBJECT-TYPE
  2254.                    SYNTAX  Counter
  2255.              ACCESS  read-only
  2256.                    STATUS  mandatory
  2257.                    DESCRIPTION
  2258.                          "Indicates the number of MUs currently associated with 
  2259.              this AP."
  2260.                 ::= { apMUInfo 1 }
  2261.  
  2262.           apMaxMUs  OBJECT-TYPE
  2263.                SYNTAX  Counter
  2264.              ACCESS  read-only
  2265.                    STATUS  mandatory
  2266.                    DESCRIPTION
  2267.                          "Indicates the highest number of MUs ever associated 
  2268.              with this AP. The maximum number of entries is 255."
  2269.                 ::= { apMUInfo 2 }
  2270.  
  2271.          apTotalAssocs  OBJECT-TYPE
  2272.                    SYNTAX  Counter
  2273.              ACCESS  read-only
  2274.                    STATUS  mandatory
  2275.                    DESCRIPTION
  2276.                          "Indicates the total number of associations by all MUs 
  2277.              with this AP."
  2278.                 ::= { apMUInfo 3 }
  2279.  
  2280.        apMUTable OBJECT-TYPE
  2281.                   SYNTAX  SEQUENCE OF ApMUEntry
  2282.                  ACCESS  not-accessible
  2283.               STATUS  mandatory
  2284.                    DESCRIPTION
  2285.                          "A table of information for a specific MU associated 
  2286.              with this Access Point.
  2287.              The current number of entries is 255."
  2288.              ::= { apMUInfo 4 }
  2289.  
  2290.          apMUEntry OBJECT-TYPE
  2291.                   SYNTAX  ApMUEntry
  2292.              ACCESS  not-accessible
  2293.               STATUS  mandatory
  2294.                    DESCRIPTION
  2295.                          "An entry in the table of information for a specific MU
  2296.              associated with this Access Point.
  2297.              A row in this table cannot be created or deleted by
  2298.              SNMP operations on columns of the table."
  2299.               INDEX { muIndex }
  2300.                ::= { apMUTable 1}
  2301.  
  2302.         ApMUEntry ::= SEQUENCE {
  2303.         muIndex
  2304.             INTEGER,
  2305.               muMacAddr
  2306.                          PhysAddress,
  2307.                 muInterface
  2308.                      INTEGER,
  2309.                 muState
  2310.                      INTEGER,
  2311.                 muPowerMode
  2312.                      INTEGER,
  2313.                 muStationID
  2314.                      INTEGER,
  2315.                   muLastAPAddr
  2316.                        PhysAddress,
  2317.                 muTotalAssoc
  2318.                      INTEGER,
  2319.                 muAssocStart
  2320.                         TimeTicks,
  2321.                 muLstAssStrt
  2322.                         TimeTicks,
  2323.                   muLastAssEnd
  2324.                           TimeTicks,
  2325.                 muNPktsSents
  2326.                       Counter,
  2327.                 muNPktsRcvds
  2328.                       Counter,
  2329.                 muNBytesSents
  2330.                      Counter,
  2331.                 muNBytesRcvds
  2332.                      Counter,
  2333.         muNDiscdPkts
  2334.             Counter,
  2335.                 muTmLastData
  2336.                          TimeTicks,
  2337.         muPriority
  2338.             INTEGER,
  2339.         muSupportedRates
  2340.                 INTEGER,
  2341.         muCurrentXmtRate
  2342.                 INTEGER,
  2343.         muLastActivity
  2344.                   TimeTicks,
  2345.         muEncryption
  2346.             INTEGER    
  2347.            }
  2348.  
  2349.           muIndex OBJECT-TYPE
  2350.                  SYNTAX  INTEGER (1..255) 
  2351.                 ACCESS  read-only
  2352.                    STATUS  mandatory
  2353.                    DESCRIPTION
  2354.                          "Specific MU information Table index.
  2355.              Range (1..255)."
  2356.                ::= { apMUEntry 1 }
  2357.  
  2358.           muMacAddr OBJECT-TYPE
  2359.              SYNTAX  PhysAddress
  2360.                  ACCESS  read-only
  2361.                    STATUS  mandatory
  2362.                    DESCRIPTION
  2363.                          "The MAC address of the MU associated with this AP."
  2364.                   ::= { apMUEntry 2 }
  2365.  
  2366.        muInterface OBJECT-TYPE
  2367.                  SYNTAX  INTEGER {
  2368.                            ethernet(1),    -- MU is located in Ethernet Interface.
  2369.                      ppp(2),         -- MU is located in PPP Interface.
  2370.                           rf(3),          -- MU is located in RF Interface.
  2371.                            apstack(4)      -- MU is located in AP internal stack 
  2372.                     -- interface.
  2373.                  }
  2374.                    ACCESS  read-only
  2375.                    STATUS  mandatory
  2376.                    DESCRIPTION
  2377.                          "Indicates the interface on which this MU is located.
  2378.                         Note: The AP may learn of an MU via the RF network
  2379.                             or from the wired networks such as Ethernet or PPP.
  2380.                           In this release, the AP does not keep track of those 
  2381.              MUs reachable via the Ethernet, but that will change 
  2382.              in future releases."
  2383.                 ::= { apMUEntry 3 }
  2384.  
  2385.       muState OBJECT-TYPE
  2386.                  SYNTAX  INTEGER {
  2387.                           associated(3),        -- used for an associated MU
  2388.                           not-associated(4)    -- Not associated, roamed to 
  2389.                         -- another AP.
  2390.                    }
  2391.                    ACCESS  read-only
  2392.                    STATUS  mandatory
  2393.                    DESCRIPTION
  2394.                          "Indicates the state of this MU."
  2395.              ::= { apMUEntry 4 }
  2396.  
  2397.         muPowerMode    OBJECT-TYPE
  2398.                  SYNTAX  INTEGER {
  2399.                      cam(1),            -- continue active mode
  2400.             psp(2)            -- power save mode
  2401.         }
  2402.                    ACCESS  read-only
  2403.                    STATUS  mandatory
  2404.                    DESCRIPTION
  2405.                          "Indicates the MU power mode (Power Save Protocol mode
  2406.              or Continue Active Mode.)"
  2407.              ::= { apMUEntry 5 }
  2408.  
  2409.         muStationID    OBJECT-TYPE
  2410.                  SYNTAX  INTEGER 
  2411.                    ACCESS  read-only
  2412.                    STATUS  mandatory
  2413.                    DESCRIPTION
  2414.                          "Indicates the MU station ID."
  2415.              ::= { apMUEntry 6 }
  2416.  
  2417.         muLastAPAddr     OBJECT-TYPE
  2418.                    SYNTAX  PhysAddress
  2419.                  ACCESS  read-only
  2420.                    STATUS  mandatory
  2421.                    DESCRIPTION
  2422.                          "Indicates the MAC address of the last AP with which 
  2423.              this MU had an association."
  2424.                   ::= { apMUEntry 7 }
  2425.  
  2426.     muTotalAssoc    OBJECT-TYPE
  2427.                  SYNTAX  INTEGER 
  2428.                    ACCESS  read-only
  2429.                    STATUS  mandatory
  2430.                    DESCRIPTION
  2431.             "Indicates the total associations for this MU."
  2432.                   ::= { apMUEntry 8 }
  2433.  
  2434.         muAssocStart    OBJECT-TYPE
  2435.                 SYNTAX  TimeTicks
  2436.                    ACCESS  read-only
  2437.                    STATUS  mandatory
  2438.                    DESCRIPTION
  2439.                          "Indicates when the MU began its current association 
  2440.              with this AP. 
  2441.              Note: Time is represented in seconds and the time
  2442.                           is relative to the boot time of this AP.
  2443.                       This is also true for all the association objects 
  2444.              listed below."
  2445.                 ::= { apMUEntry 9 }
  2446.  
  2447.           muLstAssStrt     OBJECT-TYPE
  2448.                 SYNTAX  TimeTicks
  2449.                    ACCESS  read-only
  2450.                    STATUS  mandatory
  2451.                    DESCRIPTION
  2452.                          "Indicates when the MU began its prior association 
  2453.              with this AP. 
  2454.                       If this is the first association with this AP, this 
  2455.              value is zero. "
  2456.                 ::= { apMUEntry 10 }
  2457.  
  2458.       muLastAssEnd    OBJECT-TYPE
  2459.               SYNTAX  TimeTicks
  2460.                    ACCESS  read-only
  2461.                    STATUS  mandatory
  2462.                    DESCRIPTION
  2463.                          "Indicates when the MU ended its previous association 
  2464.              with this AP. 
  2465.                       If this is the first association with this AP, this 
  2466.              value is zero. "
  2467.                 ::= { apMUEntry 11 }
  2468.  
  2469.       muNPktsSents  OBJECT-TYPE
  2470.                  SYNTAX  Counter
  2471.              ACCESS  read-only
  2472.                    STATUS  mandatory
  2473.                    DESCRIPTION
  2474.                          "Indicates the number of packets successfully 
  2475.              transmitted to this MU."
  2476.                 ::= { apMUEntry 12 }
  2477.  
  2478.       muNPktsRcvds  OBJECT-TYPE
  2479.                  SYNTAX  Counter
  2480.              ACCESS  read-only
  2481.                    STATUS  mandatory
  2482.                    DESCRIPTION
  2483.                          "Indicates the number of Good Packets received from this
  2484.              MU."
  2485.                   ::= { apMUEntry 13 }
  2486.  
  2487.       muNBytesSents  OBJECT-TYPE
  2488.                 SYNTAX  Counter
  2489.              ACCESS  read-only
  2490.                    STATUS  mandatory
  2491.                    DESCRIPTION
  2492.                          "Indicates the number of bytes successfully transmitted
  2493.              to this MU."
  2494.                   ::= { apMUEntry 14 }
  2495.  
  2496.       muNBytesRcvds  OBJECT-TYPE
  2497.                 SYNTAX  Counter
  2498.              ACCESS  read-only
  2499.                    STATUS  mandatory
  2500.                    DESCRIPTION
  2501.                          "Indicates the number of Good Bytes received from this 
  2502.              MU."
  2503.                    ::= { apMUEntry 15 }
  2504.  
  2505.     muNDiscdPkts    OBJECT-TYPE
  2506.                 SYNTAX  Counter
  2507.              ACCESS  read-only
  2508.                    STATUS  mandatory
  2509.                    DESCRIPTION
  2510.                          "Indicates the number of received packets discarded 
  2511.              because no buffers."
  2512.                    ::= { apMUEntry 16 }
  2513.  
  2514.         muTmLastData     OBJECT-TYPE
  2515.                 SYNTAX  TimeTicks
  2516.                    ACCESS  read-only
  2517.                    STATUS  mandatory
  2518.                    DESCRIPTION
  2519.                          "Indicates the time when the last good packet was 
  2520.              received from this MU. 
  2521.                       The packet may be either an ACK, Data, or Poll. "
  2522.              ::= { apMUEntry 17 }
  2523.  
  2524.     muPriority OBJECT-TYPE
  2525.                 SYNTAX  INTEGER {
  2526.                           voice(1),        -- When this MU is operating as Phone
  2527.                           normal(2)        -- used for Normal (Non-Voice) operation 
  2528.         }
  2529.             ACCESS  read-only
  2530.                    STATUS  mandatory
  2531.                    DESCRIPTION
  2532.                          "Indicates the Voice/Data priority mode for this MU. "
  2533.              ::= { apMUEntry 18 }
  2534.  
  2535.     muSupportedRates OBJECT-TYPE
  2536.                 SYNTAX  INTEGER {
  2537.                           one-Megabit(1),    
  2538.                           two-Megabit(2),     
  2539.             one-and-two-Megabit(3)
  2540.         }
  2541.             ACCESS  read-only
  2542.                    STATUS  mandatory
  2543.                    DESCRIPTION
  2544.                          "Indicates the supported data rates for this MU.
  2545.              The unit is MB/second. "
  2546.              ::= { apMUEntry 19 }
  2547.  
  2548.     muCurrentXmtRate OBJECT-TYPE
  2549.                 SYNTAX  INTEGER {
  2550.                           one-Megabit(1),        
  2551.                           two-Megabit(2)         
  2552.         }
  2553.             ACCESS  read-only
  2554.                    STATUS  mandatory
  2555.                    DESCRIPTION
  2556.                          "Indicates the current transmit data rate for this MU.
  2557.              The unit is MB/second. "
  2558.              ::= { apMUEntry 20 }
  2559.  
  2560.     muLastActivity      OBJECT-TYPE
  2561.                 SYNTAX  TimeTicks
  2562.                    ACCESS  read-only
  2563.                    STATUS  mandatory
  2564.                    DESCRIPTION
  2565.                          "Indicates the time for the last activity for this MU."
  2566.              ::= { apMUEntry 21 }
  2567.  
  2568.     muEncryption OBJECT-TYPE
  2569.                 SYNTAX  INTEGER {
  2570.                           on(1),        
  2571.                           off(2)         
  2572.         }
  2573.             ACCESS  read-only
  2574.                    STATUS  mandatory
  2575.                    DESCRIPTION
  2576.                          "Indicates the current state of encryption for this mu. "
  2577.              ::= { apMUEntry 22 }
  2578.  
  2579.     apMUHmAgTable OBJECT-TYPE
  2580.                SYNTAX SEQUENCE OF ApMUHATEntry
  2581.                ACCESS not-accessible
  2582.                   STATUS mandatory
  2583.                 DESCRIPTION
  2584.                        "A table of information on Mobile IP Home agent.
  2585.              The current number of entries is 255."
  2586.                 ::= { apMUInfo 5 }
  2587.  
  2588.     apMUHATEntry OBJECT-TYPE
  2589.                   SYNTAX ApMUHATEntry
  2590.                 ACCESS not-accessible
  2591.                    STATUS mandatory
  2592.                 DESCRIPTION
  2593.                     "An entry in the table of information on on Mobile IP Home agent.
  2594.              A row in this table cannot be created or deleted by
  2595.              SNMP operations on columns of the table."
  2596.                    INDEX { muHATMUIpAddr }
  2597.                ::= { apMUHmAgTable 1 }
  2598.  
  2599.     ApMUHATEntry ::= SEQUENCE {
  2600.               muHATMUIpAddr     
  2601.             IpAddress,
  2602.                 muHATFrAgIpAddr      
  2603.             IpAddress
  2604.     }
  2605.  
  2606.            muHATMUIpAddr  OBJECT-TYPE
  2607.                  SYNTAX IpAddress 
  2608.                    ACCESS read-only
  2609.                 STATUS mandatory
  2610.                 DESCRIPTION
  2611.                          "This is the IP Address of the MU visiting in the foreign network."
  2612.                    ::= { apMUHATEntry 1 }
  2613.  
  2614.            muHATFrAgIpAddr  OBJECT-TYPE
  2615.                  SYNTAX IpAddress 
  2616.                    ACCESS read-only
  2617.                 STATUS mandatory
  2618.                 DESCRIPTION
  2619.                          "This is the IP Address of the Foreign agent for the visiting MU."
  2620.                    ::= { apMUHATEntry 2 }
  2621.  
  2622.  
  2623.     apMUFrAgTable OBJECT-TYPE
  2624.                SYNTAX SEQUENCE OF ApMUFATEntry
  2625.                ACCESS not-accessible
  2626.                   STATUS mandatory
  2627.                 DESCRIPTION
  2628.                        "A table of information on Mobile IP Foreign agent.
  2629.              The current number of entries is 255."
  2630.                 ::= { apMUInfo 6 }
  2631.  
  2632.     apMUFATEntry OBJECT-TYPE
  2633.                   SYNTAX ApMUFATEntry
  2634.                 ACCESS not-accessible
  2635.                    STATUS mandatory
  2636.                 DESCRIPTION
  2637.                     "An entry in the table of information on Mobile IP Foreign agent.
  2638.              A row in this table cannot be created or deleted by
  2639.              SNMP operations on columns of the table."
  2640.                    INDEX { muFATMUIpAddr }
  2641.                 ::= { apMUFrAgTable 1 }
  2642.  
  2643.     ApMUFATEntry ::= SEQUENCE {
  2644.               muFATMUIpAddr     
  2645.             IpAddress,
  2646.                 muFATHmAgIpAddr      
  2647.             IpAddress
  2648.     }
  2649.  
  2650.            muFATMUIpAddr  OBJECT-TYPE
  2651.                  SYNTAX IpAddress 
  2652.                    ACCESS read-only
  2653.                 STATUS mandatory
  2654.                 DESCRIPTION
  2655.                          "This is the IP Address of the MU visiting in the foreign network."
  2656.                    ::= { apMUFATEntry 1 }
  2657.  
  2658.            muFATHmAgIpAddr  OBJECT-TYPE
  2659.                  SYNTAX IpAddress 
  2660.                    ACCESS read-only
  2661.                 STATUS mandatory
  2662.                 DESCRIPTION
  2663.                          "This is the IP Address of the home agent for the visiting MU."
  2664.                    ::= { apMUFATEntry 2 }
  2665.  
  2666.  
  2667.     
  2668.            apKnownAPsTable OBJECT-TYPE
  2669.                SYNTAX SEQUENCE OF ApKnownAPsEntry
  2670.                ACCESS not-accessible
  2671.                   STATUS mandatory
  2672.                 DESCRIPTION
  2673.                        "A table of information on other Access Points known by 
  2674.              this Access Point. 
  2675.              The current number of entries is 32."
  2676.                 ::= { apPerformMgmt  9 }
  2677.  
  2678.       apKnownAPsEntry OBJECT-TYPE
  2679.                   SYNTAX ApKnownAPsEntry
  2680.                 ACCESS not-accessible
  2681.                    STATUS mandatory
  2682.                 DESCRIPTION
  2683.                     "An entry in the table of information on the Known 
  2684.              Access Points.
  2685.              A row in this table cannot be created or deleted by
  2686.              SNMP operations on columns of the table."
  2687.                    INDEX { apAPMacAddr }
  2688.                ::= { apKnownAPsTable 1 }
  2689.  
  2690.            ApKnownAPsEntry ::= SEQUENCE {
  2691.               apAPMacAddr     
  2692.             PhysAddress,
  2693.                 apAPIpAddr      
  2694.             IpAddress,
  2695.                 apHoppingSet    
  2696.             INTEGER,
  2697.                 apHoppingSeq    
  2698.             INTEGER,
  2699.                 apNbrOfMUs           
  2700.             INTEGER,
  2701.                 apKBIOS      
  2702.             INTEGER,
  2703.                 apAway          
  2704.             INTEGER,
  2705.         ap802dot11Protocol
  2706.             INTEGER,    
  2707.         apFwVer
  2708.             DisplayString,
  2709.         apAPUnitName
  2710.             DisplayString
  2711.            }
  2712.  
  2713.            apAPMacAddr OBJECT-TYPE
  2714.                    SYNTAX PhysAddress
  2715.             ACCESS read-only
  2716.                 STATUS mandatory
  2717.                 DESCRIPTION
  2718.                          "Mac Address of this Known AP."
  2719.                   ::= { apKnownAPsEntry 1 }
  2720.  
  2721.            apAPIpAddr  OBJECT-TYPE
  2722.                  SYNTAX IpAddress 
  2723.                    ACCESS read-only
  2724.                 STATUS mandatory
  2725.                 DESCRIPTION
  2726.                          "IP Address of this Known AP."
  2727.                    ::= { apKnownAPsEntry 2 }
  2728.  
  2729.           apHoppingSet OBJECT-TYPE
  2730.                SYNTAX INTEGER
  2731.                  ACCESS read-only
  2732.                 STATUS mandatory
  2733.                 DESCRIPTION
  2734.                        "Hopping Set of this Known AP."
  2735.              ::= { apKnownAPsEntry 3 }
  2736.  
  2737.           apHoppingSeq OBJECT-TYPE
  2738.                SYNTAX INTEGER
  2739.                  ACCESS read-only
  2740.                 STATUS mandatory
  2741.                 DESCRIPTION
  2742.                        "Hopping Sequence of this Known AP."
  2743.              ::= { apKnownAPsEntry 4 }
  2744.  
  2745.           apNbrOfMUs OBJECT-TYPE
  2746.                    SYNTAX INTEGER
  2747.              ACCESS read-only
  2748.                 STATUS mandatory
  2749.                 DESCRIPTION
  2750.             "Indicates the number of MUs currently associated with 
  2751.              this known AP."
  2752.                   ::= { apKnownAPsEntry 5 }
  2753.  
  2754.           apKBIOS OBJECT-TYPE
  2755.                  SYNTAX INTEGER
  2756.                   ACCESS read-only
  2757.                 STATUS mandatory
  2758.                 DESCRIPTION
  2759.             "Kilobytes sent and received per second by this known 
  2760.              AP on the radio interface."
  2761.                   ::= { apKnownAPsEntry 6 }
  2762.  
  2763.           apAway OBJECT-TYPE
  2764.                  SYNTAX INTEGER {
  2765.             yes (1),
  2766.             no (2)
  2767.             }
  2768.                 ACCESS read-only
  2769.                 STATUS mandatory
  2770.                 DESCRIPTION
  2771.             "Indicate that whether this known AP is still alive or
  2772.              not. If the current AP does not receive WNMP packet 
  2773.              from this known AP within 36 seconds, this known AP is 
  2774.              considered 'AWAY'."
  2775.                   ::= { apKnownAPsEntry 7 }
  2776.  
  2777.     ap802dot11Protocol OBJECT-TYPE
  2778.                  SYNTAX INTEGER {
  2779.             yes (1),
  2780.             no (2)
  2781.             }
  2782.                 ACCESS read-only
  2783.                 STATUS mandatory
  2784.                 DESCRIPTION
  2785.             "Indicate that whether this known AP is 802.11
  2786.              compliant."
  2787.                   ::= { apKnownAPsEntry 8 }
  2788.  
  2789.     apFwVer OBJECT-TYPE
  2790.                 SYNTAX  DisplayString (SIZE (1..16))
  2791.                ACCESS  read-only
  2792.                    STATUS  mandatory
  2793.                    DESCRIPTION
  2794.                          "Indicates The firmware revision for this known Access Point."
  2795.                 ::= { apKnownAPsEntry 9 }
  2796.  
  2797.     apAPUnitName OBJECT-TYPE
  2798.                 SYNTAX  DisplayString (SIZE (1..32))
  2799.                ACCESS  read-only
  2800.                    STATUS  mandatory
  2801.                    DESCRIPTION
  2802.                          "An ASCII String identifying The Unit Name for 
  2803.              this known Access Point."
  2804.                 ::= { apKnownAPsEntry 10 }
  2805.  
  2806.     
  2807.      apAdrViolations  OBJECT-TYPE
  2808.                 SYNTAX  Counter
  2809.               ACCESS  read-only
  2810.                    STATUS  mandatory
  2811.                    DESCRIPTION
  2812.                          "Indicates the number of Mobile Unit MAC address 
  2813.              violations counted."
  2814.                 ::= { apFilterStatistics 1 }
  2815.  
  2816.      apTypeViolations  OBJECT-TYPE
  2817.                 SYNTAX  Counter
  2818.               ACCESS  read-only
  2819.                    STATUS  mandatory
  2820.                    DESCRIPTION
  2821.                          "Indicates the number of Ethernet packet type violations
  2822.              counted."
  2823.                    ::= { apFilterStatistics 2 }
  2824.  
  2825.       
  2826.     
  2827.      apNbrOfWLAPItfs  OBJECT-TYPE
  2828.                 SYNTAX  Counter
  2829.               ACCESS  read-only
  2830.                    STATUS  mandatory
  2831.                    DESCRIPTION
  2832.                          "Indicates number of WLAP interfaces established."
  2833.                    ::= { apWLAPInfo 1 }
  2834.  
  2835.      apWLAPState  OBJECT-TYPE
  2836.                 SYNTAX  INTEGER {
  2837.                         initializing(1),    
  2838.                       send-probe(2),  
  2839.                         send-assoc-req(3),    
  2840.                         send-cfg-bpdu(4),    
  2841.                         wait-for-probe(5),    
  2842.                         send-probe-rsp(6),    
  2843.                         send-assoc-rsp(7),    
  2844.                         send-cfg-rsp(8),    
  2845.                         receive-root-rsp(10),    
  2846.                         root-ap-lost(12),    
  2847.                         disabled(14),
  2848.                         functional(15),    
  2849.             wlap-lost-on-ethernet(16)
  2850.                       }
  2851.               ACCESS  read-only
  2852.                    STATUS  mandatory
  2853.                    DESCRIPTION
  2854.                          "Indicates the current WLAP state. The state values and
  2855.              meanings are as follows:
  2856.              - During power-up initialization:
  2857.                             Initializing(1)    
  2858.              - During WLAP association process:
  2859.                           send-probe(2)
  2860.                             send-assoc-req(3)   
  2861.                             send-cfg-bpdu(4)  
  2862.                             wait-for-probe(5)    
  2863.                             send-probe-rsp(6)    
  2864.                             send-assoc-rsp(7)    
  2865.                             send-cfg-rsp(8)    
  2866.                             receive-root-rsp(10)    
  2867.              - During WLAP operation:
  2868.                             root-ap-lost(12)  
  2869.                             disabled(14)
  2870.                             functional(15)    
  2871.                 wlap-lost-on-ethernet(16)
  2872.             "
  2873.                    ::= { apWLAPInfo 2 }
  2874.  
  2875.     apWLAPHopSequence OBJECT-TYPE
  2876.                 SYNTAX  INTEGER
  2877.               ACCESS  read-only
  2878.                    STATUS  mandatory
  2879.                    DESCRIPTION
  2880.                          "Indicates the hop sequence of the Root AP followed by
  2881.              this WLAP."
  2882.                    ::= { apWLAPInfo 3 }
  2883.  
  2884.      apRootInterface  OBJECT-TYPE
  2885.                 SYNTAX  INTEGER
  2886.               ACCESS  read-only
  2887.                    STATUS  mandatory
  2888.                    DESCRIPTION
  2889.                          "Indicates the WLAP interface leading to the Root AP."
  2890.                    ::= { apWLAPInfo 4 }
  2891.  
  2892.      apRootWLAPID  OBJECT-TYPE
  2893.                  SYNTAX  OCTET STRING (SIZE(1..8))
  2894.               ACCESS  read-only
  2895.                    STATUS  mandatory
  2896.                    DESCRIPTION
  2897.                          "Indicates the WLAP ID of the Root AP. It consists of
  2898.              2 bytes of priority (Default is 0x8000) and 6 bytes of
  2899.              MAC address of the Root AP"
  2900.                    ::= { apWLAPInfo 5 }
  2901.  
  2902.      apRootPathCost  OBJECT-TYPE
  2903.                 SYNTAX  INTEGER
  2904.               ACCESS  read-only
  2905.                    STATUS  mandatory
  2906.                    DESCRIPTION
  2907.                          "Indicates how many hops away the current WLAP is from
  2908.              the Root AP."
  2909.                    ::= { apWLAPInfo 6 }
  2910.  
  2911.      apWLAPID  OBJECT-TYPE
  2912.                  SYNTAX  OCTET STRING (SIZE(1..8))
  2913.               ACCESS  read-only
  2914.                    STATUS  mandatory
  2915.                    DESCRIPTION
  2916.                          "Indicates the WLAP ID of the current WLAP. It consists 
  2917.              of 2 bytes of priority (Default is 0x8000) and 6 bytes 
  2918.              MAC address of the current WLAP"
  2919.                    ::= { apWLAPInfo 7 }
  2920.  
  2921.     apWLAPItfTable    OBJECT-TYPE
  2922.                SYNTAX SEQUENCE OF ApWLAPItfEntry
  2923.                ACCESS not-accessible
  2924.                   STATUS mandatory
  2925.                 DESCRIPTION
  2926.                        "A table of wireless AP interfaces information, which 
  2927.              contains four (4) AP-to-AP interfaces."
  2928.                 ::= { apWLAPInfo  8 }
  2929.  
  2930.     apWLAPItfEntry     OBJECT-TYPE
  2931.                   SYNTAX ApWLAPItfEntry
  2932.                 ACCESS not-accessible
  2933.                    STATUS mandatory
  2934.                 DESCRIPTION
  2935.                     "An entry in the table of wireless AP interfaces 
  2936.              information."
  2937.                    INDEX { apWLAPItfID }
  2938.                ::= { apWLAPItfTable 1 }
  2939.  
  2940.     ApWLAPItfEntry ::= SEQUENCE {
  2941.         apWLAPItfID          
  2942.             OCTET STRING,
  2943.         apWLAPItfAddr   
  2944.             PhysAddress,
  2945.         apWLAPItfState          
  2946.             INTEGER,
  2947.         apWLAPPathCost          
  2948.             INTEGER,
  2949.         apDsgnatedRoot   
  2950.             OCTET STRING,
  2951.         apDsgnatedCost   
  2952.             INTEGER,
  2953.         apDsgnatedWLAP 
  2954.             OCTET STRING,
  2955.         apDsgnatedItf    
  2956.             OCTET STRING
  2957.     }
  2958.  
  2959.           apWLAPItfID OBJECT-TYPE
  2960.                  SYNTAX  OCTET STRING (SIZE(1..2))
  2961.                   ACCESS read-only
  2962.                 STATUS mandatory
  2963.                 DESCRIPTION
  2964.                          "WLAP interface ID. It consists of 1 byte of priority 
  2965.              (Default is 0x80) and 1 byte of interface ID."
  2966.                   ::= { apWLAPItfEntry 1 }
  2967.  
  2968.            apWLAPItfAddr  OBJECT-TYPE
  2969.                  SYNTAX  PhysAddress 
  2970.                    ACCESS read-only
  2971.                 STATUS mandatory
  2972.                 DESCRIPTION
  2973.                     "The MAC address of the associated WLAP on this 
  2974.              interface."
  2975.              ::= { apWLAPItfEntry 2 }
  2976.  
  2977.           apWLAPItfState OBJECT-TYPE
  2978.                 SYNTAX INTEGER {
  2979.             disabled(1),
  2980.             listening(2),
  2981.             learning(3),
  2982.             forwarding(4),
  2983.             blocking(5)
  2984.         }
  2985.                   ACCESS read-only
  2986.                 STATUS mandatory
  2987.                 DESCRIPTION
  2988.                      "The current state of the Wireless AP interface, ie :
  2989.               Disabled(1), Listening(2), Learning(3), Forwarding(4), or
  2990.               Blocking(5)."
  2991.                   ::= { apWLAPItfEntry 3 }
  2992.  
  2993.           apWLAPPathCost OBJECT-TYPE
  2994.                 SYNTAX INTEGER
  2995.                   ACCESS read-only
  2996.                 STATUS mandatory
  2997.                 DESCRIPTION
  2998.                      "The cost to be added to the root path cost field in the 
  2999.               config BPDU (Bridge Protocol Data Unit) received on this 
  3000.               interface in order to determine the cost of the path to 
  3001.               the root WLAP."
  3002.                   ::= { apWLAPItfEntry 4 }
  3003.  
  3004.            apDsgnatedRoot  OBJECT-TYPE
  3005.                  SYNTAX  OCTET STRING (SIZE(1..8))
  3006.                    ACCESS read-only
  3007.                 STATUS mandatory
  3008.                 DESCRIPTION
  3009.             "The unique Root AP ID designated by the Root AP."
  3010.              ::= { apWLAPItfEntry 5 }
  3011.  
  3012.           apDsgnatedCost OBJECT-TYPE
  3013.                 SYNTAX INTEGER
  3014.                   ACCESS read-only
  3015.                 STATUS mandatory
  3016.                 DESCRIPTION
  3017.                          "The cost of the path to the Root AP designated by the
  3018.              Root AP."
  3019.                   ::= { apWLAPItfEntry 6 }
  3020.  
  3021.            apDsgnatedWLAP  OBJECT-TYPE
  3022.                  SYNTAX  OCTET STRING (SIZE(1..8))
  3023.                    ACCESS read-only
  3024.                 STATUS mandatory
  3025.                 DESCRIPTION
  3026.             "The unique WLAP ID designated by the Root AP."
  3027.              ::= { apWLAPItfEntry 7 }
  3028.  
  3029.           apDsgnatedItf OBJECT-TYPE
  3030.                  SYNTAX  OCTET STRING (SIZE(1..2))
  3031.                   ACCESS read-only
  3032.                 STATUS mandatory
  3033.                 DESCRIPTION
  3034.             "The WLAP interface ID designated by the Root AP."
  3035.                   ::= { apWLAPItfEntry 8 }
  3036.  
  3037.      apNbrOfIRABItfs  OBJECT-TYPE
  3038.                 SYNTAX  Counter
  3039.               ACCESS  read-only
  3040.                    STATUS  mandatory
  3041.                    DESCRIPTION
  3042.                          "Indicates number of roaminig Ethernet Access Bridge
  3043.              interfaces established."
  3044.                    ::= { apWLAPInfo 9 }
  3045.  
  3046.     apIRABItfTable    OBJECT-TYPE
  3047.                SYNTAX SEQUENCE OF ApIRABItfEntry
  3048.                ACCESS not-accessible
  3049.                   STATUS mandatory
  3050.                 DESCRIPTION
  3051.                        "A table of roaming Ethernet Access Bridge (IRAB)
  3052.              interface information, which 
  3053.              contains ten (10) interfaces.
  3054.              A roaming Ethernet Access Bridge is a special WLAP
  3055.              with priority of 0xFFFF."
  3056.                 ::= { apWLAPInfo  10 }
  3057.  
  3058.     apIRABItfEntry     OBJECT-TYPE
  3059.                   SYNTAX ApIRABItfEntry
  3060.                 ACCESS not-accessible
  3061.                    STATUS mandatory
  3062.                 DESCRIPTION
  3063.                     "An entry in the table of Ethernet Access Bridge (IRAB)
  3064.              interface information."
  3065.                    INDEX { apIRABItfID }
  3066.                ::= { apIRABItfTable 1 }
  3067.  
  3068.     ApIRABItfEntry ::= SEQUENCE {
  3069.         apIRABItfID          
  3070.             OCTET STRING,
  3071.         apIRABItfAddr   
  3072.             PhysAddress,
  3073.         apIRABItfState          
  3074.             INTEGER,
  3075.         apIRABPathCost          
  3076.             INTEGER,
  3077.         apIRABDsgntdRoot   
  3078.             OCTET STRING,
  3079.         apIRABDsgntdCost   
  3080.             INTEGER,
  3081.         apDsgnatedIRAB 
  3082.             OCTET STRING,
  3083.         apIRABDsgntdItf    
  3084.             OCTET STRING
  3085.     }
  3086.  
  3087.           apIRABItfID OBJECT-TYPE
  3088.                  SYNTAX  OCTET STRING (SIZE(1..2))
  3089.                   ACCESS read-only
  3090.                 STATUS mandatory
  3091.                 DESCRIPTION
  3092.                          "IRAB interface ID. It consists of 1 byte of priority 
  3093.              (Default is 0x80) and 1 byte of interface ID."
  3094.                   ::= { apIRABItfEntry 1 }
  3095.  
  3096.            apIRABItfAddr  OBJECT-TYPE
  3097.                  SYNTAX  PhysAddress 
  3098.                    ACCESS read-only
  3099.                 STATUS mandatory
  3100.                 DESCRIPTION
  3101.                     "The MAC address of the associated IRAB on this 
  3102.              interface."
  3103.              ::= { apIRABItfEntry 2 }
  3104.  
  3105.           apIRABItfState OBJECT-TYPE
  3106.                 SYNTAX INTEGER {
  3107.             disabled(1),
  3108.             listening(2),
  3109.             learning(3),
  3110.             forwarding(4),
  3111.             blocking(5)
  3112.         }
  3113.                   ACCESS read-only
  3114.                 STATUS mandatory
  3115.                 DESCRIPTION
  3116.                          "The current state of the roaming Ethernet Access Bridge
  3117.              interface, ie : Disabled(1), Listening(2), Learning(3), 
  3118.              Forwarding(4), or Blocking(5)."
  3119.                   ::= { apIRABItfEntry 3 }
  3120.  
  3121.           apIRABPathCost OBJECT-TYPE
  3122.                 SYNTAX INTEGER
  3123.                   ACCESS read-only
  3124.                 STATUS mandatory
  3125.                 DESCRIPTION
  3126.                      "The cost to be added to the root path cost field in the 
  3127.               config BPDU (Bridge Protocol Data Unit) received on this 
  3128.               interface in order to determine the cost of the path to 
  3129.               the root AP."
  3130.                   ::= { apIRABItfEntry 4 }
  3131.  
  3132.            apIRABDsgntdRoot  OBJECT-TYPE
  3133.                  SYNTAX  OCTET STRING (SIZE(1..8))
  3134.                    ACCESS read-only
  3135.                 STATUS mandatory
  3136.                 DESCRIPTION
  3137.             "The unique Root AP ID designated by the Root AP."
  3138.              ::= { apIRABItfEntry 5 }
  3139.  
  3140.           apIRABDsgntdCost OBJECT-TYPE
  3141.                 SYNTAX INTEGER
  3142.                   ACCESS read-only
  3143.                 STATUS mandatory
  3144.                 DESCRIPTION
  3145.                          "The cost of the path to the Root AP designated by the
  3146.              Root AP."
  3147.                   ::= { apIRABItfEntry 6 }
  3148.  
  3149.            apDsgnatedIRAB  OBJECT-TYPE
  3150.                  SYNTAX  OCTET STRING (SIZE(1..8))
  3151.                    ACCESS read-only
  3152.                 STATUS mandatory
  3153.                 DESCRIPTION
  3154.             "The unique IRAB ID designated by the Root AP."
  3155.              ::= { apIRABItfEntry 7 }
  3156.  
  3157.           apIRABDsgntdItf OBJECT-TYPE
  3158.                  SYNTAX  OCTET STRING (SIZE(1..2))
  3159.                   ACCESS read-only
  3160.                 STATUS mandatory
  3161.                 DESCRIPTION
  3162.             "The IRAB interface ID designated by the Root AP."
  3163.                   ::= { apIRABItfEntry 8 }
  3164.  
  3165.  
  3166.     
  3167.  
  3168.     apRetryHistogramTable  OBJECT-TYPE
  3169.               SYNTAX SEQUENCE OF ApRetryHistogramEntry
  3170.         ACCESS not-accessible
  3171.                STATUS mandatory
  3172.                 DESCRIPTION
  3173.                          "A table of Retry statistics, which is based on
  3174.              number of packets with various retries over time.
  3175.              The current number of entries is 16."
  3176.                 ::= { apPerformMgmt 12 }
  3177.  
  3178.         
  3179.         apRetryHistogramEntry OBJECT-TYPE
  3180.                 SYNTAX ApRetryHistogramEntry
  3181.                    ACCESS not-accessible
  3182.                STATUS mandatory
  3183.                 DESCRIPTION
  3184.                          "An entry in the table of Retry Histogram, which 
  3185.              is based on number of packets with various 
  3186.              retries over time.
  3187.              A row in this table cannot be created or deleted by
  3188.              SNMP operations on columns of the table."
  3189.                 INDEX { apRetryHistogramIndex } 
  3190.                 ::= { apRetryHistogramTable 1 }
  3191.  
  3192.     ApRetryHistogramEntry ::= SEQUENCE {
  3193.                    apRetryHistogramIndex         
  3194.             INTEGER,
  3195.         apNumberOfRetries
  3196.             INTEGER,
  3197.                apPacketsHistogramCounts
  3198.             Counter
  3199.     }
  3200.  
  3201.      apRetryHistogramIndex OBJECT-TYPE
  3202.                    SYNTAX  INTEGER (1..16)
  3203.               ACCESS  read-only
  3204.                 STATUS  mandatory
  3205.                 DESCRIPTION
  3206.                          "Number of retries index."
  3207.                 ::= { apRetryHistogramEntry 1 }
  3208.  
  3209.      apNumberOfRetries OBJECT-TYPE
  3210.                    SYNTAX  INTEGER (0..15)
  3211.               ACCESS  read-only
  3212.                 STATUS  mandatory
  3213.                 DESCRIPTION
  3214.                          "Packets with this Number of retries."
  3215.                 ::= { apRetryHistogramEntry 2 }
  3216.  
  3217.          apPacketsHistogramCounts OBJECT-TYPE
  3218.                 SYNTAX  Counter
  3219.               ACCESS  read-only
  3220.                 STATUS  mandatory
  3221.                 DESCRIPTION
  3222.                          "Counter for the packets per number of retries." 
  3223.                  ::= { apRetryHistogramEntry 3 }
  3224.  
  3225.     
  3226.     apAgentAdSents  OBJECT-TYPE
  3227.                 SYNTAX  Counter
  3228.               ACCESS  read-only
  3229.                 STATUS  mandatory
  3230.                 DESCRIPTION
  3231.             "Counter for the number of agent advertisement sent."
  3232.         ::= { apMobileIPStatistics 1 }
  3233.  
  3234.     apRegRequestRcvds  OBJECT-TYPE
  3235.                 SYNTAX  Counter
  3236.               ACCESS  read-only
  3237.                 STATUS  mandatory
  3238.                 DESCRIPTION
  3239.             "Counter for the number of registration request received."
  3240.         ::= { apMobileIPStatistics 2 }
  3241.  
  3242.     apRegReplySents OBJECT-TYPE
  3243.                 SYNTAX  Counter
  3244.               ACCESS  read-only
  3245.                 STATUS  mandatory
  3246.                 DESCRIPTION
  3247.             "Counter for the number of registration reply sent."
  3248.         ::= { apMobileIPStatistics 3 }
  3249.  
  3250.  
  3251.     apClrAllStatistics    OBJECT-TYPE
  3252.                   SYNTAX  INTEGER {
  3253.             yes (1),
  3254.             no (2)
  3255.             }
  3256.                   ACCESS  read-write
  3257.                   STATUS  mandatory
  3258.                    DESCRIPTION
  3259.                          "Clear all the interface statistics (yes = 1, no = 2)."
  3260.               ::= { apFaultMgmt 1 }
  3261.  
  3262.     apClrMUTable    OBJECT-TYPE
  3263.                   SYNTAX  INTEGER {
  3264.             yes (1),
  3265.             no (2)
  3266.             }
  3267.                   ACCESS  read-write
  3268.                   STATUS  mandatory
  3269.                    DESCRIPTION
  3270.                          "Clear the MU Table (yes = 1, no = 2)."
  3271.               ::= { apFaultMgmt 2 }
  3272.  
  3273.     apClrACL    OBJECT-TYPE
  3274.                   SYNTAX  INTEGER {
  3275.             yes (1),
  3276.             no (2)
  3277.             }
  3278.                   ACCESS  read-write
  3279.                   STATUS  mandatory
  3280.                    DESCRIPTION
  3281.                          "Clear the Access Control Table (yes = 1, no = 2)."
  3282.               ::= { apFaultMgmt 3 }
  3283.  
  3284.            apClrACLRangeTable  OBJECT-TYPE
  3285.                  SYNTAX  INTEGER {
  3286.             yes (1),
  3287.             no (2)
  3288.             }
  3289.               ACCESS  read-write
  3290.                    STATUS  mandatory
  3291.                    DESCRIPTION
  3292.                          "Clear the Access Control Range Table (yes = 1, no = 2)."
  3293.               ::= { apFaultMgmt 4 }
  3294.  
  3295.     apClrAddrFilterTbl    OBJECT-TYPE
  3296.                   SYNTAX  INTEGER {
  3297.             yes (1),
  3298.             no (2)
  3299.             }
  3300.                   ACCESS  read-write
  3301.                   STATUS  mandatory
  3302.                    DESCRIPTION
  3303.                          "Clear the Address Filtering Table (yes = 1, no = 2)."
  3304.               ::= { apFaultMgmt 5 }
  3305.  
  3306.     apLdACLFrMUList    OBJECT-TYPE
  3307.                   SYNTAX  INTEGER {
  3308.             yes (1),
  3309.             no (2)
  3310.             }
  3311.                   ACCESS  read-write
  3312.                   STATUS  mandatory
  3313.                    DESCRIPTION
  3314.                          "Load the Access Control Table from MU Table (yes = 1, 
  3315.              no = 2)."
  3316.               ::= { apFaultMgmt 6 }
  3317.  
  3318.     apModemDialOut    OBJECT-TYPE
  3319.                   SYNTAX  INTEGER {
  3320.             yes (1),
  3321.             no (2)
  3322.             }
  3323.                   ACCESS  read-write
  3324.                   STATUS  mandatory
  3325.                    DESCRIPTION
  3326.                          "Commands the modem to dialout (yes = 1, no = 2)."
  3327.               ::= { apFaultMgmt 7 }
  3328.  
  3329.     apModemHangUp    OBJECT-TYPE
  3330.                   SYNTAX  INTEGER {
  3331.             yes (1),
  3332.             no (2)
  3333.             }
  3334.                   ACCESS  read-write
  3335.                   STATUS  mandatory
  3336.                    DESCRIPTION
  3337.                          "Forces the AP to issue a 'hangup' string to the modem
  3338.              attached to the serial port (yes = 1, no = 2). 
  3339.              This command is meaning-ful only if the AP is 
  3340.              configured for a modem connection on the serial port. 
  3341.              If there is no modem or there is no connection, the 
  3342.              command will be ignored."
  3343.               ::= { apFaultMgmt 8 }
  3344.  
  3345.     apUpdateFirmware OBJECT-TYPE
  3346.                   SYNTAX  INTEGER {
  3347.             yes (1),
  3348.             no (2)
  3349.             }
  3350.                   ACCESS  read-write
  3351.                   STATUS  mandatory
  3352.                    DESCRIPTION
  3353.                          "Update the AP firmware through TFTP server. The AP
  3354.              firmware will be saved in NVRAM (yes = 1, no = 2). 
  3355.              Before issuing this command, set 'apDnLdFileName', 
  3356.              and 'apTFTPServer' to the proper values."
  3357.               ::= { apFaultMgmt 9 }
  3358.  
  3359.     apDnLdFileName    OBJECT-TYPE
  3360.                  SYNTAX  DisplayString (SIZE (1..50))
  3361.                   ACCESS  read-write
  3362.                   STATUS  mandatory
  3363.                    DESCRIPTION
  3364.                          "The name of the file to be downloaded to the AP. 
  3365.              (Including path name and total up to 49 characters.)
  3366.              Note: IF DHCP is responded to, that name will take
  3367.              precedence and overwrite this name."
  3368.               ::= { apFaultMgmt 10 }
  3369.  
  3370.     apTFTPServer    OBJECT-TYPE
  3371.                   SYNTAX  IpAddress
  3372.                   ACCESS  read-write
  3373.                   STATUS  obsolete
  3374.                    DESCRIPTION
  3375.                          "Note:This variable is replaced with apTFTPServerName
  3376.              in AP firmware releases 4.02-12 and beyond. 
  3377.              Entries could now be an IP address or DNS name for 
  3378.              TFTP server can be entered. Refer to apTFTPServerName
  3379.              The IP address for the TFTP Server.
  3380.              Note: IF DHCP is responded to, that IP address will
  3381.              take precedence and overwrite this setting."
  3382.               ::= { apFaultMgmt 11 }
  3383.  
  3384.     apResetAP    OBJECT-TYPE
  3385.                   SYNTAX  INTEGER {
  3386.             yes (1),
  3387.             no (2)
  3388.             }
  3389.                   ACCESS  read-write
  3390.                   STATUS  mandatory
  3391.                    DESCRIPTION
  3392.             "Forces a reset of the AP (yes = 1, no = 2).
  3393.              Upon reset, the AP clears all the statistics and 
  3394.              restores the last saved configuration information. If 
  3395.              changes are made without being saved, the AP clears 
  3396.              those changes upon reset." 
  3397.               ::= { apFaultMgmt 12 }
  3398.  
  3399.     apHTMLFileName    OBJECT-TYPE
  3400.                  SYNTAX  DisplayString (SIZE (1..50))
  3401.                   ACCESS  read-write
  3402.                   STATUS  mandatory
  3403.                    DESCRIPTION
  3404.                          "The name of the HTML file to be downloaded to 
  3405.              the AP. (Including path name and total up to 49
  3406.              characters.)
  3407.              Note: IF DHCP is responded to, that name will 
  3408.              take precedence and overwrite this name."
  3409.               ::= { apFaultMgmt 13 }
  3410.  
  3411.     apUpdateHTMLFile    OBJECT-TYPE
  3412.                   SYNTAX  INTEGER {
  3413.             yes (1),
  3414.             no (2)
  3415.             }
  3416.                   ACCESS  read-write
  3417.                   STATUS  mandatory
  3418.                    DESCRIPTION
  3419.                          "Update the AP HTML file through TFTP server. 
  3420.              The AP HTML file will be saved in NVRAM 
  3421.              (yes = 1, no = 2). Before issuing this command,
  3422.              set 'apHTMLFileName', and 'apTFTPServer' to the
  3423.              proper values."
  3424.               ::= { apFaultMgmt 14 }
  3425.  
  3426.     apDHCPEnable    OBJECT-TYPE
  3427.                   SYNTAX  INTEGER {
  3428.                            disabled(1),    
  3429.                            enabled(2),
  3430.             dhcp-only(3),
  3431.             bootp-only(4)    
  3432.                   }
  3433.                    ACCESS  read-write
  3434.                   STATUS  mandatory
  3435.                    DESCRIPTION
  3436.                          "Enables/Disables DHCP/BOOTP mode for the AP. 
  3437.              Default is disabled(1)."
  3438.                ::= { apFaultMgmt 15 }
  3439.  
  3440.     apUpdAllAPsFirmware OBJECT-TYPE
  3441.                   SYNTAX  INTEGER {
  3442.             yes (1),
  3443.             no (2)
  3444.             }
  3445.                   ACCESS  read-write
  3446.                   STATUS  mandatory
  3447.                    DESCRIPTION
  3448.                          "Update all APs firmware on this network which share 
  3449.              the same NetID through TFTP server. The AP
  3450.              firmware will be saved in NVRAM (yes = 1, no = 2). 
  3451.              Before issuing this command, set 'apDnLdFileName', 
  3452.              and 'apTFTPServer' to the proper values."
  3453.               ::= { apFaultMgmt 16 }
  3454.  
  3455.     apUpdAllAPsHTMLFile    OBJECT-TYPE
  3456.                   SYNTAX  INTEGER {
  3457.             yes (1),
  3458.             no (2)
  3459.             }
  3460.                   ACCESS  read-write
  3461.                   STATUS  mandatory
  3462.                    DESCRIPTION
  3463.                          "Update all APs HTML file on this network which share 
  3464.              the same NetID through TFTP server. 
  3465.              The AP HTML file will be saved in NVRAM 
  3466.              (yes = 1, no = 2). Before issuing this command,
  3467.              set 'apHTMLFileName', and 'apTFTPServer' to the
  3468.              proper values."
  3469.               ::= { apFaultMgmt 17 }
  3470.  
  3471.     apTFTPUpdBothFiles    OBJECT-TYPE
  3472.                   SYNTAX  INTEGER {
  3473.             yes (1),
  3474.             no (2)
  3475.             }
  3476.                   ACCESS  read-write
  3477.                   STATUS  mandatory
  3478.                    DESCRIPTION
  3479.                          "Update Both HTML file and Firmware for this Access Point
  3480.              The AP HTML file will be saved in NVRAM 
  3481.              (yes = 1, no = 2). Before issuing this command,
  3482.              set 'apHTMLFileName', and 'apTFTPServer' to the
  3483.              proper values."
  3484.               ::= { apFaultMgmt 18 }
  3485.  
  3486.     apHelpURL    OBJECT-TYPE
  3487.                  SYNTAX  DisplayString (SIZE (1..50))
  3488.                   ACCESS  read-write
  3489.                   STATUS  mandatory
  3490.                    DESCRIPTION
  3491.                          "The name of the HTML Help file . 
  3492.              (Including path name and total up to 49 characters.)"
  3493.               ::= { apFaultMgmt 19 }
  3494.  
  3495.     apFileUpdateStatus  OBJECT-TYPE
  3496.                  SYNTAX  INTEGER {
  3497.             download-successful(1),
  3498.             too-many-XMODEM-errors(2),
  3499.             xmodem-transfer-cancelled(3),
  3500.             xmodem-packets-out-of-order(4),
  3501.             tftp-server-unreachable(5),
  3502.             no-ARP-response-from-server(6),
  3503.             no-TFTP-service-on-server(7),
  3504.             firmware-file-not-found(8),
  3505.             html-file-not-found(9),
  3506.             bad-permissions-for-firmware-file(10),
  3507.             unable-to-open-firmware-file(11),
  3508.             unable-to-open-HTML-file(12),
  3509.             error-during-TFTP-download(13),
  3510.             too-many-TFTP-retries(14),
  3511.             corrupted-firmware-file(15),
  3512.             general-download-failure(16)
  3513.             }
  3514.               ACCESS  read-only
  3515.                    STATUS  mandatory
  3516.                    DESCRIPTION
  3517.                          "Reports the Firmware/HTML file download and
  3518.              update status.If to be used after issuing a 
  3519.              file update command, a delay of about 45 seconds
  3520.              is required." 
  3521.                 ::= { apFaultMgmt 20 }
  3522.  
  3523.     apFlashLEDs    OBJECT-TYPE
  3524.                   SYNTAX  INTEGER {
  3525.             yes (1),
  3526.             no (2)
  3527.             }
  3528.                   ACCESS  read-write
  3529.                   STATUS  mandatory
  3530.                    DESCRIPTION
  3531.                          "When this command is issued, it forces all status LEDs
  3532.              on the AP to start flashing. This command is primarily
  3533.              used for physically locating the AP where multiple APs
  3534.              are deployed. (yes = 1, no = 2) Default is no."
  3535.               ::= { apFaultMgmt 21 }
  3536.  
  3537.     apTFTPServerName  OBJECT-TYPE
  3538.                  SYNTAX  DisplayString (SIZE (1..50))
  3539.                   ACCESS  read-write
  3540.                   STATUS  mandatory
  3541.                    DESCRIPTION
  3542.                          "The DNS entry for the TFTP Server name.  
  3543.              The name can have up to 49 alphanumerical characters."
  3544.               ::= { apFaultMgmt 22 }
  3545.  
  3546.     apConfigFileName  OBJECT-TYPE
  3547.                  SYNTAX  DisplayString (SIZE (1..50))
  3548.                   ACCESS  read-write
  3549.                   STATUS  mandatory
  3550.                    DESCRIPTION
  3551.                          "The name of the configuration file to be downloaded to 
  3552.              the AP. (Including path name and total up to 49
  3553.              characters.)
  3554.              Note: IF DHCP is responded to, that name will 
  3555.              take precedence and overwrite this name."
  3556.               ::= { apFaultMgmt 23 }
  3557.  
  3558.     apDnLdConfigFile OBJECT-TYPE
  3559.                   SYNTAX  INTEGER {
  3560.             yes (1),
  3561.             no (2)
  3562.             }
  3563.                   ACCESS  read-write
  3564.                   STATUS  mandatory
  3565.                    DESCRIPTION
  3566.                          "Update the AP configuration file through TFTP server. 
  3567.              The AP Configuration file will be saved in NVRAM 
  3568.              (yes = 1, no = 2). Before issuing this command,
  3569.              set 'apConfigFileName', and 'apTFTPServer' to the
  3570.              proper values."
  3571.               ::= { apFaultMgmt 24 }
  3572.     
  3573.     apACLFileName  OBJECT-TYPE
  3574.                  SYNTAX  DisplayString (SIZE (1..50))
  3575.                   ACCESS  read-write
  3576.                   STATUS  mandatory
  3577.                    DESCRIPTION
  3578.                          "The name of the ACL file to be downloaded to 
  3579.              the AP. (Including path name and total up to 49
  3580.              characters.)
  3581.              Note: IF DHCP is responded to, that name will 
  3582.              take precedence and overwrite this name."
  3583.               ::= { apFaultMgmt 25 }
  3584.  
  3585.     apDnLdACLFile    OBJECT-TYPE
  3586.                   SYNTAX  INTEGER {
  3587.             yes (1),
  3588.             no (2)
  3589.             }
  3590.                   ACCESS  read-write
  3591.                   STATUS  mandatory
  3592.                    DESCRIPTION
  3593.                          "Update the AP ACL file through TFTP server. 
  3594.              The AP HTML file will be saved in NVRAM 
  3595.              (yes = 1, no = 2). Before issuing this command,
  3596.              set 'apACLFileName', and 'apTFTPServer' to the
  3597.              proper values."
  3598.               ::= { apFaultMgmt 26 }
  3599.  
  3600.     apClrTypeFilter      OBJECT-TYPE
  3601.                   SYNTAX  INTEGER {
  3602.             yes (1),
  3603.             no (2)
  3604.             }
  3605.                   ACCESS  read-write
  3606.                   STATUS  mandatory
  3607.                    DESCRIPTION
  3608.                          "Clear the Type Filter Table (yes = 1, no = 2)."
  3609.               ::= { apFaultMgmt 27 }
  3610.  
  3611.     apcfgfileDloadStatus  OBJECT-TYPE
  3612.                  SYNTAX  DisplayString (SIZE (1..50))
  3613.                   ACCESS  read-only
  3614.                   STATUS  mandatory
  3615.                    DESCRIPTION
  3616.                          "The configuration file download status."
  3617.               ::= { apFaultMgmt 28 }
  3618.  
  3619.     apACLFileDloadStatus  OBJECT-TYPE
  3620.                  SYNTAX  DisplayString (SIZE (1..50))
  3621.                   ACCESS  read-only
  3622.                   STATUS  mandatory
  3623.                    DESCRIPTION
  3624.                          "The Access Control List(ACL) file download status."
  3625.               ::= { apFaultMgmt 29 }
  3626.  
  3627.  
  3628.            apACLViolations  OBJECT-TYPE
  3629.                  SYNTAX  Counter
  3630.               ACCESS  read-only
  3631.                    STATUS  mandatory
  3632.                    DESCRIPTION
  3633.                          "Indicates the number of Access Control violations 
  3634.              occurred."
  3635.                 ::= { apSecurityMgmt 1 }
  3636.  
  3637.            apSaveConfig  OBJECT-TYPE
  3638.                  SYNTAX  INTEGER {
  3639.             yes (1),
  3640.             no (2)
  3641.             }
  3642.               ACCESS  read-write
  3643.                    STATUS  mandatory
  3644.                    DESCRIPTION
  3645.                          "Saves the current configuration to NVRAM (yes = 1, 
  3646.              no = 2)." 
  3647.                 ::= { apSecurityMgmt 2 }
  3648.  
  3649.          
  3650.          apAccCtrlTable  OBJECT-TYPE
  3651.                SYNTAX  SEQUENCE OF ApAccCtrlEntry
  3652.              ACCESS  not-accessible
  3653.               STATUS  mandatory
  3654.                    DESCRIPTION
  3655.             "A table of MAC addresses allowed to associate with the 
  3656.              Access Point.
  3657.              The maximum number of entries in the table is 512."
  3658.               ::= { apSecurityMgmt 3 }
  3659.  
  3660.            apAccCtrlEntry OBJECT-TYPE
  3661.                   SYNTAX  ApAccCtrlEntry
  3662.                  ACCESS  not-accessible
  3663.               STATUS  mandatory
  3664.                    DESCRIPTION
  3665.                          "An entry in the table of MAC address Access Control. 
  3666.              A row in this table is created by setting the value of
  3667.              allowedMU to the MAC address of the MU allowed to 
  3668.              associate with this Access Point. 
  3669.              A row in this table is deleted by setting the value of
  3670.              allowedMU to '000000000000'."
  3671.              INDEX { allowedIndex }
  3672.                  ::= { apAccCtrlTable 1 }
  3673.  
  3674.           ApAccCtrlEntry ::= SEQUENCE {
  3675.         allowedIndex
  3676.             INTEGER,
  3677.                   allowedMU
  3678.                            PhysAddress
  3679.                  }
  3680.  
  3681.            allowedIndex  OBJECT-TYPE
  3682.               SYNTAX    INTEGER (1..512)
  3683.                   ACCESS  read-only
  3684.                   STATUS  mandatory
  3685.                    DESCRIPTION
  3686.                          "Access Control Table index."
  3687.                 ::= { apAccCtrlEntry 1 }
  3688.  
  3689.            allowedMU  OBJECT-TYPE
  3690.               SYNTAX  PhysAddress
  3691.                   ACCESS  read-write
  3692.                   STATUS  mandatory
  3693.                    DESCRIPTION
  3694.                          "MU MAC address which is allowed to associate with 
  3695.              this AP." 
  3696.                 ::= { apAccCtrlEntry 2 }
  3697.  
  3698.          apACLRangeTable  OBJECT-TYPE
  3699.                SYNTAX  SEQUENCE OF ApACLRangeEntry
  3700.              ACCESS  not-accessible
  3701.               STATUS  mandatory
  3702.                    DESCRIPTION
  3703.                          "A table of Access Control Range, which consists of 
  3704.              eight (8) pairs of low and high MAC addresses. 
  3705.              Any Mobile Unit with the MAC address within the range 
  3706.              is allowed to associate with the Access Point.
  3707.              The maximum number of entries in the table is 8."
  3708.               ::= { apSecurityMgmt 4 }
  3709.  
  3710.            apACLRangeEntry OBJECT-TYPE
  3711.                   SYNTAX  ApACLRangeEntry
  3712.                  ACCESS  not-accessible
  3713.               STATUS  mandatory
  3714.                    DESCRIPTION
  3715.                          "An entry in the table of MAC address Access Control
  3716.              Range. 
  3717.              A row in this table is created by first setting the 
  3718.              value of lowMacAddr to the lowest MAC address and then
  3719.              the value of highMacAddr to the highest MAC address of
  3720.              a group of Mobile Units allowed to associate with this
  3721.              Access Point. This sequence of setting is very 
  3722.              important, otherwise a wrong result will occur.
  3723.              A row in this table is deleted by setting the value of
  3724.              either lowMacAddr or highMacAddr  to '000000000000'."
  3725.              INDEX { apACLRangeIndex }
  3726.                  ::= { apACLRangeTable 1 }
  3727.  
  3728.           ApACLRangeEntry ::= SEQUENCE {
  3729.         apACLRangeIndex
  3730.             INTEGER,
  3731.                   lowMacAddr
  3732.                            PhysAddress,
  3733.                   highMacAddr
  3734.                            PhysAddress
  3735.                  }
  3736.  
  3737.            apACLRangeIndex  OBJECT-TYPE
  3738.               SYNTAX    INTEGER (1..8)
  3739.                   ACCESS  read-only
  3740.                   STATUS  mandatory
  3741.                    DESCRIPTION
  3742.                          "Access Control Range Table index."
  3743.                 ::= { apACLRangeEntry 1 }
  3744.  
  3745.            lowMacAddr  OBJECT-TYPE
  3746.               SYNTAX  PhysAddress
  3747.                   ACCESS  read-write
  3748.                   STATUS  mandatory
  3749.                    DESCRIPTION
  3750.                          "The lowest Mobile Unit MAC address in the range which 
  3751.              is allowed to be associated with this AP." 
  3752.                 ::= { apACLRangeEntry 2 }
  3753.  
  3754.            highMacAddr  OBJECT-TYPE
  3755.               SYNTAX  PhysAddress
  3756.                   ACCESS  read-write
  3757.                   STATUS  mandatory
  3758.                    DESCRIPTION
  3759.                          "The highest Mobile Unit MAC address in the range which
  3760.              is allowed to be associated with this AP." 
  3761.                 ::= { apACLRangeEntry 3 }
  3762.  
  3763.     apSaveConfigAllAPs    OBJECT-TYPE
  3764.                   SYNTAX  INTEGER {
  3765.             yes (1),
  3766.             no (2)
  3767.             }
  3768.               ACCESS  read-write
  3769.                    STATUS  mandatory
  3770.                    DESCRIPTION
  3771.                          "Saves the current configuration to NVRAM 
  3772.              for all APs on this network which share 
  3773.              the same NetID(yes = 1, no = 2)." 
  3774.                 ::= { apSecurityMgmt 5 }
  3775.  
  3776. END
  3777.  
  3778.