Missed MIB files (#6571)

This commit is contained in:
Tony Murray 2017-05-03 20:24:45 -05:00 committed by GitHub
parent 5f6279d28c
commit 1187d92351
8 changed files with 14442 additions and 0 deletions

4859
mibs/arubaos/AI-AP-MIB Normal file

File diff suppressed because it is too large Load Diff

3510
mibs/arubaos/WLSR-AP-MIB Normal file

File diff suppressed because it is too large Load Diff

710
mibs/arubaos/WLSX-HA-MIB Normal file
View File

@ -0,0 +1,710 @@
--- ArubaOS 6.5.2.0_59123
-- vim:set ts=4 sw=4:
WLSX-HA-MIB DEFINITIONS ::= BEGIN
IMPORTS
TEXTUAL-CONVENTION FROM SNMPv2-TC
MODULE-IDENTITY,
OBJECT-TYPE,
snmpModules,
Integer32,
Unsigned32,
Counter32,
IpAddress,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
TDomain,
DisplayString,
PhysAddress,
TAddress,
TimeInterval,
RowStatus,
StorageType,
TestAndIncr,
MacAddress,
TruthValue
FROM SNMPv2-TC
OBJECT-GROUP
FROM SNMPv2-CONF
wlsxEnterpriseMibModules
FROM ARUBA-MIB
ArubaEnableValue,
ArubaHaRole,
ArubaHaConnectivityStatus
FROM ARUBA-TC;
wlsxHaMIB MODULE-IDENTITY
LAST-UPDATED "1606072030Z"
ORGANIZATION "Aruba Wireless Networks"
CONTACT-INFO
"Postal: 1322 Crossman Avenue
Sunnyvale, CA 94089
E-mail: dl-support@arubanetworks.com
Phone: +1 408 227 4500"
DESCRIPTION
"This MIB module defines MIB objects which provide
information about High Availability on Aruba controller."
REVISION "1606072030Z"
DESCRIPTION
"The initial revision."
::= { wlsxEnterpriseMibModules 20 }
wlsxHighAvalabilityInfoGroup OBJECT IDENTIFIER ::= { wlsxHaMIB 1 }
wlsxHighAvalabilityTraps OBJECT IDENTIFIER ::= { wlsxHaMIB 2 }
-- wlsxHighAvalabilityInfoGroup contains information about the High Availability on Aruba controller
wlsxHighAvalabilityConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF WlsxHighAvalabilityConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
This Table lists High Avalability configuration on the Aruba controller.
"
::= { wlsxHighAvalabilityInfoGroup 1 }
wlsxHighAvalabilityConfigEntry OBJECT-TYPE
SYNTAX WlsxHighAvalabilityConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
" HA profile config entry "
INDEX { haProfileName }
::= { wlsxHighAvalabilityConfigTable 1 }
WlsxHighAvalabilityConfigEntry ::=
SEQUENCE {
haProfileName DisplayString,
haMembership DisplayString,
haState ArubaEnableValue,
haRole ArubaHaRole,
haPreemption ArubaEnableValue,
haOversubscription ArubaEnableValue,
haStateSync ArubaEnableValue,
haPresharedKey DisplayString,
haIntercontrollerHbt ArubaEnableValue,
haHbtThreshold Unsigned32,
haHbtInterval Unsigned32
}
haProfileName OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..63))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
The name of the HA profile.
"
::= { wlsxHighAvalabilityConfigEntry 1 }
haMembership OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..63))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The name of the HA profile enabled.
"
::= { wlsxHighAvalabilityConfigEntry 2 }
haState OBJECT-TYPE
SYNTAX ArubaEnableValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The HA state.
"
::= { wlsxHighAvalabilityConfigEntry 3 }
haRole OBJECT-TYPE
SYNTAX ArubaHaRole
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The HA role of the controller.
"
::= { wlsxHighAvalabilityConfigEntry 4 }
haPreemption OBJECT-TYPE
SYNTAX ArubaEnableValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
HA preemption.
"
::= { wlsxHighAvalabilityConfigEntry 5 }
haOversubscription OBJECT-TYPE
SYNTAX ArubaEnableValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Standby capacity extension.
"
::= { wlsxHighAvalabilityConfigEntry 6 }
haStateSync OBJECT-TYPE
SYNTAX ArubaEnableValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The HA state sync.
"
::= { wlsxHighAvalabilityConfigEntry 7 }
haPresharedKey OBJECT-TYPE
SYNTAX DisplayString(SIZE(8..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The IPSec key for statesync.
"
::= { wlsxHighAvalabilityConfigEntry 8 }
haIntercontrollerHbt OBJECT-TYPE
SYNTAX ArubaEnableValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The state of intercontroller heart beat.
"
::= { wlsxHighAvalabilityConfigEntry 9 }
haHbtThreshold OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Intercontroller hbt threshold above which it can trigger HA failover.
"
::= { wlsxHighAvalabilityConfigEntry 10 }
haHbtInterval OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The frequency of inter controller heart beat.
"
::= { wlsxHighAvalabilityConfigEntry 11 }
-- HA AP table --
wlsxHighAvalabilityApTable OBJECT-TYPE
SYNTAX SEQUENCE OF WlsxHighAvalabilityApEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
This Table lists High Avalability AP counts on the Aruba controller.
"
::= { wlsxHighAvalabilityInfoGroup 2 }
wlsxHighAvalabilityApEntry OBJECT-TYPE
SYNTAX WlsxHighAvalabilityApEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
" HA AP entry "
INDEX { haProfileName }
::= { wlsxHighAvalabilityApTable 1 }
WlsxHighAvalabilityApEntry ::=
SEQUENCE {
haActiveAPs Gauge,
haStandbyAPs Gauge,
haTotalAPs Gauge
}
haActiveAPs OBJECT-TYPE
SYNTAX Gauge
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of active APs.
"
::= { wlsxHighAvalabilityApEntry 1 }
haStandbyAPs OBJECT-TYPE
SYNTAX Gauge
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of standby APs.
"
::= { wlsxHighAvalabilityApEntry 2 }
haTotalAPs OBJECT-TYPE
SYNTAX Gauge
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The total number of APs.
"
::= { wlsxHighAvalabilityApEntry 3 }
-- HA intercontroller hbt status table --
wlsxIntercontrollerHbtTable OBJECT-TYPE
SYNTAX SEQUENCE OF WlsxIntercontrollerHbtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
This Table lists inter controller heart beat status.
"
::= { wlsxHighAvalabilityInfoGroup 3 }
wlsxIntercontrollerHbtEntry OBJECT-TYPE
SYNTAX WlsxIntercontrollerHbtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
" HA hbt entry "
INDEX { haActiveCtrl }
::= { wlsxIntercontrollerHbtTable 1 }
WlsxIntercontrollerHbtEntry ::=
SEQUENCE {
haActiveCtrl DisplayString,
haActiveCtrlIp DisplayString,
haReferenceCnt Gauge,
haTotalHbtRequestsSent Counter32,
haTotalHbtResponsesRcvd Counter32,
haLastMissedHbtCnt Gauge,
haLastHbtMissedTime DisplayString
}
haActiveCtrl OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..64))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
The IP address of the actve controller(Key).
"
::= { wlsxIntercontrollerHbtEntry 1 }
haActiveCtrlIp OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The IP address of the actve controller.
"
::= { wlsxIntercontrollerHbtEntry 2 }
haReferenceCnt OBJECT-TYPE
SYNTAX Gauge
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of standby APs.
"
::= { wlsxIntercontrollerHbtEntry 3 }
haTotalHbtRequestsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The total number of hbt requests sent.
"
::= { wlsxIntercontrollerHbtEntry 4 }
haTotalHbtResponsesRcvd OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The total number of heart beat responses received.
"
::= { wlsxIntercontrollerHbtEntry 5 }
haLastMissedHbtCnt OBJECT-TYPE
SYNTAX Gauge
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of heart beat last missed.
"
::= { wlsxIntercontrollerHbtEntry 6 }
haLastHbtMissedTime OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The timestamp of last missed hbt.
"
::= { wlsxIntercontrollerHbtEntry 7 }
-- State sync table --
wlsxStateSyncTable OBJECT-TYPE
SYNTAX SEQUENCE OF WlsxStateSyncEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
This Table lists the counts of active/replicated pmk-cache and
key-cache entries related to HA state sync.
"
::= { wlsxHighAvalabilityInfoGroup 4 }
wlsxStateSyncEntry OBJECT-TYPE
SYNTAX WlsxStateSyncEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
" HA state sync entry "
INDEX { haProfileName }
::= { wlsxStateSyncTable 1 }
WlsxStateSyncEntry ::=
SEQUENCE {
haActivePmkCacheEntries Gauge,
haReplicatedPmkCacheEntries Gauge,
haTotalPmkCacheEntries Gauge,
haActiveKeyCacheEntries Gauge,
haReplicatedKeyCacheEntries Gauge,
haTotalKeyCacheEntries Gauge
}
haActivePmkCacheEntries OBJECT-TYPE
SYNTAX Gauge
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of active pmk cache entries.
"
::= { wlsxStateSyncEntry 1 }
haReplicatedPmkCacheEntries OBJECT-TYPE
SYNTAX Gauge
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of replicated pmk cache entries.
"
::= { wlsxStateSyncEntry 2 }
haTotalPmkCacheEntries OBJECT-TYPE
SYNTAX Gauge
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The total number of pmk cache entries.
"
::= { wlsxStateSyncEntry 3 }
haActiveKeyCacheEntries OBJECT-TYPE
SYNTAX Gauge
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of active key cache entries.
"
::= { wlsxStateSyncEntry 4 }
haReplicatedKeyCacheEntries OBJECT-TYPE
SYNTAX Gauge
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The nuber of replicated key cache entries.
"
::= { wlsxStateSyncEntry 5 }
haTotalKeyCacheEntries OBJECT-TYPE
SYNTAX Gauge
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The total number of key cache entries.
"
::= { wlsxStateSyncEntry 6 }
-- HA tunnel table --
wlsxHighAvalabilityTunnelTable OBJECT-TYPE
SYNTAX SEQUENCE OF WlsxHighAvalabilityTunnelEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
This table lists the total number of High Availability acitve/standby tunnels
and AP heart beat tunnels on the Aruba controller.
"
::= { wlsxHighAvalabilityInfoGroup 5 }
wlsxHighAvalabilityTunnelEntry OBJECT-TYPE
SYNTAX WlsxHighAvalabilityTunnelEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
" HA tunnel entry "
INDEX { haProfileName }
::= { wlsxHighAvalabilityTunnelTable 1 }
WlsxHighAvalabilityTunnelEntry ::=
SEQUENCE {
haActiveVapTunnels Gauge,
haStandbyVapTunnels Gauge,
haTotalVapTunnels Gauge,
haAPHbtTunnels Gauge
}
haActiveVapTunnels OBJECT-TYPE
SYNTAX Gauge
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of active per VAP GRE tunnels.
"
::= { wlsxHighAvalabilityTunnelEntry 1 }
haStandbyVapTunnels OBJECT-TYPE
SYNTAX Gauge
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of standby per VAP GRE tunnels.
"
::= { wlsxHighAvalabilityTunnelEntry 2 }
haTotalVapTunnels OBJECT-TYPE
SYNTAX Gauge
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The total number of per VAP GRE tunnels.
"
::= { wlsxHighAvalabilityTunnelEntry 3 }
haAPHbtTunnels OBJECT-TYPE
SYNTAX Gauge
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of AP hbt GRE tunnels.
"
::= { wlsxHighAvalabilityTunnelEntry 4 }
-- High Availability Traps
-- This group defines all the traps related to High Availability.
wlsxHaTrapObjectsGroup OBJECT IDENTIFIER ::= { wlsxHighAvalabilityTraps 1 }
wlsxHaTrapDefinitionGroup OBJECT IDENTIFIER ::= { wlsxHighAvalabilityTraps 2 }
wlsxHaV4Status OBJECT-TYPE
SYNTAX ArubaEnableValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object is used in the traps to indicate the
IPv4 status of High Availability.
"
::= { wlsxHaTrapObjectsGroup 1 }
wlsxHaV4Role OBJECT-TYPE
SYNTAX ArubaHaRole
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object is used in the traps to indicate the
IPv4 HA role of the controller.
"
::= { wlsxHaTrapObjectsGroup 2 }
wlsxHaV6Status OBJECT-TYPE
SYNTAX ArubaEnableValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object is used in the traps to indicate the
IPv6 status of High Availability.
"
::= { wlsxHaTrapObjectsGroup 3 }
wlsxHaV6Role OBJECT-TYPE
SYNTAX ArubaHaRole
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object is used in the traps to indicate the
IPv6 HA role of the controller.
"
::= { wlsxHaTrapObjectsGroup 4 }
wlsxHaAPName OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..63))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object is used in the traps to indicate name of an AP.
"
::= { wlsxHaTrapObjectsGroup 5 }
wlsxHaActiveControllerIp OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..63))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object is used in the traps to indicate the active controller IP address.
"
::= { wlsxHaTrapObjectsGroup 6 }
wlsxHaStandbyControllerIp OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..63))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object is used in the traps to indicate the standby controller IP address.
"
::= { wlsxHaTrapObjectsGroup 7 }
wlsxTrapHaConnectivityStatus OBJECT-TYPE
SYNTAX ArubaHaConnectivityStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object is used in the traps to indicate standby controller connectivity status
of an AP.
"
::= { wlsxHaTrapObjectsGroup 8 }
wlsxTrapHaIntercontrollerHbtMissCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object is used in the traps to indicate the number of intercontroller heart beat miss.
"
::= { wlsxHaTrapObjectsGroup 9 }
wlsxTrapHaHbtMissTimeStamp OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..63))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object is used in the traps to indicate the time stamp of
intercontroller heart beat miss.
"
::= { wlsxHaTrapObjectsGroup 10 }
wlsxTrapHaStandbyApCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object is used in the traps to indicate the number of standby APs on standby controller.
"
::= { wlsxHaTrapObjectsGroup 11 }
--Trap Definition
wlsxHaState NOTIFICATION-TYPE
OBJECTS {wlsxHaV4Status, wlsxHaV4Role, wlsxHaV6Status, wlsxHaV6Role}
STATUS current
DESCRIPTION
"This trap indicates that HA state has changed."
::= { wlsxHaTrapDefinitionGroup 1 }
wlsxHaStandbyIpSentFailed NOTIFICATION-TYPE
OBJECTS {wlsxHaStandbyControllerIp, wlsxHaAPName}
STATUS current
DESCRIPTION
"This trap indicates that standby IP is sent to an AP failed"
::= { wlsxHaTrapDefinitionGroup 2 }
wlsxHaStandbyConnectivityState NOTIFICATION-TYPE
OBJECTS {wlsxHaAPName, wlsxHaStandbyControllerIp, wlsxTrapHaConnectivityStatus}
STATUS current
DESCRIPTION
"This trap indicates the standby connectivity status for an AP."
::= { wlsxHaTrapDefinitionGroup 3 }
wlsxHaIntercontrollerHbtMiss NOTIFICATION-TYPE
OBJECTS {wlsxTrapHaIntercontrollerHbtMissCnt, wlsxHaActiveControllerIp, wlsxTrapHaHbtMissTimeStamp}
STATUS current
DESCRIPTION
"This trap indicates around half of the threshold intercontroller hearbeat
missed with serving controller.
"
::= { wlsxHaTrapDefinitionGroup 4 }
wlsxHaFailoverTrigger NOTIFICATION-TYPE
OBJECTS {wlsxHaActiveControllerIp, wlsxTrapHaStandbyApCnt}
STATUS current
DESCRIPTION
"This trap indicates that standby controller has triggered HA failover to aps belonging to a
particular serving controller with which intercontroller heart beat missed above threshold."
::= { wlsxHaTrapDefinitionGroup 5 }
wlsxHaFailoverRequestFromAp NOTIFICATION-TYPE
OBJECTS {wlsxHaAPName}
STATUS current
DESCRIPTION
"This trap indicates that an ap sent failover request to the controller.
This could be because of AP missing hbt with serving controller, on receiving failover
request from standby controller or AP trying to preempt back to active controller"
::= { wlsxHaTrapDefinitionGroup 6 }
END

