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 / apwcm.mib < prev    next >
Encoding:
Text File  |  2007-01-17  |  48.5 KB  |  1,686 lines

  1.  
  2. SRAP-WCM-MIB DEFINITIONS ::= BEGIN
  3.  
  4. IMPORTS
  5.     MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, IpAddress, Counter32, Integer32, Gauge32 
  6.         FROM SNMPv2-SMI
  7.     OBJECT-GROUP, NOTIFICATION-GROUP
  8.         FROM SNMPv2-CONF
  9.     MacAddress
  10.         FROM SNMPv2-TC
  11.     ifIndex                                 
  12.         FROM RFC1213-MIB
  13.     a3Com
  14.         FROM A3Com-products-MIB
  15.     srAPWCM, srAPModules
  16.         FROM SRAP-GLOBAL-REG;
  17.  
  18. srAPWCMMIBModule MODULE-IDENTITY
  19.     LAST-UPDATED    "9905260000Z"
  20.     ORGANIZATION    "3Com"
  21.     CONTACT-INFO    "
  22.          Name:         Yuli Hou
  23.          Mail Stop: 4240
  24.          Address:    5400 Bayfront Plaza
  25.          Zip:        CA 95052
  26.          City:        Santa Clara, 
  27.          Country:    USA
  28.          Phone:        +001-408-326-1191
  29.          Fax:        +001-408-326-6555
  30.          e-mail:    Yuli_Hou@3com.com"
  31.     DESCRIPTION
  32.         "The 3COM Wireless LAN Products Web Configuration Management MIB Module."
  33.     ::= { srAPModules 5 }
  34.  
  35. wcmMIB        OBJECT IDENTIFIER ::= { srAPWCM 1 }
  36.  
  37. wcmConf                  OBJECT IDENTIFIER ::= { wcmMIB 1 }
  38. apConfigMgmtGroups         OBJECT IDENTIFIER ::= { wcmConf 1 }
  39. apPerformMgmtGroups        OBJECT IDENTIFIER ::= { wcmConf 2 }
  40. apFaultMgmtGroups        OBJECT IDENTIFIER ::= { wcmConf 3 }
  41. apSecurityMgmtGroups      OBJECT IDENTIFIER ::= { wcmConf 4 }
  42. apEventGroups              OBJECT IDENTIFIER ::= { wcmConf 5 }
  43.  
  44. wcmObjs OBJECT IDENTIFIER ::= { wcmMIB 2 }
  45. apConfigMgmt        OBJECT IDENTIFIER ::= { wcmObjs 1 }
  46. apManufactureInfo      OBJECT IDENTIFIER ::= { apConfigMgmt 1 }
  47. apSystemConfig         OBJECT IDENTIFIER ::= { apConfigMgmt 2 }
  48. apSNMPInfo             OBJECT IDENTIFIER ::= { apConfigMgmt 3 }
  49. apRFConfig             OBJECT IDENTIFIER ::= { apConfigMgmt 4 }
  50. apPerformMgmt       OBJECT IDENTIFIER ::= { wcmObjs 2 }
  51. apRFStatistics         OBJECT IDENTIFIER ::= { apPerformMgmt 1 }    
  52. apEtherItfStat               OBJECT IDENTIFIER ::= { apPerformMgmt 2 } 
  53. apRFItfStat               OBJECT IDENTIFIER ::= { apPerformMgmt 3 }  
  54. apTrafficMatrix           OBJECT IDENTIFIER ::= { apPerformMgmt 4 }   
  55.  
  56.  
  57.  
  58.  
  59. apFaultMgmt     OBJECT IDENTIFIER ::= { wcmObjs 3 }
  60. apSecurityMgmt  OBJECT IDENTIFIER ::= { wcmObjs 4 }
  61.  
  62. wcmEvents         OBJECT IDENTIFIER ::= { wcmMIB 3 }
  63. wcmEventsV2     OBJECT IDENTIFIER ::= { wcmEvents 0 }
  64.  
  65.  
  66. apModelnumber OBJECT-TYPE
  67.         SYNTAX  OCTET STRING (SIZE (1..32))
  68.         MAX-ACCESS  read-only
  69.         STATUS  current
  70.         DESCRIPTION
  71.             "The Model Number of the ACCESS Point device."
  72.         ::= { apManufactureInfo 1 }
  73.  
  74. apSerialnumber OBJECT-TYPE
  75.         SYNTAX  OCTET STRING (SIZE (1..16))
  76.         MAX-ACCESS  read-only
  77.         STATUS  current
  78.         DESCRIPTION
  79.             "The Serial Number of the ACCESS Point system."
  80.         ::= { apManufactureInfo 2 }
  81.  
  82. apMyMacAddr OBJECT-TYPE
  83.         SYNTAX  MacAddress
  84.         MAX-ACCESS  read-only
  85.         STATUS  current
  86.         DESCRIPTION
  87.             "The MAC address of the ACCESS Point."
  88.         ::= { apManufactureInfo 3 }
  89.  
  90. apFirmwareVer OBJECT-TYPE
  91.         SYNTAX  OCTET STRING (SIZE (1..32))
  92.         MAX-ACCESS  read-only
  93.         STATUS  current
  94.         DESCRIPTION
  95.             "The current version of the ACCESS Point firmware."
  96.         ::= { apManufactureInfo 4 }
  97.  
  98. apWebUiVer OBJECT-TYPE
  99.         SYNTAX  OCTET STRING (SIZE (0..16))
  100.         MAX-ACCESS  read-only
  101.         STATUS  current
  102.         DESCRIPTION
  103.             "The current version of the ACCESS Point WEB Configration System."
  104.         ::= { apManufactureInfo 5 }
  105.  
  106. apMfgDate OBJECT-TYPE
  107.         SYNTAX  OCTET STRING (SIZE (1..8))
  108.         MAX-ACCESS  read-only
  109.         STATUS  current
  110.         DESCRIPTION
  111.             "The Date of this ACCESS Point was manufactured."
  112.         ::= { apManufactureInfo 6 }
  113.  
  114. apProductName OBJECT-TYPE
  115.         SYNTAX  OCTET STRING (SIZE (1..32))
  116.         MAX-ACCESS  read-only
  117.         STATUS  current
  118.         DESCRIPTION
  119.             "The Product Name of this ACCESS Point."
  120.         ::= { apManufactureInfo 7 }
  121.  
  122. apMfgName OBJECT-TYPE
  123.         SYNTAX  OCTET STRING (SIZE (1..32))
  124.         MAX-ACCESS  read-only
  125.         STATUS  current
  126.         DESCRIPTION
  127.             "The Manufacture Name of this ACCESS Point."
  128.         ::= { apManufactureInfo 8 }
  129.  
  130. apHardwareRev OBJECT-TYPE
  131.         SYNTAX  INTEGER(0..4294967295)
  132.         MAX-ACCESS  read-only
  133.         STATUS  current
  134.         DESCRIPTION
  135.             "The Hardware Revision of this ACCESS Point."
  136.         ::= { apManufactureInfo 9 }
  137.  
  138.  
  139. apDeviceName    OBJECT-TYPE
  140.         SYNTAX  OCTET STRING (SIZE (1..256))
  141.            MAX-ACCESS  read-write
  142.            STATUS  current
  143.            DESCRIPTION
  144.                "An ASCII string to identify the Device Name of this ACCESS Point (up to 
  145.                255 characters)."
  146.            ::= { apSystemConfig  1 }
  147.  
  148. apDeviceLoc    OBJECT-TYPE
  149.         SYNTAX  OCTET STRING (SIZE (1..256))
  150.            MAX-ACCESS  read-write
  151.            STATUS  current
  152.            DESCRIPTION
  153.                "An ASCII string to identify the Location of this ACCESS Point (up to 
  154.                255 characters)."
  155.            ::= { apSystemConfig  2 }
  156.  
  157. apHelpFilePath    OBJECT-TYPE
  158.         SYNTAX  OCTET STRING (SIZE (1..256))
  159.            MAX-ACCESS  read-write
  160.            STATUS  current
  161.            DESCRIPTION
  162.                "An ASCII string to identify the Location of this ACCESS Point (up to 
  163.                255 characters)."
  164.            ::= { apSystemConfig  3 }
  165.  
  166. apMyIPAddr    OBJECT-TYPE
  167.            SYNTAX  IpAddress
  168.            MAX-ACCESS  read-write
  169.            STATUS  current
  170.         DESCRIPTION
  171.             "The IP address for the Access Point. 
  172.             It can be set when apStaticIPAddrEnable is set to is enabled."
  173.         ::= { apSystemConfig  4 }
  174.  
  175. apSubnetMask    OBJECT-TYPE
  176.         SYNTAX  IpAddress
  177.         MAX-ACCESS  read-write
  178.         STATUS  current
  179.         DESCRIPTION
  180.             "The subnet mask for the Access Point.
  181.             It can be set when apStaticIPAddrEnable is set to enabled."
  182.         ::= { apSystemConfig  5 }
  183.  
  184. apGatewayIPAddr    OBJECT-TYPE
  185.         SYNTAX  IpAddress
  186.         MAX-ACCESS  read-write
  187.         STATUS  current
  188.         DESCRIPTION
  189.             "The IP address of the gateway for the Access Point."
  190.         ::= { apSystemConfig  6 }
  191.  
  192. apAdditionalGatewaysTableLength OBJECT-TYPE
  193.     SYNTAX        Integer32
  194.     MAX-ACCESS    read-only
  195.     STATUS        current
  196.     DESCRIPTION
  197.         "The maximum number of entries in the Additional Gateways Table."
  198.     ::= { apSystemConfig 7 }
  199.  
  200. apAdditionalGatewaysTable OBJECT-TYPE
  201.         SYNTAX  SEQUENCE OF ApAdditionalGatewaysEntry
  202.         MAX-ACCESS  not-accessible
  203.         STATUS  current
  204.         DESCRIPTION
  205.              "A table of information for additional Gateways.
  206.              The current number of entries is 4(that mean aditional gateway is 3)."
  207.         ::= { apSystemConfig 8 }
  208.  
  209. apAdditionalGatewaysEntry OBJECT-TYPE
  210.         SYNTAX  ApAdditionalGatewaysEntry
  211.         MAX-ACCESS  not-accessible
  212.         STATUS  current
  213.         DESCRIPTION
  214.              "An entry in the table of information for additional
  215.              gateways for this ACCESS Point.
  216.              A row in this table cannot be created or deleted by
  217.              SNMP operations on columns of the table."
  218.         INDEX { additionalGatewaysIndex }
  219.         ::= { apAdditionalGatewaysTable 1}
  220.  
  221. ApAdditionalGatewaysEntry ::= SEQUENCE {
  222.         additionalGatewaysIndex
  223.             INTEGER,
  224.         apAdditionalGatewaysIPAddr
  225.             IpAddress
  226. }
  227.  
  228. additionalGatewaysIndex OBJECT-TYPE
  229.         SYNTAX  INTEGER (1..3) 
  230.         MAX-ACCESS  not-accessible
  231.         STATUS  current
  232.         DESCRIPTION
  233.             "Specific Gateway information Table index.
  234.              Range (1..3)."
  235.         ::= { apAdditionalGatewaysEntry 1 }
  236.  
  237. apAdditionalGatewaysIPAddr OBJECT-TYPE
  238.         SYNTAX  IpAddress
  239.         MAX-ACCESS  read-write
  240.         STATUS  current
  241.         DESCRIPTION
  242.             "The IP address of the Gateway used for this Access Point."
  243.         ::= { apAdditionalGatewaysEntry 2 }
  244.  
  245. apDHCPEnable    OBJECT-TYPE
  246.         SYNTAX  INTEGER {
  247.                            enabled(1),
  248.                            disabled(2)     
  249.                           }
  250.         MAX-ACCESS  read-write
  251.         STATUS  current
  252.         DESCRIPTION
  253.              "Enables/Disables Wireless DHCP mode for the Access Point. 
  254.              Default is disabled(2)."
  255.         ::= { apSystemConfig 9 }
  256.  
  257. apStaticIPAddrEnable    OBJECT-TYPE
  258.         SYNTAX  INTEGER {
  259.                            enabled(1),
  260.                            disabled(2)     
  261.                           } 
  262.         MAX-ACCESS  read-write
  263.         STATUS  current
  264.         DESCRIPTION
  265.                "Enables/Disables Static IP of ACCESS Point .
  266.              Default is disabled(2). Before issuing this command, set 'apMyIPAddr', 
  267.              'apSubnetMask', and 'apGatewayIPAddr' to the proper values."
  268.         ::= { apSystemConfig  10 }
  269.  
  270.  
  271. apSNMPRequests OBJECT-TYPE
  272.         SYNTAX  Counter32
  273.         MAX-ACCESS  read-only
  274.         STATUS  current
  275.         DESCRIPTION
  276.             "Indicates the number of SNMP requests to 
  277.             this SNMP Agent."
  278.         ::= { apSNMPInfo 1 }
  279.  
  280. apSNMPTraps OBJECT-TYPE
  281.         SYNTAX  Counter32
  282.         MAX-ACCESS  read-only
  283.         STATUS  current
  284.         DESCRIPTION
  285.                "Indicates the number of Traps that were generated 
  286.             by this SNMP Agent."
  287.         ::= { apSNMPInfo 2 }
  288.   
  289. apAllTrapsEnable OBJECT-TYPE
  290.         SYNTAX  INTEGER {
  291.                         enabled(1),   
  292.                           disabled(2)  
  293.                           }
  294.         MAX-ACCESS  read-write
  295.         STATUS  current
  296.         DESCRIPTION
  297.                "Enables/Disables all SNMP traps. Default is enabled(1)."
  298.         ::= { apSNMPInfo 3 }
  299.  
  300. apColdBootTrapEnable OBJECT-TYPE
  301.         SYNTAX  INTEGER {
  302.                           disabled(1),     
  303.                            trapHost1(2),
  304.                           trapHost2(3),     
  305.                           allTrapHosts(4)                      
  306.                           }
  307.         MAX-ACCESS  read-write
  308.         STATUS  current
  309.         DESCRIPTION
  310.              "Enables/Disables ACCESS Point Cold Boot trap. Default 
  311.              is allTrapHosts(4). This is a generic-trap and the trap 
  312.              code is 0.
  313.              
  314.              When not disabled the trap could be directed to TrapHost1,
  315.              TrapHost2 or all TrapHosts. 
  316.              
  317.              The apAllTrapsEnable mib variable should be enabled for this trap 
  318.              to be issued."
  319.         ::= { apSNMPInfo 4 }
  320.  
  321.  
  322. apAuthenFailureTrapEnable OBJECT-TYPE
  323.         SYNTAX  INTEGER {
  324.                       disabled(1),     
  325.                        trapHost1(2),
  326.                       trapHost2(3),     
  327.                       allTrapHosts(4)                      
  328.                       }
  329.         MAX-ACCESS  read-write
  330.         STATUS  current
  331.         DESCRIPTION
  332.              "Enables/Disables authentication failure trap. Default
  333.              is allTrapHosts(4). This is a generic-trap and the trap 
  334.              code is 4.
  335.              
  336.              When not disabled the trap could be directed to TrapHost1,
  337.              TrapHost2 or all TrapHosts. 
  338.              
  339.              The apAllTrapsEnable mib variable should be enabled for this trap 
  340.              to be issued."
  341.         ::= { apSNMPInfo 5 }
  342.  
  343. apRFTrapEnable OBJECT-TYPE
  344.         SYNTAX  INTEGER {
  345.                           disabled(1),     
  346.                            trapHost1(2),
  347.                              trapHost2(3),     
  348.                          allTrapHosts(4)                      
  349.                           }
  350.         MAX-ACCESS  read-write
  351.         STATUS  current
  352.         DESCRIPTION
  353.              "Enables/Disables ACCESS Point RF driver startup trap. 
  354.              Default is allTrapHosts(4). This is an a3com enterprise-specific trap.
  355.              
  356.              When not disabled the trap could be directed to TrapHost1,
  357.              TrapHost2 or all TrapHosts. 
  358.              
  359.              The apAllTrapsEnable mib variable should be enabled for this trap 
  360.              to be issued."
  361.         ::= { apSNMPInfo 6 }
  362.  
  363.  
  364. apWarmBootTrapEnable OBJECT-TYPE
  365.         SYNTAX  INTEGER {
  366.                           disabled(1),     
  367.                            trapHost1(2),
  368.                           trapHost2(3),     
  369.                           allTrapHosts(4)                      
  370.                           }
  371.         MAX-ACCESS  read-write
  372.         STATUS  current
  373.         DESCRIPTION
  374.              "Enables/Disables Warm Boot trap. Default 
  375.              is allTrapHosts(4). This is a generic-trap and the trap 
  376.              code is 0.
  377.              
  378.              When not disabled the trap could be directed to TrapHost1,
  379.              TrapHost2 or all TrapHosts. 
  380.              
  381.              The apAllTrapsEnable mib variable should be enabled for this trap 
  382.              to be issued."
  383.         ::= { apSNMPInfo 7 }
  384.  
  385. apWCMaxAssocTrapEnable OBJECT-TYPE
  386.         SYNTAX  INTEGER {
  387.                           disabled(1),     
  388.                            trapHost1(2),
  389.                           trapHost2(3),     
  390.                           allTrapHosts(4)                      
  391.                           }
  392.         MAX-ACCESS  read-write
  393.         STATUS  current
  394.         DESCRIPTION
  395.              "Enables/Disables apWCMaxAssoc Trap. Default is allTrapHosts(4). 
  396.              
  397.              When not disabled the trap could be directed to TrapHost1,
  398.              TrapHost2 or all TrapHosts. 
  399.              
  400.              The apAllTrapsEnable mib variable should be enabled for this trap 
  401.              to be issued."
  402.         ::= { apSNMPInfo 8 }
  403.  
  404.  
  405. apThresholdAssociatedEnable OBJECT-TYPE
  406.         SYNTAX  INTEGER {
  407.                           disabled(1),     
  408.                            trapHost1(2),
  409.                           trapHost2(3),     
  410.                           allTrapHosts(4)                      
  411.                           }
  412.         MAX-ACCESS  read-write
  413.         STATUS  current
  414.         DESCRIPTION
  415.              "Enables/Disables apThresholdAssociated Trap. Default 
  416.              is allTrapHosts(4). 
  417.              
  418.              When not disabled the trap could be directed to TrapHost1,
  419.              TrapHost2 or all TrapHosts. 
  420.              
  421.              The apAllTrapsEnable mib variable should be enabled for this trap 
  422.              to be issued."
  423.         ::= { apSNMPInfo 9 }
  424.                     
  425.  
  426. dslSecurityViolationEnable OBJECT-TYPE
  427.         SYNTAX  INTEGER {
  428.                           disabled(1),     
  429.                            trapHost1(2),
  430.                           trapHost2(3),     
  431.                           allTrapHosts(4)                      
  432.                           }
  433.         MAX-ACCESS  read-write
  434.         STATUS  current
  435.         DESCRIPTION
  436.              "Enables/Disables dslSecurityViolation Trap. Default 
  437.              is allTrapHosts(4). 
  438.              
  439.              When not disabled the trap could be directed to TrapHost1,
  440.              TrapHost2 or all TrapHosts. 
  441.              
  442.              The apAllTrapsEnable MIB variable should be enabled for this trap 
  443.              to be issued."
  444.         ::= { apSNMPInfo 10 }
  445.  
  446.  
  447. apWlanServiceArea OBJECT-TYPE
  448.         SYNTAX  OCTET STRING (SIZE (1..32))
  449.         MAX-ACCESS  read-write
  450.         STATUS  current
  451.         DESCRIPTION
  452.             "The WLAN Service Area of the ACCESS Point."
  453.         ::= { apRFConfig 1 }
  454.   
  455. apCountryName OBJECT-TYPE
  456.         SYNTAX  OCTET STRING (SIZE (1..16))
  457.         MAX-ACCESS  read-only
  458.         STATUS  current
  459.         DESCRIPTION
  460.                "The country for which the ACCESS Point radio is 
  461.              configured. It is set at the factory and may not be 
  462.              altered."
  463.         ::= { apRFConfig 2 }
  464.     
  465. apWEPAlgorithm    OBJECT-TYPE
  466.         SYNTAX  INTEGER{ 
  467.                 openSystem(1),
  468.                 wep40bShareKey(2),
  469.                 wep128bShareKey(3),    
  470.                 wep128bpasswordsessionKey(4),    
  471.                 wepEAPMD5Authenticationwithnoencryption(5),    
  472.                 wepEAPMD5Authenticationwith40bsharedkey(6),    
  473.                 wepEAPMD5Authenticationwith128bsharedkey(7),    
  474.                 wepEAPMD5Authenticationwith128bpasswordsessionkey(8),    
  475.                 wepEAPTLSAuthenticationwith40bsessionkey(9),    
  476.                 wepEAPTLSAuthenticationwith128bsessionkey(10),    
  477.                 wepSerialAuthenticationwith40bsessionkey(11),    
  478.                 wepSerialAuthenticationwith128bsessionkey(12)    
  479.                 }
  480.         MAX-ACCESS  read-only
  481.         STATUS  current
  482.         DESCRIPTION
  483.             "This attribute is a set of all the shared key WEP algorithms 
  484.              supported by the STAs. The following are the default values
  485.              and the associated algorithm.    
  486.                           Value = 1: open system  
  487.                         Value = 2: 40 bit Key
  488.                         Value = 3: 128 bit Key
  489.              IMPORTANT NOTE: The 128 bit WEP key ENcryption is currently
  490.              restricted by U.S. laws."
  491.         ::= { apRFConfig 3 }
  492.  
  493. apShortPreamble  OBJECT-TYPE
  494.         SYNTAX  INTEGER{ 
  495.                         enabled(1),
  496.                         disabled(2)
  497.                         }
  498.         MAX-ACCESS  read-write
  499.         STATUS  current
  500.         DESCRIPTION
  501.             "This attribute is a set to enable short preamble for compatibility 
  502.              within the 802.11 community. Setting it to enabled shall 
  503.              result in performance enhancement. Default is disabled."
  504.         ::= { apRFConfig 4 }
  505.  
  506. apMaxWCTrigger  OBJECT-TYPE
  507.         SYNTAX  INTEGER (1..255)
  508.         MAX-ACCESS  read-write
  509.         STATUS  current
  510.         DESCRIPTION
  511.             "Indicates the trigger point for sending  
  512.             apWCMaxAssocTrap trap. Range (1..255)
  513.             The default value is 255."
  514.         ::= { apRFConfig 5 }
  515.  
  516. apRadioAutoSense  OBJECT-TYPE
  517.         SYNTAX  INTEGER{ 
  518.                         enabled(1),
  519.                         disabled(2)
  520.                         }
  521.         MAX-ACCESS  read-write
  522.         STATUS  current
  523.         DESCRIPTION
  524.             "This attribute is a set to enable Radio Auto Sense.
  525.             Default is enabled."
  526.         ::= { apRFConfig 6 }
  527.  
  528. apRadioChannel  OBJECT-TYPE
  529.         SYNTAX  INTEGER (1..14)
  530.         MAX-ACCESS  read-write
  531.         STATUS  current
  532.         DESCRIPTION
  533.             "This attribute is Radio Channel.
  534.             This attribute can be written when apRadioAutoSense is disabled."
  535.         ::= { apRFConfig 7 }
  536.  
  537. apHighPerformance  OBJECT-TYPE
  538.         SYNTAX  INTEGER{ 
  539.                         enabled(1),
  540.                         disabled(2)
  541.                         }
  542.         MAX-ACCESS  read-write
  543.         STATUS  current
  544.         DESCRIPTION
  545.             "This attribute is a set to enable Radio High Performance.
  546.             Default is disabled."
  547.         ::= { apRFConfig 8 }
  548.  
  549. apTransmitPower OBJECT-TYPE
  550.           SYNTAX  INTEGER 
  551.                           { 
  552.                           high(1),
  553.                           medium(2),
  554.                           low(3)                    
  555.                           }
  556.           MAX-ACCESS  read-write
  557.           STATUS  current
  558.           DESCRIPTION
  559.               "This attribute is a set the transmit power from 1-100 micro watts."
  560.           ::= { apRFConfig 9 }     
  561.            
  562. apRadioAntenna  OBJECT-TYPE
  563.           SYNTAX  INTEGER {    
  564.                            enabledoneantenna(1),
  565.                            bothantennaon(2)
  566.                           }
  567.           MAX-ACCESS  read-write
  568.           STATUS  current
  569.           DESCRIPTION
  570.               "This attribute is a set the section of radio antenna."
  571.           ::= { apRFConfig 10 }      
  572.  
  573. thresholdAssociated  OBJECT-TYPE
  574.           SYNTAX  INTEGER (1..256)
  575.           MAX-ACCESS  read-write
  576.           STATUS  current
  577.           DESCRIPTION
  578.               "This attribute is a set the threshold of Associated Wireless Client.
  579.               The default is 200."
  580.           ::= { apRFConfig 11 }
  581.  
  582. apDataRateMgmt  OBJECT-TYPE
  583.           SYNTAX  INTEGER {    
  584.                            auto(1),
  585.                            manual(2)
  586.                           }
  587.           MAX-ACCESS  read-write
  588.           STATUS  current
  589.           DESCRIPTION
  590.               "This attribute is automatically  or manually set the best data rate ."
  591.           ::= { apRFConfig 12 }      
  592.  
  593. apDataRate5  OBJECT-TYPE
  594.           SYNTAX  INTEGER {    
  595.                            optional(1),
  596.                            required(2)
  597.                           }
  598.           MAX-ACCESS  read-write
  599.           STATUS  current
  600.           DESCRIPTION
  601.               "This attribute is a set the data rate to 5.5 Mb/sec ."
  602.           ::= { apRFConfig 13 }      
  603.  
  604. apDataRate11  OBJECT-TYPE
  605.           SYNTAX  INTEGER {    
  606.                            optional(1),
  607.                            required(2)
  608.                           }
  609.           MAX-ACCESS  read-write
  610.           STATUS  current
  611.           DESCRIPTION
  612.               "This attribute is a set the data rate to 11.0 Mb/sec ."
  613.           ::= { apRFConfig 14 }      
  614.                
  615. rfTxUcastFrms OBJECT-TYPE
  616.         SYNTAX  Counter32
  617.         MAX-ACCESS  read-only
  618.         STATUS  current
  619.            DESCRIPTION
  620.                " The number of Unicast frames successfully transmitted."
  621.         ::= { apRFStatistics 1 }
  622.  
  623. rfRxUcastFrms OBJECT-TYPE
  624.            SYNTAX  Counter32
  625.         MAX-ACCESS  read-only
  626.         STATUS  current
  627.            DESCRIPTION
  628.                " The number of Unicast frames successfully received "
  629.         ::= { apRFStatistics 2 }
  630.  
  631. rfTxBcastFrms OBJECT-TYPE
  632.         SYNTAX Counter32
  633.         MAX-ACCESS  read-only
  634.         STATUS  current
  635.         DESCRIPTION
  636.             " The number of Broadcast frames transmitted "
  637.         ::= { apRFStatistics 3 }
  638.  
  639. rfRxBcastFrms OBJECT-TYPE
  640.            SYNTAX Counter32
  641.            MAX-ACCESS  read-only
  642.            STATUS  current
  643.            DESCRIPTION
  644.                " The number of Broadcast frames received."
  645.            ::= { apRFStatistics 4 }
  646.  
  647. rfTxMcastFrms  OBJECT-TYPE
  648.            SYNTAX  Counter32
  649.            MAX-ACCESS  read-only
  650.            STATUS  current
  651.            DESCRIPTION
  652.                " The number of Multicast frames transmitted."
  653.            ::= { apRFStatistics 5 }
  654.  
  655. rfRxMcastFrms  OBJECT-TYPE
  656.         SYNTAX  Counter32
  657.         MAX-ACCESS  read-only
  658.            STATUS  current
  659.         DESCRIPTION
  660.                " The number of Multicast frames received."
  661.         ::= { apRFStatistics 6 }
  662.  
  663. rfTxEncryptFrms OBJECT-TYPE
  664.         SYNTAX  Counter32
  665.         MAX-ACCESS  read-only 
  666.         STATUS  current
  667.         DESCRIPTION
  668.                " The number of Encrypted frames transmitted."
  669.         ::= { apRFStatistics 7 }
  670.  
  671. rfRxEncryptFrms OBJECT-TYPE
  672.         SYNTAX  Counter32
  673.         MAX-ACCESS  read-only
  674.         STATUS  current
  675.         DESCRIPTION
  676.              " The number of Encrypted frames received."
  677.         ::= { apRFStatistics 8 }
  678.  
  679. rfTxFragFrms OBJECT-TYPE
  680.         SYNTAX Counter32
  681.         MAX-ACCESS  read-only
  682.         STATUS  current
  683.         DESCRIPTION
  684.              " The number of frames fragments transmitted."
  685.         ::= { apRFStatistics 9 }
  686.  
  687. rfRxFragFrms OBJECT-TYPE
  688.         SYNTAX Counter32
  689.         MAX-ACCESS  read-only
  690.         STATUS  current
  691.         DESCRIPTION 
  692.                " The number of frames fragments received."
  693.         ::= {apRFStatistics 10 }
  694.  
  695. rfTxBeacons OBJECT-TYPE
  696.         SYNTAX  Counter32
  697.         MAX-ACCESS  read-only
  698.         STATUS  current
  699.         DESCRIPTION
  700.              " The number of Beacon frames transmitted."
  701.         ::= { apRFStatistics 11 }
  702.  
  703. rfRxBeacons OBJECT-TYPE
  704.         SYNTAX  Counter32
  705.         MAX-ACCESS  read-only
  706.         STATUS  current
  707.         DESCRIPTION
  708.             " The number of Beacon frames received."
  709.         ::= { apRFStatistics 12 }
  710.  
  711. rfTxACK OBJECT-TYPE
  712.         SYNTAX  Counter32
  713.         MAX-ACCESS  read-only
  714.         STATUS  current
  715.         DESCRIPTION
  716.              "The number of ACK frames transmitted in response to successfully received frames."
  717.         ::= { apRFStatistics 13 }
  718.  
  719. rfRxACK OBJECT-TYPE
  720.         SYNTAX  Counter32
  721.         MAX-ACCESS  read-only
  722.         STATUS  current
  723.         DESCRIPTION
  724.              " The number of frames transmitted that had their corresponding ACK frames successfully received frames."
  725.         ::= { apRFStatistics 14 }
  726.  
  727. rfTxRTS OBJECT-TYPE
  728.         SYNTAX  Counter32
  729.         MAX-ACCESS  read-only
  730.         STATUS  current
  731.         DESCRIPTION
  732.              " The number of RTS frames that were successfully transmitted."
  733.         ::= { apRFStatistics 15 }
  734.  
  735. rfRxRTS OBJECT-TYPE
  736.         SYNTAX  Counter32
  737.            MAX-ACCESS  read-only
  738.         STATUS  current
  739.         DESCRIPTION
  740.              " The number of RTS received frames."
  741.         ::= { apRFStatistics 16 }
  742.  
  743. rfCTSFailures OBJECT-TYPE
  744.         SYNTAX  Counter32
  745.         MAX-ACCESS  read-only
  746.         STATUS  current
  747.         DESCRIPTION
  748.              " The number of frames for which no CTS frames was received in response to a RTS frames being sent."
  749.         ::= { apRFStatistics 17 }
  750.  
  751. rfRxCTS OBJECT-TYPE
  752.         SYNTAX  Counter32
  753.         MAX-ACCESS  read-only
  754.         STATUS  current
  755.         DESCRIPTION
  756.              " The number of CTS frames received in response to a RTS." 
  757.         ::= { apRFStatistics 18 }
  758.  
  759. rfTxACKFailures OBJECT-TYPE
  760.         SYNTAX  Counter32
  761.         MAX-ACCESS  read-only
  762.         STATUS  current
  763.         DESCRIPTION
  764.               " The number of frames transmitted that did not have their corresponding ACK packets successfully received."
  765.         ::= { apRFStatistics 19 }
  766.  
  767. rfTxRetrys OBJECT-TYPE
  768.         SYNTAX  Counter32
  769.         MAX-ACCESS  read-only
  770.         STATUS  current
  771.         DESCRIPTION
  772.                " The number of frames that were retransmitted."
  773.         ::= { apRFStatistics 20 }
  774.  
  775. rfFCSErrors OBJECT-TYPE
  776.         SYNTAX  Counter32
  777.         MAX-ACCESS  read-only
  778.         STATUS  current
  779.         DESCRIPTION
  780.             " The number of frames received with checksum error."
  781.         ::= { apRFStatistics 21 }
  782.  
  783. rfRxDuplicateFrms OBJECT-TYPE
  784.         SYNTAX  Counter32
  785.         MAX-ACCESS  read-only
  786.         STATUS  current
  787.         DESCRIPTION
  788.             " The number of duplicate frames received."
  789.         ::= { apRFStatistics 22 }
  790.  
  791. rfWEPUndecryptFrms OBJECT-TYPE
  792.         SYNTAX  Counter32
  793.         MAX-ACCESS  read-only
  794.         STATUS  current
  795.             DESCRIPTION
  796.              " The number of frames received with the WEP sub-field of the Frame Control field set to one and the WEPOn value for the key mapped to the TA's MAC address indicates that the frame should not have been encrypted or that frame is discarded due to the receiving STA not implementing the privacy option."
  797.         ::= { apRFStatistics 23 }
  798.  
  799. rfWEPICVErrors OBJECT-TYPE
  800.         SYNTAX  Counter32
  801.         MAX-ACCESS  read-only
  802.         STATUS  current
  803.         DESCRIPTION
  804.             " The number of frames received with the WEP sub-field of the Frame Control field set to one and the value of the ICV as received in the frame does not match the ICV value that is calculated for the contents of the received frame."
  805.         ::= { apRFStatistics 24 }
  806.  
  807.  
  808.  
  809.         
  810. apEtherPacketsIns OBJECT-TYPE
  811.              SYNTAX  Counter32
  812.               MAX-ACCESS  read-only
  813.                STATUS  current
  814.                DESCRIPTION
  815.                "Indicates the number of good packets received on the 
  816.              Ethernet interface."
  817.               ::= { apEtherItfStat 1 }
  818.  
  819. apEtherPacketsOuts OBJECT-TYPE
  820.             SYNTAX  Counter32
  821.               MAX-ACCESS  read-only
  822.             STATUS  current
  823.             DESCRIPTION
  824.             "Indicates the number of packets successfully 
  825.              transmitted on the Ethernet interface."
  826.               ::= { apEtherItfStat 2 }
  827.  
  828. apEtherOctetsIns OBJECT-TYPE
  829.               SYNTAX  Counter32
  830.               MAX-ACCESS  read-only
  831.             STATUS  current
  832.             DESCRIPTION
  833.             "Indicates the number of good bytes received on the 
  834.              Ethernet interface."
  835.                ::= { apEtherItfStat 3 }
  836.  
  837. apEtherOctetsOuts OBJECT-TYPE
  838.              SYNTAX  Counter32
  839.               MAX-ACCESS  read-only
  840.                STATUS  current
  841.               DESCRIPTION
  842.                "Indicates the number of bytes successfully transmitted
  843.              on the Ethernet interface."
  844.                ::= { apEtherItfStat 4 }
  845.  
  846. apEtherPktsInPerSec OBJECT-TYPE
  847.             SYNTAX  Gauge32
  848.             MAX-ACCESS  read-only
  849.             STATUS  current
  850.             DESCRIPTION
  851.             "Indicates the number of good packets per second 
  852.              received on the Ethernet Interface."
  853.             ::= { apEtherItfStat 5 }
  854.  
  855. apEtherPktsOutPerSec OBJECT-TYPE
  856.             SYNTAX  Gauge32
  857.             MAX-ACCESS  read-only
  858.             STATUS  current
  859.             DESCRIPTION
  860.             "Indicates the number of packets per second successfully
  861.              transmitted on the Ethernet interface."
  862.               ::= { apEtherItfStat 6 }
  863.  
  864. apEtherOctInPerSec OBJECT-TYPE
  865.                SYNTAX  Gauge32
  866.                MAX-ACCESS  read-only
  867.                STATUS  current
  868.                DESCRIPTION
  869.                "Indicates the number of good bytes per second 
  870.              received on the Ethernet Interface."
  871.                ::= { apEtherItfStat 7 }
  872.  
  873. apEtherOctOutPerSec OBJECT-TYPE
  874.               SYNTAX  Gauge32
  875.                MAX-ACCESS  read-only
  876.                STATUS  current
  877.                DESCRIPTION
  878.                "Indicates the number of bytes per second successfully
  879.              transmitted on the Ethernet interface."
  880.                ::= { apEtherItfStat 8 }
  881.  
  882. apRFFrmsIns OBJECT-TYPE
  883.              SYNTAX  Counter32
  884.               MAX-ACCESS  read-only
  885.                STATUS  current
  886.                DESCRIPTION
  887.                "Indicates the number of good packets received on the 
  888.              RF interface."
  889.               ::= { apRFItfStat 1 }
  890.  
  891. apRFFrmsOuts OBJECT-TYPE
  892.             SYNTAX  Counter32
  893.               MAX-ACCESS  read-only
  894.             STATUS  current
  895.             DESCRIPTION
  896.             "Indicates the number of packets successfully 
  897.              transmitted on the RF interface."
  898.               ::= { apRFItfStat 2 }
  899.  
  900. apRFOctetsIns OBJECT-TYPE
  901.               SYNTAX  Counter32
  902.               MAX-ACCESS  read-only
  903.             STATUS  current
  904.             DESCRIPTION
  905.             "Indicates the number of good bytes received on the 
  906.              RF interface."
  907.                ::= { apRFItfStat 3 }
  908.  
  909. apRFOctetsOuts OBJECT-TYPE
  910.              SYNTAX  Counter32
  911.               MAX-ACCESS  read-only
  912.                STATUS  current
  913.               DESCRIPTION
  914.                "Indicates the number of bytes successfully transmitted
  915.              on the RF interface."
  916.                ::= { apRFItfStat 4 }
  917.  
  918. apRFFrmsInPerSec OBJECT-TYPE
  919.             SYNTAX  Gauge32
  920.             MAX-ACCESS  read-only
  921.             STATUS  current
  922.             DESCRIPTION
  923.             "Indicates the number of good packets per second 
  924.              received on the RF Interface."
  925.             ::= { apRFItfStat 5 }
  926.  
  927. apRFFrmsOutPerSec OBJECT-TYPE
  928.             SYNTAX  Gauge32
  929.             MAX-ACCESS  read-only
  930.             STATUS  current
  931.             DESCRIPTION
  932.             "Indicates the number of packets per second successfully
  933.              transmitted on the RF interface."
  934.               ::= { apRFItfStat 6 }
  935.  
  936. apRFOctInPerSec OBJECT-TYPE
  937.                SYNTAX  Gauge32
  938.                MAX-ACCESS  read-only
  939.                STATUS  current
  940.                DESCRIPTION
  941.                "Indicates the number of good bytes per second 
  942.              received on the RF Interface."
  943.                ::= { apRFItfStat 7 }
  944.  
  945. apRFOctOutPerSec OBJECT-TYPE
  946.               SYNTAX  Gauge32
  947.                MAX-ACCESS  read-only
  948.                STATUS  current
  949.                DESCRIPTION
  950.                "Indicates the number of bytes per second successfully
  951.              transmitted on the RF interface."
  952.                ::= { apRFItfStat 8 }   
  953.  
  954. apEnetsNPktsToEnets OBJECT-TYPE
  955.             SYNTAX  Counter32
  956.                MAX-ACCESS  read-only
  957.               STATUS  current
  958.                DESCRIPTION
  959.                "Indicates the number of packets sent from the Ethernet 
  960.                 Interface the Ethernet Interface.  Must be 0"
  961.              ::= { apTrafficMatrix 1 }  
  962.              
  963. apRFNPktsToEnets OBJECT-TYPE
  964.             SYNTAX  Counter32
  965.                MAX-ACCESS  read-only
  966.                STATUS  current
  967.                DESCRIPTION
  968.                "Indicates the number of packets sent from the RF 
  969.                 Interface to the Ethernet Interface."
  970.                ::= { apTrafficMatrix 2 }      
  971.                
  972. apEnetsNPktsToRF OBJECT-TYPE
  973.             SYNTAX  Counter32
  974.                MAX-ACCESS  read-only
  975.               STATUS  current
  976.               DESCRIPTION
  977.               "Indicates the number of packets sent from Ethernet
  978.                Interface to the RF Interface. "
  979.                ::= { apTrafficMatrix 3 }      
  980.                
  981. apRFNPktsToRF OBJECT-TYPE
  982.             SYNTAX  Counter32
  983.                MAX-ACCESS  read-only
  984.                STATUS  current
  985.                DESCRIPTION
  986.                "Indicates the number of packets sent from the RF
  987.                 Interfaceto the RF Interface. Must be 0"
  988.             ::= { apTrafficMatrix 4 }
  989.  
  990.     --
  991.     --  Access Point RF Per Frequency Statistics Table Group 
  992.     --  for DSSS System
  993.     --  This group contains the Access Point Radio Frequency Per 
  994.     --  Frequency statistics/counters information based on the 
  995.     --  historical frequency records used by this Access Point.
  996.     --
  997.  
  998. apDSPerFreqStatTable OBJECT-TYPE
  999.               SYNTAX SEQUENCE OF ApDSPerFreqStatEntry
  1000.                MAX-ACCESS not-accessible
  1001.                STATUS current
  1002.                 DESCRIPTION
  1003.                          "A table of Radio Per Frequency statistics, which is 
  1004.              based on the historical frequency records used by this
  1005.              Access Point.
  1006.              The current number of entries is 78."
  1007.                 ::= { apPerformMgmt 5 }
  1008.  
  1009. apDSPerFreqStatEntry OBJECT-TYPE
  1010.                 SYNTAX ApDSPerFreqStatEntry
  1011.                    MAX-ACCESS not-accessible
  1012.                STATUS current
  1013.                 DESCRIPTION
  1014.                          "An entry in the table of Radio per frequency 
  1015.              statistics.
  1016.              A row in this table cannot be created or deleted by
  1017.              SNMP operations on columns of the table."
  1018.                 INDEX { rfDSFrequency}
  1019.                 ::= { apDSPerFreqStatTable 1 }
  1020.  
  1021. ApDSPerFreqStatEntry ::= SEQUENCE {
  1022.                    rfDSFrequency         
  1023.             INTEGER,
  1024.                   rfDSPerFqPktsSents      
  1025.             Counter32,
  1026.                 rfDSPerFqPktsRcvds      
  1027.             Counter32,
  1028.                 rfDSPerFqRetries       
  1029.             Counter32
  1030.        }
  1031.  
  1032. rfDSFrequency OBJECT-TYPE
  1033.                    SYNTAX  INTEGER (1..14)
  1034.               MAX-ACCESS  read-only
  1035.                 STATUS  current
  1036.                 DESCRIPTION
  1037.                          "Radio Frequency channel number."
  1038.                 ::= { apDSPerFreqStatEntry 1 }
  1039.  
  1040. rfDSPerFqPktsSents OBJECT-TYPE
  1041.                 SYNTAX  Counter32
  1042.               MAX-ACCESS  read-only
  1043.                 STATUS  current
  1044.                 DESCRIPTION
  1045.                          "Counter for the packets sent per frequency." 
  1046.                  ::= { apDSPerFreqStatEntry 2 }
  1047.  
  1048. rfDSPerFqPktsRcvds OBJECT-TYPE
  1049.                 SYNTAX  Counter32
  1050.               MAX-ACCESS  read-only
  1051.                 STATUS  current
  1052.                 DESCRIPTION
  1053.                          "Counter for the packets received per frequency." 
  1054.                  ::= { apDSPerFreqStatEntry 3 }
  1055.  
  1056. rfDSPerFqRetries OBJECT-TYPE
  1057.                 SYNTAX  Counter32
  1058.               MAX-ACCESS  read-only
  1059.                 STATUS  current
  1060.                 DESCRIPTION
  1061.                          "Counter for the retries per frequency." 
  1062.                  ::= { apDSPerFreqStatEntry 4 }
  1063.  
  1064.  
  1065. apUpdateTemplateStatus  OBJECT-TYPE
  1066.           SYNTAX  INTEGER {
  1067.                           downloadSuccessful(1),
  1068.                           downloadUnknownError(2),
  1069.                           downloadTimeout(3),
  1070.                           badFileName(4),
  1071.                           badMacAddrForRestoreFile(5),
  1072.                           incorrectFileImage(6),
  1073.                           tftpFileNotFound(7),
  1074.                           tftpAccessViolation(8),
  1075.                           tftpDiskfullOrAllocationExceeded(9),
  1076.                           tftpIllegalTFTPoperation(10),
  1077.                           tftpUnknownTransferID(11),
  1078.                           tftpFileAlreadyExists(12),
  1079.                           tftpNoSuchUser(13),
  1080.                           fileDownloadOrUpload(14)
  1081.                           }
  1082.         MAX-ACCESS  read-only
  1083.         STATUS  current
  1084.         DESCRIPTION
  1085.                "Reports the Firmware/HTML file download and
  1086.                update status." 
  1087.         ::= { apFaultMgmt 1 }
  1088.  
  1089. apBackupFileName    OBJECT-TYPE
  1090.            SYNTAX  OCTET STRING (SIZE (1..256))
  1091.            MAX-ACCESS  read-write
  1092.            STATUS  current
  1093.            DESCRIPTION
  1094.                "The name of the file to be backuped to the TFTP Server. 
  1095.                (Including path name and total up to 255 characters.)"
  1096.            ::= { apFaultMgmt 2 }
  1097.  
  1098. apTemplateOperation OBJECT-TYPE
  1099.         SYNTAX  INTEGER {
  1100.                         startBackup(1),
  1101.                         startTemplate(2),
  1102.                         startRestore(3),
  1103.                         uploadingData(4),
  1104.                         downloadingData(5),
  1105.                         notDownloading(6),
  1106.                         idle(7)
  1107.                         }
  1108.         MAX-ACCESS  read-write
  1109.         STATUS  current
  1110.         DESCRIPTION
  1111.             "startBackup(1) -  Backup the AP configuration through TFTP server. 
  1112.             The AP backup configuration, named as apBackupFileName, 
  1113.             will be saved in the default location of TFTP server. 
  1114.             Before issuing this command, set 'apBackupFileName', 
  1115.             and 'apTFTPServer' to the proper values. 
  1116.             
  1117.             startTemplate(2) - This allows the network management platform 
  1118.             to restore the template configuration of a AP, from one of it's previous backups. 
  1119.             It is expected that common Parameters of AP in the backup configuration file, 
  1120.             named as apRestoreFileName, will be restored to the AP.
  1121.             Before issuing this command, set 'apRestoreFileName', 
  1122.             and 'apTFTPServer' to the proper values.
  1123.             
  1124.             startRestore(3) - This allows the network management platform to restore 
  1125.             the full configuration of a AP, from one of it's previous backups.  
  1126.             It is expected that full of the data in the backup configuration file, 
  1127.             named as apRestoreFileName, will be restored to the AP.
  1128.             Before issuing this command, set 'apRestoreFileName', 
  1129.             and 'apTFTPServer' to the proper values."
  1130.         ::= { apFaultMgmt 3 }
  1131.  
  1132.  
  1133. apRestoreFileName    OBJECT-TYPE
  1134.            SYNTAX  OCTET STRING (SIZE (1..256))
  1135.           MAX-ACCESS  read-write
  1136.           STATUS  current
  1137.            DESCRIPTION
  1138.               "The name of the file to be restored to the AP. 
  1139.               (Including path name and total up to 255 characters.)"
  1140.         ::= { apFaultMgmt 4 }
  1141.  
  1142. apSyslogDstIpAddressTableLength OBJECT-TYPE
  1143.         SYNTAX        Integer32
  1144.         MAX-ACCESS    read-only
  1145.         STATUS        current
  1146.         DESCRIPTION
  1147.             "The maximum number of entries in the Syslog Destination Ip Address Table."
  1148.         ::= { apFaultMgmt 5 }
  1149.  
  1150. apSyslogDstIpAddressTable OBJECT-TYPE
  1151.         SYNTAX  SEQUENCE OF ApSyslogDstIpAddressEntry
  1152.         MAX-ACCESS  not-accessible
  1153.         STATUS  current
  1154.         DESCRIPTION
  1155.              "A table of Syslog Destination Ip Address.
  1156.              The current number of entries is 2."
  1157.         ::= { apFaultMgmt 6 }
  1158.  
  1159. apSyslogDstIpAddressEntry OBJECT-TYPE
  1160.         SYNTAX  ApSyslogDstIpAddressEntry
  1161.         MAX-ACCESS  not-accessible
  1162.         STATUS  current
  1163.         DESCRIPTION
  1164.              "An entry in the table of Syslog Destination Ip Address
  1165.              for this ACCESS Point.
  1166.              A row in this table cannot be created or deleted by
  1167.              SNMP operations on columns of the table."
  1168.         INDEX { apSyslogDstIpAddressIndex }
  1169.         ::= { apSyslogDstIpAddressTable 1 }
  1170.  
  1171. ApSyslogDstIpAddressEntry ::= SEQUENCE {
  1172.         apSyslogDstIpAddressIndex
  1173.             INTEGER,
  1174.         apSyslogDstIpAddress
  1175.             IpAddress
  1176. }
  1177.  
  1178. apSyslogDstIpAddressIndex OBJECT-TYPE
  1179.         SYNTAX  INTEGER (1..2) 
  1180.         MAX-ACCESS  not-accessible
  1181.         STATUS  current
  1182.         DESCRIPTION
  1183.             "Specific Syslog Destination Ip Address Table index.
  1184.              Range (1..2)."
  1185.         ::= { apSyslogDstIpAddressEntry 1 }
  1186.  
  1187. apSyslogDstIpAddress OBJECT-TYPE
  1188.         SYNTAX  IpAddress
  1189.         MAX-ACCESS  read-write
  1190.         STATUS  current
  1191.         DESCRIPTION
  1192.             "The IP address of Syslog Destination used for this Access Point."
  1193.         ::= { apSyslogDstIpAddressEntry 2 }
  1194.  
  1195. apSyslogEnable    OBJECT-TYPE
  1196.         SYNTAX  INTEGER {
  1197.                            enabled(1),
  1198.                            disabled(2)     
  1199.                           }
  1200.         MAX-ACCESS  read-write
  1201.         STATUS  current
  1202.         DESCRIPTION
  1203.              "Enables/Disables syslog for the Access Point. 
  1204.              Default is disabled(2)."
  1205.         ::= { apFaultMgmt 7 }
  1206.  
  1207.  
  1208.  
  1209. apACLViolations  OBJECT-TYPE
  1210.         SYNTAX  Counter32
  1211.         MAX-ACCESS  read-only
  1212.         STATUS  current
  1213.         DESCRIPTION
  1214.              "Indicates the number of Access Control violations 
  1215.              occurred."
  1216.         ::= { apSecurityMgmt 1 }
  1217.    
  1218. apEAPSupport OBJECT-TYPE
  1219.         SYNTAX  INTEGER {
  1220.                              disabled (1),
  1221.                              eap (2),
  1222.                              serialauth (3)
  1223.                              }
  1224.         MAX-ACCESS  read-write
  1225.         STATUS  current
  1226.         DESCRIPTION
  1227.             "The AP supprt the Extensive Authentication Protocol is enabled or disabled. 
  1228.                 Default is enabled."
  1229.              ::= { apSecurityMgmt 2 }
  1230.   
  1231. apAuthServerSupportNumber OBJECT-TYPE
  1232.                 SYNTAX        Integer32
  1233.             MAX-ACCESS    read-only
  1234.                 STATUS        current
  1235.             DESCRIPTION
  1236.                 "The maximum number of entries in the Authenicator Server Table."
  1237.                 ::= { apSecurityMgmt 3 }   
  1238.                 
  1239. apKeyServerSupportNumber OBJECT-TYPE
  1240.               SYNTAX        Integer32
  1241.              MAX-ACCESS    read-only
  1242.                 STATUS        current
  1243.             DESCRIPTION
  1244.                 "The maximum number of entries in the Key Server Table."
  1245.                 ::= { apSecurityMgmt 4 }
  1246.     
  1247. apAccountServerSupportNumber OBJECT-TYPE
  1248.                 SYNTAX        Integer32
  1249.             MAX-ACCESS    read-only
  1250.             STATUS        current
  1251.             DESCRIPTION
  1252.                 "The maximum number of entries in the Accounting Server Table."
  1253.                 ::= { apSecurityMgmt 5 }  
  1254.                 
  1255. apAuthServerTable OBJECT-TYPE
  1256.                 SYNTAX  SEQUENCE OF ApAuthServerEntry
  1257.             MAX-ACCESS  not-accessible
  1258.             STATUS  current
  1259.               DESCRIPTION
  1260.             "A table of information for Authenticator Servers. Now support number of entries is 2."
  1261.               ::= { apSecurityMgmt 6 }
  1262.      
  1263. apAuthServerEntry OBJECT-TYPE
  1264.                 SYNTAX  ApAuthServerEntry
  1265.             MAX-ACCESS  not-accessible
  1266.             STATUS  current
  1267.             DESCRIPTION
  1268.             "An entry in the table of information for Authenticator Servers for this Access Point."
  1269.             INDEX { apAuthServerIndex }
  1270.                 ::= { apAuthServerTable 1}
  1271.      
  1272. ApAuthServerEntry ::= SEQUENCE {
  1273.             apAuthServerIndex    Integer32,
  1274.             apAuthServerIPAddr    IpAddress,
  1275.             apAuthServerPortNumber    Integer32
  1276. }
  1277.     
  1278. apAuthServerIndex    OBJECT-TYPE
  1279.                SYNTAX        Integer32 (1..2147483647)
  1280.             MAX-ACCESS    not-accessible
  1281.             STATUS      current
  1282.             DESCRIPTION
  1283.                 "A number uniquely identifying each Authenticator server."
  1284.                 ::= { apAuthServerEntry     1 }
  1285.     
  1286. apAuthServerIPAddr    OBJECT-TYPE
  1287.                 SYNTAX        IpAddress
  1288.             MAX-ACCESS    read-write
  1289.             STATUS      current
  1290.             DESCRIPTION
  1291.                 "The IP address of the Authenticator server referred to in this table entry."
  1292.                 ::= { apAuthServerEntry     2 }
  1293.     
  1294. apAuthServerPortNumber    OBJECT-TYPE
  1295.             SYNTAX        Integer32 (0..65535)
  1296.             MAX-ACCESS    read-write
  1297.             STATUS      current
  1298.             DESCRIPTION
  1299.             "The UDP port the client is using to send requests to this Authenticator server."
  1300.                 ::= { apAuthServerEntry     3 }       
  1301.  
  1302. apKeyServerTable OBJECT-TYPE
  1303.                 SYNTAX  SEQUENCE OF ApKeyServerEntry
  1304.             MAX-ACCESS  not-accessible
  1305.             STATUS  current
  1306.               DESCRIPTION
  1307.             "A table of information for Key Servers. Now support number of entries is 2."
  1308.               ::= { apSecurityMgmt 7 }
  1309.      
  1310. apKeyServerEntry OBJECT-TYPE
  1311.               SYNTAX  ApKeyServerEntry
  1312.                MAX-ACCESS  not-accessible
  1313.             STATUS  current
  1314.             DESCRIPTION
  1315.             "An entry in the table of information for Key Servers for this Access Point."
  1316.             INDEX { apKeyServerIndex }
  1317.                 ::= { apKeyServerTable 1}
  1318.      
  1319. ApKeyServerEntry ::= SEQUENCE {
  1320.             apKeyServerIndex    Integer32,
  1321.             apKeyServerIPAddr    IpAddress,
  1322.             apKeyServerPortNumber    Integer32
  1323. }
  1324.     
  1325. apKeyServerIndex    OBJECT-TYPE
  1326.                SYNTAX        Integer32 (1..2147483647)
  1327.             MAX-ACCESS    not-accessible
  1328.             STATUS      current
  1329.             DESCRIPTION
  1330.                 "A number uniquely identifying each Key server."
  1331.                 ::= { apKeyServerEntry     1 }
  1332.     
  1333. apKeyServerIPAddr    OBJECT-TYPE
  1334.                 SYNTAX        IpAddress
  1335.             MAX-ACCESS    read-write
  1336.             STATUS      current
  1337.             DESCRIPTION
  1338.                 "The IP address of the Key server referred to in this table entry."
  1339.                 ::= { apKeyServerEntry     2 }
  1340.     
  1341. apKeyServerPortNumber    OBJECT-TYPE
  1342.             SYNTAX        Integer32 (0..65535)
  1343.             MAX-ACCESS    read-write
  1344.             STATUS      current
  1345.             DESCRIPTION
  1346.             "The UDP port the client is using to send requests to this server."
  1347.                 ::= { apKeyServerEntry     3 }       
  1348.     
  1349. apAccountServerTable OBJECT-TYPE
  1350.                SYNTAX  SEQUENCE OF ApAccountServerEntry
  1351.             MAX-ACCESS  not-accessible
  1352.             STATUS  current
  1353.               DESCRIPTION
  1354.             "A table of information for Account Servers. Now support number of entries is 1."
  1355.             ::= { apSecurityMgmt     8 }
  1356.         
  1357. apAccountServerEntry OBJECT-TYPE
  1358.             SYNTAX  ApAccountServerEntry
  1359.             MAX-ACCESS  not-accessible
  1360.             STATUS  current
  1361.             DESCRIPTION
  1362.             "An entry in the table of information for Account Servers for this Access Point."
  1363.             INDEX { apAccountServerIndex }
  1364.                 ::= { apAccountServerTable 1}
  1365.      
  1366. ApAccountServerEntry ::= SEQUENCE {
  1367.             apAccountServerIndex    Integer32,
  1368.             apAccountServerIPAddr    IpAddress,
  1369.             apAccountServerPortNumber    Integer32
  1370.     }
  1371.     
  1372. apAccountServerIndex    OBJECT-TYPE
  1373.             SYNTAX        Integer32 (1..2147483647)
  1374.             MAX-ACCESS    not-accessible
  1375.             STATUS      current
  1376.             DESCRIPTION
  1377.                 "A number uniquely identifying each Account server."
  1378.             ::= { apAccountServerEntry     1 }
  1379.     
  1380. apAccountServerIPAddr    OBJECT-TYPE
  1381.             SYNTAX        IpAddress
  1382.             MAX-ACCESS    read-write
  1383.             STATUS      current
  1384.             DESCRIPTION
  1385.                 "The IP address of the Account server referred to in this table entry."
  1386.             ::= { apAccountServerEntry     2 }
  1387.      
  1388. apAccountServerPortNumber    OBJECT-TYPE
  1389.             SYNTAX        Integer32 (0..65535)
  1390.             MAX-ACCESS    read-write
  1391.             STATUS      current
  1392.             DESCRIPTION
  1393.                 "The UDP port the client is using to send requests to this server."
  1394.                 ::= { apAccountServerEntry     3 }
  1395.  
  1396. apFastReKeying OBJECT-TYPE
  1397.         SYNTAX  INTEGER {
  1398.                              enabled(1),
  1399.                             disabled(2)
  1400.                              }
  1401.         MAX-ACCESS  read-write
  1402.         STATUS  current
  1403.         DESCRIPTION
  1404.             "The AP supprt the Fast-rekeying is enabled or disabled. 
  1405.                 Default is disabled."
  1406.              ::= { apSecurityMgmt 9 }  
  1407.        
  1408. apTFTPServerPortNumber    OBJECT-TYPE
  1409.            SYNTAX        Integer32 (0..65535)
  1410.            MAX-ACCESS    read-write
  1411.            STATUS      current
  1412.            DESCRIPTION
  1413.            "The TFTP Server port."
  1414.           ::= { apSecurityMgmt 10 }       
  1415.        
  1416.  
  1417. apTFTPRetries OBJECT-TYPE
  1418.            SYNTAX        Integer32 (0..65535)
  1419.         MAX-ACCESS    read-write
  1420.         STATUS        current
  1421.         DESCRIPTION
  1422.             "The maximum retries number of tftp client in SRAPEE"
  1423.         ::= { apSecurityMgmt 11 }
  1424.  
  1425. apTFTPTimeOutInterval OBJECT-TYPE
  1426.            SYNTAX        Integer32 (0..65535)
  1427.         MAX-ACCESS    read-write
  1428.         STATUS        current
  1429.         DESCRIPTION
  1430.             "The maximum time out interval of tftp client in SRAPEE"
  1431.         ::= { apSecurityMgmt 12 }
  1432.  
  1433.  
  1434.  
  1435. radioTransmitStop NOTIFICATION-TYPE
  1436.     OBJECTS     { ifIndex, apMyMacAddr, apRadioChannel }
  1437.     STATUS        current
  1438.     DESCRIPTION 
  1439.         "The radio has stopped transmitting due to a fault. There may be a jammed channel.  
  1440.         The user should change the AP to the different channel or check if there is a RF hardware issue."
  1441.     ::= { a3Com 0 95 }
  1442.  
  1443. radioReceiveStop NOTIFICATION-TYPE
  1444.     OBJECTS     { ifIndex, apMyMacAddr, apRadioChannel }
  1445.     STATUS        current
  1446.     DESCRIPTION 
  1447.         "The radio has stopped receiving due to a fault. There may be a jammed channel.
  1448.         The user should change the AP to the different channel or check if there is a RF hardware issue."
  1449.     ::= { a3Com 0 96 }
  1450.  
  1451. exceedMaxAssociated NOTIFICATION-TYPE
  1452.     OBJECTS     { ifIndex, apMyMacAddr }
  1453.     STATUS        current
  1454.     DESCRIPTION 
  1455.         "Exceed max 256 Associated clients. No more association of wireless clients allowed.
  1456.         The user can disassociate the idle wirless clients."
  1457.     ::= { a3Com 0 97 }
  1458.  
  1459. exceedtThresholdAssociated NOTIFICATION-TYPE
  1460.     OBJECTS     { ifIndex, apMyMacAddr }
  1461.     STATUS        current
  1462.     DESCRIPTION 
  1463.         "The number of Wireless Clients association reaches the threshold of the AP.
  1464.         Please check the MIB object, thresholdAssociated. The default is 200.
  1465.         The number of wireless client is more than the value of thresholdAssociated.
  1466.         This will affect the performace of the AP."
  1467.     ::= { a3Com 0 98 }
  1468.  
  1469. dslSecurityViolation NOTIFICATION-TYPE
  1470.     OBJECTS     { ifIndex }
  1471.     STATUS        current
  1472.     DESCRIPTION 
  1473.         "For Wireless Client, User name or password is not correct in Dynamic Security Link database of AP.
  1474.         The user can check the AP admin if the account exists on the Dynamic Security Link database"
  1475.     ::= { a3Com 0 99 }
  1476.  
  1477.  
  1478. apManufactureInfoGroup     OBJECT-GROUP
  1479.         OBJECTS {
  1480.                 apModelnumber,
  1481.                 apSerialnumber,
  1482.                 apMyMacAddr,
  1483.                 apFirmwareVer,
  1484.                 apMfgDate,
  1485.                 apWebUiVer,
  1486.                 apProductName,
  1487.                 apMfgName,
  1488.                 apHardwareRev
  1489.                 }
  1490.         STATUS        current
  1491.         DESCRIPTION "The apManufactureInfo group"
  1492.         ::= { apConfigMgmtGroups 1 }
  1493.  
  1494.  
  1495. apSystemConfigGroup     OBJECT-GROUP
  1496.         OBJECTS {
  1497.                 apDeviceName,
  1498.                 apDeviceLoc,
  1499.                 apHelpFilePath,
  1500.                 apMyIPAddr,
  1501.                 apSubnetMask,
  1502.                 apGatewayIPAddr,
  1503.                 apAdditionalGatewaysTableLength,
  1504.                 apAdditionalGatewaysIPAddr,
  1505.                 apDHCPEnable,
  1506.                 apStaticIPAddrEnable
  1507.                 }
  1508.         STATUS        current
  1509.         DESCRIPTION "The apSystemConfig group"
  1510.         ::= { apConfigMgmtGroups 2 }
  1511.  
  1512. apSNMPInfoGroup     OBJECT-GROUP
  1513.         OBJECTS {
  1514.                 apSNMPRequests, 
  1515.                 apSNMPTraps,
  1516.                 apAllTrapsEnable, 
  1517.                 apColdBootTrapEnable, 
  1518.                 apAuthenFailureTrapEnable, 
  1519.                 apRFTrapEnable,   
  1520.                 apWarmBootTrapEnable,
  1521.                 apWCMaxAssocTrapEnable,
  1522.                 apThresholdAssociatedEnable,
  1523.                 dslSecurityViolationEnable
  1524.                 }
  1525.         STATUS        current
  1526.         DESCRIPTION "The apSNMPInfo group"
  1527.         ::= { apConfigMgmtGroups 3 }
  1528.  
  1529. apRFConfigGroup     OBJECT-GROUP
  1530.         OBJECTS {
  1531.                 apWlanServiceArea,
  1532.                 apCountryName,
  1533.                 apShortPreamble,
  1534.                 apMaxWCTrigger,
  1535.                 apWEPAlgorithm,
  1536.                 apRadioAutoSense,
  1537.                 apRadioChannel,
  1538.                 apHighPerformance,
  1539.                 apTransmitPower,
  1540.                 apRadioAntenna,
  1541.                 thresholdAssociated,
  1542.                 apDataRateMgmt,
  1543.                 apDataRate5,
  1544.                 apDataRate11 
  1545.                 }
  1546.         STATUS        current
  1547.         DESCRIPTION "The apRFConfig group"
  1548.         ::= { apConfigMgmtGroups 4 }
  1549.  
  1550.  
  1551. apRFStatisticsGroup     OBJECT-GROUP
  1552.         OBJECTS {
  1553.                 rfTxUcastFrms,            
  1554.                 rfRxUcastFrms, 
  1555.                 rfTxBcastFrms, 
  1556.                 rfRxBcastFrms, 
  1557.                 rfTxMcastFrms, 
  1558.                 rfRxMcastFrms, 
  1559.                 rfTxEncryptFrms, 
  1560.                 rfRxEncryptFrms, 
  1561.                 rfTxFragFrms, 
  1562.                 rfRxFragFrms, 
  1563.                 rfTxBeacons,  
  1564.                 rfRxBeacons, 
  1565.                 rfTxACK,
  1566.                 rfRxACK, 
  1567.                 rfTxRTS, 
  1568.                 rfRxRTS,
  1569.                 rfCTSFailures,
  1570.                 rfRxCTS,
  1571.                 rfTxACKFailures,
  1572.                 rfTxRetrys,
  1573.                 rfFCSErrors, 
  1574.                 rfRxDuplicateFrms,
  1575.                 rfWEPUndecryptFrms,
  1576.                 rfWEPICVErrors
  1577.                 }
  1578.         STATUS        current
  1579.         DESCRIPTION "The apRFStatistics group"
  1580.         ::= { apPerformMgmtGroups 1 }
  1581.  
  1582. apEtherItfStatGroup     OBJECT-GROUP
  1583.         OBJECTS {              
  1584.                 apEtherPacketsIns, 
  1585.                 apEtherPacketsOuts, 
  1586.                 apEtherOctetsIns, 
  1587.                 apEtherOctetsOuts,  
  1588.                 apEtherPktsInPerSec, 
  1589.                 apEtherPktsOutPerSec,  
  1590.                 apEtherOctInPerSec,  
  1591.                 apEtherOctOutPerSec 
  1592.                 }
  1593.         STATUS        current
  1594.         DESCRIPTION "The apEtherInfStat group"
  1595.         ::= { apPerformMgmtGroups 2 }
  1596.  
  1597. apRFItfStatGroup     OBJECT-GROUP
  1598.         OBJECTS {
  1599.                 apRFFrmsIns, 
  1600.                 apRFFrmsOuts, 
  1601.                 apRFOctetsIns, 
  1602.                 apRFOctetsOuts,  
  1603.                 apRFFrmsInPerSec, 
  1604.                 apRFFrmsOutPerSec,  
  1605.                 apRFOctInPerSec,  
  1606.                 apRFOctOutPerSec    
  1607.                 }
  1608.         STATUS        current
  1609.         DESCRIPTION "The apRFInfStat group"
  1610.         ::= { apPerformMgmtGroups 3} 
  1611.  
  1612. apTrafficMatrixGroup     OBJECT-GROUP
  1613.         OBJECTS {
  1614.                 apEnetsNPktsToEnets,              
  1615.                 apRFNPktsToEnets, 
  1616.                 apEnetsNPktsToRF,                
  1617.                 apRFNPktsToRF    
  1618.                 }
  1619.         STATUS        current
  1620.         DESCRIPTION "The apTrafficMatrix group"
  1621.         ::= { apPerformMgmtGroups 4} 
  1622.  
  1623. apDSPerFreqStatTableGroup     OBJECT-GROUP
  1624.         OBJECTS {
  1625.                 rfDSFrequency ,        
  1626.                    rfDSPerFqPktsSents,      
  1627.                 rfDSPerFqPktsRcvds ,     
  1628.                 rfDSPerFqRetries       
  1629.                  }
  1630.         STATUS        current
  1631.         DESCRIPTION "The apDSPerFreqStatTable group"
  1632.         ::= { apPerformMgmtGroups 5} 
  1633.  
  1634.  
  1635.  
  1636. apFaultMgmtGroup     OBJECT-GROUP
  1637.         OBJECTS {
  1638.                 apUpdateTemplateStatus,
  1639.                 apBackupFileName,  
  1640.                 apTemplateOperation,
  1641.                 apRestoreFileName,
  1642.                 apSyslogDstIpAddressTableLength,
  1643.                 apSyslogDstIpAddress,
  1644.                 apSyslogEnable
  1645.                 }
  1646.         STATUS        current
  1647.         DESCRIPTION "The apRFStatistics group"
  1648.         ::= { apFaultMgmtGroups 1 }
  1649.  
  1650. apSecurityMgmtGroup     OBJECT-GROUP
  1651.         OBJECTS {
  1652.                 apACLViolations, 
  1653.                 apEAPSupport,   
  1654.                 apAuthServerSupportNumber,
  1655.                 apKeyServerSupportNumber,
  1656.                 apAccountServerSupportNumber,  
  1657.                 apAuthServerIPAddr,
  1658.                 apAuthServerPortNumber,
  1659.                 apKeyServerIPAddr,
  1660.                 apKeyServerPortNumber,
  1661.                 apAccountServerIPAddr,
  1662.                 apAccountServerPortNumber,
  1663.                 apFastReKeying,
  1664.                 apTFTPServerPortNumber,
  1665.                 apTFTPRetries,
  1666.                 apTFTPTimeOutInterval
  1667.                 }
  1668.         STATUS        current
  1669.         DESCRIPTION "The apSecurityMgmt group"
  1670.         ::= { apSecurityMgmtGroups 1 }
  1671.  
  1672. wcmNotificationGroup NOTIFICATION-GROUP
  1673.     NOTIFICATIONS     {
  1674.                     radioTransmitStop,
  1675.                     radioReceiveStop,
  1676.                     exceedMaxAssociated,
  1677.                     exceedtThresholdAssociated,
  1678.                     dslSecurityViolation
  1679.                     }
  1680.     STATUS  current
  1681.     DESCRIPTION "The wcm Notifications."
  1682.     ::= {apEventGroups 1}
  1683.  
  1684. END
  1685.  
  1686.