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 / s24dsap.mib < prev    next >
Encoding:
Text File  |  2007-01-17  |  133.0 KB  |  4,071 lines

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