899
mibs/arubaos/WLSX-RS-MIB Normal file
View File

@ -0,0 +1,899 @@
--- ArubaOS 6.5.2.0_59123
-- vim:set ts=4 sw=4:
WLSX-RS-MIB DEFINITIONS ::= BEGIN
IMPORTS
TEXTUAL-CONVENTION FROM SNMPv2-TC
MODULE-IDENTITY,
OBJECT-TYPE,
snmpModules,
Integer32,
Unsigned32,
Counter32,
Counter64,
IpAddress,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
TDomain,
DisplayString,
PhysAddress,
TAddress,
TimeInterval,
RowStatus,
StorageType,
TestAndIncr,
MacAddress,
TruthValue
FROM SNMPv2-TC
wlanAPMacAddress
FROM WLSX-WLAN-MIB
ArubaEnableValue,
ArubaActiveState,
ArubaEnet1Mode,
ArubaPortType,
ArubaPortSpeed,
ArubaPortDuplex,
ArubaEnableValue,
ArubaOperStateValue,
ArubaDot3azStatus,
ArubaPoeState,
ArubaAPDot1dState
FROM ARUBA-TC
LldpChassisIdSubtype,
LldpChassisId,
LldpPortIdSubtype,
LldpPortId,
LldpSystemCapabilitiesMap,
LldpManAddress
FROM LLDP-MIB
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
AddressFamilyNumbers
FROM IANA-ADDRESS-FAMILY-NUMBERS-MIB
OBJECT-GROUP
FROM SNMPv2-CONF
wlsxEnterpriseMibModules
FROM ARUBA-MIB;
wlsxRSMIB MODULE-IDENTITY
LAST-UPDATED "1106012012Z"
ORGANIZATION "Aruba Wireless Networks"
CONTACT-INFO
"Postal: 1322 Crossman Avenue
Sunnyvale, CA 94089
E-mail: dl-support@arubanetworks.com
Phone: +1 408 227 4500"
DESCRIPTION
"This MIB module defines MIB objects which provide
information about remote user and node state."
REVISION "1106012012Z"
DESCRIPTION
"The initial revision."
::= { wlsxEnterpriseMibModules 16 }
wlsxRemoteWiredGroup OBJECT IDENTIFIER ::= { wlsxRSMIB 1 }
wlsxRemoteUSBGroup OBJECT IDENTIFIER ::= { wlsxRSMIB 2 }
wlsxRemoteAccessPointPortGroup OBJECT IDENTIFIER ::= { wlsxRemoteWiredGroup 1 }
wlsxRemoteAccessPointUSBGroup OBJECT IDENTIFIER ::= { wlsxRemoteUSBGroup 1 }
-- Wired Ports
wlsxRemoteWiredPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF RemotePortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
This table enumerates the ports on the device
"
::= { wlsxRemoteAccessPointPortGroup 1 }
wlsxRemotePortEntry OBJECT-TYPE
SYNTAX RemotePortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Wired Port Entry"
INDEX { wlanAPMacAddress, remotePortNumber }
::= { wlsxRemoteWiredPortTable 1 }
RemotePortEntry ::=
SEQUENCE {
remotePortNumber Unsigned32,
remotePortMAC MacAddress,
remotePortMode ArubaEnet1Mode,
remotePortSlotNumber Unsigned32,
remotePortPortNumber Unsigned32,
remotePortType ArubaPortType,
remotePortAdminState ArubaEnableValue,
remotePortOperState ArubaOperStateValue,
remotePortSpeed ArubaPortSpeed,
remotePortDuplex ArubaPortDuplex,
remotePortTxPackets Counter64,
remotePortTxBytes Counter64,
remotePortRxPackets Counter64,
remotePortRxBytes Counter64,
remotePortDot3azStatus ArubaDot3azStatus,
remotePortName DisplayString,
remotePortPoEState ArubaPoeState,
remotePortSTPState ArubaAPDot1dState
}
remotePortNumber OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
Port Index
"
::= { wlsxRemotePortEntry 1 }
remotePortMAC OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Port MAC address
"
::= { wlsxRemotePortEntry 2 }
remotePortMode OBJECT-TYPE
SYNTAX ArubaEnet1Mode
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Port Mode
"
::= { wlsxRemotePortEntry 3 }
remotePortSlotNumber OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Slot Number
"
::= { wlsxRemotePortEntry 4 }
remotePortPortNumber OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Port Number
"
::= { wlsxRemotePortEntry 5 }
remotePortType OBJECT-TYPE
SYNTAX ArubaPortType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Port Type
"
::= { wlsxRemotePortEntry 6 }
remotePortAdminState OBJECT-TYPE
SYNTAX ArubaEnableValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Administrative state
"
::= { wlsxRemotePortEntry 7 }
remotePortOperState OBJECT-TYPE
SYNTAX ArubaOperStateValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Operational State
"
::= { wlsxRemotePortEntry 8 }
remotePortSpeed OBJECT-TYPE
SYNTAX ArubaPortSpeed
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Port Speed
"
::= { wlsxRemotePortEntry 9 }
remotePortDuplex OBJECT-TYPE
SYNTAX ArubaPortDuplex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Port Duplex
"
::= { wlsxRemotePortEntry 10 }
remotePortTxPackets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Transmitted frames
"
::= { wlsxRemotePortEntry 11 }
remotePortTxBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Transmitted bytes
"
::= { wlsxRemotePortEntry 12 }
remotePortRxPackets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Received frames
"
::= { wlsxRemotePortEntry 13 }
remotePortRxBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Received bytes
"
::= { wlsxRemotePortEntry 14 }
remotePortDot3azStatus OBJECT-TYPE
SYNTAX ArubaDot3azStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
802.3az status
"
::= { wlsxRemotePortEntry 15 }
remotePortName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The name of the port
"
::= { wlsxRemotePortEntry 16 }
remotePortPoEState OBJECT-TYPE
SYNTAX ArubaPoeState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
PSE status
"
::= { wlsxRemotePortEntry 17 }
remotePortSTPState OBJECT-TYPE
SYNTAX ArubaAPDot1dState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
STP status
"
::= { wlsxRemotePortEntry 18 }
-- USB
wlsxRemoteUSBTable OBJECT-TYPE
SYNTAX SEQUENCE OF USBEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
This table enumerates the ports on the device
"
::= { wlsxRemoteAccessPointUSBGroup 1 }
wlsxUSBEntry OBJECT-TYPE
SYNTAX USBEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Wired Port Entry"
INDEX {wlanAPMacAddress, usbDevNumber}
::= { wlsxRemoteUSBTable 1 }
USBEntry ::=
SEQUENCE {
usbDevNumber Unsigned32,
usbStatus DisplayString,
usbManufacturer DisplayString,
usbProduct DisplayString,
usbSerialNumber DisplayString,
usbVendor DisplayString,
usbProductID DisplayString,
usbDriver DisplayString,
usbRSSI DisplayString,
usbNetworkServiceLevel DisplayString,
usbFirmwareVersion DisplayString,
usbEsnNumber DisplayString,
usbifOperStatus ArubaOperStateValue,
usbifInUcastPkts Counter64,
usbifInUcastOctets Counter64,
usbifOutUcastPkts Counter64,
usbifOutUcastOctets Counter64,
usbifInErrors Counter64,
usbifOutErrors Counter64
}
usbDevNumber OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Device Number (1-based)
"
::= { wlsxUSBEntry 1 }
usbStatus OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Device Status
"
::= { wlsxUSBEntry 2 }
usbManufacturer OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Manufacturer
"
::= { wlsxUSBEntry 3 }
usbProduct OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Product
"
::= { wlsxUSBEntry 4 }
usbSerialNumber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Serial Number
"
::= { wlsxUSBEntry 5 }
usbVendor OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Vendor ID
"
::= { wlsxUSBEntry 6 }
usbProductID OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Product ID
"
::= { wlsxUSBEntry 7 }
usbDriver OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Driver module
"
::= { wlsxUSBEntry 8 }
usbRSSI OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
RSSI
"
::= { wlsxUSBEntry 9 }
usbNetworkServiceLevel OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Network Service Level
"
::= { wlsxUSBEntry 10 }
usbFirmwareVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Firmware Version
"
::= { wlsxUSBEntry 11 }
usbEsnNumber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
ESN Number
"
::= { wlsxUSBEntry 12 }
usbifOperStatus OBJECT-TYPE
SYNTAX ArubaOperStateValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Operational Status of the USB Interface
"
::= { wlsxUSBEntry 13 }
usbifInUcastPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Received Unicast Packets
"
::= { wlsxUSBEntry 14 }
usbifInUcastOctets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Received Bytes
"
::= { wlsxUSBEntry 15 }
usbifOutUcastPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Transmitted Unicast Packets
"
::= { wlsxUSBEntry 16 }
usbifOutUcastOctets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Transmitted Bytes
"
::= { wlsxUSBEntry 17 }
usbifInErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Errors in Incoming Interface
"
::= { wlsxUSBEntry 18 }
usbifOutErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Errors in Outgoing Interface
"
::= { wlsxUSBEntry 19 }
-- Wired User Statistics
wlsxRemoteWiredUserStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF RemoteWiredUserStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
This table enumerates the wired user statistics on the device
"
::= { wlsxRemoteAccessPointPortGroup 2 }
wlsxRemoteWiredUserStatsEntry OBJECT-TYPE
SYNTAX RemoteWiredUserStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Wired User Stats Entry"
INDEX { remoteWiredUserPhyAddress }
::= { wlsxRemoteWiredUserStatsTable 1 }
RemoteWiredUserStatsEntry ::=
SEQUENCE {
remoteWiredUserPhyAddress MacAddress,
remoteWiredUserSlot Unsigned32,
remoteWiredUserPort Unsigned32,
remoteWiredUserVlan Unsigned32,
remoteWiredUserTxPkts Counter32,
remoteWiredUserTxBytes Counter32,
remoteWiredUserRxPkts Counter32,
remoteWiredUserRxBytes Counter32,
remoteWiredUserTxBCastPkts Counter32,
remoteWiredUserTxBCastBytes Counter32,
remoteWiredUserTxMCastPkts Counter32,
remoteWiredUserTxMCastBytes Counter32
}
remoteWiredUserPhyAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
The Physical Address of the Wired User.
"
::= { wlsxRemoteWiredUserStatsEntry 1 }
remoteWiredUserSlot OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The Physical slot to which this user is connected to.
"
::= { wlsxRemoteWiredUserStatsEntry 2 }
remoteWiredUserPort OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The Physical port to which this user is connected to.
"
::= { wlsxRemoteWiredUserStatsEntry 3 }
remoteWiredUserVlan OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The VLAN to which this user is connected to.
"
::= { wlsxRemoteWiredUserStatsEntry 4 }
remoteWiredUserTxPkts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of packets transmitted by this user.
"
::= { wlsxRemoteWiredUserStatsEntry 5 }
remoteWiredUserTxBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of bytes transmitted by this user.
"
::= { wlsxRemoteWiredUserStatsEntry 6 }
remoteWiredUserRxPkts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of packets received by this user.
"
::= { wlsxRemoteWiredUserStatsEntry 7 }
remoteWiredUserRxBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of bytes received by this user.
"
::= { wlsxRemoteWiredUserStatsEntry 8 }
remoteWiredUserTxBCastPkts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of broadcast packets transmitted by this user.
"
::= { wlsxRemoteWiredUserStatsEntry 9 }
remoteWiredUserTxBCastBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of broadcast bytes transmitted by this user.
"
::= { wlsxRemoteWiredUserStatsEntry 10 }
remoteWiredUserTxMCastPkts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of multicast packets transmitted by this user.
"
::= { wlsxRemoteWiredUserStatsEntry 11 }
remoteWiredUserTxMCastBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The number of multicast bytes transmitted by this user.
"
::= { wlsxRemoteWiredUserStatsEntry 12 }
wlsxLldpNeighborTable OBJECT-TYPE
SYNTAX SEQUENCE OF LldpNeighborEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
This table enumerates the LLDP neighbors discovered by the
access point.
"
::= { wlsxRemoteAccessPointPortGroup 3 }
wlsxLldpNeighborEntry OBJECT-TYPE
SYNTAX LldpNeighborEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"LLDP Neighbor Entry"
INDEX { wlanAPMacAddress, remotePortNumber, lldpNeighborIndex }
::= { wlsxLldpNeighborTable 1 }
LldpNeighborEntry ::=
SEQUENCE {
lldpNeighborIndex Unsigned32,
lldpNeighborChassisIdSubtype LldpChassisIdSubtype,
lldpNeighborChassisId LldpChassisId,
lldpNeighborPortIdSubtype LldpPortIdSubtype,
lldpNeighborPortId LldpPortId,
lldpNeighborPortDesc SnmpAdminString,
lldpNeighborSysName SnmpAdminString,
lldpNeighborSysDesc SnmpAdminString,
lldpNeighborSysCapSupported LldpSystemCapabilitiesMap,
lldpNeighborSysCapEnabled LldpSystemCapabilitiesMap
}
lldpNeighborIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
Neighbor Index
"
::= { wlsxLldpNeighborEntry 1 }
lldpNeighborChassisIdSubtype OBJECT-TYPE
SYNTAX LldpChassisIdSubtype
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The subtype of the neighbor's chassis ID
"
::= { wlsxLldpNeighborEntry 2 }
lldpNeighborChassisId OBJECT-TYPE
SYNTAX LldpChassisId
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The neighbor's chassis ID
"
::= { wlsxLldpNeighborEntry 3 }
lldpNeighborPortIdSubtype OBJECT-TYPE
SYNTAX LldpPortIdSubtype
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The subtype of the neighbor's port ID
"
::= { wlsxLldpNeighborEntry 4 }
lldpNeighborPortId OBJECT-TYPE
SYNTAX LldpPortId
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The neighbor's port ID
"
::= { wlsxLldpNeighborEntry 5 }
lldpNeighborPortDesc OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The name of the neighbor's port
"
::= { wlsxLldpNeighborEntry 6 }
lldpNeighborSysName OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The name of the neighbor
"
::= { wlsxLldpNeighborEntry 7 }
lldpNeighborSysDesc OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The description of the neighbor
"
::= { wlsxLldpNeighborEntry 8 }
lldpNeighborSysCapSupported OBJECT-TYPE
SYNTAX LldpSystemCapabilitiesMap
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The supported set of capabilities
"
::= { wlsxLldpNeighborEntry 9 }
lldpNeighborSysCapEnabled OBJECT-TYPE
SYNTAX LldpSystemCapabilitiesMap
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The enabled set of capabilities
"
::= { wlsxLldpNeighborEntry 10 }
wlsxLldpNeighborManAddrTable OBJECT-TYPE
SYNTAX SEQUENCE OF LldpNeighborManAddrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
This table enumerates the LLDP neighbor management address
discovered by the access point.
"
::= { wlsxRemoteAccessPointPortGroup 4 }
wlsxLldpNeighborManAddrEntry OBJECT-TYPE
SYNTAX LldpNeighborManAddrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"LLDP Neighbor Entry"
INDEX { wlanAPMacAddress, remotePortNumber, lldpNeighborIndex,
lldpNeighborManAddrIndex
}
::= { wlsxLldpNeighborManAddrTable 1 }
LldpNeighborManAddrEntry ::=
SEQUENCE {
lldpNeighborManAddrIndex Unsigned32,
lldpNeighborManAddrSubtype AddressFamilyNumbers,
lldpNeighborManAddr LldpManAddress
}
lldpNeighborManAddrIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
Indexes the neighbor's management addresses
"
::= { wlsxLldpNeighborManAddrEntry 1 }
lldpNeighborManAddrSubtype OBJECT-TYPE
SYNTAX AddressFamilyNumbers
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The subtype of the management address
"
::= { wlsxLldpNeighborManAddrEntry 2 }
lldpNeighborManAddr OBJECT-TYPE
SYNTAX LldpManAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
A neighbors management address
"
::= { wlsxLldpNeighborManAddrEntry 3 }
END

