1-- ArubaOS 6.4.2.3-4.1.1.2_48114
2-- vim:set ts=4 sw=4:
3WLSX-RS-MIB DEFINITIONS ::= BEGIN
4
5   IMPORTS
6       TEXTUAL-CONVENTION FROM SNMPv2-TC
7
8       MODULE-IDENTITY,
9       OBJECT-TYPE,
10       snmpModules,
11       Integer32,
12       Unsigned32,
13	   Counter32,
14	   Counter64,
15	   IpAddress,
16	   NOTIFICATION-TYPE
17           FROM SNMPv2-SMI
18
19       TDomain,
20       DisplayString,
21       PhysAddress,
22       TAddress,
23       TimeInterval,
24       RowStatus,
25       StorageType,
26       TestAndIncr,
27	   MacAddress,
28	   TruthValue
29           FROM SNMPv2-TC
30
31	   wlanAPMacAddress
32           FROM WLSX-WLAN-MIB
33
34	   ArubaEnableValue,
35	   ArubaActiveState,
36	   ArubaEnet1Mode,
37	   ArubaPortType,
38	   ArubaPortSpeed,
39	   ArubaPortDuplex,
40	   ArubaEnableValue,
41	   ArubaOperStateValue,
42       ArubaDot3azStatus,
43	   ArubaPoeState,
44	   ArubaAPDot1dState
45	   		FROM ARUBA-TC
46
47       LldpChassisIdSubtype,
48	   LldpChassisId,
49	   LldpPortIdSubtype,
50	   LldpPortId,
51	   LldpSystemCapabilitiesMap,
52	   LldpManAddress
53	        FROM LLDP-MIB
54
55       SnmpAdminString
56	       FROM SNMP-FRAMEWORK-MIB
57
58       AddressFamilyNumbers
59            FROM IANA-ADDRESS-FAMILY-NUMBERS-MIB
60
61       OBJECT-GROUP
62           FROM SNMPv2-CONF
63
64		wlsxEnterpriseMibModules
65			FROM ARUBA-MIB;
66
67   wlsxRSMIB MODULE-IDENTITY
68       LAST-UPDATED "1106012012Z"
69       ORGANIZATION "Aruba Wireless Networks"
70       CONTACT-INFO
71            "Postal:    1322 Crossman Avenue
72                        Sunnyvale, CA 94089
73            E-mail:     dl-support@arubanetworks.com
74            Phone:      +1 408 227 4500"
75       DESCRIPTION
76           "This MIB module defines MIB objects which provide
77            information about remote user and node state."
78       REVISION        "1106012012Z"
79       DESCRIPTION
80           "The initial revision."
81       ::= { wlsxEnterpriseMibModules 16 }
82
83   wlsxRemoteWiredGroup    	OBJECT IDENTIFIER ::= { wlsxRSMIB 1 }
84   wlsxRemoteUSBGroup     	OBJECT IDENTIFIER ::= { wlsxRSMIB 2 }
85
86   wlsxRemoteAccessPointPortGroup OBJECT IDENTIFIER ::= { wlsxRemoteWiredGroup 1 }
87   wlsxRemoteAccessPointUSBGroup  OBJECT IDENTIFIER ::= { wlsxRemoteUSBGroup 1 }
88
89-- Wired Ports
90
91   wlsxRemoteWiredPortTable  OBJECT-TYPE
92	  SYNTAX       SEQUENCE OF RemotePortEntry
93	  MAX-ACCESS   not-accessible
94      STATUS       current
95      DESCRIPTION
96	  	"
97			This table enumerates the ports on the device
98		"
99      ::= { wlsxRemoteAccessPointPortGroup 1 }
100
101   wlsxRemotePortEntry OBJECT-TYPE
102	  SYNTAX       RemotePortEntry
103	  MAX-ACCESS   not-accessible
104      STATUS       current
105      DESCRIPTION
106             "Wired Port Entry"
107	  INDEX { wlanAPMacAddress, remotePortNumber }
108      ::= { wlsxRemoteWiredPortTable 1 }
109
110   RemotePortEntry ::=
111     SEQUENCE {
112		 remotePortNumber			Unsigned32,
113		 remotePortMAC				MacAddress,
114		 remotePortMode				ArubaEnet1Mode,
115         remotePortSlotNumber		Unsigned32,
116         remotePortPortNumber		Unsigned32,
117		 remotePortType				ArubaPortType,
118		 remotePortAdminState		ArubaEnableValue,
119		 remotePortOperState		ArubaOperStateValue,
120		 remotePortSpeed			ArubaPortSpeed,
121		 remotePortDuplex			ArubaPortDuplex,
122		 remotePortTxPackets		Counter64,
123		 remotePortTxBytes			Counter64,
124		 remotePortRxPackets		Counter64,
125		 remotePortRxBytes			Counter64,
126		 remotePortDot3azStatus     ArubaDot3azStatus,
127		 remotePortName             DisplayString,
128		 remotePortPoEState         ArubaPoeState,
129		 remotePortSTPState         ArubaAPDot1dState
130   }
131
132   	remotePortNumber OBJECT-TYPE
133         SYNTAX       Unsigned32
134         MAX-ACCESS   not-accessible
135         STATUS       current
136         DESCRIPTION
137            "
138			Port Index
139            "
140        ::= { wlsxRemotePortEntry 1 }
141
142   	remotePortMAC OBJECT-TYPE
143         SYNTAX       MacAddress
144         MAX-ACCESS   read-only
145         STATUS       current
146         DESCRIPTION
147            "
148			Port MAC address
149            "
150        ::= { wlsxRemotePortEntry 2 }
151
152   	remotePortMode OBJECT-TYPE
153         SYNTAX       ArubaEnet1Mode
154         MAX-ACCESS   read-only
155         STATUS       current
156         DESCRIPTION
157            "
158			Port Mode
159            "
160        ::= { wlsxRemotePortEntry 3 }
161
162   	remotePortSlotNumber OBJECT-TYPE
163         SYNTAX       Unsigned32
164         MAX-ACCESS   read-only
165         STATUS       current
166         DESCRIPTION
167            "
168			Slot Number
169            "
170        ::= { wlsxRemotePortEntry 4 }
171
172   	remotePortPortNumber OBJECT-TYPE
173         SYNTAX       Unsigned32
174         MAX-ACCESS   read-only
175         STATUS       current
176         DESCRIPTION
177            "
178			Port Number
179            "
180        ::= { wlsxRemotePortEntry 5 }
181
182   	remotePortType OBJECT-TYPE
183         SYNTAX       ArubaPortType
184         MAX-ACCESS   read-only
185         STATUS       current
186         DESCRIPTION
187            "
188			Port Type
189            "
190        ::= { wlsxRemotePortEntry 6 }
191
192   	remotePortAdminState OBJECT-TYPE
193         SYNTAX       ArubaEnableValue
194         MAX-ACCESS   read-only
195         STATUS       current
196         DESCRIPTION
197            "
198			Administrative state
199            "
200        ::= { wlsxRemotePortEntry 7 }
201
202   	remotePortOperState OBJECT-TYPE
203         SYNTAX       ArubaOperStateValue
204         MAX-ACCESS   read-only
205         STATUS       current
206         DESCRIPTION
207            "
208			Operational State
209            "
210        ::= { wlsxRemotePortEntry 8 }
211
212   	remotePortSpeed OBJECT-TYPE
213         SYNTAX       ArubaPortSpeed
214         MAX-ACCESS   read-only
215         STATUS       current
216         DESCRIPTION
217            "
218			Port Speed
219            "
220        ::= { wlsxRemotePortEntry 9 }
221
222   	remotePortDuplex OBJECT-TYPE
223         SYNTAX       ArubaPortDuplex
224         MAX-ACCESS   read-only
225         STATUS       current
226         DESCRIPTION
227            "
228			Port Duplex
229            "
230        ::= { wlsxRemotePortEntry 10 }
231
232   	remotePortTxPackets OBJECT-TYPE
233         SYNTAX       Counter64
234         MAX-ACCESS   read-only
235         STATUS       current
236         DESCRIPTION
237            "
238			Transmitted frames
239            "
240        ::= { wlsxRemotePortEntry 11 }
241
242   	remotePortTxBytes OBJECT-TYPE
243         SYNTAX       Counter64
244         MAX-ACCESS   read-only
245         STATUS       current
246         DESCRIPTION
247            "
248			Transmitted bytes
249            "
250        ::= { wlsxRemotePortEntry 12 }
251
252   	remotePortRxPackets OBJECT-TYPE
253         SYNTAX       Counter64
254         MAX-ACCESS   read-only
255         STATUS       current
256         DESCRIPTION
257            "
258			Received frames
259            "
260        ::= { wlsxRemotePortEntry 13 }
261
262   	remotePortRxBytes OBJECT-TYPE
263         SYNTAX       Counter64
264         MAX-ACCESS   read-only
265         STATUS       current
266         DESCRIPTION
267            "
268			Received bytes
269            "
270        ::= { wlsxRemotePortEntry 14 }
271
272   	remotePortDot3azStatus OBJECT-TYPE
273         SYNTAX       ArubaDot3azStatus
274         MAX-ACCESS   read-only
275         STATUS       current
276         DESCRIPTION
277            "
278			802.3az status
279            "
280        ::= { wlsxRemotePortEntry 15 }
281
282   	remotePortName OBJECT-TYPE
283         SYNTAX       DisplayString
284         MAX-ACCESS   read-only
285         STATUS       current
286         DESCRIPTION
287            "
288			The name of the port
289            "
290        ::= { wlsxRemotePortEntry 16 }
291
292   	remotePortPoEState OBJECT-TYPE
293         SYNTAX       ArubaPoeState
294         MAX-ACCESS   read-only
295         STATUS       current
296         DESCRIPTION
297            "
298			PSE status
299            "
300        ::= { wlsxRemotePortEntry 17 }
301
302   	remotePortSTPState OBJECT-TYPE
303         SYNTAX       ArubaAPDot1dState
304         MAX-ACCESS   read-only
305         STATUS       current
306         DESCRIPTION
307            "
308			STP status
309            "
310        ::= { wlsxRemotePortEntry 18 }
311
312-- USB
313
314   wlsxRemoteUSBTable  OBJECT-TYPE
315	  SYNTAX       SEQUENCE OF USBEntry
316	  MAX-ACCESS   not-accessible
317      STATUS       current
318      DESCRIPTION
319	  	"
320			This table enumerates the ports on the device
321		"
322      ::= { wlsxRemoteAccessPointUSBGroup 1 }
323
324   wlsxUSBEntry OBJECT-TYPE
325	  SYNTAX       USBEntry
326	  MAX-ACCESS   not-accessible
327      STATUS       current
328      DESCRIPTION
329             "Wired Port Entry"
330	  INDEX {wlanAPMacAddress, usbDevNumber}
331      ::= { wlsxRemoteUSBTable 1 }
332
333   USBEntry ::=
334     SEQUENCE {
335         usbDevNumber				Unsigned32,
336		 usbStatus					DisplayString,
337		 usbManufacturer			DisplayString,
338		 usbProduct					DisplayString,
339		 usbSerialNumber			DisplayString,
340		 usbVendor					DisplayString,
341		 usbProductID				DisplayString,
342		 usbDriver					DisplayString,
343                 usbRSSI                        DisplayString,
344                 usbNetworkServiceLevel         DisplayString,
345                 usbFirmwareVersion             DisplayString,
346                 usbEsnNumber                   DisplayString,
347                 usbifOperStatus                ArubaOperStateValue,
348                 usbifInUcastPkts               Counter64,
349                 usbifInUcastOctets             Counter64,
350                 usbifOutUcastPkts              Counter64,
351                 usbifOutUcastOctets            Counter64,
352                 usbifInErrors                  Counter64,
353                 usbifOutErrors                 Counter64
354
355   }
356
357   	usbDevNumber OBJECT-TYPE
358         SYNTAX       Unsigned32
359         MAX-ACCESS   read-only
360         STATUS       current
361         DESCRIPTION
362            "
363			Device Number (1-based)
364            "
365        ::= { wlsxUSBEntry 1 }
366
367   	usbStatus OBJECT-TYPE
368         SYNTAX       DisplayString
369         MAX-ACCESS   read-only
370         STATUS       current
371         DESCRIPTION
372            "
373			Device Status
374            "
375        ::= { wlsxUSBEntry 2 }
376
377   	usbManufacturer OBJECT-TYPE
378         SYNTAX       DisplayString
379         MAX-ACCESS   read-only
380         STATUS       current
381         DESCRIPTION
382            "
383			Manufacturer
384            "
385        ::= { wlsxUSBEntry 3 }
386
387   	usbProduct OBJECT-TYPE
388         SYNTAX       DisplayString
389         MAX-ACCESS   read-only
390         STATUS       current
391         DESCRIPTION
392            "
393			Product
394            "
395        ::= { wlsxUSBEntry 4 }
396
397   	usbSerialNumber OBJECT-TYPE
398         SYNTAX       DisplayString
399         MAX-ACCESS   read-only
400         STATUS       current
401         DESCRIPTION
402            "
403			Serial Number
404            "
405        ::= { wlsxUSBEntry 5 }
406
407   	usbVendor OBJECT-TYPE
408         SYNTAX       DisplayString
409         MAX-ACCESS   read-only
410         STATUS       current
411         DESCRIPTION
412            "
413			Vendor ID
414            "
415        ::= { wlsxUSBEntry 6 }
416
417   	usbProductID OBJECT-TYPE
418         SYNTAX       DisplayString
419         MAX-ACCESS   read-only
420         STATUS       current
421         DESCRIPTION
422            "
423			Product ID
424            "
425        ::= { wlsxUSBEntry 7 }
426
427   	usbDriver OBJECT-TYPE
428         SYNTAX       DisplayString
429         MAX-ACCESS   read-only
430         STATUS       current
431         DESCRIPTION
432            "
433			Driver module
434            "
435        ::= { wlsxUSBEntry 8 }
436
437        usbRSSI OBJECT-TYPE
438           SYNTAX       DisplayString
439           MAX-ACCESS   read-only
440           STATUS       current
441           DESCRIPTION
442              "
443                        RSSI
444              "
445          ::= { wlsxUSBEntry 9 }
446
447        usbNetworkServiceLevel OBJECT-TYPE
448           SYNTAX       DisplayString
449           MAX-ACCESS   read-only
450           STATUS       current
451           DESCRIPTION
452              "
453                      Network Service Level
454              "
455          ::= { wlsxUSBEntry 10 }
456
457        usbFirmwareVersion OBJECT-TYPE
458           SYNTAX       DisplayString
459           MAX-ACCESS   read-only
460           STATUS       current
461           DESCRIPTION
462              "
463                        Firmware Version
464              "
465          ::= { wlsxUSBEntry 11 }
466
467        usbEsnNumber OBJECT-TYPE
468           SYNTAX       DisplayString
469           MAX-ACCESS   read-only
470           STATUS       current
471           DESCRIPTION
472              "
473                        ESN Number
474              "
475          ::= { wlsxUSBEntry 12 }
476
477        usbifOperStatus OBJECT-TYPE
478           SYNTAX       ArubaOperStateValue
479           MAX-ACCESS   read-only
480           STATUS       current
481           DESCRIPTION
482              "
483                        Operational Status of the USB Interface
484              "
485          ::= { wlsxUSBEntry 13 }
486
487        usbifInUcastPkts OBJECT-TYPE
488           SYNTAX       Counter64
489           MAX-ACCESS   read-only
490           STATUS       current
491           DESCRIPTION
492              "
493                Received Unicast Packets
494              "
495          ::= { wlsxUSBEntry 14 }
496
497        usbifInUcastOctets OBJECT-TYPE
498           SYNTAX       Counter64
499           MAX-ACCESS   read-only
500           STATUS       current
501           DESCRIPTION
502              "
503                  Received Bytes
504              "
505          ::= { wlsxUSBEntry 15 }
506
507        usbifOutUcastPkts OBJECT-TYPE
508           SYNTAX       Counter64
509           MAX-ACCESS   read-only
510           STATUS       current
511           DESCRIPTION
512              "
513                Transmitted Unicast Packets
514              "
515          ::= { wlsxUSBEntry 16 }
516
517        usbifOutUcastOctets OBJECT-TYPE
518           SYNTAX       Counter64
519           MAX-ACCESS   read-only
520           STATUS       current
521           DESCRIPTION
522              "
523                Transmitted Bytes
524              "
525          ::= { wlsxUSBEntry 17 }
526
527        usbifInErrors OBJECT-TYPE
528           SYNTAX       Counter64
529           MAX-ACCESS   read-only
530           STATUS       current
531           DESCRIPTION
532              "
533                Errors in Incoming Interface
534              "
535          ::= { wlsxUSBEntry 18 }
536
537        usbifOutErrors OBJECT-TYPE
538           SYNTAX       Counter64
539           MAX-ACCESS   read-only
540           STATUS       current
541           DESCRIPTION
542              "
543                Errors in Outgoing Interface
544              "
545          ::= { wlsxUSBEntry 19 }
546
547
548-- Wired User Statistics
549
550    wlsxRemoteWiredUserStatsTable  OBJECT-TYPE
551        SYNTAX       SEQUENCE OF RemoteWiredUserStatsEntry
552        MAX-ACCESS   not-accessible
553        STATUS       current
554        DESCRIPTION
555            "
556                This table enumerates the wired user statistics on the device
557            "
558        ::= { wlsxRemoteAccessPointPortGroup 2 }
559
560    wlsxRemoteWiredUserStatsEntry OBJECT-TYPE
561        SYNTAX       RemoteWiredUserStatsEntry
562        MAX-ACCESS   not-accessible
563        STATUS       current
564        DESCRIPTION
565             "Wired User Stats Entry"
566        INDEX { remoteWiredUserPhyAddress }
567        ::= { wlsxRemoteWiredUserStatsTable 1 }
568
569    RemoteWiredUserStatsEntry ::=
570        SEQUENCE {
571            remoteWiredUserPhyAddress           MacAddress,
572            remoteWiredUserSlot                 Unsigned32,
573            remoteWiredUserPort                 Unsigned32,
574            remoteWiredUserVlan                 Unsigned32,
575            remoteWiredUserTxPkts               Counter32,
576            remoteWiredUserTxBytes              Counter32,
577            remoteWiredUserRxPkts               Counter32,
578            remoteWiredUserRxBytes              Counter32,
579            remoteWiredUserTxBCastPkts          Counter32,
580            remoteWiredUserTxBCastBytes         Counter32,
581            remoteWiredUserTxMCastPkts          Counter32,
582            remoteWiredUserTxMCastBytes         Counter32
583        }
584
585        remoteWiredUserPhyAddress OBJECT-TYPE
586            SYNTAX       MacAddress
587            MAX-ACCESS   not-accessible
588            STATUS       current
589            DESCRIPTION
590            "
591               The Physical Address of the Wired User.
592            "
593            ::= { wlsxRemoteWiredUserStatsEntry 1 }
594
595        remoteWiredUserSlot OBJECT-TYPE
596            SYNTAX       Unsigned32
597            MAX-ACCESS   read-only
598            STATUS       current
599            DESCRIPTION
600            "
601                The Physical slot to which this user is connected to.
602            "
603            ::= { wlsxRemoteWiredUserStatsEntry 2 }
604
605        remoteWiredUserPort OBJECT-TYPE
606            SYNTAX       Unsigned32
607            MAX-ACCESS   read-only
608            STATUS       current
609            DESCRIPTION
610            "
611                The Physical port to which this user is connected to.
612            "
613            ::= { wlsxRemoteWiredUserStatsEntry 3 }
614
615        remoteWiredUserVlan OBJECT-TYPE
616            SYNTAX       Unsigned32
617            MAX-ACCESS   read-only
618            STATUS       current
619            DESCRIPTION
620            "
621                The VLAN to which this user is connected to.
622            "
623            ::= { wlsxRemoteWiredUserStatsEntry 4 }
624
625        remoteWiredUserTxPkts OBJECT-TYPE
626            SYNTAX       Counter32
627            MAX-ACCESS   read-only
628            STATUS       current
629            DESCRIPTION
630            "
631                The number of packets transmitted by this user.
632            "
633            ::= { wlsxRemoteWiredUserStatsEntry 5 }
634
635        remoteWiredUserTxBytes OBJECT-TYPE
636            SYNTAX       Counter32
637            MAX-ACCESS   read-only
638            STATUS       current
639            DESCRIPTION
640            "
641                The number of bytes transmitted by this user.
642            "
643            ::= { wlsxRemoteWiredUserStatsEntry 6 }
644
645        remoteWiredUserRxPkts OBJECT-TYPE
646            SYNTAX       Counter32
647            MAX-ACCESS   read-only
648            STATUS       current
649            DESCRIPTION
650            "
651                The number of packets received by this user.
652            "
653            ::= { wlsxRemoteWiredUserStatsEntry 7 }
654
655        remoteWiredUserRxBytes OBJECT-TYPE
656            SYNTAX       Counter32
657            MAX-ACCESS   read-only
658            STATUS       current
659            DESCRIPTION
660            "
661                The number of bytes received by this user.
662            "
663            ::= { wlsxRemoteWiredUserStatsEntry 8 }
664
665        remoteWiredUserTxBCastPkts OBJECT-TYPE
666            SYNTAX       Counter32
667            MAX-ACCESS   read-only
668            STATUS       current
669            DESCRIPTION
670            "
671                The number of broadcast packets transmitted by this user.
672            "
673            ::= { wlsxRemoteWiredUserStatsEntry 9 }
674
675        remoteWiredUserTxBCastBytes OBJECT-TYPE
676            SYNTAX       Counter32
677            MAX-ACCESS   read-only
678            STATUS       current
679            DESCRIPTION
680            "
681                The number of broadcast bytes transmitted by this user.
682            "
683            ::= { wlsxRemoteWiredUserStatsEntry 10 }
684
685        remoteWiredUserTxMCastPkts OBJECT-TYPE
686            SYNTAX       Counter32
687            MAX-ACCESS   read-only
688            STATUS       current
689            DESCRIPTION
690            "
691                The number of multicast packets transmitted by this user.
692            "
693            ::= { wlsxRemoteWiredUserStatsEntry 11 }
694
695        remoteWiredUserTxMCastBytes OBJECT-TYPE
696            SYNTAX       Counter32
697            MAX-ACCESS   read-only
698            STATUS       current
699            DESCRIPTION
700            "
701                The number of multicast bytes transmitted by this user.
702            "
703            ::= { wlsxRemoteWiredUserStatsEntry 12 }
704
705   wlsxLldpNeighborTable  OBJECT-TYPE
706	  SYNTAX       SEQUENCE OF LldpNeighborEntry
707	  MAX-ACCESS   not-accessible
708      STATUS       current
709      DESCRIPTION
710	  	"
711			This table enumerates the LLDP neighbors discovered by the
712			access point.
713		"
714      ::= { wlsxRemoteAccessPointPortGroup 3 }
715
716   wlsxLldpNeighborEntry OBJECT-TYPE
717	  SYNTAX       LldpNeighborEntry
718	  MAX-ACCESS   not-accessible
719      STATUS       current
720      DESCRIPTION
721             "LLDP Neighbor Entry"
722	  INDEX { wlanAPMacAddress, remotePortNumber, lldpNeighborIndex }
723      ::= { wlsxLldpNeighborTable 1 }
724
725   LldpNeighborEntry ::=
726     SEQUENCE {
727		 lldpNeighborIndex                  Unsigned32,
728		 lldpNeighborChassisIdSubtype       LldpChassisIdSubtype,
729		 lldpNeighborChassisId              LldpChassisId,
730		 lldpNeighborPortIdSubtype          LldpPortIdSubtype,
731		 lldpNeighborPortId                 LldpPortId,
732		 lldpNeighborPortDesc               SnmpAdminString,
733		 lldpNeighborSysName                SnmpAdminString,
734		 lldpNeighborSysDesc                SnmpAdminString,
735		 lldpNeighborSysCapSupported        LldpSystemCapabilitiesMap,
736		 lldpNeighborSysCapEnabled          LldpSystemCapabilitiesMap
737   }
738
739   lldpNeighborIndex OBJECT-TYPE
740         SYNTAX       Unsigned32
741         MAX-ACCESS   not-accessible
742         STATUS       current
743         DESCRIPTION
744            "
745			Neighbor Index
746            "
747       ::= { wlsxLldpNeighborEntry 1 }
748
749   lldpNeighborChassisIdSubtype OBJECT-TYPE
750         SYNTAX       LldpChassisIdSubtype
751         MAX-ACCESS   read-only
752         STATUS       current
753         DESCRIPTION
754            "
755			The subtype of the neighbor's chassis ID
756            "
757       ::= { wlsxLldpNeighborEntry 2 }
758
759   lldpNeighborChassisId OBJECT-TYPE
760         SYNTAX       LldpChassisId
761         MAX-ACCESS   read-only
762         STATUS       current
763         DESCRIPTION
764            "
765			The neighbor's chassis ID
766            "
767       ::= { wlsxLldpNeighborEntry 3 }
768
769   lldpNeighborPortIdSubtype OBJECT-TYPE
770         SYNTAX       LldpPortIdSubtype
771         MAX-ACCESS   read-only
772         STATUS       current
773         DESCRIPTION
774            "
775			The subtype of the neighbor's port ID
776            "
777       ::= { wlsxLldpNeighborEntry 4 }
778
779   lldpNeighborPortId OBJECT-TYPE
780         SYNTAX       LldpPortId
781         MAX-ACCESS   read-only
782         STATUS       current
783         DESCRIPTION
784            "
785			The neighbor's port ID
786            "
787       ::= { wlsxLldpNeighborEntry 5 }
788
789   lldpNeighborPortDesc OBJECT-TYPE
790         SYNTAX       SnmpAdminString
791         MAX-ACCESS   read-only
792         STATUS       current
793         DESCRIPTION
794            "
795			The name of the neighbor's port
796            "
797       ::= { wlsxLldpNeighborEntry 6 }
798
799   lldpNeighborSysName OBJECT-TYPE
800         SYNTAX       SnmpAdminString
801         MAX-ACCESS   read-only
802         STATUS       current
803         DESCRIPTION
804            "
805			The name of the neighbor
806            "
807       ::= { wlsxLldpNeighborEntry 7 }
808
809   lldpNeighborSysDesc OBJECT-TYPE
810         SYNTAX       SnmpAdminString
811         MAX-ACCESS   read-only
812         STATUS       current
813         DESCRIPTION
814            "
815			The description of the neighbor
816            "
817       ::= { wlsxLldpNeighborEntry 8 }
818
819   lldpNeighborSysCapSupported OBJECT-TYPE
820         SYNTAX       LldpSystemCapabilitiesMap
821         MAX-ACCESS   read-only
822         STATUS       current
823         DESCRIPTION
824            "
825			The supported set of capabilities
826            "
827       ::= { wlsxLldpNeighborEntry 9 }
828
829   lldpNeighborSysCapEnabled OBJECT-TYPE
830         SYNTAX       LldpSystemCapabilitiesMap
831         MAX-ACCESS   read-only
832         STATUS       current
833         DESCRIPTION
834            "
835			The enabled set of capabilities
836            "
837       ::= { wlsxLldpNeighborEntry 10 }
838
839   wlsxLldpNeighborManAddrTable  OBJECT-TYPE
840	  SYNTAX       SEQUENCE OF LldpNeighborManAddrEntry
841	  MAX-ACCESS   not-accessible
842      STATUS       current
843      DESCRIPTION
844	  	"
845			This table enumerates the LLDP neighbor management address
846			discovered by the access point.
847		"
848      ::= { wlsxRemoteAccessPointPortGroup 4 }
849
850   wlsxLldpNeighborManAddrEntry OBJECT-TYPE
851	  SYNTAX       LldpNeighborManAddrEntry
852	  MAX-ACCESS   not-accessible
853      STATUS       current
854      DESCRIPTION
855             "LLDP Neighbor Entry"
856	  INDEX { wlanAPMacAddress, remotePortNumber, lldpNeighborIndex,
857	         lldpNeighborManAddrIndex
858			}
859      ::= { wlsxLldpNeighborManAddrTable 1 }
860
861   LldpNeighborManAddrEntry ::=
862     SEQUENCE {
863		 lldpNeighborManAddrIndex   Unsigned32,
864		 lldpNeighborManAddrSubtype AddressFamilyNumbers,
865		 lldpNeighborManAddr        LldpManAddress
866	 }
867
868   lldpNeighborManAddrIndex OBJECT-TYPE
869         SYNTAX       Unsigned32
870         MAX-ACCESS   not-accessible
871         STATUS       current
872         DESCRIPTION
873            "
874			Indexes the neighbor's management addresses
875            "
876       ::= { wlsxLldpNeighborManAddrEntry 1 }
877
878   lldpNeighborManAddrSubtype OBJECT-TYPE
879         SYNTAX       AddressFamilyNumbers
880         MAX-ACCESS   read-only
881         STATUS       current
882         DESCRIPTION
883            "
884			The subtype of the management address
885            "
886       ::= { wlsxLldpNeighborManAddrEntry 2 }
887
888   lldpNeighborManAddr OBJECT-TYPE
889         SYNTAX       LldpManAddress
890         MAX-ACCESS   read-only
891         STATUS       current
892         DESCRIPTION
893            "
894			A neighbors management address
895            "
896       ::= { wlsxLldpNeighborManAddrEntry 3 }
897
898
899END
900