]> git.decadent.org.uk Git - ap-utils.git/blob - Documentation/mibs-atmel/mib-410-none-dlink/AT76C510.mib
bf3b8d973f9848d4c81d2fc8d9b82e78660db944
[ap-utils.git] / Documentation / mibs-atmel / mib-410-none-dlink / AT76C510.mib
1 -- Title:      ATMEL  Private MIB                                          
2
3 ATMEL-MIB DEFINITIONS ::= BEGIN
4
5 --IMPORTS
6 --      enterprises,Counter
7 --FROM RFC1155-SMI
8 --      DisplayString
9 --FROM RFC1213-MIB;
10 --      TRAP-TYPE
11 --FROM RFC-1215;
12
13
14 --MacAddress ::= IMPLICIT OCTET STRING (SIZE(6))
15 DisplayString ::= OCTET STRING
16
17 internet      OBJECT IDENTIFIER ::= { iso org(3) dod(6) 1 }
18 directory     OBJECT IDENTIFIER ::= { internet 1 }
19 mgmt          OBJECT IDENTIFIER ::= { internet 2 }
20 experimental  OBJECT IDENTIFIER ::= { internet 3 }
21 private       OBJECT IDENTIFIER ::= { internet 4 }
22 enterprises   OBJECT IDENTIFIER ::= { private 1 }
23
24 atmel       OBJECT IDENTIFIER ::= { enterprises 410 }
25 atmelmib    OBJECT IDENTIFIER ::= { atmel 1}
26 atmelSys        OBJECT IDENTIFIER ::= {atmelmib 1}
27 wireless        OBJECT IDENTIFIER ::= {atmelmib 2}
28 traps   OBJECT IDENTIFIER ::= {atmelmib 3 }
29
30
31
32 --*************************** System***************************
33 --****************************************************************
34
35
36
37 sysCtrlGRP OBJECT IDENTIFIER ::= {atmelSys 1}
38
39 sysDescr OBJECT-TYPE
40     SYNTAX  DisplayString (SIZE (0..255))
41     ACCESS  read-only
42     STATUS  mandatory
43        DESCRIPTION
44          "A textual description of the entity.  This value
45           should include the full name and version
46           identification of the system's hardware type,
47           software operating-system, and networking
48           software.  It is mandatory that this only contain
49           printable ASCII characters."
50         ::= { sysCtrlGRP 1 } 
51
52
53 sysReset OBJECT-TYPE
54         SYNTAX INTEGER {enable(1),disable(2)}
55         ACCESS  read-write
56         STATUS  mandatory
57         DESCRIPTION       
58         "By setting this attribute enable(1), a reset command to 
59         the system is issued." 
60         ::= { sysCtrlGRP 2 } 
61
62 sysTrapSwitch OBJECT-TYPE
63         SYNTAX INTEGER {enable(1),disable(2)}
64         ACCESS read-write
65         STATUS mandatory
66         DESCRIPTION
67         "This attribute enables the transmission of SNMP.V1 TRAPs."
68         ::= {sysCtrlGRP 3}
69
70 sysLoadDefaults OBJECT-TYPE
71         SYNTAX INTEGER { enable(1), disable(2) }
72         ACCESS  read-write
73         STATUS  mandatory
74         DESCRIPTION       
75         "Setting this attribute to enable(1), will cause the system to load
76         the factory default values of all the operational parameters." 
77         ::= { sysCtrlGRP 4 }
78
79 sysDeviceInfo   OBJECT-TYPE
80                         SYNTAX OCTET STRING (SIZE (92))
81                         ACCESS read-only
82                         STATUS mandatory
83                         DESCRIPTION      
84                         "Hardware device configuration struct."
85                         ::= {sysCtrlGRP 5 }
86
87 sysUpload OBJECT-TYPE
88         SYNTAX INTEGER {enable(1),disable(2)}
89         ACCESS  read-write
90         STATUS  mandatory
91         DESCRIPTION       
92         "By setting this attribute enable(1), a Upload configuration command to 
93         the system is issued." 
94         ::= { sysCtrlGRP 6 } 
95
96
97
98
99 operBridgingLevel OBJECT IDENTIFIER ::= {atmelSys 2}
100
101 operIPAddress OBJECT-TYPE
102                 SYNTAX IpAddress
103                 ACCESS read-write
104                 STATUS mandatory
105                 DESCRIPTION      
106                 "The IP address of this device used over its Ethernet
107                 or Wireless LAN port."
108                 ::= { operBridgingLevel 1 }
109
110 operIPMask OBJECT-TYPE
111             SYNTAX  IpAddress
112             ACCESS  read-write
113             STATUS  mandatory
114             DESCRIPTION
115             "The IP Network mask used by the IP entity when accessing
116             devices through any of its LAN Ports (Ethernet or WLAN)."
117             ::= { operBridgingLevel 2}
118
119 operEthernetAddress OBJECT-TYPE
120             SYNTAX  OCTET STRING (SIZE (6))
121             ACCESS  read-write
122             STATUS  mandatory
123             DESCRIPTION
124             "The MAC Address of the Ethernet interface."
125             ::= { operBridgingLevel 3}
126
127
128 operGateway OBJECT-TYPE
129                 SYNTAX IpAddress
130                 ACCESS read-write
131                 STATUS mandatory
132                 DESCRIPTION      
133                 "."
134                 ::= { operBridgingLevel 4 }
135
136 operDHCP OBJECT-TYPE
137                 SYNTAX  INTEGER {enable(1),disable(2)}
138                 ACCESS read-write
139                 STATUS mandatory
140                 DESCRIPTION      
141                 "When setting this attribute to ENABLE, the system will
142                 enable DHCP protocol."
143                 ::= { operBridgingLevel 5 }
144
145 operPrimaryPort OBJECT-TYPE
146                 SYNTAX  INTEGER {Ethernet(1),Wireless(2)}
147                 ACCESS read-write
148                 STATUS mandatory
149                 DESCRIPTION      
150                 "This attribute indicates the primaty port."
151                 ::= { operBridgingLevel 6 }
152
153
154
155
156
157
158 operFiltering OBJECT IDENTIFIER ::= {atmelSys 3}
159
160 operIPFilter OBJECT-TYPE
161                 SYNTAX  INTEGER {enable(1), disable(2)}
162                 ACCESS read-write
163                 STATUS mandatory
164                 DESCRIPTION      
165                 "When setting this attribute to ENABLE, the system will
166                 filter out all non IP-traffic."
167                 ::= { operFiltering 1 }
168
169
170
171
172
173 operBridgeOperationalMode OBJECT IDENTIFIER ::= {atmelSys 4}
174
175
176 bridgeOperationalMode OBJECT-TYPE
177                 SYNTAX  INTEGER {WBPoint2Multipoint(1), AP(2), APclient(3),  WBPoint2Point(3)}
178                 ACCESS read-write
179                 STATUS mandatory
180                 DESCRIPTION      
181                 "The Operational Mode of Bridge. Access Point, Access Point client, Wireless Bridge Point to Point, Wireless Bridge Point to MultiPoint."
182                 ::= { operBridgeOperationalMode 1 }
183
184 bridgeRemoteBridgeBSSID OBJECT-TYPE
185                 SYNTAX  OCTET STRING (SIZE (6))
186                 ACCESS read-write
187                 STATUS mandatory
188                 DESCRIPTION      
189                 "The Preferred BSSID if the device is at Access Point client mode
190                 or the remote Mac if the device is at Wireless Bridge Point to Point mode."
191                 ::= { operBridgeOperationalMode 2 }
192
193
194
195
196
197 dot1dStatic OBJECT IDENTIFIER ::= {atmelSys 5}
198
199
200 StaticMacFilterNum OBJECT-TYPE
201       SYNTAX  INTEGER 
202       ACCESS  read-write
203       STATUS  mandatory
204       DESCRIPTION
205       "This parameter's value indicates the number of the currently
206       static MAC filters."
207       ::= { dot1dStatic 1 }
208
209
210           dot1dStaticTable OBJECT-TYPE
211               SYNTAX  SEQUENCE OF Dot1dStaticEntry
212               ACCESS  not-accessible
213               STATUS  mandatory
214               DESCRIPTION
215                       "A table containing filtering information
216                       configured into the bridge by (local or network)
217                       management specifying the set of ports to which
218                       frames received from specific ports and containing
219                       specific destination addresses are allowed to be
220                       forwarded.  The value of zero in this table as the
221                       port number from which frames with a specific
222                       destination address are received, is used to
223                       specify all ports for which there is no specific
224                       entry in this table for that particular
225                       destination address.  Entries are valid for
226                       unicast and for group/broadcast addresses."
227               REFERENCE
228                       "IEEE 802.1D-1990: Section 6.7.2"
229               ::= { dot1dStatic 2 }
230
231           dot1dStaticEntry OBJECT-TYPE
232               SYNTAX  Dot1dStaticEntry
233               ACCESS  not-accessible
234               STATUS  mandatory
235               DESCRIPTION
236                       "Filtering information configured into the bridge
237                       by (local or network) management specifying the
238                       set of ports to which frames received from a
239                       specific port and containing a specific
240                       destination address are allowed to be forwarded."
241               REFERENCE
242                       "IEEE 802.1D-1990: Section 6.7.2"
243               INDEX   { dot1dStaticAddress}--, dot1dStaticReceivePort }
244               ::= { dot1dStaticTable 1 }
245
246           Dot1dStaticEntry ::=
247               SEQUENCE {
248                   dot1dStaticAddress
249                       OCTET STRING (SIZE (6))
250 --                  dot1dStaticReceivePort
251 --                     INTEGER,
252 --                  dot1dStaticAllowedToGoTo
253 --                      INTEGER,
254 --                  dot1dStaticStatus
255 --                      INTEGER
256               }
257
258           dot1dStaticAddress OBJECT-TYPE
259               SYNTAX  OCTET STRING (SIZE (6))
260               ACCESS  read-write
261               STATUS  mandatory
262               DESCRIPTION
263                       "The destination MAC address in a frame to which
264                       this entry's filtering information applies.  This
265                       object can take the value of a unicast address, a
266                       group address or the broadcast address."
267               REFERENCE
268                       "IEEE 802.1D-1990: Section 3.9.1, 3.9.2"
269               ::= { dot1dStaticEntry 1 }
270
271 --          dot1dStaticReceivePort OBJECT-TYPE
272 --              SYNTAX  INTEGER
273 --              ACCESS  read-write
274 --              STATUS  mandatory
275 --              DESCRIPTION
276 --                      "Either the value '0', or the port number of the
277 --                      port from which a frame must be received in order
278 --                      for this entry's filtering information to apply.
279 --                      A value of zero indicates that this entry applies
280 --                      on all ports of the bridge for which there is no
281 --                      other applicable entry."
282 --              ::= { dot1dStaticEntry 2 }
283
284 --          dot1dStaticAllowedToGoTo OBJECT-TYPE
285 --              SYNTAX  INTEGER
286 --              ACCESS  read-write
287 --              STATUS  mandatory
288 --              DESCRIPTION
289 --                      "The set of ports to which frames received from a
290 --                      specific port and destined for a specific MAC
291 --                      address, are allowed to be forwarded.  Each octet
292 --                      within the value of this object specifies a set of
293 --                      eight ports, with the first octet specifying ports
294 --                      1 through 8, the second octet specifying ports 9
295 --                      through 16, etc.  Within each octet, the most
296 --                      significant bit represents the lowest numbered
297 --                      port, and the least significant bit represents the
298 --                      highest numbered port.  Thus, each port of the
299 --                      bridge is represented by a single bit within the
300 --                      value of this object.  If that bit has a value of
301 --                      '1' then that port is included in the set of
302 --                      ports; the port is not included if its bit has a
303 --                      value of '0'.  (Note that the setting of the bit
304 --                      corresponding to the port from which a frame is
305 --                      received is irrelevant.)  The default value of
306 --                      this object is a string of ones of appropriate
307 --                      length."
308 --              ::= { dot1dStaticEntry 3 }
309 --
310 --          dot1dStaticStatus OBJECT-TYPE
311 --              SYNTAX  INTEGER {
312 --                          other(1),
313 --                          invalid(2),
314 --                          permanent(3),
315 --                          deleteOnReset(4),
316 --                          deleteOnTimeout(5)
317 --                      }
318 --              ACCESS  read-write
319 --              STATUS  mandatory
320 --              DESCRIPTION
321 --                      "This object indicates the status of this entry.
322 --                      The default value is permanent(3).
323 --                           other(1) - this entry is currently in use but
324 --                                the conditions under which it will
325 --                                remain so are different from each of the
326 --                                following values.
327 --                           invalid(2) - writing this value to the object
328 --                                removes the corresponding entry.
329 --                           permanent(3) - this entry is currently in use
330 --                                and will remain so after the next reset
331 --                                of the bridge.
332 --                           deleteOnReset(4) - this entry is currently in
333 --                                use and will remain so until the next
334 --                                reset of the bridge.
335 --                           deleteOnTimeout(5) - this entry is currently
336 --                                in use and will remain so until it is
337 --                                aged out."
338 --              ::= { dot1dStaticEntry 4 }
339
340
341
342
343
344 ProtocolFilterGRP OBJECT IDENTIFIER ::= {atmelSys 6}
345
346 ProtocolFilterNum OBJECT-TYPE
347       SYNTAX  INTEGER 
348       ACCESS  read-write
349       STATUS  mandatory
350       DESCRIPTION
351       "This parameter's value indicates the number of the currently
352       protocol filters."
353       ::= { ProtocolFilterGRP 1 }
354
355
356
357
358           ProtocolFilterTable OBJECT-TYPE
359               SYNTAX  SEQUENCE OF ProtocolFilterEntry
360               ACCESS  not-accessible
361               STATUS  mandatory
362               DESCRIPTION
363                       "A table containing filtering information
364                       configured into the bridge by (local or network)
365                       management specifying the set of protocol filter."
366               ::= { ProtocolFilterGRP 2 }
367
368           protocolFilterEntry OBJECT-TYPE
369               SYNTAX  ProtocolFilterEntry
370               ACCESS  not-accessible
371               STATUS  mandatory
372               DESCRIPTION
373                       "Filtering information configured into the bridge
374                       by (local or network) management specifying the
375                       set of protocol filter."
376               INDEX   { ProtocolFilterCode }
377               ::= { ProtocolFilterTable 1 }
378
379           ProtocolFilterEntry ::=
380               SEQUENCE {
381                   ProtocolFilterCode
382                       OCTET STRING (SIZE (2)),
383                   ProtocolFilterDescription
384                       DisplayString (SIZE (0..255)),
385                   ProtocolFilterActivity
386                       INTEGER
387               }
388
389           ProtocolFilterCode OBJECT-TYPE
390               SYNTAX  OCTET STRING (SIZE (2))
391               ACCESS  read-write
392               STATUS  mandatory
393               DESCRIPTION
394                       "The protocol code configured into the bridge
395                       by (local or network) management specifying the
396                       set of protocol filter."
397               ::= { protocolFilterEntry 1 }
398
399           ProtocolFilterDescription OBJECT-TYPE
400               SYNTAX  DisplayString (SIZE (0..255))
401               ACCESS  read-write
402               STATUS  mandatory
403               DESCRIPTION
404                       "A textual description of the protocol."
405               ::= { protocolFilterEntry 2 }
406
407           ProtocolFilterActivity OBJECT-TYPE
408               SYNTAX  INTEGER {enable(1),disable(2)}
409               ACCESS  read-write
410               STATUS  mandatory
411               DESCRIPTION
412                       "This object indicates the status of this filter."
413               ::= { protocolFilterEntry 3 }
414
415
416
417
418
419 EthStatisticsGRP OBJECT IDENTIFIER ::= {atmelSys 7}
420
421 EthRxStatistics OBJECT-TYPE
422                 SYNTAX OCTET STRING (SIZE (64))
423                 ACCESS read-only
424                 STATUS mandatory
425                 DESCRIPTION      
426                 "Ethernet Rx Statistics."
427                 ::= {EthStatisticsGRP 1 }
428
429 EthTxStatistics OBJECT-TYPE
430                 SYNTAX OCTET STRING (SIZE (56))
431                 ACCESS read-only
432                 STATUS mandatory
433                 DESCRIPTION      
434                 "Ethernet Tx Statistics."
435                 ::= {EthStatisticsGRP 2 }
436
437
438
439
440
441
442
443 TestModeSettingsGRP OBJECT IDENTIFIER ::= {atmelSys 8}
444
445 TestModeOnOff   OBJECT-TYPE
446                                 SYNTAX INTEGER {enable(1),disable(2)}
447                                 ACCESS read-write
448                                 STATUS mandatory
449                                 DESCRIPTION      
450                                 "."
451                                 ::= { TestModeSettingsGRP 1 }
452
453
454 TestModeCommandStruct   OBJECT-TYPE
455                                 SYNTAX OCTET STRING (SIZE (8))
456                                 ACCESS read-write
457                                 STATUS mandatory
458                                 DESCRIPTION      
459                                 "."
460                                 ::= {TestModeSettingsGRP 2 }
461
462 TestModeRadioConfiguration      OBJECT-TYPE
463                                         SYNTAX OCTET STRING (SIZE (14))
464                                         ACCESS read-write
465                                         STATUS mandatory
466                                         DESCRIPTION      
467                                         "Configuration of radio derive from tests."
468                                         ::= {TestModeSettingsGRP 8 }
469
470 TestModeStatistics              OBJECT-TYPE
471                                         SYNTAX OCTET STRING (SIZE (8))
472                                         ACCESS read-only
473                                         STATUS mandatory
474                                         DESCRIPTION      
475                                         "Statistics derive from tests."
476                                         ::= {TestModeSettingsGRP 9 }
477
478
479
480
481
482
483 AuthorizedSettingsGRP OBJECT IDENTIFIER ::= {atmelSys 9}
484
485 AuthorizedUserPass      OBJECT-TYPE
486                                 SYNTAX OCTET STRING (SIZE (16))
487                                 ACCESS read-write
488                                 STATUS mandatory
489                                 DESCRIPTION      
490                                 "."
491                                 ::= {AuthorizedSettingsGRP 1 }
492
493
494 AuthorizedAdminPass     OBJECT-TYPE
495                                 SYNTAX OCTET STRING (SIZE (16))
496                                 ACCESS read-write
497                                 STATUS mandatory
498                                 DESCRIPTION      
499                                 "."
500                                 ::= {AuthorizedSettingsGRP 2 }
501
502
503 AuthorizedManufactPass  OBJECT-TYPE
504                                 SYNTAX OCTET STRING (SIZE (16))
505                                 ACCESS read-write
506                                 STATUS mandatory
507                                 DESCRIPTION      
508                                 "."
509                                 ::= {AuthorizedSettingsGRP 3 }
510
511
512 --*************************** wireless ***************************
513 --****************************************************************
514
515
516
517 OperationalSettingsGRP OBJECT IDENTIFIER ::= {wireless 1}
518
519
520
521
522 operChannelID  OBJECT-TYPE
523         SYNTAX  INTEGER  {
524                         channel1(1),
525                         channel2(2),
526                         channel3(3),
527                         channel4(4),
528                         channel5(5),
529                         channel6(6),
530                         channel7(7),
531                         channel8(8),
532                         channel9(9),
533                         channel10(10),
534                         channel11(11),
535                         channel12(12),
536                         channel13(13),
537                         channel14(14)
538                 }
539         ACCESS  read-write
540         STATUS  mandatory
541         DESCRIPTION
542                 "The operating frequency channel. Valid numbers
543                 are     as defind in ISO/IEC 8802-11:1999, 15.4.6.2."
544         ::= { OperationalSettingsGRP 1 }
545
546
547 operESSIDLength OBJECT-TYPE
548      SYNTAX  INTEGER
549      ACCESS  read-write    
550      STATUS  mandatory
551      DESCRIPTION
552      "The ESSID Length"
553      ::= {OperationalSettingsGRP 2 }     
554
555 operESSID OBJECT-TYPE
556      SYNTAX  OCTET STRING (SIZE (32))
557      ACCESS  read-write    
558      STATUS  mandatory
559      DESCRIPTION
560      "The network name. The size of the network name
561      should not be more than 32 characters long."
562      ::= {OperationalSettingsGRP 3 }     
563
564
565 operRTSThreshold OBJECT-TYPE
566                 SYNTAX  INTEGER  
567                 ACCESS read-write
568                 STATUS mandatory
569                 DESCRIPTION      
570                 "This attribute indicates the number of bytes in an 
571                 MPDU (frame), above which an RTS/CTS handshake will be
572                 performed. Setting this attribute to be larger than the
573                 maximum frame size, will prevent the RTS/CTS handshake 
574                 for frames trassmitted by this station."
575         ::= {OperationalSettingsGRP 4 }
576
577
578 operFragmentationThreshold OBJECT-TYPE
579                 SYNTAX  INTEGER  
580                 ACCESS read-write
581                 STATUS mandatory
582                 DESCRIPTION      
583                 "This attribute indicates the number of bytes in an 
584                 MPDU (frame), above which MPDU fragmentation will be
585                 performed."
586         ::= {OperationalSettingsGRP 5 }
587         
588
589 operPreambleType OBJECT-TYPE
590       SYNTAX  INTEGER {
591                         ShortPreamble(1),
592                         LongPreamble(2)
593                 }
594       ACCESS  read-write
595       STATUS  mandatory
596       DESCRIPTION
597       "This parameter's value indicates the number of the currently
598       associated STAtions. Associated STAtions should not be more
599       than 2007."
600               ::= {OperationalSettingsGRP 6 }
601
602
603 operAuthenticationType OBJECT-TYPE
604                 SYNTAX  INTEGER {
605         openSystem(1),
606         sharedKey(2),
607         BothType(3)
608         }
609                 ACCESS read-write
610                 STATUS mandatory
611                 DESCRIPTION      
612                 "This attribute indicates the authentication algorithm
613                 used during the authentication sequence.
614                 The value of this attribute is one of the following:
615                 1 - Open System,
616                 2 - Shared Key
617                 3 - Both Type "
618                 ::= {OperationalSettingsGRP 7 }
619
620
621 operBasicRates OBJECT-TYPE
622                 SYNTAX OCTET STRING (SIZE (4))
623                 ACCESS read-write
624                 STATUS mandatory
625                 DESCRIPTION      
626                 "This attribute indicates the basic rates of AP-Bridge."
627                 ::= { OperationalSettingsGRP 8 }
628
629
630 operAutoRateFallBack OBJECT-TYPE
631                 SYNTAX INTEGER {enable(1),disable(2)}
632                 ACCESS read-write
633                 STATUS mandatory
634                 DESCRIPTION      
635                 "This attribute indicates if Auto Rate Fall Back is enable or disable."
636                 ::= {OperationalSettingsGRP 9 }
637
638 operAccessPointName OBJECT-TYPE
639      SYNTAX  OCTET STRING (SIZE (32))
640      ACCESS  read-write    
641      STATUS  mandatory
642      DESCRIPTION
643      "The AP name."
644      ::= {OperationalSettingsGRP 10 }     
645
646
647
648
649
650 privacyGRP OBJECT IDENTIFIER ::= { wireless 2 }
651
652
653
654 defaultWEPKey1 OBJECT-TYPE
655     SYNTAX OCTET STRING (SIZE (13))
656     ACCESS  read-write
657     STATUS  mandatory
658     DESCRIPTION    
659     "A WEP default secret key value."
660     ::= { privacyGRP 1 }    
661
662 defaultWEPKey2 OBJECT-TYPE
663     SYNTAX OCTET STRING (SIZE (13))
664     ACCESS  read-write
665     STATUS  mandatory
666     DESCRIPTION    
667     "A WEP default secret key value."
668     ::= { privacyGRP 2 }    
669
670 defaultWEPKey3 OBJECT-TYPE
671     SYNTAX OCTET STRING (SIZE (13))
672     ACCESS  read-write
673     STATUS  mandatory
674     DESCRIPTION    
675     "A WEP default secret key value."
676     ::= { privacyGRP 3 }    
677
678 defaultWEPKey4 OBJECT-TYPE
679     SYNTAX OCTET STRING (SIZE (13))
680     ACCESS  read-write
681     STATUS  mandatory
682     DESCRIPTION    
683     "A WEP default secret key value."
684     ::= { privacyGRP 4 }    
685
686
687
688 privacyWEPEnable OBJECT-TYPE
689                 SYNTAX INTEGER {enable64(1),disable(2),enable128(3) }
690                 ACCESS read-write
691                 STATUS mandatory
692                 DESCRIPTION      
693                 "This attribute, when true, indicates that the 802.11
694                 standard encryption mechanism (WEP) is implemented."
695                 ::= {privacyGRP 5}
696
697
698 privacyDefaultWEPKeyID OBJECT-TYPE
699                 SYNTAX INTEGER   (1..4)
700                 ACCESS read-write
701                 STATUS mandatory
702                 DESCRIPTION
703                 "This attribute shall indicate the use of the first, second,
704                 third or fourth DefaultWEPKey when set to values of one, two,
705                 three or four."
706                 ::= {privacyGRP 6}
707
708
709
710
711 WLstatisticsGRP OBJECT IDENTIFIER ::= {wireless 3}
712
713 wirelessStatistics OBJECT-TYPE
714                 SYNTAX OCTET STRING (SIZE (88))
715                 ACCESS read-only
716                 STATUS mandatory
717                 DESCRIPTION      
718                 "Wireless Statistics. 22 elements(ULONG)."
719                 ::= {WLstatisticsGRP 1 }
720
721
722
723 WLSiteSurveyGRP OBJECT IDENTIFIER ::= {wireless 4}
724
725 ChannelStatus OBJECT-TYPE
726                 SYNTAX OCTET STRING (SIZE (14))
727                 ACCESS read-only
728                 STATUS mandatory
729                 DESCRIPTION      
730                 "."
731                 ::= {WLSiteSurveyGRP 1}
732
733
734
735 AssociatedStationsGRP OBJECT IDENTIFIER ::= {wireless 5}
736
737 AssociatedSTAsNum OBJECT-TYPE
738       SYNTAX  INTEGER (1..2007)
739       ACCESS  read-only
740       STATUS  mandatory
741       DESCRIPTION
742       "This parameter's value indicates the number of the currently
743       associated STAtions. Associated STAtions should not be more
744       than 2007."
745       ::= { AssociatedStationsGRP 1 }
746
747                 
748 AssociatedSTAsInfo      OBJECT-TYPE
749             SYNTAX      OCTET STRING (SIZE (24))
750             ACCESS  read-only
751             STATUS  mandatory
752             DESCRIPTION
753             "The associated STAtion's Information."
754             ::= { AssociatedStationsGRP 2 }
755                 
756
757
758 AuthorizedMacAddressesGRP OBJECT IDENTIFIER ::= {wireless 6}
759
760 AuthorizationMacEnable OBJECT-TYPE
761                 SYNTAX INTEGER {enable(1),disable(2)}
762                 ACCESS read-write
763                 STATUS mandatory
764                 DESCRIPTION      
765                 "."
766                 ::= {AuthorizedMacAddressesGRP 1}
767
768
769
770 AuthorizedMac   OBJECT-TYPE
771             SYNTAX      OCTET STRING (SIZE (64))
772             ACCESS  read-write
773             STATUS  mandatory
774             DESCRIPTION
775             "The Authorized Wireless Mac Addresses."
776             ::= { AuthorizedMacAddressesGRP 2 }
777
778
779
780
781 WLKnownAPGRP OBJECT IDENTIFIER ::= {wireless 7}
782
783 wirelessKnownAPsNum OBJECT-TYPE
784                 SYNTAX INTEGER (1..8)
785                 ACCESS read-only
786                 STATUS mandatory
787                 DESCRIPTION      
788                 "."
789                 ::= {WLKnownAPGRP 1 }
790
791
792
793 wirelessKnownAPs OBJECT-TYPE
794                 SYNTAX OCTET STRING (SIZE (32))
795                 ACCESS read-only
796                 STATUS mandatory
797                 DESCRIPTION      
798                 "."
799                 ::= {WLKnownAPGRP 2 }
800
801
802
803 --*************************** Traps ***************************
804 --*************************************************************
805
806 trapSTAMacAddress OBJECT-TYPE
807         SYNTAX OCTET STRING (SIZE (6))
808         ACCESS read-only
809         STATUS mandatory
810         DESCRIPTION      
811         "The MAC address of a station device"
812
813         ::= {traps 1}
814
815
816 trapReassociation TRAP-TYPE
817         ENTERPRISE atmel
818         VARIABLES {
819         trapSTAMacAddress
820         }
821         DESCRIPTION
822         "This trap message is sent when a STAtion's reassosiation
823         request is received."
824         ::= 1
825
826 trapRoamOut TRAP-TYPE
827         ENTERPRISE atmel
828         VARIABLES {
829         trapSTAMacAddress
830         }
831         DESCRIPTION
832         "This trap message is used to indicate tha a STAtion has
833         roamed out of the Wireless bridge's coverage area."
834         ::= 2
835
836 trapAssociation TRAP-TYPE
837         ENTERPRISE atmel
838         VARIABLES {
839         trapSTAMacAddress
840         }
841         DESCRIPTION
842         "Indicates the reception of an association request packet
843         and     the sender STAtion's successful association with the
844         Wireless Bridge."
845         ::= 3
846         
847 trapDisassociation TRAP-TYPE
848         ENTERPRISE atmel
849         VARIABLES {
850         trapSTAMacAddress
851         }
852         DESCRIPTION
853         "This trap message is sent when a dissasociation notification
854         packet is received from a STAtion."
855         ::= 4
856
857 trapAssociationExpire TRAP-TYPE
858         ENTERPRISE atmel
859         VARIABLES {
860         trapSTAMacAddress
861         }
862         DESCRIPTION
863         "When the association's maximum time interval expires for
864         an associated STAtion this trap message is sent."
865         ::= 5
866
867 trapReset TRAP-TYPE
868         ENTERPRISE atmel
869         VARIABLES {
870         sysReset
871         }
872         DESCRIPTION
873         "This trap message is sent when Bridge Resets."
874         ::= 6
875
876 trapSettingPingIPAddress TRAP-TYPE
877         ENTERPRISE atmel
878         VARIABLES {
879         operIPAddress
880         }
881         DESCRIPTION
882         "This trap message is sent when the ATMEL Bridge IP address
883         is set with the transmition of a ping message."
884         ::= 7
885
886 trapStartUp TRAP-TYPE
887         ENTERPRISE atmel
888 -- apparently the 4.2.1 ucd-snmp tools do not liek
889 -- empty variable blocks - msp 9jul2001
890 --      VARIABLES {
891 --      }
892         DESCRIPTION
893         "This trap message is sent when Bridge Starts Up."
894         ::= 8
895
896 trapFailedToEraseFlash TRAP-TYPE
897         ENTERPRISE atmel
898 -- apparently the 4.2.1 ucd-snmp tools do not liek
899 -- empty variable blocks - msp 9jul2001
900         --VARIABLES {
901         --}
902         DESCRIPTION
903         "This trap message is sent when Bridge Failed To Erase Flash."
904         ::= 9
905
906
907 END