120
mibs/arubaos/WLSX-STATS-MIB Normal file
View File

@ -0,0 +1,120 @@
--- ArubaOS 6.5.2.0_59123
-- vim:set ts=4 sw=4:
WLSX-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
TEXTUAL-CONVENTION FROM SNMPv2-TC
MODULE-IDENTITY,
OBJECT-TYPE,
snmpModules,
Integer32,
Unsigned32,
Counter32,
IpAddress,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
TDomain,
DisplayString,
PhysAddress,
TAddress,
TimeInterval,
RowStatus,
StorageType,
TestAndIncr,
MacAddress,
TruthValue
FROM SNMPv2-TC
OBJECT-GROUP
FROM SNMPv2-CONF
wlsxEnterpriseMibModules
FROM ARUBA-MIB;
wlsxStatsMIB MODULE-IDENTITY
LAST-UPDATED "0712100006Z"
ORGANIZATION "Aruba Wireless Networks"
CONTACT-INFO
"Postal: 1322 Crossman Avenue
Sunnyvale, CA 94089
E-mail: dl-support@arubanetworks.com
Phone: +1 408 227 4500"
DESCRIPTION
"This MIB module defines MIB objects which provide
information about the Statistics in the
Aruba controller."
REVISION "0712100006Z"
DESCRIPTION
"The initial revision."
::= { wlsxEnterpriseMibModules 15 }
wlsxStatsOpGroup OBJECT IDENTIFIER ::= { wlsxStatsMIB 1 }
wlsxStatsRequestTable OBJECT-TYPE
SYNTAX SEQUENCE OF WlsxStatsRequestEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
"
::= { wlsxStatsOpGroup 1 }
wlsxStatsRequestEntry OBJECT-TYPE
SYNTAX WlsxStatsRequestEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
""
INDEX { wlsxStatsIndex }
::= { wlsxStatsRequestTable 1 }
WlsxStatsRequestEntry ::=
SEQUENCE {
wlsxStatsIndex Integer32,
wlsxStatsReqType Integer32,
wlsxStatsInterval Integer32,
wlsxStatsCookie DisplayString
}
wlsxStatsIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
Stats Index
"
::= { wlsxStatsRequestEntry 1 }
wlsxStatsReqType OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
Request Type
"
::= { wlsxStatsRequestEntry 2 }
wlsxStatsInterval OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
Stats Interval
"
::= { wlsxStatsRequestEntry 3 }
wlsxStatsCookie OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
Cookie for the config sync operation
"
::= { wlsxStatsRequestEntry 4 }
END

View File

@ -0,0 +1,124 @@
--- ArubaOS 6.5.2.0_59123
-- vim:set ts=4 sw=4:
WLSX-TUNNELEDNODE-MIB DEFINITIONS ::= BEGIN
IMPORTS
TEXTUAL-CONVENTION FROM SNMPv2-TC
MODULE-IDENTITY,
OBJECT-TYPE,
snmpModules,
Integer32,
Unsigned32,
Counter32,
IpAddress,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
TDomain,
DisplayString,
PhysAddress,
TAddress,
TimeInterval,
RowStatus,
StorageType,
TestAndIncr,
MacAddress,
TruthValue
FROM SNMPv2-TC
OBJECT-GROUP
FROM SNMPv2-CONF
wlsxEnterpriseMibModules
FROM ARUBA-MIB;
wlsxTunneledNodeMIB MODULE-IDENTITY
LAST-UPDATED "0708060519Z"
ORGANIZATION "Aruba Wireless Networks"
CONTACT-INFO
"Postal: 1344 Crossman Avenue
Sunnyvale, CA 94089
E-mail: dl-support@arubanetworks.com
Phone: +1 408 227 4500"
DESCRIPTION
"This MIB module defines MIB objects which provide
information about the Controller Transport Service (Cts) in the
Aruba controller."
REVISION "0708060519Z"
DESCRIPTION
"The initial revision."
::= { wlsxEnterpriseMibModules 17 }
wlsxTunneledNodeOpGroup OBJECT IDENTIFIER ::= { wlsxTunneledNodeMIB 1 }
wlsxTunneledNodeRequestTable OBJECT-TYPE
SYNTAX SEQUENCE OF WlsxTunneledNodeRequestEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
"
::= { wlsxTunneledNodeOpGroup 1 }
wlsxTunneledNodeRequestEntry OBJECT-TYPE
SYNTAX WlsxTunneledNodeRequestEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
""
INDEX { wlsxTunneledNodeMAC }
::= { wlsxTunneledNodeRequestTable 1 }
WlsxTunneledNodeRequestEntry ::=
SEQUENCE {
wlsxTunneledNodeMAC MacAddress,
wlsxTunneledNodeIp IpAddress,
wlsxNumTunnels Integer32,
wlsxTunneledNodeType Integer32
}
wlsxTunneledNodeMAC OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
MAC address of the Tunneled Node
"
::= { wlsxTunneledNodeRequestEntry 1 }
wlsxTunneledNodeIp OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
IP address of the Tunneled Node
"
::= { wlsxTunneledNodeRequestEntry 2 }
wlsxNumTunnels OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Number of tunnels originating from Tunneled Node
"
::= { wlsxTunneledNodeRequestEntry 3 }
wlsxTunneledNodeType OBJECT-TYPE
SYNTAX INTEGER {
others(1),
corvina(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Device type of the tunnel
"
::= { wlsxTunneledNodeRequestEntry 4 }
END

867
mibs/arubaos/WLSX-USER6-MIB Normal file
View File

@ -0,0 +1,867 @@
--- ArubaOS 6.5.2.0_59123
-- vim:set ts=4 sw=4:
WLSX-USER6-MIB DEFINITIONS ::= BEGIN
IMPORTS
TEXTUAL-CONVENTION FROM SNMPv2-TC
MODULE-IDENTITY,
OBJECT-TYPE,
snmpModules,
Integer32,
Unsigned32,
Counter32,
IpAddress,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
TDomain,
DisplayString,
PhysAddress,
TAddress,
TimeInterval,
RowStatus,
StorageType,
TestAndIncr,
MacAddress,
TruthValue
FROM SNMPv2-TC
OBJECT-GROUP
FROM SNMPv2-CONF
ArubaAuthenticationMethods,
ArubaSubAuthenticationMethods,
ArubaEncryptionType,
ArubaPhyType,
ArubaHTMode,
ArubaUserForwardMode
FROM ARUBA-TC
wlsxEnterpriseMibModules
FROM ARUBA-MIB
wlsxSwitchMIB
FROM WLSX-SWITCH-MIB
wlanESSID
FROM WLSX-WLAN-MIB;
wlsxUser6MIB MODULE-IDENTITY
LAST-UPDATED "1001261806Z"
ORGANIZATION "Aruba Wireless Networks"
CONTACT-INFO
"Postal: 1322 Crossman Avenue
Sunnyvale, CA 94089
E-mail: dl-support@arubanetworks.com
Phone: +1 408 227 4500"
DESCRIPTION
"This MIB module defines MIB objects which provide
information about the IPv6 users in an Aruba controller."
REVISION "1001261806Z"
DESCRIPTION
"The initial revision."
::= { wlsxEnterpriseMibModules 14 }
wlsxUser6AllInfoGroup OBJECT IDENTIFIER ::= { wlsxUser6MIB 1 }
wlsxUser6InfoGroup OBJECT IDENTIFIER ::= { wlsxSwitchMIB 4 }
-- wlsxUser6AllInfoGroup contains information about the users in the controller.
wlsxTotalNumOfUsers6 OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Total Number of the users.
"
::= { wlsxUser6AllInfoGroup 1 }
wlsxUser6Table OBJECT-TYPE
SYNTAX SEQUENCE OF WlsxUser6Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
This Table lists all the users (both wired and wireless) currently
connected to the controller. Users are identified by their MAC
address and IP address.
"
::= { wlsxUser6AllInfoGroup 2 }
wlsxUser6Entry OBJECT-TYPE
SYNTAX WlsxUser6Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"User Entry"
INDEX { nUser6PhyAddress, nUser6IpAddress }
::= { wlsxUser6Table 1 }
WlsxUser6Entry ::=
SEQUENCE {
nUser6PhyAddress MacAddress,
nUser6IpAddress DisplayString,
nUser6Name DisplayString,
nUser6Role DisplayString,
nUser6UpTime TimeTicks,
nUser6AuthenticationMethod ArubaAuthenticationMethods,
nUser6SubAuthenticationMethod ArubaSubAuthenticationMethods,
nUser6AuthServerName DisplayString,
nUser6ExtVPNAddress IpAddress,
nUser6ApLocation DisplayString,
nUser6ApBSSID MacAddress,
nUser6IsOnHomeAgent TruthValue,
nUser6HomeAgentIpAddress IpAddress,
nUser6MobilityStatus INTEGER,
nUser6HomeVlan Integer32,
nUser6DefaultVlan Integer32,
nUser6AssignedVlan Integer32,
nUser6BWContractName DisplayString,
nUser6BWContractUsage INTEGER,
nUser6BWContractId Integer32,
nUser6IsProxyArpEnabled TruthValue,
nUser6CurrentVlan Integer32,
nUser6IsWired TruthValue,
nUser6ConnectedSlot Integer32,
nUser6ConnectedPort Integer32,
nUser6PhyType ArubaPhyType,
nUser6MobilityDomainName DisplayString,
nUser6UPBWContractName DisplayString,
nUser6UPBWContractUsage INTEGER,
nUser6UPBWContractId Integer32,
nUser6DNBWContractName DisplayString,
nUser6DNBWContractUsage INTEGER,
nUser6DNBWContractId Integer32,
nUser6HTMode ArubaHTMode,
nUser6DeviceID DisplayString,
nUser6DeviceType DisplayString,
nUser6ConnectedModule Integer32,
nUser6RxDataPkts64 Counter64,
nUser6TxDataPkts64 Counter64,
nUser6RxDataOctets64 Counter64,
nUser6TxDataOctets64 Counter64,
nUser6ForwardMode ArubaUserForwardMode,
nUser6EncryptionMethod ArubaEncryptionType,
nVIAUser6DeviceID MacAddress
}
nUser6PhyAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
MAC address of the station from which the user connected to
the controller.
"
::= { wlsxUser6Entry 1 }
nUser6IpAddress OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..128))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
IPv6 Address of the user.
"
::= { wlsxUser6Entry 2 }
nUser6Name OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Name of the User.
"
::= { wlsxUser6Entry 3 }
nUser6Role OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The Role configured for this user.
"
::= { wlsxUser6Entry 4 }
nUser6UpTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Time since the user connected to the controller.
"
::= { wlsxUser6Entry 5 }
nUser6AuthenticationMethod OBJECT-TYPE
SYNTAX ArubaAuthenticationMethods
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Authentication mechanism used by the user to connect to the
controller.
"
::= { wlsxUser6Entry 6 }
nUser6SubAuthenticationMethod OBJECT-TYPE
SYNTAX ArubaSubAuthenticationMethods
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Sub Authentication Method
"
::= { wlsxUser6Entry 7 }
nUser6AuthServerName OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Name of the authentication server used to authenticate
the user.
"
::= { wlsxUser6Entry 8 }
nUser6ExtVPNAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
External VPN IP Address, if this is a VPN user or 0.0.0.0 if not.
"
::= { wlsxUser6Entry 9 }
nUser6ApLocation OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Location of the access point to
which the user is associated.
"
::= { wlsxUser6Entry 10 }
nUser6ApBSSID OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
BSSID of the access point, which
the user used to connect to the controller.
"
::= { wlsxUser6Entry 11 }
nUser6IsOnHomeAgent OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The Object will indicate if the controller is the home controller
for the user or not.
"
::= { wlsxUser6Entry 12 }
nUser6HomeAgentIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The Home agent IP Address of the user. If this user is already on
the home controller, then this IP is the controller IP else it
is the home controller IP address.
"
::= { wlsxUser6Entry 13 }
nUser6MobilityStatus OBJECT-TYPE
SYNTAX INTEGER {
visitor(1),
away(2),
associated(3),
wired(4),
wireless(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The Mobility Status of the User.
"
::= { wlsxUser6Entry 14 }
nUser6HomeVlan OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Home VLAN of the User. If the user is on the home controller
then this VLAN will be same as userDefaultVlan.
"
::= { wlsxUser6Entry 15 }
nUser6DefaultVlan OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Default VLAN of the User based on the AP configuration.
"
::= { wlsxUser6Entry 16 }
nUser6AssignedVlan OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This Vlan will be different from the Default VLAN if the user has
a derived VLAN Configuration.
"
::= { wlsxUser6Entry 17 }
nUser6BWContractName OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..32))
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"
Name of the Bandwidth Contract applied to this user.
"
::= { wlsxUser6Entry 18 }
nUser6BWContractUsage OBJECT-TYPE
SYNTAX INTEGER {
user(1),
shared(2)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"
Indicates how the Bandwidth Contract is used.
"
::= { wlsxUser6Entry 19 }
nUser6BWContractId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"
Bandwidth Contract Id Assigned to the User
"
::= { wlsxUser6Entry 20 }
nUser6IsProxyArpEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object will indicate if the controller is proxy ARPing for the
user.
"
::= { wlsxUser6Entry 21 }
nUser6CurrentVlan OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The VLAN to which the user is currently bound.
"
::= { wlsxUser6Entry 22 }
nUser6IsWired OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Indicates whether this is a wired or wireless user.
"
::= { wlsxUser6Entry 23 }
nUser6ConnectedSlot OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The slot to which the user is connected, if wired.
"
::= { wlsxUser6Entry 24 }
nUser6ConnectedPort OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The port to which the user is connected, if wired.
"
::= { wlsxUser6Entry 25 }
nUser6PhyType OBJECT-TYPE
SYNTAX ArubaPhyType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The wireless PHY type to which the user is associated, or 'wired'.
"
::= { wlsxUser6Entry 26 }
nUser6MobilityDomainName OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The name of mobility domain mobile user belongs to.
"
::= { wlsxUser6Entry 27 }
nUser6UPBWContractName OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Name of the Upstream Bandwidth Contract applied to this user.
"
::= { wlsxUser6Entry 28 }
nUser6UPBWContractUsage OBJECT-TYPE
SYNTAX INTEGER {
user(1),
shared(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Indicates how the Upstream Bandwidth Contract is used.
"
::= { wlsxUser6Entry 29 }
nUser6UPBWContractId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Upstream Bandwidth Contract Id Assigned to the User
"
::= { wlsxUser6Entry 30 }
nUser6DNBWContractName OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Name of the Downstream Bandwidth Contract applied to this user.
"
::= { wlsxUser6Entry 31 }
nUser6DNBWContractUsage OBJECT-TYPE
SYNTAX INTEGER {
user(1),
shared(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Indicates how the Downstream Bandwidth Contract is used.
"
::= { wlsxUser6Entry 32 }
nUser6DNBWContractId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Downstream Bandwidth Contract Id Assigned to the User
"
::= { wlsxUser6Entry 33 }
nUser6HTMode OBJECT-TYPE
SYNTAX ArubaHTMode
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The HT mode of this user, if any.
"
::= { wlsxUser6Entry 34 }
nUser6DeviceID OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Device ID
"
::= { wlsxUser6Entry 35 }
nUser6DeviceType OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Device Type
"
::= { wlsxUser6Entry 36 }
nUser6ConnectedModule OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The module to which the user is connected, if wired.
"
::= { wlsxUser6Entry 37 }
nUser6RxDataPkts64 OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object specifies number of packets received by this IP
for which this user is connected to the controller.
"
::= { wlsxUser6Entry 38 }
nUser6TxDataPkts64 OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object specifies number of packets transmitted by this IP
for which this user is connected to the controller.
"
::= { wlsxUser6Entry 39 }
nUser6RxDataOctets64 OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object specifies number of octets received by this IP
for which this user is connected to the controller.
"
::= { wlsxUser6Entry 40 }
nUser6TxDataOctets64 OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
This object specifies number of octets transmitted by this IP
for which this user is connected to the controller.
"
::= { wlsxUser6Entry 41 }
nUser6ForwardMode OBJECT-TYPE
SYNTAX ArubaUserForwardMode
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Forward mode.
"
::= { wlsxUser6Entry 42 }
nUser6EncryptionMethod OBJECT-TYPE
SYNTAX ArubaEncryptionType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Encryption method.
"
::= { wlsxUser6Entry 43 }
nVIAUser6DeviceID OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
MAC address of the station from which the user connected to
the controller using VIA.
"
::= { wlsxUser6Entry 44 }
wlsxUser6SessionTimeTable OBJECT-TYPE
SYNTAX SEQUENCE OF WlsxUser6SessionTimeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
This table lists the user session time counts on an ESSID.
ssid. The session times are separated into predefined time length
buckets, with sessions lasting longer than 240 minutes falling into
the 240min bucket.
"
::= { wlsxUser6AllInfoGroup 3 }
wlsxUser6SessionTimeEntry OBJECT-TYPE
SYNTAX WlsxUser6SessionTimeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
User session time data, divided into buckets of different
time length. "
INDEX { wlanESSID, wlsxUser6SessionTimeLength}
::= { wlsxUser6SessionTimeTable 1 }
WlsxUser6SessionTimeEntry ::=
SEQUENCE {
wlsxUser6SessionTimeLength Integer32,
wlsxUser6SessionTimeCount Counter32
}
wlsxUser6SessionTimeLength OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
Pre-defined user session time length.
"
::= { wlsxUser6SessionTimeEntry 1 }
wlsxUser6SessionTimeCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Number of users that are connected to the essid whose sessions expired in this time interval.
"
::= { wlsxUser6SessionTimeEntry 2 }
wlsxSwitchUser6Table OBJECT-TYPE
SYNTAX SEQUENCE OF MxSwitchUser6Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
This Table lists all the users (both wired and wireless) currently
connected to the switch. Users are identified by their IP address.
"
::= { wlsxUser6InfoGroup 1 }
wlsxSwitchUser6Entry OBJECT-TYPE
SYNTAX MxSwitchUser6Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"User Entry"
INDEX { user6IpAddress}
::= { wlsxSwitchUser6Table 1 }
MxSwitchUser6Entry ::=
SEQUENCE {
user6IpAddress DisplayString,
user6PhyAddress MacAddress,
user6Name DisplayString,
user6Role DisplayString,
user6UpTime TimeTicks,
user6AuthenticationMethod INTEGER,
user6Location DisplayString,
user6ServerName DisplayString,
user6ConnectedVlan Integer32,
user6ConnectedSlot Integer32,
user6ConnectedPort Integer32,
user6BWContractName DisplayString,
user6BWContractUsage INTEGER,
user6ConnectedModule Integer32
}
user6IpAddress OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..32))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
IPv6 Address from which the user connected to the switch.
"
::= { wlsxSwitchUser6Entry 1 }
user6PhyAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Physical Address of the station from which the user connected to
the switch.
"
::= { wlsxSwitchUser6Entry 2 }
user6Name OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Name of the User.
"
::= { wlsxSwitchUser6Entry 3 }
user6Role OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
The Role configured for this user.
"
::= { wlsxSwitchUser6Entry 4 }
user6UpTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Time since the user is connected to the switch.
"
::= { wlsxSwitchUser6Entry 5 }
user6AuthenticationMethod OBJECT-TYPE
SYNTAX INTEGER {
none(1),
other(2),
web(3),
dot1x(4),
vpn(5),
mac(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Authentication mechanism used by the user to connect to the switch.
"
::= { wlsxSwitchUser6Entry 6 }
user6Location OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Location of the access point (in Building.Floor.... format), which
the user used to connect to the switch.
"
::= { wlsxSwitchUser6Entry 7 }
user6ServerName OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Name of the Back-end authentication server, used to authenticate
the user.
"
::= { wlsxSwitchUser6Entry 8 }
user6ConnectedVlan OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Vlan on which the user is connected to the switch.
"
::= { wlsxSwitchUser6Entry 9 }
user6ConnectedSlot OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Slot on switch, where the user connection terminates.
"
::= { wlsxSwitchUser6Entry 10 }
user6ConnectedPort OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Port on switch, where the user connection terminates.
"
::= { wlsxSwitchUser6Entry 11 }
user6BWContractName OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Name of the Bandwidth Contract applied to this user.
"
::= { wlsxSwitchUser6Entry 12 }
user6BWContractUsage OBJECT-TYPE
SYNTAX INTEGER {
user(1),
shared(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Indicates how the Bandwidth Contract is used.
"
::= { wlsxSwitchUser6Entry 13 }
user6ConnectedModule OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Module on switch, where the user connection terminates.
"
::= { wlsxSwitchUser6Entry 14 }
END

3353
mibs/siklu/RADIO-BRIDGE-MIB Normal file

File diff suppressed because it is too large Load Diff